Seedstrate Core API
v0.1 surface — five endpoints (/predict, /correct, /audit, /stats, /namespaces) plus health check. Auto-generated from the OpenAPI 3.1 schema.
Four components, one trace.
Every /predict response includes a horizon_trace object showing what each substrate component contributed. Same vocabulary, every call.
Decides fast / escalated / cascade given retrieval signals + input features (multi-intent, hedging, length). Returns the chosen path and the human-readable reason.
Immutable, hash-chained memory. Every prediction and every correction lands in the ledger as a content-addressed cell — auditable, replayable.
Grows the network on every correction. The corrected exemplar is re-embedded with the original input text, so future similar inputs land on the corrected label without retraining.
Per-namespace isolation: cells, encoder choice, ledger, growth — all scoped. One workspace per use case, one API key per workspace.