--- id: types-aiobotocore-bedrock-agent version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-bedrock-agent — Type annotations for aiobotocore AgentsforBedrock 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 127.4K/mo ## What it is and what it does This package provides type stubs and annotations for the aiobotocore async AWS Bedrock Agents service client, enabling static type checking and IDE autocompletion. It is generated from aiobotocore 3.9.0 using mypy-boto3-builder and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware development tools. The stubs cover client operations, paginators, and type definitions for the Bedrock Agents service, allowing developers to catch type errors at development time and get inline code completion without writing explicit type annotations. It is designed as a development-only dependency and can be safely excluded from production code using TYPE_CHECKING guards. Use it for: - Enable IDE autocompletion and type hints when writing async code against AWS Bedrock Agents via aiobotocore. - Catch type errors in bedrock-agent client calls during development using mypy or pyright before runtime. - Provide explicit type annotations for paginator and client operations in Bedrock Agents workflows. - Support type-aware refactoring and code navigation in PyCharm, VSCode, or other IDEs using language servers. - Maintain type safety in async AWS SDK code without manual type annotation overhead. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for aiobotocore's async AWS Bedrock Agents service client. Yes, if you use aiobotocore with the Bedrock Agents service. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and is licensed permissively. It is a development-only dependency that meaningfully improves code quality and IDE experience. Consider the lite variant if PyCharm performance becomes an issue with full type stubs. ## Install pip install types-aiobotocore-bedrock-agent uv add types-aiobotocore-bedrock-agent poetry add types-aiobotocore-bedrock-agent ## Installing types-aiobotocore-bedrock-agent Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained, with a recent release 12 days ago and consistent repository activity. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install types-aiobotocore-bedrock-agent from aiobotocore.session import get_session from types_aiobotocore_bedrock_agent import AgentsforBedrockClient session = get_session() async with session.create_client("bedrock-agent") as client: client: AgentsforBedrockClient Requires aiobotocore 3.9.0 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type-aware language server support. Verify before relying: - Whether the type stubs remain synchronized with aiobotocore 3.9.0 across minor updates - Performance impact of full type stubs versus the lite variant in large codebases ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 127.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, bedrock agent type annotations, async aws bedrock types, mypy boto3 stubs, aiobotocore bedrock-agent types, python aws type hints, boto3 type checking, type-stubs, aws-sdk, async-client [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-bedrock-agent) · [View on PyPI](https://pypi.org/project/types-aiobotocore-bedrock-agent/)