@hazeljs/agent 0.2.0-beta.50 → 0.2.0-beta.51
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.
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1772394141416" clover="3.2.0">
|
|
3
|
+
<project timestamp="1772394141416" name="All files">
|
|
4
4
|
<metrics statements="1087" coveredstatements="1025" conditionals="369" coveredconditionals="303" methods="250" coveredmethods="237" elements="1706" coveredelements="1565" complexity="0" loc="1087" ncloc="1087" packages="10" files="23" classes="23"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="24" coveredstatements="22" conditionals="8" coveredconditionals="6" methods="12" coveredmethods="12"/>
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
237
237
|
Code coverage generated by
|
|
238
238
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
239
|
-
at 2026-03-01T19:
|
|
239
|
+
at 2026-03-01T19:42:21.389Z
|
|
240
240
|
</div>
|
|
241
241
|
<script src="prettify.js"></script>
|
|
242
242
|
<script>
|
package/logs/combined.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2026-03-01 19:
|
|
1
|
+
2026-03-01 19:42:15 [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.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.51",
|
|
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",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"directory": "packages/agent"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@hazeljs/core": "^0.2.0-beta.
|
|
34
|
-
"@hazeljs/rag": "^0.2.0-beta.
|
|
35
|
-
"@hazeljs/resilience": "^0.2.0-beta.
|
|
33
|
+
"@hazeljs/core": "^0.2.0-beta.51",
|
|
34
|
+
"@hazeljs/rag": "^0.2.0-beta.51",
|
|
35
|
+
"@hazeljs/resilience": "^0.2.0-beta.51",
|
|
36
36
|
"reflect-metadata": "^0.2.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
67
67
|
},
|
|
68
68
|
"homepage": "https://hazeljs.com",
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "fcb2b1ac29131c222d5e529aa3ca41a4f9a54725"
|
|
70
70
|
}
|