Skip to content

docs(examples): example-catalog verification report + agent server-version requirement (report only, no fixes)#438

Draft
ling-senpeng13 wants to merge 2 commits into
mainfrom
examples/verification-report
Draft

docs(examples): example-catalog verification report + agent server-version requirement (report only, no fixes)#438
ling-senpeng13 wants to merge 2 commits into
mainfrom
examples/verification-report

Conversation

@ling-senpeng13

@ling-senpeng13 ling-senpeng13 commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Report + documentation only — no code changes. Replaces #437 (closed), split so the fixes can be evaluated separately; the companion draft PR #439 contains the fixes.

  • examples/VERIFICATION_REPORT.md — full verification of the example catalog against a live conductor-oss 3.32.0-rc.8 server: per-suite status, environment, root causes for every failure found, remaining known failures, and repro instructions.
  • README docs: the agent examples require conductor-oss ≥ 3.32.0-rc.8 (agent runtime on by default). The CLI's floating latest (3.30.x) has no /api/agent/* endpoints, so every agent example fails with AgentNotFoundError: HTTP 404 — on 3.30.2 the suite scores 3 PASS / 103 ERROR vs 96 PASS on rc.8. Documented conductor server start --version 3.32.0-rc.8 in examples/agents/README.md and examples/README.md (deliberately not changing the CLI or any version pin — latest self-resolves at 3.32.0 GA). Also fixed the provider/model table (OpenAI row showed the Anthropic default model string).

Test status snapshot

Suite Result
agents (146 files), rc.8 + companion fixes 96 PASS / 46 SKIP / 2 ERROR / 2 HUNG
agents, rc.8, without fixes 91 PASS / 12 ERROR / 3 HUNG / 40 SKIP
agents, CLI latest (3.30.2) 3 PASS / 103 ERROR
core (curated 18) 13 PASS / 4 worker-daemons by design / 1 interactive

Failure disposition at a glance (fixes live in #439)

22 examples failed or misbehaved during verification (15 agents suite, 7 core suite):

Outcome Agents Core Total
✅ Newly passing — fixed by code changes in #439 4 5 9
⏱ Passes with a longer suite timeout (no code change needed) 1 0 1
➖ Reclassified — env-dependent → SKIP, or daemon/interactive by design 6 2 8
❌ Still failing — not fixed anywhere yet 4 0 4
Total 15 7 22

Remaining known failures (details + diagnosis in the report): kitchen_sink.py (server-side translation_swarm sub-workflow registration, HTTP 500), 74_cli_error_output.py (flaky LLM-behavior assertion), 86_coding_agent.py (hangs >420s solo), 68_context_condensation.py (passes solo ~346s, exceeds suite timeout under contention).

…nt server-version requirement

Report-only PR — no code changes. Tracks the verified status of every SDK
example against conductor-oss 3.32.0-rc.8 (agents suite: 96 PASS / 46 SKIP /
2 ERROR / 2 HUNG with the companion fixes PR applied; 3 PASS / 103 ERROR on
the CLI's `latest` 3.30.x server), the bugs found, and the remaining known
failures. Fixes are proposed separately as a draft PR.

Docs: the agent examples require conductor-oss >= 3.32.0-rc.8 (agent runtime
on by default); documented in examples/agents/README.md and examples/README.md
with `conductor server start --version 3.32.0-rc.8`. Also fixed the
provider/model table (OpenAI row showed the Anthropic default string).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ling-senpeng13 ling-senpeng13 self-assigned this Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant