Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/src/agents/docs/agents/add-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
Loading