Replies: 1 comment
|
The screenshot is the same failure mode as the text error: the Claude harness starts, but the SDK client never finishes connecting within 60s. For a minimal local run, keep the # omnibox/omnigent_demo/config.yaml
executor:
type: omnigent
config:
harness: claude
model: claude-sonnet-4-6
os_env:
type: caller_process
cwd: .
sandbox:
write_paths:
- .
read_paths:
- ~/.gitconfig
allow_network: true
cwd_allow_hidden:
- .git
egress_rules:
- "GET api.github.com/repos/myorg/**"
- "* pypi.org/**"
- "* *.github.com/**"
- "* api.anthropic.com/**"Run it from claude --version
claude
# confirm Claude Code is logged in / usable, then exit
omni run omnigent_demo |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Environment
Description
When running an agent using the
omnigentexecutor withharness: claude,the Claude SDK client times out after 60 seconds with the following error:
[llm] Claude SDK client connect timed out after 60s.
Or
config.yaml (minimal repro)
Questions / Requests
Could you let me know the correct yaml and the directory structure, and sample command to run?
All reactions