turnstone/app/services
pyr0ball b70c89e7b5 feat: try cf-orch task endpoint first; fall back to direct model call
POST /api/inference/task with product=turnstone task=log_analysis routes to
the security reasoning model assigned in cf-orch. Falls back to the OpenAI-
compat /v1/chat/completions path on 404 (no assignment) or if the task
endpoint is absent (local instances, example-node).
2026-05-13 08:20:29 -07:00
..
__init__.py feat: initial Turnstone POC — ingest, FTS search, MCP server 2026-05-08 12:12:34 -07:00
diagnose.py feat: source-scoped diagnose; multi-node Docker log collection 2026-05-13 08:10:42 -07:00
incidents.py feat: incident labeling, bundle export, and push/receive flow 2026-05-11 05:23:55 -07:00
llm.py feat: try cf-orch task endpoint first; fall back to direct model call 2026-05-13 08:20:29 -07:00
models.py feat: incident labeling, bundle export, and push/receive flow 2026-05-11 05:23:55 -07:00
search.py feat: source-scoped diagnose; multi-node Docker log collection 2026-05-13 08:10:42 -07:00