`63c` and `63e` can never pass: run-by-name has no process serving the agent's workers
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 68/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- python
- Domain
- distributed-systems
Research direction
Start with examples/agents/63b_serve.py, 63d_serve_from_package.py, 63c_run_by_name.py, and 63e_run_monitoring.py, then check run_all_examples.py's DAEMON_SKIP entries. Choose either a working serve() pairing or documented separate serving commands, and run 63c with workers available to confirm it completes instead of hanging.
Written by the indexing model from the issue text.
Description
Files: examples/agents/63c_run_by_name.py, examples/agents/63e_run_monitoring.py, examples/agents/63b_serve.py, examples/agents/63d_serve_from_package.py
Symptom: Both hang indefinitely (300s timeout, no output) on every server type.
Cause: runtime.run("doc_assistant", ...) runs an agent by name, so the client never sees the agent object and cannot start workers for its tools. The tool tasks are scheduled with nothing polling them:
task 'search_docs' SCHEDULED in doc_assistant, queue last polled 6005s ago # 63c
task 'health_check' SCHEDULED in monitoring, queue last polled 600s ago # 63e
The examples meant to provide those workers cannot: 63b_serve.py and 63d_serve_from_package.py have every runtime.serve(...) call commented out — their executable bodies are a single runtime.run(...). So no shipped example serves workers for a named agent.
Fix: Either restore a working serve() in 63b/63d, or document that 63c/63e require a separate serving process and show the command. Any fix should make the pairing runnable end to end.
Verify: With the serving process running, python examples/agents/63c_run_by_name.py completes instead of hanging.
Related: run_all_examples.py's DAEMON_SKIP describes 63b/63d as "serve() worker daemon (blocks forever)". They are not daemons — both complete in ~3.4s. That skip entry is stale; 63c's ("needs 63b_serve.py workers running in another terminal") is accurate but unachievable as shipped.
- Dominant language
- Python
- Stars
- 104
- Forks
- 43
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 4
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from conductor-oss/python-sdk
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
conductor-oss/python-sdk#507 ·
-
Difficulty 1/5 1-3 hours Newbie friendliness 90/100
conductor-oss/python-sdk#502 ·
-
bug dependencies
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
conductor-oss/python-sdk#486 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
conductor-oss/python-sdk#483 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
conductor-oss/python-sdk#478 ·
All issues in conductor-oss/python-sdk
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100