Agent SDK Docs
@robota-sdk/agent-sdk is the assembly layer for interactive sessions, command sources, context loading, skills, memory, checkpoints, and subagent tools.
Current Capabilities
InteractiveSessionowns session execution for CLI and transports.- Active
.agents/taskscontext can be injected into system prompt composition. - Skills, system commands, memory, checkpointing, and rewind behavior are SDK-level capabilities.
Agenttool supports single prompts and deterministic batchjobsfor explicit multi-agent requests.- Session event hooks expose execution-boundary events used by session logs and future replay validation.
Documents
- Package README — usage examples and SDK entry points.
- SPEC.md — package contract, ownership boundaries, and public API surface.