AgentStack

elizaOS/eliza

by elizaOS

7
orchestrationVisit

Description

Feature-rich multi-agent framework with excellent plugin architecture, provider-based context injection, BM25 action filtering, and sandbox security — but sprawling complexity dilutes the core.

Summary

Feature-rich multi-agent framework (30K+ LOC core, 28 files traced). Steal: BM25+vector action filtering (solves >15 tool confusion), provider system (text+values+data triple, parallel exec), sandbox ...

Steal Patterns

Token-based budgeting (not count-based) with 1.3x formatting overhead

Per-message size cap

Auto-triggers session compaction when budget exceeded

Separates action results from dialogue messages

Outbound: URL/headers/body → replace stok_ tokens with real values

Execute actual HTTP request

Inbound: text responses → replace real values with stok_ tokens

Audit callback on every replacement

Fail-closed mode: unresolvable tokens → throw

Longest-first replacement to prevent partial matches

Tags

orchestrationtypescriptmulti-agentopen-sourcellmpluginshandoffs
Added: 2026-03-09

Related Tools