mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 09:35:55 +03:00
[GH-ISSUE #43] Local LLM #14
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#14
Loading…
Add table
Add a link
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?
Originally created by @ablito19 on GitHub (Jan 9, 2026).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/43
hi, how to use Local LLM with LM Studio for example ?
@Steake commented on GitHub (Jan 15, 2026):
Already implemented here: https://github.com/Steake/shannon-uncontained
@keygraphVarun commented on GitHub (Jan 22, 2026):
We now have experimental (but unsupported) support for other models via Claude Code Router (https://github.com/musistudio/claude-code-router):
https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#experimental---unsupported-router-mode-alternative-providers
You can tweak the Claude Code Router setup to point to your local models (we don’t have official instructions yet, but it should be fairly straightforward).
A bit of commentary: we didn’t enable DeepSeek or other open-source models by default because the results were significantly worse than Anthropic. In our preliminary testing, none of them consistently made it past the Recon phase.
Shannon is built on top of the Anthropic Agent SDK and is optimized for Anthropic models. You shouldn’t expect comparable results when swapping in other providers, since the harness + model combination was tuned for Anthropic.
Anthropic models will be our primary focus going forward.