Skip to content

@gemstack/ai-autopilot@0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 09:03
· 16 commits to main since this release
5827ced

Patch Changes

  • 81fe17b: Quality + docs pass for ai-autopilot:

    • Supervisor now validates its options at construction (plan must be a function, workers is required, concurrency/maxSubtasks must be positive integers) and run() rejects an empty task, so misconfiguration fails fast with a clear message instead of deep in a planner call.
    • An onEvent callback that throws is now isolated (logged and swallowed) so an observer bug can no longer abort a supervised run.
    • Corrected the SupervisorRun.usage docs: it aggregates dispatched-subtask usage only (the Planner/Synthesizer contracts return data, not usage, so planning/synthesis spend isn't observable).
    • Clarified that maxSubtasks and budget are optional, marked the internal runPool helper @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