Fixed MCP connection and other MCP issues + API fixes

This commit is contained in:
Renn F
2025-12-18 00:32:54 +01:00
parent 405944f36a
commit 9f008e5362
20 changed files with 674 additions and 139 deletions
+10
View File
@@ -134,6 +134,16 @@ COMMUNICATION_MATRIX: dict[AgentRole, set[AgentRole]] = {
# Per HOMELAB_TEAM_V0.md Section 12.3
TASK_PERMISSIONS: dict[AgentRole, set[str]] = {
# System role (orchestrator) has full access for internal operations
AgentRole.SYSTEM: {
TaskAction.VIEW_ALL,
TaskAction.CREATE,
TaskAction.ASSIGN,
TaskAction.CLAIM,
TaskAction.UPDATE_OWN,
TaskAction.CLOSE,
TaskAction.CHANGE_PRIORITY,
},
AgentRole.CEO: {
TaskAction.VIEW_ALL,
TaskAction.CREATE,