Standalone Modules
Single-agent modules
Memory
Conversation history for the caller’s own agent.
Knowledge / RAG
Vector search and retrieval-augmented generation.
LLM
Direct LLM calls outside the Agent abstraction.
Prompts
Versioned prompt templates.
Cross-agent modules
The cross-agent SDK lets one agent operate on another agent’s data within the same tenant. All operations are tenant-scoped — cross-tenant access returns 404 (existence never leaked). See Cross-Agent SDK for the full guide.Agents
Invoke other agents (
invoke / invokeAsync), list, get.Executions
Read execution rows and paginated trace trees.
Threads
Walk grouped conversations.
getFullThread returns thread + executions + traces in one call.MemoryAdmin
Manage another agent’s memory: get / set / append / clear / search / list / summarize.
Reviews
Reviews
Create, list, resolve, and dismiss production execution reviews. Used by reviewer agents and human reviewers in the portal.
Next Steps
Cross-Agent SDK
Full guide to cross-agent primitives.
Observability
View observability exports
API Client
View API client exports