step 6 complete: four specialized agents, all registered and tested

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 13:18:53 +01:00
parent 14d1a7351d
commit e72d72f4f6
7 changed files with 730 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
"""Import all agent modules to trigger @registry.register decorators."""
from app.agents import analytics_agent, calendar_agent, email_agent, task_agent
__all__ = ["analytics_agent", "calendar_agent", "email_agent", "task_agent"]