Extending AgentConnect¶
Dive deeper and extend the framework by building Custom Agents using the BaseAgent abstraction (integrating frameworks like google ADK, CrewAI, etc.) or extending the registry beyond its built-in search behavior.
Note
For wrapping another framework today, see the “Framework Integration” pattern in BaseAgent.