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: readme.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,20 @@
2
2
3
3
This repository contains a collection of simple agents designed to demonstrate various design patterns in AI-driven workflows. Each pattern is implemented with practical examples and detailed explanations to help developers and researchers understand and apply these patterns effectively in their projects.
4
4
5
-
The samples will be light on frameworks to reduce complexity. I decided to use [Pydantic AI](https://ai.pydantic.dev/) for agent development, because it's lite and only gives me the necessary building blocks without too much ceremony.
5
+
The samples will be light on frameworks to reduce complexity. I decided to use [Pydantic AI](https://ai.pydantic.dev/) for agentic development as it's lightweight and me the necessary building blocks that I need, without too much ceremony getting a basic agent running.
6
6
7
7
## Design Patterns Covered
8
8
9
9
This section showcases the capabilities of a single agent and highlights its use cases in different scenarios.
10
10
11
-
#### Tooling - Using Asana Example
11
+
#### Tooling - Using Asana
12
12
- Demonstrates how an agent can integrate with third-party tools like Asana to automate task management and improve efficiency.
0 commit comments