Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🤖
|
|
4 |
colorFrom: blue
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
@@ -12,17 +12,4 @@ short_description: Multi-Agent Multi-Modal Multi-Model AI Platform
|
|
12 |
tags:
|
13 |
- agent-demo-track
|
14 |
- mcp-server-track
|
15 |
-
---
|
16 |
-
|
17 |
-
<a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/grady/blob/main/doc/architecture.png">Architecture Diagram</a>
|
18 |
-
|
19 |
-
Example of Grady successfully answering a <a href="https://arxiv.org/pdf/2311.12983">GAIA Benchmark</a> level 3 question:
|
20 |
-
|
21 |
-
- <a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/grady/blob/main/doc/gui.png">GUI</a>
|
22 |
-
- <a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/grady/blob/main/doc/api-1.png">API</a> (Postman HTTP client calling Gradio REST API #1)
|
23 |
-
- <a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/grady/blob/main/doc/api-2.png">API</a> (Postman HTTP client calling Gradio REST API #2)
|
24 |
-
- <a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/grady/blob/main/doc/mcp.png">MCP</a> (Postman MCP client calling Gradio MCP server)
|
25 |
-
|
26 |
-
<a href="https://www.postman.com/ai-engineer/generative-ai-apis/overview">Postman Workspace</a> (filter by Grady)
|
27 |
-
|
28 |
-
Built with <a href="https://www.gradio.app/">Gradio</a>, <a href="https://www.crewai.com/">crewAI</a> & <a href="https://phoenix.arize.com/">Arize AI</a> using <a href="https://platform.openai.com/docs/models">OpenAI</a>, <a href="https://ai.google/get-started/our-models/">Gemini</a> & <a href="https://docs.anthropic.com/en/docs/about-claude/models">Anthropic</a> models by <a href="https://huggingface.co/bstraehle">bstraehle</a>.
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.34.2
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: apache-2.0
|
|
|
12 |
tags:
|
13 |
- agent-demo-track
|
14 |
- mcp-server-track
|
15 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|