Add agent card for OpenAI Solo
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- agent
|
| 4 |
+
- agent-evaluation
|
| 5 |
+
- agent-card
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# OpenAI Solo
|
| 9 |
+
|
| 10 |
+
This is a tracking repo for [OpenAI Solo](https://github.com/openai/openai-agents-python), used by the [Open Agent Leaderboard](https://www.exgentic.ai) to report evaluation results on HuggingFace.
|
| 11 |
+
|
| 12 |
+
OpenAI's Agent SDK for building single-agent workflows with tool use and structured outputs.
|
| 13 |
+
|
| 14 |
+
- **Framework**: [openai-agents-python](https://github.com/openai/openai-agents-python)
|
| 15 |
+
- **Leaderboard**: [Open Agent Leaderboard](https://www.exgentic.ai)
|
| 16 |
+
- **Paper**: [arXiv:2602.22953](https://arxiv.org/abs/2602.22953)
|