feat(agent): activate BOC agent layer
BOC CI/CD / Test (push) Failing after 2s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped

- Add agent orchestrator API (/api/v1/agents/*)
- Connect frontend AgentContext to real backend
- Add AgentLayerPage with full agent management
- Implement specialist agents: finance, sales, hr, crm, legal, marketing, dashboard
- Add authentication, RBAC, tenant isolation on agent endpoints
- Add rate limiting and audit logging
- Update sidebar with Agent Layer navigation
- Build fresh web-v2 dist
This commit is contained in:
Bernt
2026-08-12 07:50:12 +00:00
parent 971a2bd9a9
commit 0b416b0f13
21 changed files with 2249 additions and 1370 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/index-3j1FgHYF.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DekhjVqA.css">
<script type="module" crossorigin src="/assets/index-DGHqwpHs.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bj_ETaak.css">
</head>
<body>
<div id="root"></div>