inferd-engine
Backend adapter crate. Defines the Backend trait that abstracts
over different inference sources (llamafile subprocess today; Ollama
/ OpenAI / Bedrock / Anthropic / LiteLLM in v0.2).
Status: not yet implemented — starts in milestone M2.
Trait sketch
See ../../docs/plan-v0.1.md for what each adapter implementation
needs to satisfy.