1. Rename factory.py's EvoAgent data class to AgentConfig - Avoids naming conflict with base/evo_agent.py's EvoAgent 2. Export pipeline_runner functions in backend/core/__init__.py - Add create_agents, create_long_term_memory, stop_gateway 3. Consolidate PromptLoader to singleton pattern - Add get_prompt_loader() singleton function - Update all usages to use singleton Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"agents": [
|
|
{
|
|
"agent_id": "a8305a91e192b2196",
|
|
"agent_type": "Explore",
|
|
"started_at": "2026-03-19T17:00:33.284Z",
|
|
"parent_mode": "none",
|
|
"status": "completed",
|
|
"completed_at": "2026-03-19T17:02:19.439Z",
|
|
"duration_ms": 106155
|
|
}
|
|
],
|
|
"total_spawned": 1,
|
|
"total_completed": 1,
|
|
"total_failed": 0,
|
|
"last_updated": "2026-03-19T17:02:39.175Z"
|
|
} |