@directive-run/ai 0.5.0 → 0.8.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/dist/index.cjs +50 -50
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +50 -50
- package/dist/index.js.map +1 -1
- package/dist/{multi-agent-orchestrator-DfdbaV7w.d.cts → multi-agent-orchestrator-C3VKkLzg.d.cts} +1 -1
- package/dist/{multi-agent-orchestrator-kuAas1YW.d.ts → multi-agent-orchestrator-DHp8gHXi.d.ts} +1 -1
- package/dist/testing.cjs +14 -14
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.d.cts +1 -1
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +14 -14
- package/dist/testing.js.map +1 -1
- package/package.json +2 -2
package/dist/{multi-agent-orchestrator-DfdbaV7w.d.cts → multi-agent-orchestrator-C3VKkLzg.d.cts}
RENAMED
|
@@ -678,7 +678,7 @@ declare function createDebugTimeline(options?: DebugTimelineOptions): DebugTimel
|
|
|
678
678
|
* @example
|
|
679
679
|
* ```typescript
|
|
680
680
|
* const timeline = createDebugTimeline();
|
|
681
|
-
* const plugin = createDebugTimelinePlugin(timeline, () => system.
|
|
681
|
+
* const plugin = createDebugTimelinePlugin(timeline, () => system.history?.currentIndex ?? null);
|
|
682
682
|
* ```
|
|
683
683
|
*/
|
|
684
684
|
declare function createDebugTimelinePlugin(timeline: DebugTimeline, getSnapshotId: () => number | null): Plugin;
|
package/dist/{multi-agent-orchestrator-kuAas1YW.d.ts → multi-agent-orchestrator-DHp8gHXi.d.ts}
RENAMED
|
@@ -678,7 +678,7 @@ declare function createDebugTimeline(options?: DebugTimelineOptions): DebugTimel
|
|
|
678
678
|
* @example
|
|
679
679
|
* ```typescript
|
|
680
680
|
* const timeline = createDebugTimeline();
|
|
681
|
-
* const plugin = createDebugTimelinePlugin(timeline, () => system.
|
|
681
|
+
* const plugin = createDebugTimelinePlugin(timeline, () => system.history?.currentIndex ?? null);
|
|
682
682
|
* ```
|
|
683
683
|
*/
|
|
684
684
|
declare function createDebugTimelinePlugin(timeline: DebugTimeline, getSnapshotId: () => number | null): Plugin;
|