AI (WG)
Two sibling layers live here:
agent/— the implementation-agnostic agent system RFC. RFC 2119 normative tone. No product-specific references. Plays a role similar to ACP or LSP: the contract a conforming implementation MUST honor.grida/— Grida-specific bindings of the RFC. The canvas-tool catalog, the image-generation surface, and how Grida's host wires the locked-tool set. These docs describe what Grida ships; they reference the RFC for the shapes.
Reading order
If you're trying to understand the system end-to-end:
- Start at
agent/index.mdfor vocabulary and the cross-cutting invariants. - Read
agent/foundations.mdfor the bedrock (AI SDK v6 chunk shape, the locked-tool set summary, the watchdog, the directory-rooted execution model). - Skim the locked-tool spec in
agent/tools.mdand the storage shape inagent/persistency.md. - Pick the surface that matches your work — sessions, subagents,
skills, MCP, environments — from the
agent/sidebar. - Cross over to
grida/for the bindings, the Grida-canvas tool surface, and the image-generation tools.
Scope
This WG focuses on the agent protocol and Grida's bindings.
Provider auth and credentials are out of scope (host territory).
The hosted billing / model-seam architecture lives in
../platform/.