Citadel Intelligence Layer // Prototype

Odysseus Memory Core

Odysseus is the planned AI operations assistant for The Citadel: a local-first intelligence layer designed to search project documentation, explain system state, summarize operational notes, and support future monitoring workflows.

Status
Prototype Tested
Runtime
Hardware Limited
Mode
Paused
Next
GPU Upgrade

01 // Purpose

01 //

Mission

The goal of Odysseus is to give The Citadel a private assistant that understands the lab, the notes, the services, the project history, and the future roadmap. Instead of searching scattered files manually, Odysseus is intended to become a guide through the entire system.

02 //

Design Principle

Local-first. Private by default. Useful before flashy. The assistant should support the lab, not become the lab.

02 // What Was Built

01 //

RAG Prototype

A retrieval-augmented generation workflow was built to search Citadel source-of-truth notes and return grounded answers from local project documentation.

02 //

Vector Memory

ChromaDB and embeddings were tested as the memory layer. Documentation was ingested into a local vector database for semantic search.

03 //

Model Testing

Ollama models were tested locally, including smaller and larger models. OpenRouter was also tested for external model access during the prototype phase.

04 //

Terminal Launcher

A command-line launcher was created so Odysseus could be queried directly from the Linux environment.

05 //

Web UI Testing

Web-based AI interfaces were tested, including Open WebUI and the Odysseus container stack.

06 //

Pause Decision

Self-hosted AI expansion was paused because CPU-only performance was too slow for the desired experience.

03 // Architecture

Source NotesEmbeddingsChromaDB Vector StoreQuery ScriptLocal or Remote ModelGrounded Citadel Answer

04 // Hardware Limitation

01 //

Current Host

The Citadel currently runs on a mini PC / Ubuntu VM environment with strong lab value, but no dedicated NVIDIA GPU.

02 //

Observed Issue

Larger local models produced slow token speeds. The system worked, but not fast enough to justify making it the active center of the lab.

03 //

Decision

Odysseus remains a documented prototype. The AI layer will return when the hardware can support it properly.

05 // Roadmap

01
RAG Prototype
Completed
02
Hardware Review
Paused
03
Argus Integration
Planned
04
Sentinel Summaries
Planned
05
Private Assistant
Planned
← Back To The Citadel View Project Modules

Citadel Project Switchboard

Module Links Active