Add agent card for React + Shortlisting
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- agent
|
| 4 |
+
- agent-evaluation
|
| 5 |
+
- agent-card
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# React + Shortlisting
|
| 9 |
+
|
| 10 |
+
This is a tracking repo for [React + Shortlisting](https://github.com/Exgentic/exgentic), used by the [Open Agent Leaderboard](https://www.exgentic.ai) to report evaluation results on HuggingFace.
|
| 11 |
+
|
| 12 |
+
ReAct agent with tool shortlisting — dynamically filters available tools per step to reduce context and improve accuracy.
|
| 13 |
+
|
| 14 |
+
- **Framework**: [litellm + exgentic](https://github.com/Exgentic/exgentic)
|
| 15 |
+
- **Leaderboard**: [Open Agent Leaderboard](https://www.exgentic.ai)
|
| 16 |
+
- **Paper**: [arXiv:2602.22953](https://arxiv.org/abs/2602.22953)
|