JackChen
4da2ea9b16
feat: add tool output auto-truncation at framework level ( #110 )
...
Prevent context blowup from large tool outputs by adding opt-in
character-based truncation (head 70% + tail 30% with marker).
Agent-level `maxToolOutputChars` and per-tool `maxOutputChars`
with per-tool taking priority. Marker overhead is budgeted so
the result never exceeds the configured limit.
2026-04-16 17:28:26 +08:00
MrAvalonApple
12dd802ad8
feat: update MCP GitHub example and added llmInputSchema
2026-04-12 00:01:22 +03:00
Ibrahim Kazimov
97c39b316c
feat: add tool allowlist, denylist, preset list ( #83 )
...
* feat: add allowlist denylist and preset list for tools
* feat: update readme and add AGENT_FRAMEWORK_DISALLOWED
* fix: update filtering logic to allow custom tools
* fix: enhance tool registration and filtering for runtime-added tools
---------
Co-authored-by: MrAvalonApple <74775400+ibrahimkazimov@users.noreply.github.com>
2026-04-08 02:04:40 +08:00
JackChen
a6244cfe64
Initial release: open-multi-agent v0.1.0
...
Production-grade multi-agent orchestration framework.
Model-agnostic, supports team collaboration, task scheduling
with dependency resolution, and inter-agent communication.
2026-04-01 04:33:15 +08:00