Skip to content

Fix missing toolbox-core dependency in Toolbox Agent documentation #1195

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

designcomputer
Copy link

Summary

Updated the Toolbox Agent documentation to address a critical missing dependency that prevents the agent from running successfully.

Changes Made

  • Added missing dependency: Documented that toolbox-core must be installed via pip install toolbox-core
  • Improved documentation structure: Added clear section numbering and better organization
  • Enhanced readability: Fixed grammar, capitalization, and formatting throughout
  • Added Prerequisites section: Set clear expectations before installation begins
  • Clarified optional steps: Made it clearer when database creation can be skipped

Problem Solved

The original documentation was missing a crucial step - installing the toolbox-core package. Without this dependency, users encounter an ImportError: No module named 'toolbox-core' when trying to use the ToolboxToolset class in ADK. This fix ensures users can successfully set up and run the agent without encountering import errors.

Testing

  • Verified the installation steps work correctly with the added dependency
  • Confirmed the agent runs successfully after following the updated documentation

Fix missing toolbox-core dependency in Toolbox Agent documentation
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.

1 participant