Self-hosted AI workspace & agent environment — local-first alternative to ChatGPT & Claude with deep research, model benchmarking, and persistent memory.
Equip agents with toolchains (MCP, file ops, shell, skills) to execute complex, multi-step tasks autonomously on local hardware.
Multi-step research runs that systematically query, parse, and synthesize complex web/document sources into structured reports.
Benchmarking suite to test local & API models side-by-side without bias, complete with automated synthesis and ranking.
Vector embedding memory store (ChromaDB + fastembed) providing persistent contextual recall and dynamic skill evolution over time.
# Odysseus GPU Docker Compose stack initialization
services:
odysseus:
build: .
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
ports:
- "8080:8080"
| Feature | Implementation | Benefit |
|---|---|---|
| Inference Serving | vLLM / llama.cpp / Ollama | VRAM-aware hardware optimization |
| Vector Storage | ChromaDB (ONNX Embeddings) | Instant semantic document/memory RAG |
| Agent Protocols | Model Context Protocol (MCP) | Standardized secure tool integration |
| Mail & CalDAV Integration | IMAP / SMTP / CalDAV Sync | AI triage, reminders, & calendar agent |