-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add CatIndexTool #1746
Add CatIndexTool #1746
Conversation
Signed-off-by: Daniel Widdis <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1746 +/- ##
============================================
- Coverage 82.07% 82.05% -0.03%
- Complexity 4427 4445 +18
============================================
Files 425 426 +1
Lines 17583 17744 +161
Branches 1870 1884 +14
============================================
+ Hits 14431 14559 +128
- Misses 2410 2429 +19
- Partials 742 756 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Daniel Widdis <[email protected]>
* Add CatIndexTool Signed-off-by: Daniel Widdis <[email protected]> * Add test coverage Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit 48ad895)
* Add CatIndexTool Signed-off-by: Daniel Widdis <[email protected]> * Add test coverage Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit 48ad895) Co-authored-by: Daniel Widdis <[email protected]>
* Add CatIndexTool Signed-off-by: Daniel Widdis <[email protected]> * Add test coverage Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]>
Description
Adds a CatIndexTool for the agent framework.
feature/agent_framework_dev
branch, except that I removed thegetName()
andsetName()
methods which duplicated the Lombok annotations.Tests pass locally for this module, other failing tests related to memory are unassociated with this PR.
Issues Resolved
Fixes #1547 but on
main
this time.Check List
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.