Date: 2026-08-13 (refreshed against master @ cda8e15)
Evidence baseline: repository and source notes available in the current AgentBox workspace, including the 2026-08-13 CTO Product FAQ/source notes, the mPower executive-summary PDF, and the June 2026 SuperApp MiniApp MCP integration proposal. This revision re-checks those notes against master at commit cda8e15 (merge of develop-agentbox-assistant, plus one additional fix) and folds in the standalone-deployment architecture, which the source notes did not previously cover.
KOBIL AI Assistant is the governed chat assistant embedded in the KOBIL SuperApp/mPower experience. It gives users a single conversational surface for asking questions, querying connected work tools, and building toward cross-MiniApp automation under the AgentBox runtime and security stack.
The current product is real, deployed, and usable as a SuperApp MiniApp: it has working SuperApp single sign-on, a working chat interface, audit events, and a live production connector portfolio. Jira, Confluence, Candor, Herald, Todo, Personio, Teams, Timebutler, and Kolay are live in production. GitHub engineering workflows are production-enabled, and the Knowledge Base/RAG path is implemented and production-ready for specialized domain assistants.
The target product is broader: one assistant that can eventually act across mPower MiniApps on the user's behalf, using that user's own permissions, with approval workflows that actually pause risky actions before execution. That target is not fully implemented today. Cross-MiniApp acting is a documented proposal, and current MCP-sensitive approval behavior is monitor/advisory only.
The strongest current value is not "autonomous action across every MiniApp." The strongest current value is a governed, SSO-integrated assistant surface inside mPower, backed by AgentBox's execution, connector, audit, and policy foundations.
KOBIL AI Assistant is the conversational entry point built into the KOBIL SuperApp, letting employees ask questions and, over time, take action across the tools and MiniApps they already use inside AgentBox's governed execution environment.
It is:
It is not yet:
Without a single assistant surface, SuperApp users move between separate MiniApps and work tools to find information, reconcile context, and complete tasks. Jira, Confluence, HR systems, partner MiniApps, messaging, documents, and operational workflows each expose separate entry points.
That creates three practical issues:
KOBIL AI Assistant is intended to give mPower one identity-bound conversational surface, one connector-governance model, and one audit path for AI-assisted work.
The current implementation is a live SuperApp MiniApp with:
The target state adds:
The distinction matters. Website, executive, and sales content should clearly label cross-MiniApp acting and enforced approval as target capabilities, not current product behavior.
| Capability | Status | Current note |
|---|---|---|
| SuperApp SSO / OIDC identity | Implemented | Real Keycloak OIDC, PKCE, and silent login behavior are implemented. |
| Chat UI | Implemented | Working product UI with real auth and runtime behavior. |
| Audit trail | Implemented | Real audit events exist. No unsupported retention period should be claimed. |
| Jira and Confluence | Implemented via VPN tunnel | Live in production as of 2026-08-11. A reliability fix (error handling, ticket-priority correctness) shipped 2026-08-13. |
| GitHub engineering workflows | Production-enabled | Repository, issue, and pull-request workflows use the governed connector path. |
| Specialized agents / Knowledge Base RAG | Production-ready | Retrieval is implemented with SecureProxy-backed embeddings, per-knowledge-base Chroma collections, and governed MCP access. Staging enables the dedicated service; production activation requires the deployment configuration, key, and approved indexed knowledge. |
| GitLab source-control adapter | Next adapter | GitLab is present in repository hosting, registry, and CI configuration, but no separate GitLab MCP connector is evidenced yet. |
| CRM, Serper, Notify, PDF, RSS, Calendar | Implemented | Listed as live work-tool connectors in the source notes. |
| Teams | Live in production | Governed production connector access is live. |
| Candor, Herald, Todo | Live in production | Live MiniApp backends use real-mode, per-user token exchange through production connector paths. |
| Personio | Live in production | Real API integration and governed production access are live. |
| Timebutler / Kolay | Live in production | Governed production connector access is live. |
| Marketplace | Product expansion | A demonstration path exists; no confirmed live deployment is present in the evidence set. |
| Cross-MiniApp acting | Planned | Documented proposal; no MiniApp interface implementation exists today. |
| Human approval enforcement | Product rollout | UI and record keeping exist; enforced execution gating is not enabled. |
| Production deployment | Implemented | Production is live at agentbox.sicher.men with real KOBIL-realm OIDC. |
| Staging deployment | Implemented | Staging is live at staging-agentbox.shift-go.uk. |
The long-term model is for mPower MiniApps to expose structured tool surfaces that the assistant can discover and use through MCP. In that model, a MiniApp keeps ownership of its business logic and data, while KOBIL AI Assistant provides the conversational entry point, governance path, and audit trail.
The June 2026 proposal describes MiniApps acting as MCP providers. This would let the assistant call a MiniApp backend with user identity attached, receive structured results, and compose a response or repeatable flow.
Important implementation boundary:
The proposed first pilots are workflow-like MiniApps where the value of one conversational surface is easy to prove: vacation requests, travel requests, expense reports, CapEx/investment proposals, on-call duty billing, and document signing.
KOBIL AI Assistant inherits the AgentBox control model: governed runtime adapters, SecureProxy, Defender, TrustGate concepts, managed MCP routing, skill scanning, workspace controls, and audit events. These controls also surround specialized RAG agents, so model access, retrieval, and tool execution use the same governed paths. The assistant-specific security posture is strongest where traffic flows through registered, governed routes.
Identity:
Audit:
Human approval:
Compliance:
A delivery manager asks the assistant to summarize Jira tickets and Confluence context for the current sprint. This is the strongest near-term use case because Jira and Confluence are live in production through the governed connector path.
The assistant provides a single front door for HR questions and task preparation through live Personio, Timebutler, and Kolay production connectors.
Candor, Herald, and Todo use real per-user token exchange and live production MiniApp backends through governed connector paths.
The target experience is a user saying what they need once, while the assistant routes work across the MiniApps that own the task. This is not implemented today. It depends on MiniApp-owned callable interfaces and platform identity alignment.
Staging is live at staging-agentbox.shift-go.uk.
Production is live at agentbox.sicher.men with real KOBIL-realm OIDC.
The evidence set records a 2026-08-12/13 production incident where stale image tags for MCP Teams/Jira/Confluence caused a crash loop and release rollback. That instance was fixed the same day. Do not imply that stale-image risk has been structurally eliminated unless separate hardening evidence is available.
Whether production is reachable outside KOBIL or internal-only is not determinable from the repository evidence. Confirm with product/IT before making availability claims.
The SuperApp MiniApp is one deployment mode of a shared assistant stack, not the only one the architecture supports. The same Helm chart that deploys the SuperApp-embedded mode also ships two additional, already-defined overlays:
values-customer.yaml): the identical chat/skills/flows/knowledge-base/admin stack, deployed on a customer's own Kubernetes cluster behind a customer-chosen ingress hostname, with the customer selecting which runtimes and MCP connectors are enabled.values-saas.yaml): a KOBIL-hosted, multi-tenant deployment of the same stack at a KOBIL-owned hostname, independent of any SuperApp embedding.In both cases, the product is reached directly in a browser rather than inside the mPower webview. This works because the frontend's sign-in flow already has a first-class local email/password path (not a fallback hack) that activates automatically whenever SuperApp SSO is absent — the same login component that serves the MiniApp handles standalone access without modification. No native desktop application exists anywhere in the codebase; "standalone" today means zero-install browser access, on any device, not a separate desktop build.
Evidence boundary: the values-customer.yaml and values-saas.yaml overlays exist and are wired into the same Helm chart as the live staging/production SuperApp deployment. No evidence in this repository confirms an actual, currently-running self-hosted customer cluster or a live multi-tenant SaaS tenant at agentbox.kobil.com. State this as "the deployment architecture already supports it," not as an existing live customer or SaaS footprint, until that is separately confirmed.
Repository-backed metrics available in the evidence set:
test_*.py files repository-wide.Do not claim:
The next meaningful work areas are:
values-customer.yaml) and/or KOBIL-hosted SaaS (values-saas.yaml) overlays, so the standalone path can be described as live rather than architecture-only.Hero:
KOBIL AI Assistant
One governed assistant inside the SuperApp. Ask questions, query connected tools, and build toward cross-MiniApp workflows with identity, audit, and connector governance from AgentBox.
Current-state subcopy:
Live in staging and production with SuperApp SSO, working chat, audit events, and selected live work-tool connectors. Cross-MiniApp acting and blocking human approval are product targets, not current default behavior.
Primary sections:
CTA:
Align on the first production MiniApp pilot
Commercial messaging:
Avoid these claims unless new evidence is supplied: