What is actually built.
Every AI platform claims every feature. We publish a status per module instead, including the ones that make us look worse. If you only read one thing here, read the bench.
- Live7 / 11
- Shipped and usable today.
- Beta3 / 11
- Built and exercised, but gated, partially deployed, or deliberately not armed.
- On the bench1 / 11
- Not built as a first-class capability yet. We say so rather than implying otherwise.
LiveLive · 7
- MailYour agent has its own inbox, not a share of yours.Inbound arrives by webhook from an email provider. We do not run our own MX or SMTP servers.
- PackageExport, share and install agents as portable archives.Export, import, handoff links and showcase all work. There is no marketplace, no package versioning, and no signed packages.
- DocsA folder tree the agent reads, and a config file it obeys.Extraction covers PDFs, spreadsheets and transcripts. Exotic binary formats are not parsed.
- MCPBoth ends of the protocol: server and client.Custom remote-MCP connectors authenticate with a static bearer token today. Full OAuth 2.1 for third-party MCP servers is planned, not shipped.
- EventsA durable ledger of what agents did, and why.The in-process event bus is a single-node emitter, not a distributed broker. The durable cross-agent record is a separate Postgres task ledger.
- TrustGraphWhich agent may talk to which, and what it may say.Decisions and scoped tokens are enforced on the agent-to-agent paths. The explainability surface ("why was this blocked") is thinner than the enforcement.
- AccessControlPer-document permissions that filter answers, not just pages.Policy resolution is cached per session for speed; a permission change propagates on cache invalidation rather than instantly on every in-flight request.
BetaBeta · 3
- MemoryGrounded retrieval over your own material, with receipts.This is retrieval, not persistent agent memory. Vector grounding is code-complete; the vector deployment is still pending.
- PhoneVoice in and out, and SMS. Not phone calls.Speech-to-text and text-to-speech are live. SMS is built but flag-gated off and needs a carrier account. There is no inbound or outbound telephone calling.
- TaxonomyKnowing what a question is about before answering it.This is tagging plus a scope classifier. It is not an ontology: there is no hierarchical scheme you author and maintain.