@peebles-group/agentlib-js 1.0.5 → 2.0.0

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.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peebles-group/agentlib-js",
3
- "version": "1.0.5",
3
+ "version": "2.0.0",
4
4
  "description": "A minimal JavaScript library implementing concurrent async agents for illustrating multi-agent systems and other agentic design patterns including recursive ones purely through function calling loops.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -13,18 +13,19 @@
13
13
  "dependencies": {
14
14
  "@google/genai": "^1.16.0",
15
15
  "@modelcontextprotocol/sdk": "^1.18.2",
16
- "openai": "^6.0.0"
16
+ "openai": "^6.0.0",
17
+ "js-yaml": "^4.1.0",
18
+ "sqlite3": "^5.1.7",
19
+ "path": "^0.12.7"
17
20
  },
18
21
  "devDependencies": {
19
- "@peebles-group/agentlib-js": "^1.0.5",
22
+ "@peebles-group/agentlib-js": "^2.0.0",
20
23
  "dotenv": "^16.6.1",
21
- "js-yaml": "^4.1.0",
22
24
  "mongodb": "^6.20.0",
23
25
  "openai": "^5.16.0",
24
26
  "playwright": "^1.55.0",
25
27
  "prompt-sync": "^4.2.0",
26
28
  "sqlite": "^5.1.1",
27
- "sqlite3": "^5.1.7",
28
29
  "zod": "^3.25.76"
29
30
  },
30
31
  "files": [