@@ -24,23 +24,23 @@ You can find a detailed overview of the taskflow grammar [here](doc/GRAMMAR.md)
2424```
2525┌─────────────────────────────────────────────────────┐
2626│ CLI (cli.py) │
27- │ Typer-based entry point: -p, -t, -l, -g, --resume │
27+ │ Typer-based entry point: -p, -t, -l, -g, --resume │
2828└─────────────────────┬───────────────────────────────┘
2929 │
3030┌─────────────────────▼───────────────────────────────┐
31- │ Runner (runner.py) │
32- │ Taskflow execution loop, model resolution, │
33- │ template rendering, session checkpointing │
31+ │ Runner (runner.py) │
32+ │ Taskflow execution loop, model resolution, │
33+ │ template rendering, session checkpointing │
3434└─────────────────────┬───────────────────────────────┘
3535 │
3636┌─────────────────────▼───────────────────────────────┐
37- │ MCP Lifecycle (mcp_lifecycle.py) │
38- │ Server connection, cleanup, process management │
37+ │ MCP Lifecycle (mcp_lifecycle.py) │
38+ │ Server connection, cleanup, process management │
3939└─────────────────────┬───────────────────────────────┘
4040 │
4141┌─────────────────────▼───────────────────────────────┐
42- │ Agent (agent.py) │
43- │ TaskAgent wrapper, hooks, OpenAI Agents SDK bridge │
42+ │ Agent (agent.py) │
43+ │ TaskAgent wrapper, hooks, OpenAI Agents SDK bridge │
4444└─────────────────────────────────────────────────────┘
4545
4646Supporting modules:
0 commit comments