TDD: agents actor run does not work. #10862

Closed
opened 2026-04-25 01:23:52 +00:00 by brent.edwards · 1 comment
Member

Metadata

Commit message: test(actor): Capture failing assertion for actor-run returning no response
Branch: tdd/m3-actor-run-response

Background

Companion TDD issue-capture test for bug #10861: `agents actor run` does not work.

The command agents actor run anthropic/claude-sonnet-4-20250514 "Ping. Are you there?" returns no output (blank response) instead of the LLM's reply. This test proves the bug exists by asserting the expected behaviour (a non-empty response) and is tagged @tdd_expected_fail so CI passes while the bug is still present.

Bug issue #10861 depends on this issue — this TDD test must be merged first.

Subtasks

  • Write a Behave BDD scenario that invokes agents actor run with a built-in LLM actor name resolved from the registry and asserts the response is non-empty
  • Tag the scenario with all three required tags: @tdd_issue, @tdd_issue_10861, and @tdd_expected_fail
  • Verify the scenario fails via AssertionError (not a runtime exception) when run without the fix — proving the bug exists
  • Submit PR on branch tdd/m3-actor-run-response and confirm CI passes (the @tdd_expected_fail tag inverts the result)

Definition of Done

This issue is complete when:

  • The Behave scenario exists, is tagged @tdd_issue, @tdd_issue_10861, and @tdd_expected_fail, and is merged on branch tdd/m3-actor-run-response.
  • CI passes because the @tdd_expected_fail tag inverts the failing assertion.
  • Bug issue #10861 is linked to depend on this TDD issue.
## Metadata Commit message: test(actor): Capture failing assertion for actor-run returning no response Branch: tdd/m3-actor-run-response ## Background Companion TDD issue-capture test for bug #10861: `` `agents actor run` does not work. `` The command `agents actor run anthropic/claude-sonnet-4-20250514 "Ping. Are you there?"` returns no output (blank response) instead of the LLM's reply. This test proves the bug exists by asserting the expected behaviour (a non-empty response) and is tagged `@tdd_expected_fail` so CI passes while the bug is still present. Bug issue #10861 depends on this issue — this TDD test must be merged first. ## Subtasks - [ ] Write a Behave BDD scenario that invokes `agents actor run` with a built-in LLM actor name resolved from the registry and asserts the response is non-empty - [ ] Tag the scenario with all three required tags: `@tdd_issue`, `@tdd_issue_10861`, and `@tdd_expected_fail` - [ ] Verify the scenario fails via `AssertionError` (not a runtime exception) when run without the fix — proving the bug exists - [ ] Submit PR on branch `tdd/m3-actor-run-response` and confirm CI passes (the `@tdd_expected_fail` tag inverts the result) ## Definition of Done This issue is complete when: - The Behave scenario exists, is tagged `@tdd_issue`, `@tdd_issue_10861`, and `@tdd_expected_fail`, and is merged on branch `tdd/m3-actor-run-response`. - CI passes because the `@tdd_expected_fail` tag inverts the failing assertion. - Bug issue #10861 is linked to depend on this TDD issue.
brent.edwards added this to the v3.2.0 milestone 2026-04-25 01:23:58 +00:00
Member

Closed due to PR !10893 merged

Closed due to PR !10893 merged
hurui200320 2026-04-29 09:03:31 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#10861 agents actor run does not work.
cleveragents/cleveragents-core
Reference
cleveragents/cleveragents-core#10862
No description provided.