Update doc/README.md
Browse files- doc/README.md +12 -5
doc/README.md
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
Postman: https://www.postman.com/ai-engineer/generative-ai-apis/overview (filter by Grady)
|
|
|
1 |
+
## Gradio Agents & MCP Hackathon 2025
|
2 |
|
3 |
+
While other submissions showcase **specialized solutions**, this submission is a **generalized solution**.
|
4 |
+
|
5 |
+
**Grady**, named in honor of Gradio, is a **multi-agent multi-modal multi-model assistant** with high agency, including browser automation, code generation & execution, and multi-modal reasoning. It can solve many <a href="https://huggingface.co/datasets/gaia-benchmark/GAIA">GAIA Benchmark</a> level 1, 2, and 3 problems.
|
6 |
+
|
7 |
+
In lieu of a video, find a diagram of the architecture, and screenshots of Grady correctly answering GAIA benchmark level 3 questions.
|
8 |
+
|
9 |
+
- <a href="architecture.png">architecture.png</a>
|
10 |
+
- <a href="gui.png">gui.png</a> (Gradio)
|
11 |
+
- <a href="api-1.png">api-1.png</a> (Postman client calling Gradio REST API)
|
12 |
+
- <a href="api-2.png">api-2.png</a> (Postman client calling Gradio REST API)
|
13 |
+
- <a href="mcp.png">mcp.png</a> (Postman MCP client calling Gradio MCP server)
|
14 |
|
15 |
Postman: https://www.postman.com/ai-engineer/generative-ai-apis/overview (filter by Grady)
|