| Composability | Which capabilities should this product assemble, and through which surface? |
| Realms | What state is shared, where is it stored, and what stays isolated? |
| Sessions | How does one agent conversation execute, persist, resume, and end? |
| Configuration | Which settings are raw, inherited, or overridden for one request? |
| Auth and bindings | Which backend, account, and credential source serves this model call? |
| Providers | Which model owns an ID, and what can it do? |
| Tools | Which actions are visible and authorized for this session or turn? |
| Memory and compaction | How does useful context outlive one request window? |
| Comms and mobs | How do session-backed agents coordinate as a team? |
| Scheduling and jobs | How does timed or detached work run durably outside an immediate user turn? |
| WorkGraph | How are durable goals, commitments, evidence, and attention tracked? |
| Live channels | How does realtime audio/text transport attach to session identity? |