zeitlich 0.2.18 → 0.2.19
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/adapters/sandbox/virtual/index.d.cts +3 -3
- package/dist/adapters/sandbox/virtual/index.d.ts +3 -3
- package/dist/adapters/thread/google-genai/index.d.cts +2 -2
- package/dist/adapters/thread/google-genai/index.d.ts +2 -2
- package/dist/adapters/thread/langchain/index.d.cts +2 -2
- package/dist/adapters/thread/langchain/index.d.ts +2 -2
- package/dist/index.cjs +8 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +8 -13
- package/dist/index.js.map +1 -1
- package/dist/{queries-DnX72m_Y.d.cts → queries-D22uWTOb.d.cts} +1 -1
- package/dist/{queries-TwukRZ8b.d.ts → queries-D8T4pEeu.d.ts} +1 -1
- package/dist/{types-DRvq2miV.d.cts → types-CCfJb5Jl.d.cts} +1 -1
- package/dist/{types-CdB2D5Sq.d.ts → types-CxWLeJTB.d.ts} +1 -1
- package/dist/{types-CmOSypVk.d.ts → types-DjT78Sdp.d.cts} +2 -2
- package/dist/{types-CmOSypVk.d.cts → types-DjT78Sdp.d.ts} +2 -2
- package/dist/workflow.cjs +8 -13
- package/dist/workflow.cjs.map +1 -1
- package/dist/workflow.d.cts +6 -6
- package/dist/workflow.d.ts +6 -6
- package/dist/workflow.js +8 -13
- package/dist/workflow.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/subagent/register.ts +3 -9
- package/src/lib/subagent/subagent.integration.test.ts +5 -5
- package/src/lib/tool-router/router.ts +7 -5
- package/src/lib/tool-router/types.ts +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as FileEntryMetadata, V as VirtualSandboxCreateOptions, a as FileResolver, b as VirtualSandboxContext, T as TreeMutation, c as FileEntry, d as VirtualSandbox } from '../../../queries-
|
|
2
|
-
export { e as FileTreeAccessor, f as VirtualFileTree, g as VirtualSandboxFileSystem, h as VirtualSandboxState, i as filesWithMimeType, j as hasDirectory, k as hasFileWithMimeType } from '../../../queries-
|
|
1
|
+
import { F as FileEntryMetadata, V as VirtualSandboxCreateOptions, a as FileResolver, b as VirtualSandboxContext, T as TreeMutation, c as FileEntry, d as VirtualSandbox } from '../../../queries-D22uWTOb.cjs';
|
|
2
|
+
export { e as FileTreeAccessor, f as VirtualFileTree, g as VirtualSandboxFileSystem, h as VirtualSandboxState, i as filesWithMimeType, j as hasDirectory, k as hasFileWithMimeType } from '../../../queries-D22uWTOb.cjs';
|
|
3
3
|
import { b as SandboxProvider, c as SandboxCapabilities, e as SandboxCreateResult } from '../../../types-BMRzfELQ.cjs';
|
|
4
4
|
import { WorkflowClient } from '@temporalio/client';
|
|
5
|
-
import { A as ActivityToolHandler } from '../../../types-
|
|
5
|
+
import { A as ActivityToolHandler } from '../../../types-DjT78Sdp.cjs';
|
|
6
6
|
import '@temporalio/common';
|
|
7
7
|
import 'zod';
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as FileEntryMetadata, V as VirtualSandboxCreateOptions, a as FileResolver, b as VirtualSandboxContext, T as TreeMutation, c as FileEntry, d as VirtualSandbox } from '../../../queries-
|
|
2
|
-
export { e as FileTreeAccessor, f as VirtualFileTree, g as VirtualSandboxFileSystem, h as VirtualSandboxState, i as filesWithMimeType, j as hasDirectory, k as hasFileWithMimeType } from '../../../queries-
|
|
1
|
+
import { F as FileEntryMetadata, V as VirtualSandboxCreateOptions, a as FileResolver, b as VirtualSandboxContext, T as TreeMutation, c as FileEntry, d as VirtualSandbox } from '../../../queries-D8T4pEeu.js';
|
|
2
|
+
export { e as FileTreeAccessor, f as VirtualFileTree, g as VirtualSandboxFileSystem, h as VirtualSandboxState, i as filesWithMimeType, j as hasDirectory, k as hasFileWithMimeType } from '../../../queries-D8T4pEeu.js';
|
|
3
3
|
import { b as SandboxProvider, c as SandboxCapabilities, e as SandboxCreateResult } from '../../../types-BMRzfELQ.js';
|
|
4
4
|
import { WorkflowClient } from '@temporalio/client';
|
|
5
|
-
import { A as ActivityToolHandler } from '../../../types-
|
|
5
|
+
import { A as ActivityToolHandler } from '../../../types-DjT78Sdp.js';
|
|
6
6
|
import '@temporalio/common';
|
|
7
7
|
import 'zod';
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import Redis from 'ioredis';
|
|
2
2
|
import { Content, GoogleGenAI, Part } from '@google/genai';
|
|
3
|
-
import { T as ThreadOps, M as ModelInvoker, a as ModelInvokerConfig, A as AgentResponse } from '../../../types-
|
|
3
|
+
import { T as ThreadOps, M as ModelInvoker, a as ModelInvokerConfig, A as AgentResponse } from '../../../types-CCfJb5Jl.cjs';
|
|
4
4
|
import { B as BaseThreadManager } from '../../../types-35POpVfa.cjs';
|
|
5
|
-
import { M as MessageContent, T as ToolMessageContent } from '../../../types-
|
|
5
|
+
import { M as MessageContent, T as ToolMessageContent } from '../../../types-DjT78Sdp.cjs';
|
|
6
6
|
import '@temporalio/common';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import '../../../types-BMRzfELQ.cjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import Redis from 'ioredis';
|
|
2
2
|
import { Content, GoogleGenAI, Part } from '@google/genai';
|
|
3
|
-
import { T as ThreadOps, M as ModelInvoker, a as ModelInvokerConfig, A as AgentResponse } from '../../../types-
|
|
3
|
+
import { T as ThreadOps, M as ModelInvoker, a as ModelInvokerConfig, A as AgentResponse } from '../../../types-CxWLeJTB.js';
|
|
4
4
|
import { B as BaseThreadManager } from '../../../types-35POpVfa.js';
|
|
5
|
-
import { M as MessageContent, T as ToolMessageContent } from '../../../types-
|
|
5
|
+
import { M as MessageContent, T as ToolMessageContent } from '../../../types-DjT78Sdp.js';
|
|
6
6
|
import '@temporalio/common';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import '../../../types-BMRzfELQ.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import Redis from 'ioredis';
|
|
2
|
-
import { T as ThreadOps, M as ModelInvoker, a as ModelInvokerConfig, A as AgentResponse } from '../../../types-
|
|
2
|
+
import { T as ThreadOps, M as ModelInvoker, a as ModelInvokerConfig, A as AgentResponse } from '../../../types-CCfJb5Jl.cjs';
|
|
3
3
|
import { StoredMessage, MessageContent, $InferMessageContent, MessageStructure } from '@langchain/core/messages';
|
|
4
4
|
import { BaseChatModel } from '@langchain/core/language_models/chat_models';
|
|
5
5
|
import { B as BaseThreadManager } from '../../../types-35POpVfa.cjs';
|
|
6
6
|
import '@temporalio/common';
|
|
7
|
-
import '../../../types-
|
|
7
|
+
import '../../../types-DjT78Sdp.cjs';
|
|
8
8
|
import 'zod';
|
|
9
9
|
import '../../../types-BMRzfELQ.cjs';
|
|
10
10
|
import '@temporalio/workflow';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import Redis from 'ioredis';
|
|
2
|
-
import { T as ThreadOps, M as ModelInvoker, a as ModelInvokerConfig, A as AgentResponse } from '../../../types-
|
|
2
|
+
import { T as ThreadOps, M as ModelInvoker, a as ModelInvokerConfig, A as AgentResponse } from '../../../types-CxWLeJTB.js';
|
|
3
3
|
import { StoredMessage, MessageContent, $InferMessageContent, MessageStructure } from '@langchain/core/messages';
|
|
4
4
|
import { BaseChatModel } from '@langchain/core/language_models/chat_models';
|
|
5
5
|
import { B as BaseThreadManager } from '../../../types-35POpVfa.js';
|
|
6
6
|
import '@temporalio/common';
|
|
7
|
-
import '../../../types-
|
|
7
|
+
import '../../../types-DjT78Sdp.js';
|
|
8
8
|
import 'zod';
|
|
9
9
|
import '../../../types-BMRzfELQ.js';
|
|
10
10
|
import '@temporalio/workflow';
|
package/dist/index.cjs
CHANGED
|
@@ -17,7 +17,8 @@ function createToolRouter(options) {
|
|
|
17
17
|
for (const [_key, tool] of Object.entries(options.tools)) {
|
|
18
18
|
toolMap.set(tool.name, tool);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const resolve = (v) => typeof v === "function" ? v() : v;
|
|
21
|
+
const isEnabled = (tool) => resolve(tool.enabled) ?? true;
|
|
21
22
|
if (options.plugins) {
|
|
22
23
|
for (const plugin of options.plugins) {
|
|
23
24
|
toolMap.set(plugin.name, plugin);
|
|
@@ -168,7 +169,7 @@ function createToolRouter(options) {
|
|
|
168
169
|
if (!tool || !isEnabled(tool)) {
|
|
169
170
|
throw new Error(`Tool ${toolCall.name} not found`);
|
|
170
171
|
}
|
|
171
|
-
const parsedArgs = tool.schema.parse(toolCall.args);
|
|
172
|
+
const parsedArgs = resolve(tool.schema).parse(toolCall.args);
|
|
172
173
|
return {
|
|
173
174
|
id: toolCall.id ?? "",
|
|
174
175
|
name: toolCall.name,
|
|
@@ -185,8 +186,8 @@ function createToolRouter(options) {
|
|
|
185
186
|
getToolDefinitions() {
|
|
186
187
|
return Array.from(toolMap).filter(([, tool]) => isEnabled(tool)).map(([name, tool]) => ({
|
|
187
188
|
name,
|
|
188
|
-
description: tool.description,
|
|
189
|
-
schema: tool.schema,
|
|
189
|
+
description: resolve(tool.description),
|
|
190
|
+
schema: resolve(tool.schema),
|
|
190
191
|
strict: tool.strict,
|
|
191
192
|
max_uses: tool.max_uses
|
|
192
193
|
}));
|
|
@@ -397,15 +398,9 @@ function buildSubagentRegistration(subagents) {
|
|
|
397
398
|
const resolveSubagentName = (args) => args.subagent;
|
|
398
399
|
return {
|
|
399
400
|
name: SUBAGENT_TOOL_NAME,
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
get description() {
|
|
404
|
-
return createSubagentTool(getEnabled()).description;
|
|
405
|
-
},
|
|
406
|
-
get schema() {
|
|
407
|
-
return createSubagentTool(getEnabled()).schema;
|
|
408
|
-
},
|
|
401
|
+
enabled: () => getEnabled().length > 0,
|
|
402
|
+
description: () => createSubagentTool(getEnabled()).description,
|
|
403
|
+
schema: () => createSubagentTool(getEnabled()).schema,
|
|
409
404
|
handler: createSubagentHandler(subagents),
|
|
410
405
|
...subagentHooksMap.size > 0 && {
|
|
411
406
|
hooks: {
|