mirror of
https://github.com/mostlygeek/llama-swap.git
synced 2026-09-07 16:37:22 +02:00
The Docs Agent's get_config tool would fail on very large configs with lots of models. Replace it with a jq expression so the agent can request very specific parts of the configuration without adding too many extra tokens to the context. - add jq expression support to Doc Agent's Tools - move Help out of the Playground into the main sidebar - add more tips to the Help front page Updates #1085