-
Notifications
You must be signed in to change notification settings - Fork 74
feat: simplify durable agent wf def #204
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
I'm looking for input on activity naming still. For the generate_llm_response calls, I think that could be clearer with a few options:
Open to ideas here and on other activity call names please. |
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
"cloudevents>=1.11.0,<2.0.0", | ||
"numpy>=2.2.2,<3.0.0", | ||
"mcp>=1.7.1,<2.0.0", | ||
"websockets>=15.0.0,<16.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was added bc MCP's websocket client requires it so in the tests i saw MCP tool schema creation fail silently... so went ahead and added a core dep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the task_name generate_llm_response
exist yet? or this is a placeholder for when the task names are updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the question about the name of the task, LGTM. If the task named "generate_llm_response" does not exist yet, then it will not trigger right? |
An agentic workflow is an AI-driven process where autonomous, intelligent AI agents manage complex tasks and processes with minimal human intervention, making decisions, coordinating actions, and adapting to changing circumstances in real-time.
|
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
issue
#167
I updated the durable agent wf definition to:
The workflow used to look like this:

And now its simplified to this :)
