Product Roadmap

Where we are, what’s next, and where we’re headed. Transparent by design — because a governance platform should practice what it preaches.

We build in public. Every feature on this roadmap exists as a tracked issue with a full specification. Besides extensive internal testing, we use three independent external code auditor systems to verify our codebase before every release.

The roadmap below reflects reality. V1.0.2 and V1.0.3 were planned but skipped — we put their scope directly into V1.1.0 and ship earlier. V1.1.0 also ships with significantly re-scoped content vs. what was announced: some features (Brainpool, Translation Agent, Documentation Site, Community Skill System, MCP Server Mode, Agent Training Pipeline, and user-facing Chat Memory) are moved to V1.2. In exchange, V1.1.0 delivers critical infrastructure that was not announced: LLM Tool Calling, Webhook Inbound, Blue/Green Updates, Prometheus Observability, Migration System, and a deep security-hardening pass that consumed more engineering time than the announced V1.1 feature set combined.

We prefer a longer, honest roadmap over a shorter, optimistic one.

V1.0 / V1.0.1 March 2026 — March 31, 2026 Shipped
Initial public release plus two-week follow-up with security hardening, HR agent intelligence, and the agent-creation pipeline that made your team fully operational. AGPL-3.0.
Show V1.0 / V1.0.1 features (22 items)
V1.0 — March 2026
🛡

Pre-Action Governance Engine

Every agent action is checked against your rules before it executes. A 5-step pipeline with 10 foundational invariants ensures nothing slips through.

💰

Budget Tracking

Set spending limits per agent, per division, or globally. Real-time cost monitoring across all providers — no more surprise API bills. Hard enforcement in V1.0.1.

🖥

Browser-Based Management Console

A full web dashboard to monitor agents, review audit trails, and manage governance rules. Installable as an app on any device — no separate software needed.

💬

Multi-Channel Communication

Talk to your agents where you already are: Email, Telegram, or Discord. Reply to an email, send a Telegram message, or use a Discord channel — your agents respond on whatever channel you choose. Works even in China and restricted networks.

🔄

Any LLM, Any Provider

Use Claude, GPT, Gemini, Llama, Mistral, DeepSeek, or local models via Ollama. Switch providers per agent without changing your governance setup.

🚀

Zero-Config Onboarding

Three commands to install. A built-in Guide Agent walks you through provider setup, team configuration, and your first task step by step. Available in 26 languages. No YAML editing, no config files — just answer the questions.

📦

Painless Migration

Coming from OpenClaw or MoltBot? A built-in importer brings your existing agent configurations into SIDJUA with a single command — no manual rewriting needed.

🔎

Complete Audit Trail

Every action, every decision, every cost — logged and searchable. When your compliance officer asks what happened yesterday, you’ll have the answer in seconds.

🏠

Self-Hosted & Air-Gap Ready

Runs on your own hardware. No cloud dependency, no data leaving your network. Works in fully disconnected environments with local LLMs.

Always-On Agent Runtime

Agents persist as governed background daemons — not session-bound, not reactive. Proactive task detection, configurable schedules, and daemon-level budget limits (cost/hour, tasks/hour).

👁

4-Eyes Mutual Watchdog

Two system agents cross-monitor all agents and each other. Automatic restart with exponential backoff, circuit breaker, and systemd failsafe escalation to human notification.

🛡

Crash Recovery & Data Protection

Normal computer shutdown? SIDJUA detects the OS signal and saves everything automatically — zero data loss. Hard crash or power failure? Silent checkpoints every 60 seconds protect your work. At most one minute of in-flight work needs to restart. SIDJUA auto-detects whether it runs on a desktop or a 24/7 server and adjusts accordingly.

🕒

Governed Cron Scheduler

Recurring tasks via standard cron expressions with per-schedule budget limits, max-runs-per-day caps, and automated deadline escalation.

📜

Dual Licensing

AGPL-3.0 for open source use. Commercial license for enterprises that need proprietary deployment. Both editions share the same core — no feature gating.

V1.0.1 — March 31, 2026
🔒

Secrets Fail-Closed

Secrets API defaults changed from operator-level to fail-closed. Hostname-derived encryption key replaced with random master key.

💰

Hard Budget Enforcement

Scheduler budget checks upgraded from fail-open to fail-closed. Agents that exceed their budget are now blocked, not just warned.

