Workspace identity
Membership, roles, invitations, active workspace state, and accountable human identities provide the boundary around agent work.
Read governance architecturePraxis Agents OS connects identity and runtime context to typed tools, approval policy, execution, schedules, and audit. It complements model providers and agent frameworks rather than replacing them.
Public pre-release build. Core runtime and governance foundations are available now.
The model and orchestration framework remain choices inside the implementation. Praxis owns the shared operational environment around them.
Agent execution begins inside an organisational boundary, not as an anonymous model call with ambient access to every tool.
Everything below is implemented in the repository today. The project is still pre-release: production email transport and self-service password recovery are absent, while Code Mode, native sandboxed computation, model failover, durable replay, and user-developed applications remain active or planned work.
Membership, roles, invitations, active workspace state, and accountable human identities provide the boundary around agent work.
Read governance architectureTools declare their provider, input and output contracts, mutation behaviour, and effect scope before the runtime dispatches them.
Read runtime architectureUnapproved external writes can suspend under a require-approval policy; scheduled and delegated runs carry explicit authority.
Review completed runtime plansHybrid knowledge retrieval, provenance-tracked memories, conversation compaction, and operator surfaces for reviewing and correcting stored context.
Read the context architectureThe project includes a local Docker Compose flow around the API, web app, worker, and Postgres. Turning that foundation into a production deployment still requires deliberate infrastructure and operational ownership.
Read setup guidance ->Current behaviour lives in the public repository. Architecture notes explain the intended boundaries; the roadmap makes unfinished work visible.