Elron commited on
Commit
b612ca3
·
verified ·
1 Parent(s): 0db3df8

Add agent card for React

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - agent
4
+ - agent-evaluation
5
+ - agent-card
6
+ ---
7
+
8
+ # React
9
+
10
+ This is a tracking repo for [React](https://github.com/BerriAI/litellm), used by the [Open Agent Leaderboard](https://www.exgentic.ai) to report evaluation results on HuggingFace.
11
+
12
+ Standard ReAct (Reason + Act) agent loop via LiteLLM with tool calling across any supported model.
13
+
14
+ - **Framework**: [litellm](https://github.com/BerriAI/litellm)
15
+ - **Leaderboard**: [Open Agent Leaderboard](https://www.exgentic.ai)
16
+ - **Paper**: [arXiv:2602.22953](https://arxiv.org/abs/2602.22953)