You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/agents/docs/agents/add-agents.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,6 @@ class MarketingAgent(BaseAgent):
31
31
)
32
32
```
33
33
34
-
---
35
-
36
34
## 2: Register in the agent factory
37
35
38
36
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`:
0 commit comments