Skip to content

Forward-merge release/2.2 into develop - #344

Merged
AjayThorve merged 1 commit into
developfrom
release/2.2
Jul 15, 2026
Merged

Forward-merge release/2.2 into develop#344
AjayThorve merged 1 commit into
developfrom
release/2.2

Conversation

@rapids-bot

@rapids-bot rapids-bot Bot commented Jul 15, 2026

Copy link
Copy Markdown

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.

#### 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
@rapids-bot
rapids-bot Bot requested a review from a team July 15, 2026 19:36
@rapids-bot

rapids-bot Bot commented Jul 15, 2026

Copy link
Copy Markdown
Author

FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the Resolve conflicts option in this PR, follow these instructions https://docs.rapids.ai/maintainers/forward-merger/

IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the /merge comment). Instead, an admin must manually merge by changing the merging strategy to Create a Merge Commit. Otherwise, history will be lost and the branches become incompatible.

@AjayThorve
AjayThorve merged commit de6ba0a into develop Jul 15, 2026
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants