Skip to content

Commit 6080d54

Browse files
committed
docs: remove agent style row from README table
1 parent 0f92639 commit 6080d54

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ This repo contains the same app built with two different AI agent frameworks. Pi
1111
| | [Pydantic AI](./pydantic-ai/) | [OpenAI Agents SDK](./openai-agents-sdk/) |
1212
|---|---|---|
1313
| **Framework** | [pydantic-ai](https://ai.pydantic.dev/) | [openai-agents](https://openai.github.io/openai-agents-python/) |
14-
| **Agent style** | Declarative with dependency injection | Runner-based with decorated tools |
1514
| **Get started** | [View README](./pydantic-ai/README.md) | [View README](./openai-agents-sdk/README.md) |
1615

1716
Both implementations share the same Slack listener layer, the same five simulated IT tools, and the same user experience. The only difference is how the agent is defined and executed under the hood.

0 commit comments

Comments
 (0)