AI Agents Reference
All 15 platform agents listed with tools, AgentTool interface, Agent Builder lifecycle states, and the 4-layer memory system.
Platform agents
Orchestrated agents
Orchestrator
Sub-agents
Entry point
Standalone agents
Agent
Purpose
Entry point
AgentTool interface
interface AgentTool {
name: string;
description: string;
inputSchema: JSONSchema;
handler: (input: any, context: AgentContext) => Promise<any>;
}AgentContext
Property
Type
Description
Agent Builder lifecycle
State
Description
4-layer memory system
Layer
Storage
Purpose
TTL
Memory Manager
Last updated
Was this helpful?

