strands-agents-tools
v0.0.1
Published
Tools for strands agents
Readme
strands-agents-tools
Tools for strands agents.
Installation
npm install strands-agents-toolsUsage
const strandsAgentsTools = require('strands-agents-tools');
// Get a greeting from tools
console.log(strandsAgentsTools.hello());
// Get a greeting from the base agent
console.log(strandsAgentsTools.getAgentGreeting());License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
