-
Couldn't load subscription status.
- Fork 6.5k
Bedrock AgentCore browser and code interpreter toolspecs #19559
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
Bedrock AgentCore browser and code interpreter toolspecs #19559
Conversation
...ma-index-tools-aws-bedrock-agentcore/llama_index/tools/aws_bedrock_agentcore/browser/base.py
Show resolved
Hide resolved
...tools-aws-bedrock-agentcore/llama_index/tools/aws_bedrock_agentcore/code_interpreter/base.py
Show resolved
Hide resolved
llama-index-integrations/tools/llama-index-tools-aws-bedrock-agentcore/pyproject.toml
Outdated
Show resolved
Hide resolved
...-index-integrations/tools/llama-index-tools-aws-bedrock-agentcore/tests/test_browser_spec.py
Show resolved
Hide resolved
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.
Looks pretty great to me! Just a few comments
Does bedrock_agentcore support python3.9? Noticed some odd test failures
|
@logan-markewich, thank you for taking the time to review this! The PR has been updated for your feedback.
|
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.
Thank you! This looks great, going to merge this
Description
This PR adds a new
llama-index-tools-aws-bedrock-agentcoretools integration package, which implements two new browser and code interpreter toolspecs built on the AWS Bedrock AgentCore API:AgentCoreBrowserToolSpec: Enables agents to to navigate websites, extract content, click elements, and more.AgentCoreCodeInterpreterToolSpec: Enables agents to execute code, run shell commands, manage files, and perform computational tasks.Example Usage
Installation
Browser Tools
Code Interpreter Tools