From f7ac6c62fb994dda3b62adb6897cdb1c0e610872 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sun, 21 Dec 2025 22:38:58 -0500 Subject: [PATCH] Enhance README with multi-vendor routing details Added details about multi-vendor and multi-model routing features. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f69e6b..0002a14 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An open source, local agentic butler for software development. `yo` orchestrates LLM interactions with file and shell tools, providing a secure policy engine for automated coding tasks. +yo features **multi-vendor, multi-model routing**, sending coding tasks to the best coding model (anthropic opus, for example) and sending planning tasks to the best planning model (qwen, for example), taking a vendor neutral, "best model wins" approach. + ## Features - **Local execution** - Runs on your machine with access restricted to project files