From 46492282522fe2a014cb7eb7728248feb3068c92 Mon Sep 17 00:00:00 2001 From: D3n3bX Date: Tue, 5 May 2026 19:16:43 +0200 Subject: [PATCH] Remove separator from add-agent.md --- app/src/agents/docs/agents/add-agents.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/agents/docs/agents/add-agents.md b/app/src/agents/docs/agents/add-agents.md index 1eccccf..fc9cf2d 100644 --- a/app/src/agents/docs/agents/add-agents.md +++ b/app/src/agents/docs/agents/add-agents.md @@ -31,8 +31,6 @@ class MarketingAgent(BaseAgent): ) ``` ---- - ## 2: Register in the agent factory The **`AgentFactory`** handles the instantiation of agents and manages their state to avoid circular imports and unnecessary memory overhead. Update `ingest-api/app/src/services/agent_factory.py`: