Back to browse
GitHub Repository

AXON — Agentic AI ohne Kontrollverlust. Open-Source KI-Agent mit Tool-Genehmigung, Audit-Trail und On-Premise Deployment.

8 starsPython

Axon – Agentic AI with mandatory user approval and audit logging

by NeuroVexon·Feb 18, 2026·1 point·2 comments

AI Analysis

●●SolidSolve My ProblemBig Brain

Agent approval gates and audit logs beat open-source alternatives, but multi-agent governance isn't novel.

Strengths
  • Mandatory approval UI before any tool call (file, shell, web) with risk levels — solves real autonomous agent liability fear.
  • Docker sandbox isolation plus encrypted key storage (Fernet) — enterprise security theater that actually matters.
  • Multi-LLM + Ollama local mode gives real choice; MCP server integration means works within Claude/Cursor ecosystems.
Weaknesses
  • Niche for most: requires operator buy-in on 'every action needs approval' — many want fire-and-forget agents, not gatekeeping.
  • Kafka/multi-agent orchestration is conceptually solid but no evidence of production deployments; KafClaw and Atom claim same turf.
Category
Target Audience

Enterprise engineers, AI ops teams, security-conscious organizations needing agent governance

Similar To

KafClaw · Atom · LangGraph

Post Description

Hey HN,

I built AXON because I wanted AI agents that can actually do things — but with real security controls.

Every tool call (file ops, web search, shell commands, email, code execution) requires explicit user approval before execution. Parameters and risk level are shown, you approve or deny. Everything is logged.

Key features: - Multi-agent system (different roles, models, permissions per agent) - Multi-LLM: Ollama (fully local), Claude, OpenAI, Gemini, Groq, OpenRouter - 100% on-premise, no cloud needed, GDPR-compliant - Docker-based code sandbox with network isolation - MCP server (works as tool provider for Claude Desktop, Cursor) - Encrypted API key storage (Fernet)

Stack: Python 3.11+, FastAPI, React 18, TypeScript, Docker

Apache 2.0 license. Made in Germany.

Happy to answer questions about the architecture or security model.

Similar Projects

AI/ML●●Solid

Axon – Open-source agentic AI with approval gates (Apache 2.0)

AXON's core move — surfacing every tool call with a low/medium/high risk label and requiring Allow/Reject/Allow-for-session — is a practical, under-explored control for agentic AI and immediately useful for regulated environments. The repo pairs that UX with a React UI, FastAPI backend, Docker sandboxed code execution and multi‑LLM integrations (Ollama/Claude/OpenAI), so it feels like a real starter stack rather than a sketch. Biggest unknowns are adoption and ecosystem of plugins/skills — the idea is solid, but it needs community momentum to matter.

Niche GemSolve My Problem
NeuroVexon
123mo ago
Security●●●Banger

ClawDiary – Audit log and human approval gate for AI agents (Claw, MCP

Human-in-the-loop approval for AI agents via Telegram before risky ops.

Big BrainShip It
jetywolf
202mo ago