bstraehle commited on
Commit
452f39e
·
verified ·
1 Parent(s): 8dc1770

Update doc/README.md

Browse files
Files changed (1) hide show
  1. doc/README.md +8 -11
doc/README.md CHANGED
@@ -1,13 +1,10 @@
1
- Unlike many **special agentic solutions**, Grady is a **general agentic solution**.
2
-
3
- Here is an architecture diagram and screenshots of Grady correctly answering GAIA benchmark level 3 questions.
4
-
5
- - <a href="architecture.png">architecture.png</a>
6
- - <a href="gui.png">gui.png</a> (Gradio GUI)
7
- - <a href="api-1.png">api-1.png</a> (Postman client calling Gradio REST API)
8
- - <a href="api-2.png">api-2.png</a> (Postman client calling Gradio REST API)
9
- - <a href="mcp.png">mcp.png</a> (Postman MCP client calling Gradio MCP server)
10
-
11
- Postman: https://www.postman.com/ai-engineer/generative-ai-apis/overview (filter by Grady)
12
 
13
  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>.
 
1
+ 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:
2
+
3
+ - <a href="architecture.png">Architecture</a>
4
+ - <a href="gui.png">GUI</a>
5
+ - <a href="api-1.png">API</a> (Postman client calling Gradio REST API #1)
6
+ - <a href="api-2.png">API</a> (Postman client calling Gradio REST API #2)
7
+ - <a href="mcp.png">MCP</a> (Postman MCP client calling Gradio MCP server)
8
+ - <a href="https://www.postman.com/ai-engineer/generative-ai-apis/overview">Postman</a> (filter by Grady)
 
 
 
9
 
10
  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>.