Skip to content

fix(agents): preserve framework failure reasons - #505

Open
mikemikimike wants to merge 1 commit into
conductor-oss:mainfrom
mikemikimike:codex/conductor-483-framework-failure-reason
Open

fix(agents): preserve framework failure reasons#505
mikemikimike wants to merge 1 commit into
conductor-oss:mainfrom
mikemikimike:codex/conductor-483-framework-failure-reason

Conversation

@mikemikimike

Copy link
Copy Markdown

Closes #483

Summary

  • preserve failed framework-agent task/workflow reasons when the status endpoint omits them
  • apply the same fallback to synchronous, asynchronous, and event-streaming framework runs
  • add a regression test through the public runtime path

Verification

  • .venv\\Scripts\\python.exe -m pytest tests/unit/ai/test_runtime.py -q
  • uv run --with ruff ruff check --select E9 src/conductor/ai/agents/runtime/runtime.py tests/unit/ai/test_runtime.py
  • .venv\\Scripts\\python.exe -m compileall -q src/conductor/ai/agents/runtime
  • git diff --check

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.

Framework-agent failures return None instead of the failed task's reason

1 participant