--- id: mypy-boto3-bedrock-agent-runtime version: "1.43.72" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-bedrock-agent-runtime — Type annotations for boto3 AgentsforBedrockRuntime 1.43.72 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 502.0K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's Bedrock Agents runtime client. It is generated automatically from boto3 1.43.72 using mypy-boto3-builder 8.12.0 and provides complete type hints for client methods, paginators, and service types. When installed, it enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to validate your boto3 code at development time, catching type mismatches before runtime. The package is a stub-only library—it contains no runtime code, only type definitions—so it has minimal overhead. It works with any IDE or type checker that understands Python type hints. The library is actively maintained and kept in sync with boto3 releases, with a single runtime dependency on typing-extensions. Use it for: - Enable IDE autocomplete and type checking for Bedrock Agents API calls in VSCode or PyCharm without manual type annotations. - Validate boto3 Bedrock Agents code with mypy or pyright in CI/CD pipelines to catch type errors before deployment. - Use TYPE_CHECKING guards to import type hints in development while keeping the package out of production dependencies. - Reduce debugging time by catching incorrect method calls or argument types at edit time rather than runtime. - Document expected types for Bedrock Agents client methods, paginators, and response objects for team code review. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 Bedrock Agents runtime service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a lightweight, actively maintained type-stub package with no security vulnerabilities, permissive MIT licensing, and low install friction. Install it if you use boto3 with Bedrock Agents and want IDE autocomplete and static type checking. It is especially valuable in team environments or CI/CD pipelines where type safety catches bugs early. ## Install pip install mypy-boto3-bedrock-agent-runtime uv add mypy-boto3-bedrock-agent-runtime poetry add mypy-boto3-bedrock-agent-runtime ## Installing mypy-boto3-bedrock-agent-runtime Before you install: Low friction installation with a single runtime dependency (typing-extensions). Active maintenance with recent releases; generated from mypy-boto3-builder 8.12.0 and kept synchronized with boto3 1.43.72. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-bedrock-agent-runtime from boto3.session import Session from mypy_boto3_bedrock_agent_runtime import AgentsforBedrockRuntimeClient client: AgentsforBedrockRuntimeClient = Session().client("bedrock-agent-runtime") Requires Python 3.9 or later; boto3 must be installed separately to use the runtime client. Verify before relying: - Whether PyCharm performance issues with Literal overloads (PY-40997) remain unresolved in current versions. - Actual coverage of all Bedrock Agents runtime API operations and whether paginators are fully annotated. - Whether the package is suitable for production use or recommended only as a development dependency. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 502.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs bedrock agents, mypy annotations aws bedrock, type hints boto3 bedrock runtime, ide autocomplete aws bedrock agents, pyright type checking boto3, static type checking aws sdk, bedrock agent runtime types, type-stubs, boto3, aws-sdk [View on SkillFed](https://skillfed.io/packages/mypy-boto3-bedrock-agent-runtime) · [View on PyPI](https://pypi.org/project/mypy-boto3-bedrock-agent-runtime/)