You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
31
31
*[ ] Have you included your Agent Example name in [README.md](https://github.com/aws-samples/bedrock-multi-agents-collaboration-workshop)?
32
32
*[ ] Have you included your Agent Example introduction in [README.md](https://github.com/aws-samples/bedrock-multi-agents-collaboration-workshop/tree/main/src/examples)
33
-
*[ ] Have you included Introduction, Architecture Diagram, Sample Prompts, and Clean Up steps?
33
+
*[ ] Have you included Introduction, Architecture Diagram, Prerequisites, Usage, Sample Prompts, and Clean Up steps?
34
34
*[ ] Have you appened `_agent` to the new folder name in `src/examples`?
35
35
*[ ] I agree to resolve any [issues](https://github.com/aws-samples/bedrock-multi-agents-collaboration-workshop/issues) created for this example.
Copy file name to clipboardexpand all lines: src/utils/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This module contains utilities for building and using various Amazon Bedrock fea
10
10
-[Utilize yaml files to define Agents and Tasks](#utilize-yaml-files-to-define-agents-and-tasks)
11
11
-[Associate shared tools with Amazon Bedrock Agents](#associate-shared-tools-with-amazon-bedrock-agents)
12
12
13
-
###Create and Manage Amazon Bedrock Agents
13
+
## Create and Manage Amazon Bedrock Agents
14
14
15
15
This module contains a helper class for building and using Agents for Amazon Bedrock. The AgentsForAmazonBedrock class provides a convenient interface for working with Agents.It includes methods for creating, updating, and invoking Agents, as well as managing IAM roles and Lambda functions for action groups. Here is a quick example of using
16
16
the classs:
@@ -50,7 +50,7 @@ Here is a summary of the most important methods:
50
50
- add_action_group_with_lambda: Creates a new Action Group for an Agent, backed by Lambda.
51
51
- simple_invoke_agent: Invokes an Agent with a given input.
52
52
53
-
###Create and Manage Amazon Bedrock KnowledgeBase
53
+
## Create and Manage Amazon Bedrock KnowledgeBase
54
54
55
55
This module contains a helper class for building and using Knowledge Bases for Amazon Bedrock. The KnowledgeBasesForAmazonBedrock class provides a convenient interface for working with Knowledge Bases. It includes methods for creating, updating, and invoking Knowledge Bases, as well as managing IAM roles and OpenSearch Serverless. Here is a quick example of using the class:
56
56
@@ -75,7 +75,7 @@ Here is a summary of the most important methods:
75
75
- create_or_retrieve_knowledge_base: Creates a new Knowledge Base or retrieves an existent one.
76
76
- synchronize_data: Syncronize the Knowledge Base with the
77
77
78
-
###Create and Manage Amazon Bedrock Multi-Agent Collaboration
78
+
## Create and Manage Amazon Bedrock Multi-Agent Collaboration
79
79
80
80
Check out `Hello World` example [here](/src/examples/00_hello_world_agent/).
Few examples to utilize yaml files to define Agents and Tasks can be found here:
110
110
111
111
-**[Sports Team Poet Agent](/src/examples/team_poems_agent/)** This is a fun example for sports fans. The Sports Team Poet is a supervisor with a Research Agent and a Sports Poetry Writer. Pick your favorite team (go Celtics!) and see multi-agents collaborate to conduct web research about your team and make a fun poem with those insights. Have fun!
112
112
-**[Trip Planner Agent](/src/examples/trip_planner_agent/)** The Trip Planner uses a few sub-agents to help you build a robust itinerary given a destination and number of days. It leverages a Restaurant Scout and an Activity Finder to get great ideas, and an Intinerary Compiler to finish the job. Try it out for your next trip.
113
113
114
-
###Associate shared tools with Amazon Bedrock Agents
114
+
## Associate shared tools with Amazon Bedrock Agents
115
115
116
116
For guidance follow instruction for individual tools [here](/src/shared/).
0 commit comments