polpo-ai 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 +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
<h1 align="center">Polpo</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
The open
|
|
8
|
+
The open backend for AI agents.
|
|
9
9
|
<br />
|
|
10
|
-
|
|
10
|
+
Define your agent, deploy it, and get a fully working API with memory, tools, sandboxing, completions — out of the box.
|
|
11
11
|
</p>
|
|
12
12
|
|
|
13
13
|
<p align="center">
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polpo-ai",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "The open
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"description": "The open backend for AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"nanoid": "^5.1.2",
|
|
70
70
|
"yaml": "^2.7.0",
|
|
71
71
|
"zod": "^4.3.6",
|
|
72
|
-
"@polpo-ai/core": "0.4.
|
|
73
|
-
"@polpo-ai/server": "0.4.
|
|
74
|
-
"@polpo-ai/vault-crypto": "0.4.
|
|
72
|
+
"@polpo-ai/core": "0.4.1",
|
|
73
|
+
"@polpo-ai/server": "0.4.1",
|
|
74
|
+
"@polpo-ai/vault-crypto": "0.4.1"
|
|
75
75
|
},
|
|
76
76
|
"optionalDependencies": {
|
|
77
77
|
"better-sqlite3": "^12.6.2",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"nodemailer": "^8.0.1",
|
|
80
80
|
"playwright-core": "^1.52.0",
|
|
81
81
|
"postgres": "^3.4.0",
|
|
82
|
-
"@polpo-ai/drizzle": "0.4.
|
|
82
|
+
"@polpo-ai/drizzle": "0.4.1"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@types/better-sqlite3": "^7.6.13",
|