Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] e6b0f14087 docs: add data types, sizes, and context window budget to agent_dataflow.md
Add per-agent Prompt Size Budget tables (all 17 agents) with data type,
format, and token estimates. Add three new reference sections:
- Section 7: Tool Data Formats & Sizes (20 tools with format, size, limits)
- Section 8: Context Window Budget (model reference + per-agent risk table)
- Section 9: End-to-End Token Estimates (trading ~98K, scanner ~13K tokens)

Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
2026-03-19 20:42:35 +00:00
copilot-swe-agent[bot] 5e3a8e5ba0 docs: add comprehensive agent data flow documentation
Create docs/agent_dataflow.md covering all 17 agents with:
- Thinking modality overview (quick/mid/deep tier assignments)
- Trading pipeline flow diagram (analysts → debate → trader → risk)
- Scanner pipeline flow diagram (parallel scanners → deep dive → synthesis)
- Per-agent data flows with inputs, tools, data sources, LLM prompts, outputs
- Tool-to-data-source mapping table
- Memory system documentation

Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
2026-03-19 20:19:52 +00:00