I am trying to test out the picoclaw by running a one shot agent using the following command:
picoclaw -agent -m "Test"
And I am getting a timeout error message:
2026/03/07 18:27:09 [2026-03-07T10:27:09Z] [INFO] agent: Created implicit main agent (no agents.list configured)
2026/03/07 18:27:09 [2026-03-07T10:27:09Z] [INFO] agent: Agent initialized {tools_count=14, skills_total=6, skills_available=6}
2026/03/07 18:27:09 [2026-03-07T10:27:09Z] [INFO] agent: Processing message from cli:cron: test {sender_id=cron, session_key=cli:default, channel=cli, chat_id=direct}
2026/03/07 18:27:09 [2026-03-07T10:27:09Z] [INFO] agent: Routed message {agent_id=main, session_key=agent:main:main, matched_by=default}
2026/03/07 18:29:09 [2026-03-07T10:29:09Z] [WARN] agent: Timeout error, retrying after backoff {error=failed to send request: Post "http://localhost:11434/v1/chat/completions": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retry=0, backoff=5s}
Can anyone shed some light what's happening? Thanks.
I am trying to test out the picoclaw by running a one shot agent using the following command:
picoclaw -agent -m "Test"
And I am getting a timeout error message:
2026/03/07 18:27:09 [2026-03-07T10:27:09Z] [INFO] agent: Created implicit main agent (no agents.list configured)
2026/03/07 18:27:09 [2026-03-07T10:27:09Z] [INFO] agent: Agent initialized {tools_count=14, skills_total=6, skills_available=6}
2026/03/07 18:27:09 [2026-03-07T10:27:09Z] [INFO] agent: Processing message from cli:cron: test {sender_id=cron, session_key=cli:default, channel=cli, chat_id=direct}
2026/03/07 18:27:09 [2026-03-07T10:27:09Z] [INFO] agent: Routed message {agent_id=main, session_key=agent:main:main, matched_by=default}
2026/03/07 18:29:09 [2026-03-07T10:29:09Z] [WARN] agent: Timeout error, retrying after backoff {error=failed to send request: Post "http://localhost:11434/v1/chat/completions": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retry=0, backoff=5s}
Can anyone shed some light what's happening? Thanks.