|
1 | | -# Agents for Amazon Bedrock code examples for the SDK for Python |
| 1 | +# Amazon Bedrock Agents code examples for the SDK for Python |
2 | 2 |
|
3 | 3 | ## Overview |
4 | 4 |
|
5 | | -Shows how to use the AWS SDK for Python (Boto3) to work with Agents for Amazon Bedrock. |
| 5 | +Shows how to use the AWS SDK for Python (Boto3) to work with Amazon Bedrock Agents. |
6 | 6 |
|
7 | 7 | <!--custom.overview.start--> |
8 | 8 | <!--custom.overview.end--> |
9 | 9 |
|
10 | | -_Agents for Amazon Bedrock offer you the ability to build and configure autonomous agents in your application._ |
| 10 | +_Amazon Bedrock Agents offer you the ability to build and configure autonomous agents in your application._ |
11 | 11 |
|
12 | 12 | ## ⚠ Important |
13 | 13 |
|
@@ -38,16 +38,16 @@ python -m pip install -r requirements.txt |
38 | 38 |
|
39 | 39 | Code excerpts that show you how to call individual service functions. |
40 | 40 |
|
41 | | -- [CreateAgent](bedrock_agent_wrapper.py#L33) |
42 | | -- [CreateAgentActionGroup](bedrock_agent_wrapper.py#L62) |
43 | | -- [CreateAgentAlias](bedrock_agent_wrapper.py#L97) |
44 | | -- [DeleteAgent](bedrock_agent_wrapper.py#L119) |
45 | | -- [DeleteAgentAlias](bedrock_agent_wrapper.py#L140) |
46 | | -- [GetAgent](bedrock_agent_wrapper.py#L162) |
47 | | -- [ListAgentActionGroups](bedrock_agent_wrapper.py#L209) |
48 | | -- [ListAgentKnowledgeBases](bedrock_agent_wrapper.py#L238) |
49 | | -- [ListAgents](bedrock_agent_wrapper.py#L186) |
50 | | -- [PrepareAgent](bedrock_agent_wrapper.py#L267) |
| 41 | +- [CreateAgent](bedrock_agent_wrapper.py#L32) |
| 42 | +- [CreateAgentActionGroup](bedrock_agent_wrapper.py#L61) |
| 43 | +- [CreateAgentAlias](bedrock_agent_wrapper.py#L96) |
| 44 | +- [DeleteAgent](bedrock_agent_wrapper.py#L118) |
| 45 | +- [DeleteAgentAlias](bedrock_agent_wrapper.py#L139) |
| 46 | +- [GetAgent](bedrock_agent_wrapper.py#L161) |
| 47 | +- [ListAgentActionGroups](bedrock_agent_wrapper.py#L208) |
| 48 | +- [ListAgentKnowledgeBases](bedrock_agent_wrapper.py#L237) |
| 49 | +- [ListAgents](bedrock_agent_wrapper.py#L185) |
| 50 | +- [PrepareAgent](bedrock_agent_wrapper.py#L266) |
51 | 51 |
|
52 | 52 | ### Scenarios |
53 | 53 |
|
@@ -110,9 +110,9 @@ in the `python` folder. |
110 | 110 |
|
111 | 111 | ## Additional resources |
112 | 112 |
|
113 | | -- [Agents for Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html) |
114 | | -- [Agents for Amazon Bedrock API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock.html) |
115 | | -- [SDK for Python Agents for Amazon Bedrock reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agent.html) |
| 113 | +- [Amazon Bedrock Agents User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html) |
| 114 | +- [Amazon Bedrock Agents API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock.html) |
| 115 | +- [SDK for Python Amazon Bedrock Agents reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock-agent.html) |
116 | 116 |
|
117 | 117 | <!--custom.resources.start--> |
118 | 118 | <!--custom.resources.end--> |
|
0 commit comments