turnstone/app
pyr0ball 074240c061 feat: context REST API — docs, facts, wizard, and debug endpoints
Wires the context/RAG layer into FastAPI via a dedicated _ctx router
(/turnstone/api/context/*): document upload (POST/GET/DELETE /docs),
fact CRUD (POST/GET/DELETE /facts), wizard state machine
(/wizard/schema, /wizard/step, /wizard/apply), and a debug search
endpoint (/debug/search). All blocking DB calls are dispatched via
asyncio.to_thread to keep the event loop free.
2026-05-13 16:31:07 -07:00
..
api feat: initial Turnstone POC — ingest, FTS search, MCP server 2026-05-08 12:12:34 -07:00
context feat: wizard state machine — structured Q&A writes context facts and source config 2026-05-13 16:25:52 -07:00
ingest feat: doc upload adapter — writes facts, document, and chunks to context store 2026-05-13 16:21:55 -07:00
services feat: inject environment context into diagnose pipeline and LLM prompt 2026-05-13 16:29:26 -07:00
watch feat: add file tail source type; configure xanderland watchers 2026-05-11 15:44:10 -07:00
__init__.py feat: initial Turnstone POC — ingest, FTS search, MCP server 2026-05-08 12:12:34 -07:00
mcp_server.py feat: initial Turnstone POC — ingest, FTS search, MCP server 2026-05-08 12:12:34 -07:00
rest.py feat: context REST API — docs, facts, wizard, and debug endpoints 2026-05-13 16:31:07 -07:00