{"library":"strands-agents-builder","title":"Strands Agents Builder","type":"library","description":"An example Strands agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder helps you build your own agents and tools. Current version: 0.1.10, release cadence: early development, updates as needed.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install strands-agents-builder"],"cli":{"name":"strands-agents","version":"sh: 1: strands-agents: not found"}},"imports":["from strands_agents_builder import StrandsAgent"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/strands-agents/agent-builder","docs":"https://strandsagents.com","changelog":null,"pypi":"https://pypi.org/project/strands-agents-builder/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from strands_agents_builder import StrandsAgent\n\n# Initialize with API key from environment or string\napi_key = os.environ.get('STRANDS_API_KEY', 'your-api-key')\nagent = StrandsAgent(api_key=api_key, model=\"gpt-4\")\n\nresponse = agent.run(\"What is the weather today?\")\nprint(response)\n","lang":"python","description":"Basic usage: create an agent and run a query. Requires API key and Python 3.10+.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}