qlogicagent 2.24.2 → 2.24.4
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { ToolDefinition } from "../../agent/types.js";
|
|
2
2
|
export declare const MAX_RESIDENT_PARAMETER_SCHEMA_CHARS = 1024;
|
|
3
|
+
export declare const MAX_DEFERRED_DIRECTORY_SUMMARY_CHARS = 280;
|
|
3
4
|
export interface CapabilitySchemaDirectoryProjection {
|
|
4
5
|
allTools: ToolDefinition[];
|
|
5
6
|
residentTools: ToolDefinition[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qlogicagent",
|
|
3
|
-
"version": "2.24.
|
|
3
|
+
"version": "2.24.4",
|
|
4
4
|
"packageManager": "pnpm@10.23.0",
|
|
5
5
|
"description": "XiaozhiClaw standard ACP Agent adapter",
|
|
6
6
|
"type": "module",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@agentclientprotocol/sdk": "^0.25.0",
|
|
80
80
|
"@napi-rs/canvas": "0.1.100",
|
|
81
|
-
"@xiaozhiclaw/module-sdk": "0.4.
|
|
82
|
-
"@xiaozhiclaw/provider-core": "0.1.
|
|
81
|
+
"@xiaozhiclaw/module-sdk": "0.4.4",
|
|
82
|
+
"@xiaozhiclaw/provider-core": "0.1.38",
|
|
83
83
|
"ajv": "8.20.0",
|
|
84
84
|
"better-sqlite3": "^12.10.0",
|
|
85
85
|
"dotenv": "^17.3.1",
|