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>
5 lines
117 B
Python
5 lines
117 B
Python
from . import agent
|
|
from . import agent_role
|
|
from . import project
|
|
from . import task
|
|
from . import sqlalchemy_models |