Architecture
Design and architecture references for Agentty runtime flow, module ownership, testability boundaries, and change paths.
Architecture Topics🔗
- Runtime Flow explains runtime goals, the workspace map, the event loop, and agent channel routing.
- Module Map maps source paths to responsibilities across
app,domain,infra,runtime, andui. - Change Recipes gives architecture-safe change paths for common contribution scenarios.
- Testability Boundaries documents trait boundaries and deterministic testing guidance for external integrations.