feat: rename Loki to Coyote
CI / All (ubuntu-latest) (push) Failing after 23s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-05-27 12:47:32 -06:00
parent b2fa8ebb71
commit 364cf29296
58 changed files with 506 additions and 3202 deletions
+2 -2
View File
@@ -812,7 +812,7 @@ model: anthropic:claude-sonnet-4-6
temperature: 0.2
top_p: 0.9
global_tools:
- web_search_loki.sh
- web_search_coyote.sh
mcp_servers:
- pubmed-search
conversation_starters:
@@ -827,7 +827,7 @@ nodes:
assert_eq!(graph.model.as_deref(), Some("anthropic:claude-sonnet-4-6"));
assert_eq!(graph.temperature, Some(0.2));
assert_eq!(graph.top_p, Some(0.9));
assert_eq!(graph.global_tools, vec!["web_search_loki.sh"]);
assert_eq!(graph.global_tools, vec!["web_search_coyote.sh"]);
assert_eq!(graph.mcp_servers, vec!["pubmed-search"]);
assert_eq!(graph.conversation_starters, vec!["Look up 2160-0"]);
}