@gemstack/ai-autopilot@0.1.1
·
16 commits
to main
since this release
Patch Changes
-
81fe17b: Quality + docs pass for ai-autopilot:
Supervisornow validates its options at construction (planmust be a function,workersis required,concurrency/maxSubtasksmust be positive integers) andrun()rejects an empty task, so misconfiguration fails fast with a clear message instead of deep in a planner call.- An
onEventcallback that throws is now isolated (logged and swallowed) so an observer bug can no longer abort a supervised run. - Corrected the
SupervisorRun.usagedocs: it aggregates dispatched-subtask usage only (thePlanner/Synthesizercontracts return data, not usage, so planning/synthesis spend isn't observable). - Clarified that
maxSubtasksandbudgetare optional, marked the internalrunPoolhelper@internal, and added JSDoc examples.
-
Updated dependencies [e784b5d]
-
Updated dependencies [97ed299]
-
Updated dependencies [4fa5820]
-
Updated dependencies [cf28664]
-
Updated dependencies [035050e]
-
Updated dependencies [3cb13db]
- @gemstack/ai-sdk@0.4.0