Architecture (high level)
PA Agent is organized as a polyglot monorepo:
- Rust (
crates/) — API server, orchestration graph, and CLI tools - Python — data pipelines, training, and scripting (
pyproject.toml,uv) ui/— Next.js front end for chat and session flowsdocs/— this Docusaurus site (landing pages + documentation)
For deep design notes and schema details, see CONTEXT.md in the main repository.