Skip to content

Conversation

vria
Copy link

@vria vria commented Jul 28, 2025

Description

Using dependencies in the workflow tool was unsuccessful because the results from dependency task were not available in the context of its dependent task. The issue was that the workflow tool did not properly extract the content from the AgentResult object returned by the dependency task.
This PR fixes it.

Related Issues

None

Documentation PR

None

Type of Change

Bug fix
Backward compatible

Testing

How have you tested the change? Verify that the changes do not break functionality or introduce warnings in consuming repositories: agents-docs, agents-tools, agents-cli

  • I ran hatch run prepare

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@vria vria requested a review from a team as a code owner July 28, 2025 15:01
Copy link
Member

@cagataycali cagataycali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for contributing!

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.

3 participants