You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ABI (Agentic Brain Infrastructure) is the open-source AI Operating System that grounds LLMs in your organization's ontology to create tools that extend human capabilities. An open and accessible alternative to Palantir.
Connect any data source: CRMs, code repositories, databases, productivity tools, financial systems. ABI ingests everything, maps relationships between entities, and builds a living knowledge graph of your organization. Not a data warehouse. A model of your reality.
-**Supervisor**: ABI agent with intelligent routing
66
+
**2. Your team gets AI that knows their job**
131
67
132
-
### 🧠 Knowledge Management
133
-
-**Semantic Graph**: BFO-compliant RDF ontologies
134
-
-**SPARQL Queries**: 30+ optimized queries
135
-
-**Vector Search**: Intent matching via embeddings
136
-
-**Memory**: Persistent conversation context
68
+
Build agents for any role and workflow, each grounded in your organization's ontology. They understand the context of the work, not just the words in the question. The more you build, the deeper the institutional intelligence.
-**Integrations**: GitHub, LinkedIn, Google, PostgreSQL, ArXiv, etc.
141
-
-**Modular**: Enable/disable via `config.yaml`
70
+
**3. Every question finds the right intelligence**
142
71
143
-
### ⚙️ Automation
144
-
-**Workflows**: End-to-end process automation
145
-
-**Pipelines**: Data → Semantic transformation
146
-
-**Event-Driven**: Knowledge graph triggers
147
-
-**Integrations**: External APIs and exports
72
+
A supervisor agent reads the intent behind each request and routes it to the right AI model, domain expert agent, or directly into your knowledge graph. Swap providers without rebuilding. The infrastructure adapts as AI evolves.
148
73
149
-
### 🌐 Multiple Interfaces
150
-
-**Terminal**: `uv run abi chat` - Interactive CLI
151
-
-**REST API**: HTTP endpoints
152
-
-**MCP Protocol**: Claude Desktop / VS Code
153
-
-**Web UI**: http://localhost:3000
74
+
For the full architecture, including module structure, five-layer stack, services, and data flow, see [The ABI Stack](https://docs.naas.ai/architecture/the-stack).
154
75
155
-
### Production Deployment
76
+
##Repository Layout
156
77
157
-
### Deploy to Naas Cloud
158
-
```bash
159
-
uv run abi deploy naas
160
-
```
161
-
Requires [Naas subscription](https://naas.ai). Deploys as containerized API at `https://{space}.default.space.naas.ai`
|`naas-abi`| Core agents, ontologies, and the Nexus app (API + web UI) |
82
+
|`naas-abi-cli`| The `abi` CLI |
83
+
|`naas-abi-marketplace`| Optional domain agents and third-party integrations |
84
+
85
+
## Production Deployment
162
86
163
87
### Self-Hosted Docker
88
+
164
89
```bash
165
-
docker-compose up -d
90
+
dockercompose up -d
166
91
```
92
+
167
93
Full stack with PostgreSQL, Fuseki, Qdrant, MinIO
168
94
169
-
##Services
95
+
### Managed Hosting
170
96
171
-
| Service | Port | Purpose |
172
-
|---------|------|---------|
173
-
| Nexus Web | 3000 | Frontend UI |
174
-
| Nexus API | 9879 | Platform API |
175
-
| Agent API | 8001 | Agent execution |
176
-
| Fuseki | 3030 | Graph database |
177
-
| PostgreSQL | 5432 | Relational DB |
178
-
| Qdrant | 6333 | Vector DB |
179
-
| MinIO | 9000/9001 | Object storage |
97
+
Need a hosted, managed deployment? [Get started on naas.ai](https://naas.ai) or reach out to the team directly.
180
98
181
99
## Why ABI?
182
100
183
-
**Ontology-Based AI for Freedom to Reason**: When semantic alignment meets kinetic action through ontology-driven systems, we get one of the most powerful technologies ever created. This power should be distributed, not concentrated - the ability to understand, reason, and act upon complex information is fundamental to human autonomy and democratic society.
101
+
Most AI tools are black boxes. ABI is built on open standards so every decision is traceable, every model is replaceable, and you own your data.
102
+
103
+
**Built on international standards:**
184
104
185
-
**Built on International Standards:**
186
105
-[ISO/IEC 42001:2023](https://www.iso.org/standard/42001) - AI Management Systems
0 commit comments