Research: llama-conductor orchestration patterns for Robin's local model layer #14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
llama-conductor provides patterns for orchestrating multiple local llama-family models — routing, fallback chains, context handoff — that are directly applicable to Robin's local inference layer.
Why it matters
Robin needs to orchestrate local models (Ollama, llama.cpp, etc.) and route prompts intelligently based on task type, hardware availability, and model capability. llama-conductor has solved parts of this problem already.
Action items
References
Duplicate of #11 — closing.