Add agent card for Claude Code
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- agent
|
| 4 |
+
- agent-evaluation
|
| 5 |
+
- agent-card
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Claude Code
|
| 9 |
+
|
| 10 |
+
This is a tracking repo for [Claude Code](https://github.com/anthropics/claude-code), used by the [Open Agent Leaderboard](https://www.exgentic.ai) to report evaluation results on HuggingFace.
|
| 11 |
+
|
| 12 |
+
Anthropic's agentic coding tool. Uses extended thinking, file editing, and shell execution to solve tasks autonomously.
|
| 13 |
+
|
| 14 |
+
- **Framework**: [claude-code](https://github.com/anthropics/claude-code)
|
| 15 |
+
- **Leaderboard**: [Open Agent Leaderboard](https://www.exgentic.ai)
|
| 16 |
+
- **Paper**: [arXiv:2602.22953](https://arxiv.org/abs/2602.22953)
|