restore CLI commands, keep default model

This commit is contained in:
Re-bin
2026-02-02 12:30:56 +00:00
parent 64a97c3dd9
commit 8d834d9b10
3 changed files with 276 additions and 43 deletions

View File

@@ -28,7 +28,7 @@ class ChannelsConfig(BaseModel):
class AgentDefaults(BaseModel):
"""Default agent configuration."""
workspace: str = "~/.nanobot/workspace"
model: str = "glm-4.7-flash"
model: str = "anthropic/claude-opus-4-5"
max_tokens: int = 8192
temperature: float = 0.7
max_tool_iterations: int = 20