-
Notifications
You must be signed in to change notification settings - Fork 184
Add streaming support for PER agent #4384
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: Nathalie Jonathan <[email protected]>
Signed-off-by: Nathalie Jonathan <[email protected]>
8080572 to
fd6a817
Compare
|
PER agent will use planner to generate plan and use executor to execute each the plan. Do we stream out the plan and the executor agent response for each step? |
No, we only stream out the plan agent responses and the final LLM responses. For example the streamed output will look like this: |
So the streaming result contains each step's input and output, sounds good |
1 similar comment
So the streaming result contains each step's input and output, sounds good |
Description
Add streaming support for PER agent. It will stream the planner agent step and final LLM outputs.
Supported model:
Sample workflow:
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.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.