Forward-merge release/2.2 into develop - #344
Merged
Merged
Conversation
#### Overview
We would like to add the You.com API suite to this framework so that agents can use You.com APIs. In this PR I have added You.com Web Search, Contents, Research and Finance Research APIs, allowing users to search the web, grab web page contents, and execute long running tasks to answer complex questions.
For each tool added I have added a section in the README and have written tests to confirm things are working as expected.
#### Validation
- [X] I ran the relevant local checks or explained why they are not applicable.
- Created local scripts that called the tools and verified the output is as expected
- [X] I added or updated tests for behavior changes.
- I created a test for each tool added
- [X] I updated documentation for user-facing or contributor-facing changes.
- I created a README for you_com which has details for each tool added
- [X] I confirmed this PR does not include secrets, credentials, or internal-only data.
- I used an agent to scan for secrets and passed the pre-commit hooks
- [X] I certify this contribution under the Developer Certificate of Origin (DCO) and signed my commits with `git commit -s` or an equivalent sign-off.
#### Where should reviewers start?
register.py
#### Related Issues
- Relates to #
## Summary by CodeRabbit
* **New Features**
* Added You.com-backed tools for web search, research, finance research, and URL content extraction.
* Introduced `YDC_API_KEY` configuration with consistent “unavailable” messaging when not set.
* **Documentation**
* Updated the deployment environment template to include `YDC_API_KEY`.
* Added You.com tool setup and configuration guidance.
* **Tests**
* Added coverage for stub vs live behavior, retries, timeouts, caching, formatting, and error cases.
* **Chores**
* Updated local dev setup and secrets baseline metadata.
Signed-off-by: Ajay Thorve <athorve@users.noreply.github.com>
Authors:
- Eddy (https://github.com/eddy-nassif)
- Ajay Thorve (https://github.com/AjayThorve)
Approvers:
- Ajay Thorve (https://github.com/AjayThorve)
URL: #316
Author
|
FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forward-merge triggered by push to release/2.2 that creates a PR to keep develop up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.