Open
Conversation
Adds NimbleTools to provide real-time web search capabilities using the official nimble_python SDK. Features: - Web search with configurable parameters (max_results, deep_search, include_answer) - Time-based filtering (hour, day, week, month, year) - Domain filtering (include/exclude specific domains) - Multiple output formats (markdown, plain_text, simplified_html) - Localization support (locale, country) - Both sync and async client support - Comprehensive cookbook with 7 examples Implementation: - Uses Nimble API's built-in parsing_type for formatting - Simple, clean design with method-level parameter defaults - Only class-level config for global settings (locale, country, output_format) - Proper error handling and logging Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Enhanced web_search_using_nimble docstring to help agents choose between fast mode and deep search: - Added clear mode selection guidance - Explained when to use each mode - Improved parameter descriptions for better decision-making Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
d12a61a to
dd8de30
Compare
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.
Summary
Adds NimbleTools to provide real-time web search capabilities using the official nimble_python SDK.
Type of change
Features
Implementation Details
nimble_pythonSDK (https://github.com/Nimbleway/nimble-python)parsing_typeparameter for formattingChecklist
./scripts/format.shand./scripts/validate.sh)cookbook/91_tools/nimble_tools.pyAdditional Notes
nimble_pythonpackage:pip install nimble_pythonNIMBLE_API_KEYenvironment variable