@directive-run/ai 0.4.1 → 0.5.0
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/LICENSE +1 -1
- package/dist/anthropic.cjs +3 -2
- package/dist/anthropic.cjs.map +1 -1
- package/dist/anthropic.d.cts +1 -1
- package/dist/anthropic.d.ts +1 -1
- package/dist/anthropic.js +3 -2
- package/dist/anthropic.js.map +1 -1
- package/dist/gemini.cjs +3 -2
- package/dist/gemini.cjs.map +1 -1
- package/dist/gemini.d.cts +1 -1
- package/dist/gemini.d.ts +1 -1
- package/dist/gemini.js +3 -2
- package/dist/gemini.js.map +1 -1
- package/dist/index.cjs +40 -40
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +655 -5
- package/dist/index.d.ts +655 -5
- package/dist/index.js +40 -40
- package/dist/index.js.map +1 -1
- package/dist/{multi-agent-orchestrator-CH-4Fqzg.d.ts → multi-agent-orchestrator-DfdbaV7w.d.cts} +2 -649
- package/dist/{multi-agent-orchestrator-CFOzWVNd.d.cts → multi-agent-orchestrator-kuAas1YW.d.ts} +2 -649
- package/dist/ollama.d.cts +1 -1
- package/dist/ollama.d.ts +1 -1
- package/dist/openai.cjs +3 -2
- package/dist/openai.cjs.map +1 -1
- package/dist/openai.d.cts +1 -1
- package/dist/openai.d.ts +1 -1
- package/dist/openai.js +3 -2
- package/dist/openai.js.map +1 -1
- package/dist/testing.cjs +15 -15
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.d.cts +2 -2
- package/dist/testing.d.ts +2 -2
- package/dist/testing.js +15 -15
- package/dist/testing.js.map +1 -1
- package/dist/{types-D5veI9su.d.cts → types-BM-6xZf_.d.cts} +1 -1
- package/dist/{types-D5veI9su.d.ts → types-BM-6xZf_.d.ts} +1 -1
- package/package.json +3 -3
package/dist/testing.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { M as MultiAgentOrchestrator, F as MultiAgentOrchestratorOptions, k as AgentOrchestrator, O as OrchestratorOptions, H as HealthMonitor, K as MultiplexedStreamChunk, h as DebugTimeline, ab as TaskRegistration, Y as ReflectionEvaluator } from './multi-agent-orchestrator-DfdbaV7w.cjs';
|
|
2
|
+
import { w as ApprovalRequest, F as BreakpointModifications, I as InputGuardrailData, O as OutputGuardrailData, M as Message, T as ToolCallGuardrailData, b2 as ToolCall, ag as GuardrailResult, A as AgentLike, b as AgentRunner, m as RunOptions, H as BreakpointRequest, N as Checkpoint, f as DagExecutionContext, a2 as DagNodeStatus, aN as RerouteEvent, aS as Scratchpad, a7 as DebugEventType, Z as CheckpointStore, am as InMemoryCheckpointStore, D as DagNode, g as DagPattern, n as DebugEvent, G as GuardrailFn, ad as GuardrailContext } from './types-BM-6xZf_.cjs';
|
|
3
3
|
import '@directive-run/core';
|
|
4
4
|
import '@directive-run/core/plugins';
|
|
5
5
|
|
package/dist/testing.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { M as MultiAgentOrchestrator, F as MultiAgentOrchestratorOptions, k as AgentOrchestrator, O as OrchestratorOptions, H as HealthMonitor, K as MultiplexedStreamChunk, h as DebugTimeline, ab as TaskRegistration, Y as ReflectionEvaluator } from './multi-agent-orchestrator-kuAas1YW.js';
|
|
2
|
+
import { w as ApprovalRequest, F as BreakpointModifications, I as InputGuardrailData, O as OutputGuardrailData, M as Message, T as ToolCallGuardrailData, b2 as ToolCall, ag as GuardrailResult, A as AgentLike, b as AgentRunner, m as RunOptions, H as BreakpointRequest, N as Checkpoint, f as DagExecutionContext, a2 as DagNodeStatus, aN as RerouteEvent, aS as Scratchpad, a7 as DebugEventType, Z as CheckpointStore, am as InMemoryCheckpointStore, D as DagNode, g as DagPattern, n as DebugEvent, G as GuardrailFn, ad as GuardrailContext } from './types-BM-6xZf_.js';
|
|
3
3
|
import '@directive-run/core';
|
|
4
4
|
import '@directive-run/core/plugins';
|
|
5
5
|
|