// Tool execution starts
{"type": "agent_tool_use", "content": "{\"tool\":\"web\",\"input\":\"{\\\"command\\\":\\\"search\\\",\\\"query\\\":\\\"AI developments 2025\\\"}\"}"}
// Tool returns results
{"type": "agent_tool_response", "content": "{\n \"tool\": \"web\",\n \"response\": [\n {\n \"url\": \"https://example.com/ai-news\",\n \"title\": \"Latest AI Developments\"\n }\n ]\n}"}
// Cost tracking
{"type": "agent_cost", "session": "abc123", "cost": "0.0095", "balance": 47.45}
// Step completion
{"type": "agent_step", "session": "abc123", "stepNumber": 1}