--- id: mypy-boto3-bedrock-agent version: "1.43.34" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-bedrock-agent — Type annotations for boto3 AgentsforBedrock 1.43.34 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 457.1K/mo ## What it is and what it does This package is a type-stub library that adds static type annotations for boto3's Bedrock Agents service. It works by providing type hints that IDEs, type checkers, and linters can use to validate your code and offer autocomplete suggestions as you write boto3 calls. The stubs are generated from boto3 1.43.34 and support Python 3.9 through 3.14. You install it alongside boto3 and then use it in your editor or type-checking pipeline—mypy, pyright, VSCode with Pylance, PyCharm, Emacs, and Sublime Text all recognize it automatically. It includes annotations for the client interface, paginators, type definitions, and literal values, so you get full IDE support without writing manual type hints yourself. Use it for: - Enable IDE autocomplete and inline documentation when writing boto3 Bedrock agent code in VSCode or PyCharm. - Catch type errors in boto3 calls before runtime using mypy or pyright in your CI/CD pipeline. - Reduce boilerplate by letting your editor infer argument types and return values for Bedrock agent operations. - Support team code reviews by making boto3 API contracts explicit and checkable by static analysis. - Migrate legacy boto3 code to typed Python by gradually adding type annotations with IDE hints. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's Bedrock Agents service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 with Bedrock Agents and want IDE support or static type checking. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and is permissively licensed. Install it as part of your development environment (not production) alongside boto3 to gain immediate autocomplete and type safety. ## Install pip install mypy-boto3-bedrock-agent uv add mypy-boto3-bedrock-agent poetry add mypy-boto3-bedrock-agent ## Installing mypy-boto3-bedrock-agent Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install mypy-boto3-bedrock-agent from boto3.session import Session from mypy_boto3_bedrock_agent import AgentsforBedrockClient client: AgentsforBedrockClient = Session().client("bedrock-agent") Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether PyCharm performance issues mentioned in the description (PY-40997) still affect current versions. - Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory overhead. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 457.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs bedrock agents, mypy annotations aws bedrock, boto3 type hints autocomplete, bedrock agent client typing, aws sdk type checking python, boto3 stubs ide support, type-stubs, boto3-service, aws-bedrock [View on SkillFed](https://skillfed.io/packages/mypy-boto3-bedrock-agent) · [View on PyPI](https://pypi.org/project/mypy-boto3-bedrock-agent/)