@hazeljs/agent 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1774815049686" clover="3.2.0">
3
- <project timestamp="1774815049686" name="All files">
2
+ <coverage generated="1774815728666" clover="3.2.0">
3
+ <project timestamp="1774815728666" name="All files">
4
4
  <metrics statements="1843" coveredstatements="1650" conditionals="729" coveredconditionals="544" methods="355" coveredmethods="329" elements="2927" coveredelements="2523" complexity="0" loc="1843" ncloc="1843" packages="15" files="35" classes="35"/>
5
5
  <package name="src">
6
6
  <metrics statements="84" coveredstatements="67" conditionals="39" coveredconditionals="30" methods="27" coveredmethods="22"/>
@@ -311,7 +311,7 @@
311
311
  <div class='footer quiet pad2 space-top1 center small'>
312
312
  Code coverage generated by
313
313
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
314
- at 2026-03-29T20:10:49.643Z
314
+ at 2026-03-29T20:22:08.624Z
315
315
  </div>
316
316
  <script src="prettify.js"></script>
317
317
  <script>
package/logs/combined.log CHANGED
@@ -1 +1 @@
1
- 2026-03-29 20:10:43 [INFO] Application started | {"service":"hazeljs","version":"0.1.0","environment":"test"}
1
+ 2026-03-29 20:22:01 [INFO] Application started | {"service":"hazeljs","version":"0.1.0","environment":"test"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/agent",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "AI-native Agent Runtime for HazelJS - stateful, long-running agents with tools, memory, and human-in-the-loop",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,10 +33,10 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@hazeljs/core": "^0.5.1",
37
- "@hazeljs/prompts": "^0.5.1",
38
- "@hazeljs/rag": "^0.5.1",
39
- "@hazeljs/resilience": "^0.5.1",
36
+ "@hazeljs/core": "^0.5.2",
37
+ "@hazeljs/prompts": "^0.5.2",
38
+ "@hazeljs/rag": "^0.5.2",
39
+ "@hazeljs/resilience": "^0.5.2",
40
40
  "reflect-metadata": "^0.2.1",
41
41
  "zod": "^3.23.8",
42
42
  "zod-to-json-schema": "^3.22.5"
@@ -72,5 +72,5 @@
72
72
  "url": "https://github.com/hazeljs/hazel-js/issues"
73
73
  },
74
74
  "homepage": "https://hazeljs.ai",
75
- "gitHead": "38fa17627cae78a4b0fe1eb5cf3b17701ecc450e"
75
+ "gitHead": "5904fb3c12954d1e796529de0ec735ec8e410787"
76
76
  }