-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
ubuntu@ip-172-26-1-25:~/picoclaw$ picoclaw agent -m "hi"
2026/02/28 09:36:24 [2026-02-28T09:36:24Z] [INFO] agent: Created implicit main agent (no agents.list configured)
2026/02/28 09:36:24 [2026-02-28T09:36:24Z] [INFO] agent: Agent initialized {tools_count=14, skills_total=6, skills_available=6}
2026/02/28 09:36:24 [2026-02-28T09:36:24Z] [INFO] agent: Processing message from cli:cron: hi {channel=cli, chat_id=direct, sender_id=cron, session_key=cli:default}
2026/02/28 09:36:24 [2026-02-28T09:36:24Z] [INFO] agent: Routed message {agent_id=main, session_key=agent:main:main, matched_by=default}
2026/02/28 09:36:24 [2026-02-28T09:36:24Z] [ERROR] agent: LLM call failed {iteration=1, error=API request failed:
Status: 400
Body: {"error":{"message":"free is not a valid model ID","code":400},"user_id":"user_xxxxxxxxxxxxxxxx"}, agent_id=main}
Error: error processing message: LLM call failed after retries: API request failed:
Status: 400
Body: {"error":{"message":"free is not a valid model ID","code":400},"user_id":"user_xxxxxxxxx"}
Usage:
picoclaw agent [flags]
this is the config.json file setup :
"agents": {
"defaults": {
"workspace": "~/.picoclaw/workspace",
"restrict_to_workspace": true,
"model": "free",
"max_tokens": 32768,
"max_tool_iterations": 50
}
},
"providers":{
"openrouter" :{
"api_key" :"sk-or-v1-xxxxxxxxxxxxxxxx",
"api_base" :"https://openrouter.ai/api/v1"
}
},