Skip to main content

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 flows
  • docs/ — this Docusaurus site (landing pages + documentation)

For deep design notes and schema details, see CONTEXT.md in the main repository.