agent-world 0.12.0 → 0.12.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 +7 -4
- package/bin/agent-world-cli.js +41 -0
- package/bin/agent-world-server.js +40 -0
- package/bin/agent-world.js +53 -0
- package/dist/cli/index.js +4 -4
- package/dist/core/activity-tracker.d.ts +0 -1
- package/dist/core/activity-tracker.js +0 -1
- package/dist/core/anthropic-direct.d.ts +0 -1
- package/dist/core/anthropic-direct.js +0 -1
- package/dist/core/chat-constants.d.ts +0 -1
- package/dist/core/chat-constants.js +0 -1
- package/dist/core/create-agent-tool.d.ts +0 -1
- package/dist/core/create-agent-tool.js +0 -1
- package/dist/core/events/index.d.ts +0 -1
- package/dist/core/events/index.js +0 -1
- package/dist/core/events/memory-manager.d.ts +0 -1
- package/dist/core/events/memory-manager.js +0 -1
- package/dist/core/events/mention-logic.d.ts +0 -1
- package/dist/core/events/mention-logic.js +0 -1
- package/dist/core/events/orchestrator.d.ts +0 -1
- package/dist/core/events/orchestrator.js +0 -1
- package/dist/core/events/persistence.d.ts +0 -1
- package/dist/core/events/persistence.js +0 -1
- package/dist/core/events/publishers.d.ts +0 -1
- package/dist/core/events/publishers.js +0 -1
- package/dist/core/events/subscribers.d.ts +0 -1
- package/dist/core/events/subscribers.js +0 -1
- package/dist/core/events/tool-bridge-logging.d.ts +0 -1
- package/dist/core/events/tool-bridge-logging.js +0 -1
- package/dist/core/events-metadata.d.ts +0 -1
- package/dist/core/events-metadata.js +0 -1
- package/dist/core/export.d.ts +0 -1
- package/dist/core/export.js +0 -1
- package/dist/core/file-tools.d.ts +0 -1
- package/dist/core/file-tools.js +0 -1
- package/dist/core/google-direct.d.ts +0 -1
- package/dist/core/google-direct.js +0 -1
- package/dist/core/hitl.d.ts +0 -1
- package/dist/core/hitl.js +0 -1
- package/dist/core/index.d.ts +0 -1
- package/dist/core/index.js +0 -1
- package/dist/core/llm-config.d.ts +0 -1
- package/dist/core/llm-config.js +0 -1
- package/dist/core/llm-manager.d.ts +0 -1
- package/dist/core/llm-manager.js +0 -1
- package/dist/core/load-skill-tool.d.ts +0 -1
- package/dist/core/load-skill-tool.js +0 -1
- package/dist/core/logger.d.ts +0 -1
- package/dist/core/logger.js +0 -1
- package/dist/core/managers.d.ts +0 -1
- package/dist/core/managers.js +0 -1
- package/dist/core/mcp-server-registry.d.ts +0 -1
- package/dist/core/mcp-server-registry.js +0 -1
- package/dist/core/message-prep.d.ts +0 -1
- package/dist/core/message-prep.js +0 -1
- package/dist/core/message-processing-control.d.ts +0 -1
- package/dist/core/message-processing-control.js +0 -1
- package/dist/core/openai-direct.d.ts +0 -1
- package/dist/core/openai-direct.js +0 -1
- package/dist/core/shell-cmd-tool.d.ts +0 -1
- package/dist/core/shell-cmd-tool.js +0 -1
- package/dist/core/shell-process-registry.d.ts +0 -1
- package/dist/core/shell-process-registry.js +0 -1
- package/dist/core/skill-registry.d.ts +0 -1
- package/dist/core/skill-registry.js +0 -1
- package/dist/core/skill-settings.d.ts +0 -1
- package/dist/core/skill-settings.js +0 -1
- package/dist/core/storage/agent-storage.d.ts +0 -1
- package/dist/core/storage/agent-storage.js +0 -1
- package/dist/core/storage/eventStorage/fileEventStorage.d.ts +0 -1
- package/dist/core/storage/eventStorage/fileEventStorage.js +0 -1
- package/dist/core/storage/eventStorage/index.d.ts +0 -1
- package/dist/core/storage/eventStorage/index.js +0 -1
- package/dist/core/storage/eventStorage/memoryEventStorage.d.ts +0 -1
- package/dist/core/storage/eventStorage/memoryEventStorage.js +0 -1
- package/dist/core/storage/eventStorage/sqliteEventStorage.d.ts +0 -1
- package/dist/core/storage/eventStorage/sqliteEventStorage.js +0 -1
- package/dist/core/storage/eventStorage/types.d.ts +0 -1
- package/dist/core/storage/eventStorage/types.js +0 -1
- package/dist/core/storage/eventStorage/validation.d.ts +0 -1
- package/dist/core/storage/eventStorage/validation.js +0 -1
- package/dist/core/storage/memory-storage.d.ts +0 -1
- package/dist/core/storage/memory-storage.js +0 -1
- package/dist/core/storage/migration-runner.d.ts +0 -1
- package/dist/core/storage/migration-runner.d.ts.map +1 -1
- package/dist/core/storage/migration-runner.js +4 -11
- package/dist/core/storage/migration-runner.js.map +1 -1
- package/dist/core/storage/sqlite-schema.d.ts +0 -1
- package/dist/core/storage/sqlite-schema.js +0 -1
- package/dist/core/storage/sqlite-storage.d.ts +0 -1
- package/dist/core/storage/sqlite-storage.js +0 -1
- package/dist/core/storage/storage-factory.d.ts +0 -1
- package/dist/core/storage/storage-factory.js +0 -1
- package/dist/core/storage/validation.d.ts +0 -1
- package/dist/core/storage/validation.js +0 -1
- package/dist/core/storage/world-storage.d.ts +0 -1
- package/dist/core/storage/world-storage.js +0 -1
- package/dist/core/subscription.d.ts +0 -1
- package/dist/core/subscription.js +0 -1
- package/dist/core/tool-utils.d.ts +0 -1
- package/dist/core/tool-utils.js +0 -1
- package/dist/core/types.d.ts +0 -1
- package/dist/core/types.js +0 -1
- package/dist/core/utils.d.ts +0 -1
- package/dist/core/utils.js +0 -1
- package/dist/public/assets/index-BO20H4xt.js +96 -0
- package/dist/public/assets/{index-C9kPXL6G.css → index-ETY7W5_S.css} +1 -1
- package/dist/public/index.html +2 -2
- package/dist/server/api.js +29 -1
- package/dist/server/index.js +4 -4
- package/dist/server/sse-handler.d.ts +2 -1
- package/dist/server/sse-handler.js +10 -1
- package/migrations/0000_init_base_schema.sql +129 -0
- package/migrations/0001_add_chat_id.sql +12 -0
- package/migrations/0002_add_llm_config.sql +9 -0
- package/migrations/0003_add_current_chat_id.sql +8 -0
- package/migrations/0004_add_mcp_config.sql +8 -0
- package/migrations/0005_add_message_id.sql +12 -0
- package/migrations/0006_add_reply_to_message_id.sql +12 -0
- package/migrations/0007_create_world_chats.sql +35 -0
- package/migrations/0008_create_events_table.sql +78 -0
- package/migrations/0009_add_event_sequences.sql +40 -0
- package/migrations/0010_add_tool_call_fields.sql +27 -0
- package/migrations/0011_add_event_metadata_indexes.sql +79 -0
- package/migrations/0012_add_tool_role.sql +78 -0
- package/migrations/0013_add_world_variables.sql +7 -0
- package/migrations/0014_add_main_agent_and_auto_reply.sql +10 -0
- package/package.json +5 -5
- package/dist/public/assets/index-DOQEHGWt.js +0 -96
package/README.md
CHANGED
|
@@ -140,23 +140,26 @@ Each Agent World has a collection of agents that can communicate through a share
|
|
|
140
140
|
|
|
141
141
|
### Quick Start
|
|
142
142
|
|
|
143
|
+
Use npm package invocations (shown below). GitHub shorthand commands such as
|
|
144
|
+
`npx agent-world/agent-world` are not supported entrypoints.
|
|
145
|
+
|
|
143
146
|
**Option 1: Web Interface**
|
|
144
147
|
```bash
|
|
145
|
-
npx agent-world
|
|
148
|
+
npx agent-world@latest
|
|
146
149
|
```
|
|
147
150
|
|
|
148
151
|
**Option 2: CLI Interface**
|
|
149
152
|
1. Interactive Mode
|
|
150
153
|
```bash
|
|
151
|
-
npx agent-world
|
|
154
|
+
npx -p agent-world@latest agent-world-cli
|
|
152
155
|
```
|
|
153
156
|
2. Command Mode
|
|
154
157
|
```bash
|
|
155
|
-
npx agent-world -w default-world "hi"
|
|
158
|
+
npx -p agent-world@latest agent-world-cli -w default-world "hi"
|
|
156
159
|
```
|
|
157
160
|
3. Pipeline Mode
|
|
158
161
|
```bash
|
|
159
|
-
echo "hi" | npx agent-world -w default-world
|
|
162
|
+
echo "hi" | npx -p agent-world@latest agent-world-cli -w default-world
|
|
160
163
|
```
|
|
161
164
|
|
|
162
165
|
**Option 3: Electron Desktop App (repo)**
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Agent World Bin Launcher (CLI entry).
|
|
4
|
+
*
|
|
5
|
+
* Purpose:
|
|
6
|
+
* - Provide a stable npm bin entry for `agent-world-cli`.
|
|
7
|
+
*
|
|
8
|
+
* Key Features:
|
|
9
|
+
* - Performs a Node.js runtime preflight check with a clear user-facing error.
|
|
10
|
+
* - Defers to the published CLI runtime after validation.
|
|
11
|
+
*
|
|
12
|
+
* Notes on Implementation:
|
|
13
|
+
* - Uses dynamic import so the preflight runs before loading modern runtime dependencies.
|
|
14
|
+
*
|
|
15
|
+
* Recent Changes:
|
|
16
|
+
* - 2026-02-19: Added wrapper to avoid silent exits on unsupported Node versions.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
const MIN_NODE_MAJOR = 20;
|
|
20
|
+
|
|
21
|
+
function getNodeMajor() {
|
|
22
|
+
const major = Number.parseInt((process.versions.node || '').split('.')[0] || '0', 10);
|
|
23
|
+
return Number.isFinite(major) ? major : 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
function ensureSupportedNode() {
|
|
27
|
+
const nodeMajor = getNodeMajor();
|
|
28
|
+
if (nodeMajor >= MIN_NODE_MAJOR) return;
|
|
29
|
+
|
|
30
|
+
console.error(`[agent-world-cli] Node.js ${MIN_NODE_MAJOR}+ is required. Detected ${process.version}.`);
|
|
31
|
+
console.error('[agent-world-cli] Please upgrade Node.js and run the command again.');
|
|
32
|
+
process.exit(1);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
ensureSupportedNode();
|
|
36
|
+
|
|
37
|
+
import('../dist/cli/index.js').catch((error) => {
|
|
38
|
+
console.error('[agent-world-cli] Failed to start CLI:', error);
|
|
39
|
+
process.exit(1);
|
|
40
|
+
});
|
|
41
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Agent World Bin Launcher (server entry).
|
|
4
|
+
*
|
|
5
|
+
* Purpose:
|
|
6
|
+
* - Provide a stable npm bin entry for `agent-world-server`.
|
|
7
|
+
*
|
|
8
|
+
* Key Features:
|
|
9
|
+
* - Performs a Node.js runtime preflight check with a clear user-facing error.
|
|
10
|
+
* - Defers to the published server runtime after validation.
|
|
11
|
+
*
|
|
12
|
+
* Notes on Implementation:
|
|
13
|
+
* - Uses dynamic import so the preflight runs before loading modern runtime dependencies.
|
|
14
|
+
*
|
|
15
|
+
* Recent Changes:
|
|
16
|
+
* - 2026-02-19: Added wrapper to avoid silent exits on unsupported Node versions.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
const MIN_NODE_MAJOR = 20;
|
|
20
|
+
|
|
21
|
+
function getNodeMajor() {
|
|
22
|
+
const major = Number.parseInt((process.versions.node || '').split('.')[0] || '0', 10);
|
|
23
|
+
return Number.isFinite(major) ? major : 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
function ensureSupportedNode() {
|
|
27
|
+
const nodeMajor = getNodeMajor();
|
|
28
|
+
if (nodeMajor >= MIN_NODE_MAJOR) return;
|
|
29
|
+
|
|
30
|
+
console.error(`[agent-world-server] Node.js ${MIN_NODE_MAJOR}+ is required. Detected ${process.version}.`);
|
|
31
|
+
console.error('[agent-world-server] Please upgrade Node.js and run the command again.');
|
|
32
|
+
process.exit(1);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
ensureSupportedNode();
|
|
36
|
+
|
|
37
|
+
import('../dist/server/index.js').catch((error) => {
|
|
38
|
+
console.error('[agent-world-server] Failed to start server:', error);
|
|
39
|
+
process.exit(1);
|
|
40
|
+
});
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Agent World Bin Launcher (default server entry).
|
|
4
|
+
*
|
|
5
|
+
* Purpose:
|
|
6
|
+
* - Provide a stable npm bin entry for `agent-world`.
|
|
7
|
+
*
|
|
8
|
+
* Key Features:
|
|
9
|
+
* - Performs a Node.js runtime preflight check with a clear user-facing error.
|
|
10
|
+
* - Defers to the published server runtime after validation.
|
|
11
|
+
*
|
|
12
|
+
* Notes on Implementation:
|
|
13
|
+
* - Uses dynamic import so the preflight runs before loading modern runtime dependencies.
|
|
14
|
+
*
|
|
15
|
+
* Recent Changes:
|
|
16
|
+
* - 2026-02-19: Added wrapper to avoid silent exits on unsupported Node versions.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
const MIN_NODE_MAJOR = 20;
|
|
20
|
+
|
|
21
|
+
function getNodeMajor() {
|
|
22
|
+
const major = Number.parseInt((process.versions.node || '').split('.')[0] || '0', 10);
|
|
23
|
+
return Number.isFinite(major) ? major : 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
function ensureSupportedNode() {
|
|
27
|
+
const nodeMajor = getNodeMajor();
|
|
28
|
+
if (nodeMajor >= MIN_NODE_MAJOR) return;
|
|
29
|
+
|
|
30
|
+
console.error(`[agent-world] Node.js ${MIN_NODE_MAJOR}+ is required. Detected ${process.version}.`);
|
|
31
|
+
console.error('[agent-world] Please upgrade Node.js and run the command again.');
|
|
32
|
+
process.exit(1);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
ensureSupportedNode();
|
|
36
|
+
|
|
37
|
+
import('../dist/server/index.js')
|
|
38
|
+
.then(({ startWebServer }) => {
|
|
39
|
+
const port = Number(process.env.PORT) || 0;
|
|
40
|
+
const host = process.env.HOST || '127.0.0.1';
|
|
41
|
+
const shouldOpenBrowser = process.env.AGENT_WORLD_AUTO_OPEN !== 'false';
|
|
42
|
+
|
|
43
|
+
return startWebServer(port, host, {
|
|
44
|
+
openBrowser: shouldOpenBrowser,
|
|
45
|
+
registerProcessHandlers: true,
|
|
46
|
+
}).then(() => {
|
|
47
|
+
console.log('Server started successfully');
|
|
48
|
+
});
|
|
49
|
+
})
|
|
50
|
+
.catch((error) => {
|
|
51
|
+
console.error('[agent-world] Failed to start server:', error);
|
|
52
|
+
process.exit(1);
|
|
53
|
+
});
|
package/dist/cli/index.js
CHANGED
|
@@ -327,12 +327,12 @@ function configureLLMProvidersFromEnv() {
|
|
|
327
327
|
logger.debug('Configured Google provider from environment');
|
|
328
328
|
}
|
|
329
329
|
// Azure
|
|
330
|
-
if (process.env.AZURE_OPENAI_API_KEY && process.env.
|
|
330
|
+
if (process.env.AZURE_OPENAI_API_KEY && process.env.AZURE_OPENAI_RESOURCE_NAME && process.env.AZURE_OPENAI_DEPLOYMENT_NAME) {
|
|
331
331
|
configureLLMProvider(LLMProvider.AZURE, {
|
|
332
332
|
apiKey: process.env.AZURE_OPENAI_API_KEY,
|
|
333
|
-
resourceName: process.env.
|
|
334
|
-
deployment: process.env.
|
|
335
|
-
apiVersion: process.env.
|
|
333
|
+
resourceName: process.env.AZURE_OPENAI_RESOURCE_NAME,
|
|
334
|
+
deployment: process.env.AZURE_OPENAI_DEPLOYMENT_NAME,
|
|
335
|
+
apiVersion: process.env.AZURE_OPENAI_API_VERSION || '2024-10-21-preview'
|
|
336
336
|
});
|
|
337
337
|
logger.debug('Configured Azure provider from environment');
|
|
338
338
|
}
|
|
@@ -13,4 +13,3 @@ export interface WorldActivityEventPayload {
|
|
|
13
13
|
}
|
|
14
14
|
export declare function beginWorldActivity(world: World, source?: string): () => void;
|
|
15
15
|
export declare function trackWorldActivity<T>(world: World, operation: () => Promise<T>, source?: string): Promise<T>;
|
|
16
|
-
//# sourceMappingURL=activity-tracker.d.ts.map
|
|
@@ -49,4 +49,3 @@ export declare function generateAnthropicResponse(client: Anthropic, model: stri
|
|
|
49
49
|
* Factory function to create Anthropic client for agent
|
|
50
50
|
*/
|
|
51
51
|
export declare function createAnthropicClientForAgent(agent: Agent): Anthropic;
|
|
52
|
-
//# sourceMappingURL=anthropic-direct.d.ts.map
|
|
@@ -63,4 +63,3 @@ export declare function createCreateAgentToolDefinition(): {
|
|
|
63
63
|
execute: (args: CreateAgentToolArgs, _sequenceId?: string, _parentToolCall?: string, context?: CreateAgentToolContext) => Promise<string>;
|
|
64
64
|
};
|
|
65
65
|
export {};
|
|
66
|
-
//# sourceMappingURL=create-agent-tool.d.ts.map
|
|
@@ -70,4 +70,3 @@ export declare function resetLLMCallCountIfNeeded(world: World, agent: Agent, me
|
|
|
70
70
|
* Generate chat title from message content with LLM support and fallback
|
|
71
71
|
*/
|
|
72
72
|
export declare function generateChatTitleFromMessages(world: World, content: string, targetChatId: string | null): Promise<string>;
|
|
73
|
-
//# sourceMappingURL=memory-manager.d.ts.map
|
|
@@ -36,4 +36,3 @@ export declare function shouldAutoMention(response: string, sender: string, agen
|
|
|
36
36
|
* Remove consecutive self-mentions from response beginning (case-insensitive)
|
|
37
37
|
*/
|
|
38
38
|
export declare function removeSelfMentions(response: string, agentId: string): string;
|
|
39
|
-
//# sourceMappingURL=mention-logic.d.ts.map
|
|
@@ -66,4 +66,3 @@ export declare function processAgentMessage(world: World, agent: Agent, messageE
|
|
|
66
66
|
* Enhanced message filtering logic with turn limits and mention detection
|
|
67
67
|
*/
|
|
68
68
|
export declare function shouldAgentRespond(world: World, agent: Agent, messageEvent: WorldMessageEvent): Promise<boolean>;
|
|
69
|
-
//# sourceMappingURL=orchestrator.d.ts.map
|
|
@@ -78,4 +78,3 @@ export declare function publishToolEvent(world: World, data: Partial<WorldToolEv
|
|
|
78
78
|
* SSE subscription using World.eventEmitter
|
|
79
79
|
*/
|
|
80
80
|
export declare function subscribeToSSE(world: World, handler: (event: WorldSSEEvent) => void): () => void;
|
|
81
|
-
//# sourceMappingURL=publishers.d.ts.map
|
|
@@ -42,4 +42,3 @@ export declare function subscribeWorldToMessages(world: World): () => void;
|
|
|
42
42
|
* Triggers title generation when world becomes idle (pendingOperations === 0)
|
|
43
43
|
*/
|
|
44
44
|
export declare function setupWorldActivityListener(world: World): () => void;
|
|
45
|
-
//# sourceMappingURL=subscribers.d.ts.map
|
|
@@ -25,4 +25,3 @@ export declare function safeSerializeForConsole(value: unknown): string;
|
|
|
25
25
|
export declare function isToolBridgeLoggingEnabled(): boolean;
|
|
26
26
|
export declare function logToolBridge(direction: string, payload: unknown): void;
|
|
27
27
|
export declare function getToolResultPreview(value: unknown): string;
|
|
28
|
-
//# sourceMappingURL=tool-bridge-logging.d.ts.map
|
package/dist/core/export.d.ts
CHANGED
package/dist/core/export.js
CHANGED
package/dist/core/file-tools.js
CHANGED
|
@@ -55,4 +55,3 @@ export declare function generateGoogleResponse(client: GoogleGenerativeAI, model
|
|
|
55
55
|
* Factory function to create Google client for agent
|
|
56
56
|
*/
|
|
57
57
|
export declare function createGoogleClientForAgent(agent: Agent): GoogleGenerativeAI;
|
|
58
|
-
//# sourceMappingURL=google-direct.d.ts.map
|
package/dist/core/hitl.d.ts
CHANGED
package/dist/core/hitl.js
CHANGED
package/dist/core/index.d.ts
CHANGED
|
@@ -56,4 +56,3 @@ export { type ClientConnection, subscribeWorld } from './subscription.js';
|
|
|
56
56
|
export { getDefaultRootPath } from './storage/storage-factory.js';
|
|
57
57
|
export { runMigrations, getMigrationStatus, needsMigration, type MigrationContext, type MigrationFile } from './storage/migration-runner.js';
|
|
58
58
|
export declare const VERSION = "0.5.0";
|
|
59
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/core/index.js
CHANGED
|
@@ -67,4 +67,3 @@ export { getDefaultRootPath } from './storage/storage-factory.js';
|
|
|
67
67
|
// === MIGRATION SYSTEM (for advanced usage) ===
|
|
68
68
|
export { runMigrations, getMigrationStatus, needsMigration } from './storage/migration-runner.js';
|
|
69
69
|
export const VERSION = '0.5.0';
|
|
70
|
-
//# sourceMappingURL=index.js.map
|
package/dist/core/llm-config.js
CHANGED
package/dist/core/llm-manager.js
CHANGED
package/dist/core/logger.d.ts
CHANGED
package/dist/core/logger.js
CHANGED
package/dist/core/managers.d.ts
CHANGED
package/dist/core/managers.js
CHANGED
|
@@ -78,4 +78,3 @@ export declare function parseMessageContent(content: string, defaultRole?: 'user
|
|
|
78
78
|
* @returns Filtered messages ready for LLM
|
|
79
79
|
*/
|
|
80
80
|
export declare function filterClientSideMessages(messages: ChatMessage[]): ChatMessage[];
|
|
81
|
-
//# sourceMappingURL=message-prep.d.ts.map
|
|
@@ -77,4 +77,3 @@ export declare function generateOpenAIResponse(client: OpenAI, model: string, me
|
|
|
77
77
|
* Factory function to create appropriate OpenAI client based on provider type
|
|
78
78
|
*/
|
|
79
79
|
export declare function createClientForProvider(providerType: string, config: any): OpenAI;
|
|
80
|
-
//# sourceMappingURL=openai-direct.d.ts.map
|
|
@@ -72,4 +72,3 @@ export declare const getSkillSourceScope: (skillId: string) => SkillSourceScope
|
|
|
72
72
|
export declare const getSkillsForSystemPrompt: (options?: SkillScopeFilterOptions) => SkillRegistryEntry[];
|
|
73
73
|
export declare const clearSkillsForTests: () => void;
|
|
74
74
|
export declare function waitForInitialSkillSync(): Promise<SyncSkillsResult>;
|
|
75
|
-
//# sourceMappingURL=skill-registry.d.ts.map
|
|
@@ -131,4 +131,3 @@ export declare function deleteAgent(rootPath: string, worldId: string, agentId:
|
|
|
131
131
|
* Returns the number of memory items deleted
|
|
132
132
|
*/
|
|
133
133
|
export declare function deleteMemoryByChatId(rootPath: string, worldId: string, chatId: string): Promise<number>;
|
|
134
|
-
//# sourceMappingURL=agent-storage.d.ts.map
|
|
@@ -28,4 +28,3 @@ export { createFileEventStorage } from './fileEventStorage.js';
|
|
|
28
28
|
export type { FileEventStorageConfig } from './fileEventStorage.js';
|
|
29
29
|
export { MemoryEventStorage } from './memoryEventStorage.js';
|
|
30
30
|
export { FileEventStorage } from './fileEventStorage.js';
|
|
31
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -28,4 +28,3 @@ export { createFileEventStorage } from './fileEventStorage.js';
|
|
|
28
28
|
// Export classes for direct instantiation if needed
|
|
29
29
|
export { MemoryEventStorage } from './memoryEventStorage.js';
|
|
30
30
|
export { FileEventStorage } from './fileEventStorage.js';
|
|
31
|
-
//# sourceMappingURL=index.js.map
|