🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agenite/agent

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agenite/agent - npm Package Compare versions

Comparing version
0.4.0-alpha.0
to
0.4.0
+14
-0
CHANGELOG.md
# @agenite/agent
## 0.4.0
### Minor Changes
- 71295a4: feat: introduce new agent architecture
### Patch Changes
- 2cab817: bump packages and add deepseek example
- Updated dependencies [2cab817]
- Updated dependencies [71295a4]
- @agenite/tool@0.3.0
- @agenite/llm@0.4.0
## 0.4.0-alpha.0

@@ -4,0 +18,0 @@

+8
-8
{
"name": "@agenite/agent",
"version": "0.4.0-alpha.0",
"version": "0.4.0",
"description": "Simple and maintainable agent library",

@@ -18,4 +18,4 @@ "private": false,

"dependencies": {
"@agenite/llm": "0.4.0-alpha.0",
"@agenite/tool": "0.3.0-alpha.0"
"@agenite/llm": "0.4.0",
"@agenite/tool": "0.3.0"
},

@@ -26,7 +26,7 @@ "devDependencies": {

"typescript": "^5.8.2",
"@agenite/bedrock": "0.4.0-alpha.0",
"@repo/eslint-config": "0.1.0-alpha.0",
"@agenite/ollama": "0.4.0-alpha.0",
"@repo/tsup-config": "0.0.3",
"@repo/typescript-config": "0.1.0-alpha.0"
"@agenite/bedrock": "0.4.0",
"@agenite/ollama": "0.4.0",
"@repo/eslint-config": "0.1.0",
"@repo/typescript-config": "0.1.0",
"@repo/tsup-config": "0.0.3"
},

@@ -33,0 +33,0 @@ "publishConfig": {