Developer Guide
This guide captures the implementation direction for Agent-Up.
Agent-Up is a workspace manager, not an application framework. The Server owns orchestration and runtime state. Desktop, CLI, and MCP clients stay thin. Every implementation decision should preserve framework agnosticism, zero application source changes, and multiple concurrent isolated workspaces.
Start Here
- Design Principles defines the constraints that shape the implementation.
- Architecture explains the major components and ownership boundaries.
- Server describes the single source of truth.
- MCP covers the automation interface.
- Event Recording and Playwright Generation describe validation and test generation.