The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere
Project description
SentinelOS
Privacy-first enterprise AI workstation. Run large language models locally, govern access with RBAC policies, and give every team a secure, auditable AI assistant — without sending a single prompt to the cloud.
SentinelOS combines a desktop chat application, an enterprise governance layer, a local RAG pipeline, and an admin console into a single deployable stack. Models run on your hardware via Ollama. Every action is logged. Every tool call is policy-gated. Data never leaves your network.
Key Capabilities
| Capability | Description |
|---|---|
| Local Model Inference | Run Qwen, Holo3, Llama, and other open models via Ollama. No API keys required for local models. |
| RBAC Governance | Define groups (Engineering, Sales, Legal) with per-group tool policies and model access. |
| Tool & Model Policies | Allowlist which MCP tools each group can invoke. Whitelist models with privacy badges (local vs. third-party). |
| Local RAG | Ingest company documents (PDF, text). Chunks are embedded and stored locally in ChromaDB. |
| Admin Console | Web-based dashboard for group management, model configuration, RAG ingestion, branding, and audit review. |
| Audit Trail | Chronological log of every administrative and governance action. |
| Desktop Application | Electron-based chat interface with streaming responses, tool output display, and conversation history. |
| Agent Runtime | Self-improving agent with skill creation, memory, scheduled automations, and multi-platform messaging. |
| Default-Deny Security | Fail-closed policy enforcement, timing-safe token auth, local-first data model. |
Architecture
┌─────────────────────────────────────────────────────────┐
│ Desktop App │
│ (Electron + React + TUI) │
└────────────────────┬────────────────────────────────────┘
│
┌────────────────────▼────────────────────────────────────┐
│ Agent Runtime │
│ Skills · Memory · Tools · Subagents · Scheduler │
├─────────────────────────────────────────────────────────┤
│ Enterprise Layer │
│ Auth · Groups · Tool Policies · Model Whitelist · RAG │
│ Governance · Audit · Config Validation │
├─────────────────────────────────────────────────────────┤
│ Admin Console │
│ (React SPA ← FastAPI backend @ :18830) │
└────────────────────┬────────────────────────────────────┘
│
┌────────────────────▼────────────────────────────────────┐
│ Local Model Backend │
│ Ollama (Qwen, Holo3, Llama, …) │
└─────────────────────────────────────────────────────────┘
Desktop App — Electron application providing a chat interface, conversation management, and tool output rendering.
Agent Runtime — Python-based agent with autonomous skill creation, persistent memory, cron-scheduled tasks, subagent delegation, and multi-platform messaging (Telegram, Discord, Slack, CLI).
Enterprise Layer — RBAC identity and governance. Groups define which tools and models each team can access. Policy enforcement is default-deny: if a tool or model isn't explicitly allowed, it's blocked. Auth uses timing-safe token comparison.
Admin Console — React single-page application served by a FastAPI backend. Manages groups, tool policies, model whitelists, RAG document ingestion, organization branding, and audit logs.
Local Model Backend — Ollama provides local inference. Models are pulled once and served from disk. External providers (OpenRouter, OpenAI) are supported but clearly marked with privacy badges.
Quick Start
See docs/INSTALL.md for full installation instructions.
# 1. Run the enterprise setup script
bash sentinel-enterprise/setup.sh
# 2. Start the admin console
SENTINEL_ADMIN_TOKEN=$(cat ~/.sentinel/admin/token) \
./venv/bin/python sentinel-enterprise/admin/serve.py
# 3. Open the admin console at http://127.0.0.1:18830
Documentation
- Installation Guide — Prerequisites, setup, configuration
- Admin Guide — Groups, policies, RAG, audit, branding
- Architecture — Component design, data flows, security model
License
This project is licensed under the MIT License — see LICENSE for details.
SentinelOS is a fork of Nous Research Hermes Agent. The original work is copyright © 2025 Nous Research and contributors, licensed under MIT. See the LICENSE file for the full copyright notice.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sentinelos_agent-1.0.1.tar.gz.
File metadata
- Download URL: sentinelos_agent-1.0.1.tar.gz
- Upload date:
- Size: 11.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0bc45f06b8c599fad5dadf25500d811d92bb0f9962c03b7e5dff5bad7e104fc
|
|
| MD5 |
c42c07e8de59fcfc42e0ad3e2dd67174
|
|
| BLAKE2b-256 |
1cbcf1a7e8677a40066914cbbd75f673fb7a3b4e99b25c3cec752d5f8ea4a0bc
|
File details
Details for the file sentinelos_agent-1.0.1-py3-none-any.whl.
File metadata
- Download URL: sentinelos_agent-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b668ece7aa354ab3e58f665484659ebf0c64770cdc24d2c5042599931729d795
|
|
| MD5 |
59fc6d0174b8de67f82341854532a868
|
|
| BLAKE2b-256 |
bcd51d72ae1ee68e640413a32f194dfab1037480168e2c852abce5191d9d8b3f
|