Features
Features Overview
Every major feature in Org in a Box and where to find it.
Read this as a capability map, not a maturity guarantee. The local compose demo path is the source of truth for what is ready today. Items that mention Azure rollout, sandbox pools, or automatic Entra role mapping should be treated as preview unless their dedicated page says otherwise.
| Feature | Package | Description |
|---|---|---|
| Semantic Memory | plugin-memory | pgvector cosine search, 2000-token context injection, cross-visibility sharing |
| Multi-Task Orchestrator | plugin-orchestrator + job handlers | Parallel sub-task DAG execution with LLM decomposition and synthesis |
| Dispatch & Agent Teams | plugin-dispatch + plugin-team + runtime adapters | Preview path for isolated execution and agent teams; the shared local sandbox remains the demo-ready execution path |
| Learning Loop | plugin-reflection | Post-session trajectory hashing, auto-skill proposal, promote/deprecate lifecycle |
| Browser Automation | plugin-browser | Accessibility-tree snapshots, element interaction, screenshot fallback |
| Agent Templates | core/templates.ts | 8 bundled roles seeded on boot, custom templates per tenant |
| RBAC | core/rbac.ts | Owner / admin / member / viewer roles today, plus per-action helpers; automatic Entra group mapping is still partial |
| Audit Logging | core/audit.ts | Write-behind buffer, SOC 2 action categories, 2-year retention for auth/data |
| Azure AD SSO | core/auth/entra.ts | PKCE flow, id_token parsing, tenant auto-creation, and the foundation for future group → role mapping |
| Multi-Tenancy | DB schema | Every table scoped by tenant_id; NULL = legacy single-operator mode |
| Embeddings | shared/embeddings.ts | OpenAI + Azure OpenAI, buildEmbedderFromEnv auto-selection |
