--- id: mypy-boto3-bedrock-agentcore version: "1.43.72" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-bedrock-agentcore — Type annotations for boto3 BedrockAgentCore 1.43.72 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 339.5K/mo ## What it is and what it does This package is a type-stub library that adds static type information for the boto3 BedrockAgentCore service. It is generated from boto3 1.43.72 using mypy-boto3-builder 8.12.0 and works with type checkers and IDEs to provide autocomplete, inline documentation, and compile-time error detection when working with the Bedrock Agent Core API. It is designed as a development-only dependency: you install it in your environment to get IDE support and type checking, but it is not needed at runtime. The package supports multiple Python versions (3.9 through 3.14) and integrates with VSCode, PyCharm, Emacs, Sublime Text, mypy, and pyright. It can be used standalone or as part of the boto3-stubs family of packages. Use it for: - Enable IDE autocomplete and inline documentation when developing with boto3 BedrockAgentCore in VSCode or PyCharm. - Run mypy or pyright type checking on code that calls BedrockAgentCore APIs to catch type mismatches before runtime. - Provide explicit type annotations for BedrockAgentCoreClient, paginators, and service resources in type-aware codebases. - Integrate with LSP-based editors (Emacs, Sublime Text) to get real-time type checking and code completion. - Use TYPE_CHECKING guards to avoid production runtime dependencies while maintaining full type safety during development. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 BedrockAgentCore 1.43.72 service, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools. Yes—if you use boto3 BedrockAgentCore and want IDE support or static type checking. Install friction is negligible, maintenance is active, the license is permissive, and there are no known vulnerabilities. The only gotcha is that PyCharm may experience performance issues with the full stubs; the documentation recommends boto3-stubs-lite as a workaround if needed. ## Install pip install mypy-boto3-bedrock-agentcore uv add mypy-boto3-bedrock-agentcore poetry add mypy-boto3-bedrock-agentcore ## Installing mypy-boto3-bedrock-agentcore Before you install: Low friction: a pure-Python wheel with only typing-extensions as a runtime dependency. Released recently with active maintenance; the repository shows ongoing commits and development activity. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: # Install python -m pip install mypy-boto3-bedrock-agentcore # Use in code from boto3.session import Session from mypy_boto3_bedrock_agentcore import BedrockAgentCoreClient client: BedrockAgentCoreClient = Session().client("bedrock-agentcore") Requires boto3 to be installed separately; type checking requires a compatible type checker (mypy, pyright) or IDE with type support. Verify before relying: - Whether this package is auto-generated and how frequently it tracks boto3 service updates - Performance impact on PyCharm when using full boto3-stubs versus the lite variant ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 339.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs bedrock, mypy boto3 type annotations, bedrock agentcore type hints, boto3 ide autocomplete, static type checking aws sdk, pyright boto3 stubs, bedrock client type checking, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-bedrock-agentcore) · [View on PyPI](https://pypi.org/project/mypy-boto3-bedrock-agentcore/)