🛡

Cross-Division Policy Enforcement

Division isolation wired end-to-end. IPC authentication between agent processes. Hardened bootstrap sequence.

🤝

HR Agent — Organizational Hierarchy

The HR Agent now asks the right questions when creating agents: Which team leader supervises this worker? Which division does a new manager belong to? Who reports to them? Proper org structure from day one.

🎯

Agent Skill Assignment

Assign specific skills and tools to your agents through the HR Agent. Tell HR your video editor needs DaVinci Resolve expertise, and it updates the agent’s capabilities and skill profile accordingly.

🛠

Agent Creation Pipeline

Agents created through the HR Agent are now fully registered in the database, visible in the team dashboard, and operational immediately — no manual commands needed.

🔨

Server-Side Key Injection

API keys injected into the management console at serve time, eliminating the bootstrap endpoint entirely. Cleaner architecture, fewer attack surfaces.

🐛

Dashboard & UI Fixes

Llama tool call parsing, agent list auto-refresh, audit CSV export, provider mismatch warnings, home navigation, and tool call display — all polished for a smoother experience.

V1.1.0 April 18, 2026 Shipping
Deep security-hardening pass, native LLM tool calling, blue/green updates, webhook inbound, observability foundation, migration system, and i18n rebuild. Consolidates scope from skipped V1.0.2 and V1.0.3.
Show V1.1.0 features (grouped)
Security & Governance Hardening
🛡

Comprehensive Security Audit Remediation

Full Gate-4 audit action taken across 135 files: 2 116 insertions, 441 deletions. Plus dual-audit review — 24 independently verified security findings addressed. The largest single security pass in SIDJUA’s history.

🛡

Multi-Layer Bouncer Chain

Every agent action now passes seven pre-execution gates. A tool-call parameter filter redacts sensitive data before it reaches the LLM. Input sanitizer blocks prompt-injection patterns. Redaction approval persistence lands in V1.2.

🔒

Auth, CSRF, and Session Hardening

Session-cookie ordering hardened. CSRF protection on raw fetch flows. Cryptographic UUIDs replace weak random. Save-activate connection-status stabilised. Settings backup button wired correctly. End-to-end authentication chain reviewed.

🛡

Division Isolation Hardened

Cross-division messaging restricted at adapter and gateway layers. IPC authentication between agent processes with 0600 socket permissions. Module capability checks enforced at load time.

🛡

Path, Symlink, and Secret Pipeline Security

Path traversal guards and real-path normalisation. Symlinks with non-existent targets rejected. Bootstrap key migration, CSRF protection on secrets routes, and secret audit pipeline hardened. CLI governance gate closes historical bypass paths.

Major New Capabilities
🛠

Native LLM Tool Calling

Full reasoning loop with provider-side tool use. The LLM itself decides which tool to call, with memory verification and context budget tracking built in. Works across Claude, GPT, Gemini, Llama, Mistral, DeepSeek, and local Ollama — tool-use is abstracted, not hardcoded.

🔗

Webhook Inbound Adapter

Any external system can trigger agent actions via webhook — governed, rate-limited, and token-authenticated. Per-webhook token store, REST routes, and CLI management included. Outbound webhook governance follows in V1.2.

🔄

Blue/Green Update Infrastructure

Agent freeze/resume lifecycle, drain middleware, and live update and maintenance banners in the GUI. Updates happen without killing in-flight agent work. Full three-layer rolling upgrade (migration-unit, fixture-replay, container-rehearsal) lands in V1.1.1.

📥

GUI Update Check

A new Update panel in Settings / About with configurable auto-check interval. See available updates directly in the console — no terminal required. The updater container cleanly shuts itself down after a verified successful update.

📈

Prometheus & Grafana Observability Prepared

Prometheus-compatible /metrics endpoint and a bundled Grafana dashboard ship in V1.1.0. This is the foundation — full OpenTelemetry integration (traces and logs, not just metrics) is coming in future versions.

📦

Versioned Migration System

Schema upgrades are now versioned SQLite migrations with integrity checks and automatic backup-and-restore on failure. If a migration fails, your data rolls back without intervention.

🌐

i18n Architecture Rebuild — 44 Languages

Forty-four supported locale languages total — eighteen added during this rebuild. The entire translation architecture was rebuilt — key-gap-free, machine-verified.

