-
Notifications
You must be signed in to change notification settings - Fork 29
feat: add context agent tools #377
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
017ee41 to
4de1ae0
Compare
4de1ae0 to
30a3073
Compare
30a3073 to
0f0054b
Compare
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.
Pull request overview
This pull request adds support for two new context retrieval modes (Deep RAG and Batch Transform) to the agent tools, exports the create_escalation_tool function, and updates the uipath dependency from version 2.2.41 to 2.2.45.
- Refactors
create_context_toolto support multiple retrieval modes - Adds
handle_deep_ragandhandle_batch_transformfunctions for new context agent capabilities - Exports
create_escalation_toolfrom the tools module
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
src/uipath_langchain/agent/tools/context_tool.py |
Adds Deep RAG and Batch Transform retrieval mode handlers, refactors existing semantic search into separate function |
src/uipath_langchain/agent/tools/__init__.py |
Exports create_escalation_tool in module public API |
pyproject.toml |
Updates version to 0.1.44 and changes uipath dependency version constraint |
uv.lock |
Updates locked uipath package version and dependency hashes |
0f0054b to
79d5859
Compare
feabb2d to
73d894c
Compare
73d894c to
9ad7715
Compare
ToDo:
Development Package