What problem does it solve?
Designs agent-native applications where agents are first-class citizens with full tool parity, atomic primitives, and explicit completion signals. It covers tool design, context injection, agent-to-UI communication, and mobile checkpoint/resume patterns to help architects and developers build scalable agentic systems.
Core Features & Use Cases
- Parity and atomic tools: agents can perform any UI action through a chain of atomic tool primitives, with decision logic in prompts.
- Context injection and state management: persistent context via context.md and structured entity directories to maintain continuity across sessions.
- Agent-UI feedback loops: explicit completion signals, event types, and shared workspace between agent and user.
- Mobile patterns: checkpoint/resume and iOS-friendly storage for long-running tasks.
Quick Start
Define a simple agent workflow and specify the target tasks; the system will assemble atomic tools to complete them.