Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature/agent_framework] Actually make the WorkflowStepFactory a Factory #243

Conversation

dbwiddis
Copy link
Member

@dbwiddis dbwiddis commented Dec 3, 2023

Description

Generates a new instance of a workflow step using a Supplier (as a Factory should!) rather than returning the same instance every time.

Issues Resolved

Fixes #241

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions github-actions bot added the backport 2.x backport PRs to 2.x branch label Dec 3, 2023
@dbwiddis dbwiddis changed the base branch from main to feature/agent_framework December 3, 2023 01:59
@dbwiddis dbwiddis changed the title Step factory [Feature/agent_framework] Actually make the WorkflowStepFactory a Factory Dec 3, 2023
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Copy link
Member

@owaiskazi19 owaiskazi19 left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix @dbwiddis!

@owaiskazi19 owaiskazi19 merged commit 66fc688 into opensearch-project:feature/agent_framework Dec 3, 2023
10 checks passed
@dbwiddis dbwiddis deleted the step-factory branch December 3, 2023 03:01
dbwiddis added a commit to dbwiddis/flow-framework that referenced this pull request Dec 15, 2023
…tory (opensearch-project#243)

Actually make the WorkflowStepFactory a Factory

Signed-off-by: Daniel Widdis <widdis@gmail.com>
dbwiddis added a commit to dbwiddis/flow-framework that referenced this pull request Dec 15, 2023
…tory (opensearch-project#243)

Actually make the WorkflowStepFactory a Factory

Signed-off-by: Daniel Widdis <widdis@gmail.com>
dbwiddis added a commit that referenced this pull request Dec 18, 2023
…tory (#243)

Actually make the WorkflowStepFactory a Factory

Signed-off-by: Daniel Widdis <widdis@gmail.com>
dbwiddis added a commit to dbwiddis/flow-framework that referenced this pull request Dec 18, 2023
…tory (opensearch-project#243)

Actually make the WorkflowStepFactory a Factory

Signed-off-by: Daniel Widdis <widdis@gmail.com>
dbwiddis added a commit that referenced this pull request Dec 18, 2023
…tory (#243)

Actually make the WorkflowStepFactory a Factory

Signed-off-by: Daniel Widdis <widdis@gmail.com>
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.

[BUG] The WorkflowStepFactory is not actually a factory
2 participants