open-multi-agent/src
Jack Chen 8e6bf9bde1
chore: cosmetic polish following #161 (#162)
- Restore backticks around `prompt` in `Agent.prompt()` comment.
- Drop two stray blank lines around `mergedRecent` in `summarizeMessages`.
- Collapse deliberation comments in the new context-strategy test to one line.
- Add JSDoc note on `contextStrategy.custom.compress` that it fires every turn including the first; implementations must self-gate.
2026-04-24 02:30:50 +08:00
..
agent chore: cosmetic polish following #161 (#162) 2026-04-24 02:30:50 +08:00
cli feat: expose custom MemoryStore via TeamConfig.sharedMemoryStore (#157) 2026-04-23 18:45:48 +08:00
dashboard feat(cli): runTeam DAG dashboard (--dashboard) 2026-04-21 02:22:03 +08:00
llm feat: add Azure OpenAI LLMAdapter (#24) (#143) 2026-04-21 14:28:30 +08:00
memory feat: expose custom MemoryStore via TeamConfig.sharedMemoryStore (#157) 2026-04-23 18:45:48 +08:00
orchestrator feat(cli): runTeam DAG dashboard (--dashboard) 2026-04-21 02:22:03 +08:00
task feat: enforce dependency-scoped agent context (default-deny) (#87) 2026-04-10 03:09:58 +08:00
team feat: expose custom MemoryStore via TeamConfig.sharedMemoryStore (#157) 2026-04-23 18:45:48 +08:00
tool feat: agent delegation mechanism (#123) 2026-04-19 10:50:44 +08:00
utils feat: agent delegation mechanism (#123) 2026-04-19 10:50:44 +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(cli): runTeam DAG dashboard (--dashboard) 2026-04-21 02:22:03 +08:00
mcp.ts feat: add connectMCPTools() to register MCP server tools as agent tools 2026-04-09 20:05:20 +03:00
types.ts chore: cosmetic polish following #161 (#162) 2026-04-24 02:30:50 +08:00