Skip to content

Commit cce3b59

Browse files
author
Dongjin Jang
committed
[ADD] Bedrock-Manus, Deep Research with Strands SDK
1 parent 81d163b commit cce3b59

File tree

185 files changed

+4090
-6380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+4090
-6380
lines changed

genai/aws-gen-ai-kr/20_applications/08_bedrock_manus/report.html

Lines changed: 0 additions & 393 deletions
This file was deleted.

genai/aws-gen-ai-kr/20_applications/08_bedrock_manus/src/graph/nodes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ def reporter_node(state: State) -> Command[Literal["supervisor"]]:
282282
logger.info(f"{Colors.GREEN}===== Reporter completed task ====={Colors.END}")
283283
return Command(
284284
update={
285-
"messages": [get_message_from_string(role="user", string=full_response, imgs=[])],
285+
#"messages": [get_message_from_string(role="user", string=full_response, imgs=[])],
286+
"messages": [get_message_from_string(role="user", string=RESPONSE_FORMAT.format("reporter", full_response), imgs=[])],
286287
"messages_name": "reporter",
287288
"history": history,
288289
"clues": clues

genai/aws-gen-ai-kr/20_applications/08_bedrock_manus/use_cases/01_deep_research/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
</a>
1313
</p>
1414

15+
# This will be deplicated.
16+
# Please Use **[THIS](https://github.com/aws-samples/aws-ai-ml-workshop-kr/tree/master/genai/aws-gen-ai-kr/20_applications/08_bedrock_manus/use_cases/01_deep_research_strands_sdk)**, which is based on **[Strands SDK](https://github.com/strands-agents)**
17+
1518
[English](./README.md)
1619

1720
> Amazon Bedrock-Optimized AI Automation Framework

genai/aws-gen-ai-kr/20_applications/08_bedrock_manus/use_cases/01_deep_research/artifacts/all_results.txt

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)