Coevolution extension
This commit is contained in:
parent
88afdc09fd
commit
991c34ce52
17 changed files with 764 additions and 4 deletions
17
tests/expectations/llm_connect_provider_expectations.json
Normal file
17
tests/expectations/llm_connect_provider_expectations.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"repository": "llm-connect-like",
|
||||
"expected_facts": [
|
||||
{"kind": "llm_provider", "name": "OpenRouter"},
|
||||
{"kind": "llm_provider", "name": "Claude"},
|
||||
{"kind": "credential_config", "name": "OpenRouter API key"},
|
||||
{"kind": "provider_registry", "name": "LLM provider registry"},
|
||||
{"kind": "fallback_policy", "name": "LLM provider fallback policy"}
|
||||
],
|
||||
"expected_candidates": [
|
||||
"Route LLM Requests Across Providers",
|
||||
"Use OpenRouter Models",
|
||||
"Use Claude Models",
|
||||
"Configure LLM Provider Credentials",
|
||||
"Apply LLM Provider Fallback Policy"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue