Discover and explore top open-source AI tools and projects—updated daily.
DannyMac180Agentic LLM orchestration for optimized AI workflows
New!
Top 75.6% on SourcePulse
Summary This project orchestrates multiple AI models (Fable 5, Grok 4.5, GPT-5.6 Sol) for efficient, cost-effective task execution and code generation. It targets technically savvy users, offering significant benefits by using a high-capability model as an architect and cheaper models for implementation, embedding cross-vendor review and optimizing token expenditure.
How It Works
Fable Advisor uses an architect pattern within Claude Code. A premium model like Fable 5 acts as the session architect, handling requirements, decomposition, and verification. Implementation tasks route to cost-effective models like Grok 4.5 (default) or GPT-5.6 Sol (critical reasoning), drastically reducing token costs. This design minimizes expensive model token usage, focusing its power on judgment while leveraging cheaper lanes for bulk implementation.
Quick Start & Requirements
claude plugin install fable-advisor@fable-advisor via Claude plugin marketplace.grok login, x.ai/cli); optional OpenAI Codex CLI installed/authenticated (npm i -g @openai/codex, codex login)./model fable. For lite mode, copy agents/fable-advisor.md to ~/.claude/agents/ and use Sonnet.Highlighted Details
fable-advisor agent acts as a read-only skeptic for architecture decisions, migrations, or complex problems at minimal cost.Maintenance & Community
No specific maintainer, community channel, or roadmap details are provided. The author references their blog, "Attention Heads," for deeper insights.
Licensing & Compatibility
Limitations & Caveats
Plugin requires Claude Code environments (CLI, desktop, VS Code, web), not claude.ai. Claude model fallback is silent; external lanes (Grok, Codex) fail loudly and require separate CLI setup/authentication. GPT-5.6 Sol access may be limited during preview.
1 day ago
Inactive