open-multi-agent/src
Ibrahim Kazimov 60fb2b142e
feat: implement token budget management in agent and orchestrator (#71)
* feat: implement token budget management in agent and orchestrator

* fix: resolve TypeScript type errors in event and trace handlers

* feat: add budget exceeded event handling in agent and orchestrator

---------

Co-authored-by: MrAvalonApple <74775400+ibrahimkazimov@users.noreply.github.com>
2026-04-06 23:14:08 +08:00
..
agent feat: implement token budget management in agent and orchestrator (#71) 2026-04-06 23:14:08 +08:00
llm feat(llm): add fallback tool-call extraction for local models (#15) 2026-04-05 11:49:10 +08:00
memory Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
orchestrator feat: implement token budget management in agent and orchestrator (#71) 2026-04-06 23:14:08 +08:00
task feat(orchestrator): add onApproval callback for human-in-the-loop (#32) 2026-04-05 02:46:20 +08:00
team fix: use explicit crypto import for Node 18 compatibility 2026-04-02 23:46:43 +08:00
tool fix(agent): merge abort signals instead of overriding caller's signal 2026-04-05 12:00:16 +08:00
utils feat: add onTrace observability callback (#18) 2026-04-03 15:28:59 +08:00
errors.ts feat: implement token budget management in agent and orchestrator (#71) 2026-04-06 23:14:08 +08:00
index.ts feat: implement token budget management in agent and orchestrator (#71) 2026-04-06 23:14:08 +08:00
types.ts feat: implement token budget management in agent and orchestrator (#71) 2026-04-06 23:14:08 +08:00