@hazeljs/agent 0.4.0 → 0.4.1
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/README.md +13 -1
- package/coverage/clover.xml +2 -2
- package/coverage/lcov-report/index.html +1 -1
- package/logs/combined.log +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -2,12 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
**Build AI agents that actually do things.**
|
|
4
4
|
|
|
5
|
-
Stateful, tool-using, memory-enabled. Define tools with `@Tool`, delegate between agents with `@Delegate`, orchestrate multi-agent pipelines with `AgentGraph`, and route tasks automatically with `SupervisorAgent`. Production-grade agent infrastructure without the complexity.
|
|
5
|
+
Part of the HazelJS AI-Native Backend Framework. Stateful, tool-using, memory-enabled. Define tools with `@Tool`, delegate between agents with `@Delegate`, orchestrate multi-agent pipelines with `AgentGraph`, and route tasks automatically with `SupervisorAgent`. Production-grade agent infrastructure without the complexity.
|
|
6
|
+
|
|
7
|
+
**🚀 Trusted by 200K+ monthly downloads • 37+ GitHub stars • 15+ daily active developers**
|
|
6
8
|
|
|
7
9
|
[](https://www.npmjs.com/package/@hazeljs/agent)
|
|
8
10
|
[](https://www.npmjs.com/package/@hazeljs/agent)
|
|
9
11
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
10
12
|
|
|
13
|
+
## Why @hazeljs/agent?
|
|
14
|
+
|
|
15
|
+
Built for **AI-native applications** - not just another agent framework. When you combine @hazeljs/agent with @hazeljs/core, @hazeljs/ai, and @hazeljs/rag, you get a complete stack for intelligent backends.
|
|
16
|
+
|
|
17
|
+
**Perfect for:**
|
|
18
|
+
- AI startups building production agent systems
|
|
19
|
+
- Teams creating customer support or automation agents
|
|
20
|
+
- Developers who want stateful, long-running workflows
|
|
21
|
+
- Projects needing multi-agent orchestration
|
|
22
|
+
|
|
11
23
|
## Overview
|
|
12
24
|
|
|
13
25
|
Unlike stateless request handlers, agents are:
|
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="1774709386195" clover="3.2.0">
|
|
3
|
+
<project timestamp="1774709386196" name="All files">
|
|
4
4
|
<metrics statements="1778" coveredstatements="1595" conditionals="696" coveredconditionals="517" methods="340" coveredmethods="318" elements="2814" coveredelements="2430" complexity="0" loc="1778" ncloc="1778" packages="15" files="35" classes="35"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="26" coveredstatements="22" conditionals="8" coveredconditionals="6" methods="14" coveredmethods="12"/>
|
|
@@ -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-
|
|
314
|
+
at 2026-03-28T14:49:46.154Z
|
|
315
315
|
</div>
|
|
316
316
|
<script src="prettify.js"></script>
|
|
317
317
|
<script>
|
package/logs/combined.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2026-03-
|
|
1
|
+
2026-03-28 14:49:40 [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.4.
|
|
3
|
+
"version": "0.4.1",
|
|
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.4.
|
|
37
|
-
"@hazeljs/prompts": "^0.4.
|
|
38
|
-
"@hazeljs/rag": "^0.4.
|
|
39
|
-
"@hazeljs/resilience": "^0.4.
|
|
36
|
+
"@hazeljs/core": "^0.4.1",
|
|
37
|
+
"@hazeljs/prompts": "^0.4.1",
|
|
38
|
+
"@hazeljs/rag": "^0.4.1",
|
|
39
|
+
"@hazeljs/resilience": "^0.4.1",
|
|
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": "
|
|
75
|
+
"gitHead": "151d5678aa2aeddd75fb75b1b5c55fabe8cb8050"
|
|
76
76
|
}
|