Agents
agents
Methods
Create -> { agent_id }
post/alpha/agents/create
Parameters
X-LlamaStack-Client-Version: string
Optional
X-LlamaStack-Provider-Data: string
Optional
Response fields
agent_id: string
Request example
200Example
Delete ->
post/alpha/agents/delete
Domain types
InferenceStep = { model_response, step_id, step_type, 3 more... }
MemoryRetrievalStep = { inserted_context, memory_bank_ids, step_id, 4 more... }
ShieldCallStep = { step_id, step_type, turn_id, 3 more... }
ToolExecutionStep = { step_id, step_type, tool_calls, 4 more... }
ToolResponse = { call_id, content, tool_name }
Agents
Steps
agents.steps
Methods
Retrieve -> { step }
get/alpha/agents/step/get