Skip to main content

pydantic_ai_bedrock

Project description

pydantic_ai_bedrock

https://github.com/pydantic/pydantic-ai/issues/118#issuecomment-2589200395

Install

pip install pydantic_ai_bedrock

Usage

from pydantic_ai import Agent
from pydantic_ai_bedrock.bedrock import (
    BedrockModel,
)  # Replace with `pydantic_ai.bedrock import BedrockModel` when pydantic_ai support bedrock

model = BedrockModel(
    model_name="anthropic.claude-3-5-sonnet-20241022-v2:0",
)
agent = Agent(model, system_prompt="You are a helpful assistant.")


if __name__ == "__main__":
    result = agent.run_sync("Hello world!")
    print(result.data)
    print(result.usage())

Develop

Install pre-commit before commit

pip install pre-commit
pre-commit install

Install package locally

pip install -e .[test]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydantic_ai_bedrock-0.2.2.tar.gz (20.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydantic_ai_bedrock-0.2.2-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file pydantic_ai_bedrock-0.2.2.tar.gz.

File metadata

  • Download URL: pydantic_ai_bedrock-0.2.2.tar.gz
  • Upload date:
  • Size: 20.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pydantic_ai_bedrock-0.2.2.tar.gz
Algorithm Hash digest
SHA256 63b2ae35012200c071ad15c756c5ecc31d54b692de2099cf2173820802b3a29e
MD5 ee9952a23d1257f323c9defb320b1366
BLAKE2b-256 1ca3b08af2e92a9f7746947b1eb1d40a9d165ca1e9d93f6aef01cac9d94b0ef1

See more details on using hashes here.

File details

Details for the file pydantic_ai_bedrock-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pydantic_ai_bedrock-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 de4c3cb83dcd73415052c8ecc439a3d8938496e303082f67cc6dda8dbca12728
MD5 7c92f54c90b3b3145b0a6474ccc44567
BLAKE2b-256 edbf20e7279cfff1a7c7963a9ef2e9818d2195a4c04bdb4e350c4506b9e9ea26

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page