Skip to content

Commit 6b3b2f0

Browse files
authored
Update readme.md
1 parent 1f0c5aa commit 6b3b2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This section highlights various design patterns commonly used in agentic AI deve
2424
- [Building effective agents](https://www.anthropic.com/research/building-effective-agents)
2525
- [Multi-agent Systems](https://langchain-ai.github.io/langgraph/concepts/multi_agent/)
2626

27-
### [Fully Autonomous](design_patterns/full_autonomous) - Single Agent with Tools (non-graphs)
27+
### [Fully Autonomous](design_patterns/full_autonomous) - Single Agent with Tools (non-graph)
2828
- Demonstrates how a single agent can seamlessly integrate with third-party tools, such as Asana, to automate project and task management. The agent's model is allowed to operate **Full Autonomously**, provided it has the appropriate tools to perform its tasks effectively.
2929
- Features:
3030
- Fully autonomous operation (planning)
@@ -79,7 +79,7 @@ This section highlights various design patterns commonly used in agentic AI deve
7979
</p>
8080

8181

82-
### [Supervisor](design_patterns/supervisor) - Single Agent using other Agents as Tools (non-graphs)
82+
### [Supervisor](design_patterns/supervisor) - Single Agent using other Agents as Tools (non-graph)
8383

8484
- Demonstrates how to build a call center chat application using a Supervisor-based single-agent design pattern, using agents as tools within its reasoning cycle. This approach is similar to the Fully Autonomous agent mentioned earlier.
8585
- Use Case:

0 commit comments

Comments
 (0)