@hazeljs/agent 0.2.0-beta.70 → 0.2.0-beta.71
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="1772798778574" clover="3.2.0">
|
|
3
|
+
<project timestamp="1772798778574" name="All files">
|
|
4
4
|
<metrics statements="1370" coveredstatements="1292" conditionals="497" coveredconditionals="402" methods="288" coveredmethods="273" elements="2155" coveredelements="1967" complexity="0" loc="1370" ncloc="1370" packages="13" files="31" classes="31"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="24" coveredstatements="22" conditionals="8" coveredconditionals="6" methods="12" coveredmethods="12"/>
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
282
282
|
Code coverage generated by
|
|
283
283
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
284
|
-
at 2026-03-
|
|
284
|
+
at 2026-03-06T12:06:18.540Z
|
|
285
285
|
</div>
|
|
286
286
|
<script src="prettify.js"></script>
|
|
287
287
|
<script>
|
package/logs/combined.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2026-03-06
|
|
1
|
+
2026-03-06 12:06:12 [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.71",
|
|
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-beta.
|
|
37
|
-
"@hazeljs/prompts": "^0.2.0-beta.
|
|
38
|
-
"@hazeljs/rag": "^0.2.0-beta.
|
|
39
|
-
"@hazeljs/resilience": "^0.2.0-beta.
|
|
36
|
+
"@hazeljs/core": "^0.2.0-beta.71",
|
|
37
|
+
"@hazeljs/prompts": "^0.2.0-beta.71",
|
|
38
|
+
"@hazeljs/rag": "^0.2.0-beta.71",
|
|
39
|
+
"@hazeljs/resilience": "^0.2.0-beta.71",
|
|
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": "7bdf3c29736ca224aaaa46963a67dc28ec65fd2a"
|
|
74
74
|
}
|