HackerTrans
トップ新着トレンドコメント過去質問紹介求人

NeuroVexon

no profile record

投稿

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

github.com
1 ポイント·投稿者 NeuroVexon·5 か月前·2 コメント

Show HN: Axon – Agentic AI with mandatory user approval and audit logging

github.com
1 ポイント·投稿者 NeuroVexon·5 か月前·2 コメント

コメント

NeuroVexon
·5 か月前·議論
Great question. You're right that pure human gates don't scale to 24/7 operations. AXON already handles this partially: you can set auto-approve per tool and per agent. Low-risk actions like web search run without asking, while high-risk actions like shell commands always require approval. There's also session-level approval — trust the agent for a specific task, then revoke. For the overnight scenario: scheduled tasks in AXON run at defined times and queue approvals if needed. You approve in the morning or via Telegram/Discord on your phone. But you're pointing at exactly where we're headed. Hybrid controls — rate limits, budget caps, automatic rollback on anomalies — are on the roadmap. The audit trail already captures everything, so adding automated rules on top of that data is the natural next step. The philosophy stays the same: default to human control, earn autonomy gradually.
NeuroVexon
·5 か月前·議論
[dead]
NeuroVexon
·5 か月前·議論
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.