@economic/agents 2.3.17 → 2.3.18
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/index.d.mts +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -23,7 +23,7 @@ interface AgentEnv {
|
|
|
23
23
|
LOCAL_AGENT_DB?: D1Database;
|
|
24
24
|
}
|
|
25
25
|
type SqlFn = InstanceType<typeof Agent$1>["sql"];
|
|
26
|
-
type AgentConnectionStatus = "connecting" | "connected" | "disconnected" | "unauthorized";
|
|
26
|
+
type AgentConnectionStatus = "connecting" | "connected" | "disconnected" | "unauthorized" | "error";
|
|
27
27
|
type AgentConnectionType = "agent" | "chat" | "assistant";
|
|
28
28
|
//#endregion
|
|
29
29
|
//#region src/server/util/tools.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@economic/agents",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.18",
|
|
4
4
|
"description": "A starter for creating a TypeScript package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@ai-sdk/google": "^3.0.73",
|
|
28
28
|
"@cloudflare/ai-chat": "^0.8.5",
|
|
29
29
|
"@cloudflare/think": "^0.9.0",
|
|
30
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
30
|
+
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
31
31
|
"agents": "^0.16.0",
|
|
32
32
|
"ai": "^6.0.197",
|
|
33
33
|
"jose": "^6.2.3",
|