zeitlich 0.2.17 → 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 +11 -14
- 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 +11 -14
- package/dist/index.js.map +1 -1
- package/dist/{queries-DlJ3jE48.d.cts → queries-D22uWTOb.d.cts} +1 -1
- package/dist/{queries-BlC1I3DK.d.ts → queries-D8T4pEeu.d.ts} +1 -1
- package/dist/{types-Bh-BbfCp.d.cts → types-CCfJb5Jl.d.cts} +2 -2
- package/dist/{types-NkiAxU4t.d.ts → types-CxWLeJTB.d.ts} +2 -2
- package/dist/{types-BMXzv7TN.d.cts → types-DjT78Sdp.d.cts} +4 -4
- package/dist/{types-BMXzv7TN.d.ts → types-DjT78Sdp.d.ts} +4 -4
- package/dist/workflow.cjs +11 -14
- package/dist/workflow.cjs.map +1 -1
- package/dist/workflow.d.cts +7 -7
- package/dist/workflow.d.ts +7 -7
- package/dist/workflow.js +11 -14
- package/dist/workflow.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/subagent/define.ts +1 -1
- package/src/lib/subagent/register.ts +10 -13
- package/src/lib/subagent/subagent.integration.test.ts +119 -70
- package/src/lib/subagent/types.ts +1 -1
- package/src/lib/tool-router/router.ts +8 -5
- package/src/lib/tool-router/types.ts +4 -4
|
@@ -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
|
}));
|
|
@@ -387,7 +388,9 @@ function createSubagentHandler(subagents) {
|
|
|
387
388
|
// src/lib/subagent/register.ts
|
|
388
389
|
function buildSubagentRegistration(subagents) {
|
|
389
390
|
if (subagents.length === 0) return null;
|
|
390
|
-
const getEnabled = () => subagents.filter(
|
|
391
|
+
const getEnabled = () => subagents.filter(
|
|
392
|
+
(s) => typeof s.enabled === "function" ? s.enabled() : s.enabled ?? true
|
|
393
|
+
);
|
|
391
394
|
const subagentHooksMap = /* @__PURE__ */ new Map();
|
|
392
395
|
for (const s of subagents) {
|
|
393
396
|
if (s.hooks) subagentHooksMap.set(s.agentName, s.hooks);
|
|
@@ -395,15 +398,9 @@ function buildSubagentRegistration(subagents) {
|
|
|
395
398
|
const resolveSubagentName = (args) => args.subagent;
|
|
396
399
|
return {
|
|
397
400
|
name: SUBAGENT_TOOL_NAME,
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
get description() {
|
|
402
|
-
return createSubagentTool(getEnabled()).description;
|
|
403
|
-
},
|
|
404
|
-
get schema() {
|
|
405
|
-
return createSubagentTool(getEnabled()).schema;
|
|
406
|
-
},
|
|
401
|
+
enabled: () => getEnabled().length > 0,
|
|
402
|
+
description: () => createSubagentTool(getEnabled()).description,
|
|
403
|
+
schema: () => createSubagentTool(getEnabled()).schema,
|
|
407
404
|
handler: createSubagentHandler(subagents),
|
|
408
405
|
...subagentHooksMap.size > 0 && {
|
|
409
406
|
hooks: {
|