refactor: T4 fast-cheap; move adapter registries from code to team.yaml

This commit is contained in:
2026-03-16 01:14:35 -04:00
parent 8277a00118
commit aef553bdc8
2 changed files with 21 additions and 4 deletions

View File

@@ -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