🔨

Settings — LLM Provider Redesign

Eight long-standing defects in the provider configuration UI fixed. 44 of 44 backend tests and 25 of 25 GUI tests pass. Provider switching, model family grouping, and API-key handling all work reliably across every combination.

📦

OpenClaw Import Pipeline

Parser, field mapper, and executor — end-to-end. Importing an OpenClaw agent configuration into SIDJUA is now a single command. MoltBot import follows.

🐘

Vector Tool Retrieval Backend Prepared

Qdrant REST adapter for vector-store-backed tool retrieval, plus a feature-flag-gated memory consolidation pipeline. This is the backend foundation — user-facing Chat Memory and Knowledge Store with persistent semantic search arrives in V1.2.

🔌

MCP Client Integration

SIDJUA agents can now consume any Model Context Protocol (MCP) compatible external tool. YAML schema validation and full MCP client lifecycle. MCP Server Mode — exposing SIDJUA agents AS MCP tools — follows in V1.2.

🧩

Module SDK Light

A lightweight authoring API for agent modules. Third-party module development is now possible today. The fully governed community skill registry lands in V1.2.

LLM SSE Streaming

Real-time inference output streaming across providers. Users see tokens appear as they are generated — no more waiting for full completion.

📏

Agent Runtime Benchmark Suite

A configurable load-scenario harness for benchmarking agent runtime performance in your own deployment.

🔧

Composite Tool Wiring & HR Dual-Strategy

REST tool catalog with composite wiring. The HR Agent gains a dual-strategy extension, combining REST and native tools when creating or updating agents.

📄

Documentation & PDF Generator

Documentation generator scripts, CI pipeline, HTML templates, and a PDF report generator. The foundation for V1.2’s versioned, searchable Professional Documentation Site.

🎫

Zammad Public Support

tickets.sidjua.com is live with a five-tier defence stack (nginx rate-limiting, CrowdSec, bot filtering, allowlist, and Zammad-native guards). Community can open support tickets directly. Seventy-five percent of the polish items are in; remaining UI-theming and email-template work continues.

🏗

V1.2 Architecture Groundwork Prepared

Six architectural sub-systems for the V1.2 Secrets / Consent / Tool-Call Governance epic are fully specified: Security Abstraction Layer, Tool Contract v2, Central Policy Decision Point, Consent Grant Service, Policy Migration, and Enterprise Backend Adapters. Implementation begins immediately after V1.1.0 Golden.

V1.1.1 May 10, 2026 Planned
Bugfix release for the five known limitations shipping with V1.1.0, plus the full three-layer rolling-upgrade mechanism.
🐛

V1.1.0 Known-Limitation Fixes

Organization-page agent counter, chat redaction approval persistence, multi-tab provider-config staleness, clipboard-copy over non-HTTPS, and locale-dropdown internal entries. All five documented V1.1.0 limitations resolved.

🔄

Full Rolling-Upgrade Mechanism

Three-layer update flow: versioned migration-unit, fixture-replay pre-flight, and container rehearsal against a rolling dev channel. The complete no-downtime, no-data-loss upgrade path that builds on V1.1.0’s Blue/Green foundation.

V1.2 Early June 2026 Planned
The large release. Secrets, consent, and tool-call governance — plus everything we announced for V1.1 that moved here. Sequencing and exact scope will be decided closer to ship; all themes below are specced and budgeted.
Show V1.2 themes (14 items)
Governance & Security
🔌

MCP Server Mode

Expose your governed SIDJUA agents as Model Context Protocol tools. Any MCP-compatible client — Claude Desktop, VS Code, or custom apps — can call your agents with full governance applied. The counterpart to V1.1.0’s MCP Client integration.

🔐

Secrets, Consent & Tool-Call Governance Epic

A six-piece architectural upgrade: Security Abstraction Layer, Tool Contract v2, Central Policy Decision Point, Consent Grant Service, Policy Migration, and Enterprise Backend Adapters. Every agent action, every secret, every tool call becomes inspectable, revocable, and audit-traceable from a single control plane.

🔬

Built-in Self-Audit

Run a professional-grade code and architecture audit on your own agent deployment with a single command. No consultants, no extra tooling. Moved from V1.1 scope.

Agent Intelligence
🧠

