Agent Profiles
Agent profiles are the contract between product, engineering, and operations. Each profile lists the model class, inputs, outputs, prompt location, storage surface, cost budget, and trace expectations.
MVP Agents
| Agent | Task refs | Runtime | Primary storage |
|---|---|---|---|
| Market Regime Team | TM-21 |
LangGraph + Celery | regime_signals, agent_runs |
| Swing Trading Team | TM-22 |
LangGraph + API/Celery | signals, agent_runs |
| Risk Manager | TM-23 |
Deterministic engine + optional overlay | agent_decisions, audit_log |
| Order Manager | TM-24 |
Deterministic engine + optional overlay | agent_decisions, trades |
| Position Manager | TM-43 |
Celery lifecycle worker | position_lifecycle_events |
| Per-Trade Reflection | TM-44 |
Celery worker | Journal/audit trade context |
| Portfolio Manager | TM-45, TM-46 |
Celery worker | portfolio_manager_reports |
Shared Rules
- Paper mode is the default execution mode.
- Hard risk and order rules run before any broker execution.
- Agent outputs must be structured before persistence.
- Journal/audit data is the source of truth for trade history.
- Traces must include task ref, phase, stage, model/provider where safe, latency, and failure reason where safe.