refactor: T4 fast-cheap; move adapter registries from code to team.yaml
This commit is contained in:
@@ -8,6 +8,17 @@ adapters:
|
||||
vcs: github
|
||||
notify: openclaw
|
||||
|
||||
adapter_registry:
|
||||
llm:
|
||||
anthropic: "adapters.llm.anthropic:AnthropicAdapter"
|
||||
vcs:
|
||||
github: "adapters.vcs.github:GitHubAdapter"
|
||||
notify:
|
||||
openclaw: "adapters.notify.openclaw:OpenClawNotifyAdapter"
|
||||
runtime:
|
||||
openclaw: "adapters.runtime.openclaw:OpenClawRuntimeAdapter"
|
||||
claude_code: "adapters.runtime.claude_code:ClaudeCodeRuntimeAdapter"
|
||||
|
||||
models:
|
||||
default_max_tokens: 4096
|
||||
default_temperature: 0
|
||||
|
||||
Reference in New Issue
Block a user