Brainpool — Collective Agent Intelligence

Agents share knowledge and learn from each other’s experiences. A shared intelligence layer that makes your entire agent team smarter over time, without duplicating effort. Moved from V1.1 scope.

🐘

Chat Memory & Knowledge Store

Agents remember past conversations and build persistent knowledge using vector embeddings. Powered by the Qdrant backend that landed in V1.1.0. User-facing semantic search across your agent’s entire history.

🎓

Agent Training Pipeline

Agents learn their craft. After assigning skills, trigger a training run — the agent reads documentation, manuals, and best practices for its tools and builds a personal knowledge base. Re-train anytime skills change. Moved from V1.1 scope.

🌐

Translation Agent

An optional, free agent that automatically translates documentation and content into 26+ languages. Community-extensible — add any language without code changes. Moved from V1.1 scope.

Platform & Ecosystem
📖

Professional Documentation Site

All documentation unified into a searchable, versioned website. Guides, API reference, architecture docs — everything in one place, in industry-standard format. Moved from V1.1 scope; the V1.1.0 documentation-generator is the foundation.

🔧

Community Skill System

Extend your agents with reusable skills — built by you or shared by the community. A governed skill registry ensures every extension follows your security rules. Builds on V1.1.0’s Module SDK Light. Moved from V1.1 scope.

🗃

PostgreSQL Migration Path

Optional upgrade from the built-in SQLite database to PostgreSQL for teams running hundreds of agents. Zero-downtime migration with a single command.

🔗

API Versioning

Stable, versioned REST API so your integrations don’t break when we ship new features. Build on SIDJUA with confidence.

👐

Agent Fork & Spawn

Agents can create temporary sub-agents for complex tasks and merge results back. Like delegating work to a team, but with full governance over every spawned agent.

High Availability

Orchestrator failover so your agent infrastructure keeps running even when hardware fails. Designed for production environments that can’t afford downtime.

Observability
📡

OpenTelemetry Full Integration

Traces, logs, and metrics in a single OpenTelemetry pipeline. Builds on the Prometheus foundation shipped in V1.1.0 — exports into Grafana, Datadog, or any OTel-compatible backend.

V2.0 Enterprise Q3 2026 Planned
Built for organizations where multiple teams, owners, and compliance requirements meet.
🏢

Multi-Owner Agent Architecture Enterprise

Connect personal agents, corporate agents, and third-party agents on a single device. Each owner keeps full control over their governance rules and data.

🛒

Enterprise Budget Controller Enterprise

A dedicated controller agent that monitors all spending in real-time, detects rogue behavior, and blocks unauthorized financial actions before they happen.

👀

Four-Eyes Principle Enterprise

Destructive actions — like deleting content or revoking access — require explicit human approval. Every deletion is backed up automatically before execution.

🪦

MOODEX — Agent Mood Monitoring Enterprise

A patented system that tracks the emotional and behavioral state of AI agents. Detect when agents are stressed, frustrated, or behaving unusually — before problems escalate.

🛡

Enterprise-Grade Isolation Enterprise

Hardware-level agent isolation using gVisor or Firecracker micro-VMs. Each agent runs in its own secure environment, fully separated from the host system.

🌎

Multi-Tenant Deployment Enterprise

Run SIDJUA as a shared platform for multiple teams or departments, each with their own governance rules, budgets, and audit trails — fully isolated from each other.

The Vision 2026 and beyond Long-Term
Where AI agent governance is headed — and what we’re already thinking about.
🧰

LLM Ensemble Intelligence

Let multiple AI models collaborate on the same task and combine their strengths. Like a panel of experts instead of a single opinion.

🐘

Memory Visualization & Drift Detection

See how your agents’ knowledge evolves over time and catch when they drift away from their intended behavior — before it affects your operations.

📊

Executive Dashboards

C-level views of your entire AI agent landscape: costs, compliance status, team performance, and risk indicators — all in one place, updated in real time.

🔗

Workspace Federation

Connect SIDJUA instances across organizations for secure cross-company agent collaboration. Your agents talk to their agents — governed on both sides.

Want to shape what we build next?

Join our Discord community. Tell us what you need. The roadmap is a plan, not a promise — your feedback decides what moves up.

Last updated: April 16, 2026
And remember — this is done by just 1 guy with 2 AI agents!