-
Notifications
You must be signed in to change notification settings - Fork 186
FEATURE: Summarize the steps when max steps limit reached #4184
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: Jiaru Jiang <[email protected]>
Signed-off-by: Jiaru Jiang <[email protected]>
… into max-step-summary
|
Do we plan to summarize the memory when it's too long? |
As far as I know, there’s no such plan. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4184 +/- ##
============================================
- Coverage 82.02% 82.01% -0.01%
- Complexity 9195 9206 +11
============================================
Files 789 789
Lines 39541 39597 +56
Branches 4387 4396 +9
============================================
+ Hits 32432 32475 +43
- Misses 5219 5224 +5
- Partials 1890 1898 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Jiaru Jiang <[email protected]>
Signed-off-by: Jiaru Jiang <[email protected]>
Signed-off-by: Jiaru Jiang <[email protected]>
ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/agent/MLChatAgentRunner.java
Show resolved
Hide resolved
Signed-off-by: Jiaru Jiang <[email protected]>
|
@PauiC This PR looks good. Can you raise a PR to feature/agentic_memory_integration branch? That branch has changed the agents a lot and let's make sure to fix conflicts. |
49b9b5c to
21c0c78
Compare

Description
This feature provides intelligent summarization when ML Commons Chat Agents and PER (planner) agent reach their maximum iteration limit without completing tasks.
Key Components:
Trigger Mechanism: Activates when agent execution reaches the
max_iterationparameter limitRelated Issues
#4150
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.