bstraehle commited on
Commit
ea3fb85
·
verified ·
1 Parent(s): f20b5e5

Update doc/README.md

Browse files
Files changed (1) hide show
  1. doc/README.md +12 -5
doc/README.md CHANGED
@@ -1,8 +1,15 @@
1
- In lieu of a video, find screenshots of example usage of Grady correctly answering a GAIA benchmark level 3 question.
2
 
3
- - gui.png (Gradio)
4
- - api-1.png (Postman client calling Gradio REST API)
5
- - api-2.png (Postman client calling Gradio REST API)
6
- - mcp.png (Postman MCP client calling Gradio MCP server)
 
 
 
 
 
 
 
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)