@hazeljs/agent 0.2.0-rc.5 → 0.2.0-rc.7
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="1773725572962" clover="3.2.0">
|
|
3
|
+
<project timestamp="1773725572963" name="All files">
|
|
4
4
|
<metrics statements="1513" coveredstatements="1351" conditionals="568" coveredconditionals="424" methods="305" coveredmethods="282" elements="2386" coveredelements="2057" complexity="0" loc="1513" ncloc="1513" packages="14" files="32" classes="32"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="26" coveredstatements="22" conditionals="8" coveredconditionals="6" methods="14" coveredmethods="12"/>
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
297
297
|
Code coverage generated by
|
|
298
298
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
299
|
-
at 2026-03-
|
|
299
|
+
at 2026-03-17T05:32:52.925Z
|
|
300
300
|
</div>
|
|
301
301
|
<script src="prettify.js"></script>
|
|
302
302
|
<script>
|
package/logs/combined.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2026-03-
|
|
1
|
+
2026-03-17 05:32:46 [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-rc.
|
|
3
|
+
"version": "0.2.0-rc.7",
|
|
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.2.0-rc.
|
|
37
|
-
"@hazeljs/prompts": "^0.2.0-rc.
|
|
38
|
-
"@hazeljs/rag": "^0.2.0-rc.
|
|
39
|
-
"@hazeljs/resilience": "^0.2.0-rc.
|
|
36
|
+
"@hazeljs/core": "^0.2.0-rc.7",
|
|
37
|
+
"@hazeljs/prompts": "^0.2.0-rc.7",
|
|
38
|
+
"@hazeljs/rag": "^0.2.0-rc.7",
|
|
39
|
+
"@hazeljs/resilience": "^0.2.0-rc.7",
|
|
40
40
|
"reflect-metadata": "^0.2.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"url": "https://github.com/hazeljs/hazel-js/issues"
|
|
71
71
|
},
|
|
72
72
|
"homepage": "https://hazeljs.com",
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "0a2a8894e755b6cb7a5e3223dfbcd5d245dd2638"
|
|
74
74
|
}
|