Third Eye Engine is an AI-powered organizational memory system that captures not only what was decided, but why decisions were made.
- Ingests unstructured data from documents and sample communication sources.
- Extracts decisions, rationale, stakeholders, and alternatives.
- Stores searchable semantic memory in ChromaDB.
- Builds an explorable relationship graph for decisions and actors.
- Answers natural-language questions over indexed organizational context.
python -m pip install -r requirements.txt
python app.pyOpen: http://localhost:8000
app.pyis the canonical application entry point.main.pyis retained only as a compatibility launcher that delegates toapp.py.