Skip to content

Commit 58648f3

Browse files
authored
Merge pull request #401 from aws-samples/feature/oss-mkdocs-agentsfix
Feature/oss mkdocs agentsfix
2 parents d5bcbec + c30fd8a commit 58648f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ node_modules/
2525

2626
.idea
2727

28+
.vscode
29+
.vscode/**
30+
2831
._*
2932
.Spotlight-V100
3033
.Trashes

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ nav:
150150
- LangGraph Fact Checker with Multi Agent: './agents-and-function-calling/open-source-agents/langgraph/langgraph-fact-checker-feedback-loop.md'
151151
- LangGraph Multi Agent With SQL tools: './agents-and-function-calling/open-source-agents/langgraph/langgraph-multi-agent-sql-tools.md'
152152
- LangGraph Multi Agent with tools: './agents-and-function-calling/open-source-agents/langgraph/03_langgraph_agents_of_agent.md'
153+
- Managing Memory for Multi Agents: './agents-and-function-calling/open-source-agents/langgraph/Travel_planner_with_langgraph.md'
153154
- RAG:
154155
- Amazon Bedrock Knowledge Bases:
155156
- Zero Setup:

0 commit comments

Comments
 (0)