Update README.md
Browse files
README.md
CHANGED
@@ -6,16 +6,16 @@ colorTo: indigo
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.33.1
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: apache-2.0
|
11 |
tags:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
short_description: Gradio-based interface coordinates a network of agents
|
20 |
---
|
21 |
|
@@ -65,4 +65,4 @@ Expected output:
|
|
65 |
- Agent Discovery: MCP auto-discovers agent endpoints via metadata (.well-known/mcp.yaml)
|
66 |
- Model Interfacing: Each agent may wrap a hosted LLM (Claude, GPT-4, etc.) or a local model with domain-aligned prompts
|
67 |
|
68 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.33.1
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: apache-2.0
|
11 |
tags:
|
12 |
+
- mcp
|
13 |
+
- agents
|
14 |
+
- gradio
|
15 |
+
- hackathon
|
16 |
+
- agent-demo-track
|
17 |
+
- collective-intelligence
|
18 |
+
- mcp-server-track
|
19 |
short_description: Gradio-based interface coordinates a network of agents
|
20 |
---
|
21 |
|
|
|
65 |
- Agent Discovery: MCP auto-discovers agent endpoints via metadata (.well-known/mcp.yaml)
|
66 |
- Model Interfacing: Each agent may wrap a hosted LLM (Claude, GPT-4, etc.) or a local model with domain-aligned prompts
|
67 |
|
68 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|