@polpo-ai/tools 0.15.67 → 0.15.69
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/dist/email-tools.d.ts +1 -1
- package/dist/email-tools.js +1 -1
- package/package.json +3 -3
package/dist/email-tools.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* Credential resolution order:
|
|
12
12
|
* 1. Tool parameters (explicit overrides)
|
|
13
|
-
* 2. Agent vault (per-agent credentials
|
|
13
|
+
* 2. Agent vault (per-agent encrypted credentials)
|
|
14
14
|
* 3. Environment variables (global fallback)
|
|
15
15
|
*
|
|
16
16
|
* SMTP env vars: SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS, SMTP_FROM
|
package/dist/email-tools.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* Credential resolution order:
|
|
12
12
|
* 1. Tool parameters (explicit overrides)
|
|
13
|
-
* 2. Agent vault (per-agent credentials
|
|
13
|
+
* 2. Agent vault (per-agent encrypted credentials)
|
|
14
14
|
* 3. Environment variables (global fallback)
|
|
15
15
|
*
|
|
16
16
|
* SMTP env vars: SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS, SMTP_FROM
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polpo-ai/tools",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.69",
|
|
4
4
|
"description": "Agent tools for Polpo — coding, browser, email, search, and more. Core tools work everywhere, extended tools are opt-in.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
21
21
|
"@sinclair/typebox": "^0.34.0",
|
|
22
22
|
"nanoid": "^5.0.0",
|
|
23
|
-
"@polpo-ai/
|
|
24
|
-
"@polpo-ai/
|
|
23
|
+
"@polpo-ai/core": "0.15.69",
|
|
24
|
+
"@polpo-ai/llm": "0.15.69"
|
|
25
25
|
},
|
|
26
26
|
"optionalDependencies": {
|
|
27
27
|
"@ai-sdk/anthropic": "^2.0.79",
|