Skip to content

Commit f42db85

Browse files
author
AgentPatterns
committed
README
1 parent 15b1276 commit f42db85

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ If you want to learn how to build agents with real execution loops, tool boundar
1717

1818
The most important block of the site and the main architecture layer for production agents.
1919

20-
| Example | Focus | Local path | Article |
21-
| --- | --- | --- | --- |
22-
| ReAct Agent | `Think -> Act -> Observe` with budgets | `examples/react-agent/python` | https://agentpatterns.tech/en/agent-patterns/react-agent |
23-
| Routing Agent | Delegate to best specialist route | `examples/routing-agent/python` | https://agentpatterns.tech/en/agent-patterns/routing-agent |
24-
| Task Decomposition Agent | `Plan -> Execute -> Combine` workflow | `examples/task-decomposition-agent/python` | https://agentpatterns.tech/en/agent-patterns/task-decomposition-agent |
20+
| Example | Local path | Article |
21+
| --- | --- | --- |
22+
| <strong><big>ReAct Agent</big></strong> | `examples/react-agent/python` | [Read article](https://agentpatterns.tech/en/agent-patterns/react-agent) |
23+
| <strong><big>Routing Agent</big></strong> | `examples/routing-agent/python` | [Read article](https://agentpatterns.tech/en/agent-patterns/routing-agent) |
24+
| <strong><big>Task Decomposition Agent</big></strong> | `examples/task-decomposition-agent/python` | [Read article](https://agentpatterns.tech/en/agent-patterns/task-decomposition-agent) |
2525

2626
### Foundations
2727

28-
| Example | Focus | Local path | Article |
29-
| --- | --- | --- | --- |
30-
| Write Your First Agent | First loop (`Act -> Check -> Retry`) | `examples/write-your-first-agent/python` | https://agentpatterns.tech/en/start-here/write-your-first-agent |
31-
| Tool Calling Basics | Basic tool execution loop | `examples/tool-calling-basics/python` | https://agentpatterns.tech/en/foundations/tool-calling-basics |
32-
| Tool Calling | Tool + action restrictions (policy boundary) | `examples/tool-calling/python` | https://agentpatterns.tech/en/foundations/tool-calling |
33-
| LLM Limits in Agents | Validation, citations, confidence, handoff | `examples/llm-limits-agents/python` | https://agentpatterns.tech/en/foundations/llm-limits-agents |
28+
| Example | Local path | Article |
29+
| --- | --- | --- |
30+
| **Write Your First Agent** | `examples/write-your-first-agent/python` | [Read article](https://agentpatterns.tech/en/start-here/write-your-first-agent) |
31+
| **Tool Calling Basics** | `examples/tool-calling-basics/python` | [Read article](https://agentpatterns.tech/en/foundations/tool-calling-basics) |
32+
| **Tool Calling** | `examples/tool-calling/python` | [Read article](https://agentpatterns.tech/en/foundations/tool-calling) |
33+
| **LLM Limits in Agents** | `examples/llm-limits-agents/python` | [Read article](https://agentpatterns.tech/en/foundations/llm-limits-agents) |
3434

3535
## Project structure
3636

0 commit comments

Comments
 (0)