Files
hive/backend/app/models/__init__.py
anthonyrawlins 9262e63374 Add agent role management system for Bees-AgenticWorkers integration
Backend:
- Database migration for agent role fields and predefined roles
- AgentRole and AgentCollaboration models
- Updated Agent model with role-based fields

Frontend:
- AgentRoleSelector component for role assignment
- CollaborationDashboard for monitoring agent interactions
- AgentManagement interface with role analytics

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 15:24:53 +10:00

5 lines
117 B
Python

from . import agent
from . import agent_role
from . import project
from . import task
from . import sqlalchemy_models