bstraehle commited on
Commit
d42ecf4
·
verified ·
1 Parent(s): 987a3c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -9,9 +9,18 @@ app_file: app.py
9
  pinned: true
10
  license: apache-2.0
11
  short_description: Multi-Agent Multi-Modal Multi-Model AI Platform
12
- tags:
13
  - agent-demo-track
14
  - mcp-server-track
15
  ---
16
 
17
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
9
  pinned: true
10
  license: apache-2.0
11
  short_description: Multi-Agent Multi-Modal Multi-Model AI Platform
12
+ tags:
13
  - agent-demo-track
14
  - mcp-server-track
15
  ---
16
 
17
+ Unlike **specialized** agentic solutions, Grady is a **general-purpose** agentic system designed for broad applicability. Below is the architecture diagram and a series of screenshots demonstrating Grady successfully answering GAIA benchmark level 3 questions:
18
+
19
+ - <a href="architecture.png">Architecture</a>
20
+ - <a href="gui.png">GUI</a>
21
+ - <a href="api-1.png">API</a> (Postman HTTP client calling Gradio REST API #1)
22
+ - <a href="api-2.png">API</a> (Postman HTTP client calling Gradio REST API #2)
23
+ - <a href="mcp.png">MCP</a> (Postman MCP client calling Gradio MCP server)
24
+ - <a href="https://www.postman.com/ai-engineer/generative-ai-apis/overview">Postman</a> (filter by Grady)
25
+
26
+ 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>, and <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> by <a href="https://huggingface.co/bstraehle">bstraehle</a>.