picoclaw/docs/architecture
2026-04-17 21:25:18 +08:00
..
agent-refactor refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
hooks refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
README.md docs: add session and routing documentation (#2571) 2026-04-17 21:25:18 +08:00
routing-system.md docs: add session and routing documentation (#2571) 2026-04-17 21:25:18 +08:00
routing-system.zh.md docs: add session and routing documentation (#2571) 2026-04-17 21:25:18 +08:00
session-system.md docs: add session and routing documentation (#2571) 2026-04-17 21:25:18 +08:00
session-system.zh.md docs: add session and routing documentation (#2571) 2026-04-17 21:25:18 +08:00
steering.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
subturn.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00

Architecture

Internal architecture notes for major runtime mechanisms and subsystem design.

  • Steering: injecting messages into a running agent loop between tool calls.
  • SubTurn Mechanism: sub-agent coordination, concurrency control, and lifecycle handling.
  • Session System: session scope allocation, JSONL persistence, alias compatibility, and migration. (ZH)
  • Routing System: agent dispatch, session policy selection, and light/heavy model routing. (ZH)
  • Hook System Guide: current hook architecture and protocol details.
  • Agent Refactor: notes and checkpoints for the agent refactor work.

For proposal-style or exploratory docs, also see ../design/.