Skip to main content
Ctrl+K
🦜🔗 LangChain  documentation - Home 🦜🔗 LangChain  documentation - Home
  • Reference
  • Legacy reference
Ctrl+K
Docs
  • GitHub
  • X / Twitter
Ctrl+K
  • Reference
  • Legacy reference
Docs
  • GitHub
  • X / Twitter

Section Navigation

Base packages

  • Core
  • Langchain
  • Text Splitters
  • Community
  • Experimental

Integrations

  • AI21
  • Airbyte
  • Anthropic
  • AstraDB
  • AWS
    • agents
      • BedrockAgentAction
      • BedrockAgentFinish
      • BedrockAgentsRunnable
      • GuardrailConfiguration
      • get_boto_session
      • parse_agent_response
    • chat_models
    • embeddings
    • function_calling
    • graphs
    • llms
    • retrievers
    • utilities
    • utils
    • vectorstores
  • Azure Dynamic Sessions
  • Box
  • Chroma
  • Cohere
  • Couchbase
  • Elasticsearch
  • Exa
  • Fireworks
  • Google Community
  • Google GenAI
  • Google VertexAI
  • Groq
  • Huggingface
  • Milvus
  • MistralAI
  • MongoDB
  • Nomic
  • Nvidia Ai Endpoints
  • Ollama
  • OpenAI
  • Pinecone
  • Postgres
  • Prompty
  • Qdrant
  • Robocorp
  • Together
  • Unstructured
  • VoyageAI
  • Weaviate
  • LangChain Python API Reference
  • langchain-aws: 0.1.18

agents#

Classes

agents.base.BedrockAgentAction

AgentAction with session id information.

agents.base.BedrockAgentFinish

AgentFinish with session id information.

agents.base.BedrockAgentsRunnable

Invoke a Bedrock Agent

agents.base.GuardrailConfiguration

Functions

agents.base.get_boto_session([...])

Construct the boto3 session

agents.base.parse_agent_response(response)

Parses the raw response from Bedrock Agent

© Copyright 2023, LangChain Inc.