9 lines
136 B
TOML
9 lines
136 B
TOML
# Version of the agent configuration standard
|
|
version = "1.0"
|
|
|
|
model = "claude-4.5-sonnet"
|
|
|
|
imports = [
|
|
"agents/code-review.toml"
|
|
]
|