gnokit commited on
Commit
f7ffdeb
ยท
verified ยท
1 Parent(s): 0226671

Update README.md

Browse files

add demo video links and tags

Files changed (1) hide show
  1. README.md +37 -35
README.md CHANGED
@@ -9,6 +9,9 @@ app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  short_description: Egg Tart - ่›‹ๆ’ปไป” ๐Ÿฎ Agent of Hong Kong Data
 
 
 
12
  ---
13
 
14
  # ๐Ÿฅš Egg Tart - ่›‹ๆ’ปไป” ๐Ÿฎ: Your Hong Kong Data Agent
@@ -17,6 +20,40 @@ Egg Tart - ่›‹ๆ’ปไป” ๐Ÿฎ is a friendly, LLM-powered assistant that answers your
17
 
18
  ---
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## โ“ Why Egg Tart?
21
 
22
  Accessing open government data from data.gov.hk can be challenging. Datasets are scattered across different endpoints and use inconsistent data dictionaries. For example, to find the weather forecast for Hong Kong, you must:
@@ -82,41 +119,6 @@ Egg Tart automates this entire process using smolagents and custom tools, making
82
 
83
  ---
84
 
85
- ## ๐ŸŽฏ Hackathon Submission
86
-
87
- **Tracks:**
88
- - Track 1: MCP Tool / Server
89
- - Track 3: Agentic Demo Showcase
90
-
91
- **Tags:**
92
- - `mcp-server-track`
93
- - `agent-demo-track`
94
-
95
- **Demo Video:**
96
- - [PLACEHOLDER: Insert demo video link here]
97
-
98
- ### Track 1: MCP Tool / Server
99
-
100
- Egg Tart provides an MCP-compatible server interface powered by gradio UI, enabling LLM agents to answer questions about Hong Kong data.
101
-
102
- - Powered by the smolagents framework and Gradio UI.
103
- - Agent execution is exposed as an MCP Tool / Server via Gradio (`mcp_server=True`).
104
- - The exposed function `ask` is well-documented for easy integration.
105
- - The agent uses semantic search, dataset exploration, and content retrieval tools.
106
- - If parameters are required, the agent parses the data dictionary (PDF) using docling.
107
- - The MCP server returns results in a standardized format for easy integration.
108
- - The demo shows how the n8n chat agent calls the app as a tool.
109
-
110
- ### Track 3: Agentic Demo Showcase
111
-
112
- Egg Tart demonstrates a conversational agent that automates the discovery, understanding, and retrieval of open data from data.gov.hk.
113
-
114
- - Users ask questions in natural language; the agent handles the rest.
115
- - The agent leverages semantic search, dataset exploration, content fetching, and PDF-to-markdown parsing.
116
- - Powered by smolagents and Gradio.
117
- - The demo highlights how LLM agents and smolagents streamline access to reliable, documented, and up-to-date public datasets, with full citations and context.
118
-
119
- ---
120
 
121
  ## ๐Ÿ’ก How to Use
122
 
 
9
  pinned: false
10
  license: apache-2.0
11
  short_description: Egg Tart - ่›‹ๆ’ปไป” ๐Ÿฎ Agent of Hong Kong Data
12
+ tags:
13
+ - mcp-server-track
14
+ - agent-demo-track
15
  ---
16
 
17
  # ๐Ÿฅš Egg Tart - ่›‹ๆ’ปไป” ๐Ÿฎ: Your Hong Kong Data Agent
 
20
 
21
  ---
22
 
23
+ ## ๐ŸŽฏ Agents-MCP-Hackathon 2025 Submission
24
+
25
+ **Tracks:**
26
+ - Track 1: MCP Tool / Server
27
+ - Track 3: Agentic Demo Showcase
28
+
29
+ **Tags:**
30
+ - `mcp-server-track`
31
+ - `agent-demo-track`
32
+
33
+ **Demo Video:**
34
+ - Track 1 Demostration: Video recording of Egg Tart Agent - MCP server in action using n8n MCP Client >> [Track 1 Demo Video](https://youtu.be/r6gDzpL0kIM?si=B-UmGgEuKxs9Pp0O) <<
35
+ - Track 3 Demostration: Overview Video of Egg Tart Agent explaining the usage / purpose of the application >> [Track 3 Demo Video](https://youtu.be/KdY78nZUcDg?si=nT7E5vsMwSkzXqv2) <<
36
+
37
+ ### Track 1: MCP Tool / Server
38
+
39
+ Egg Tart provides an MCP-compatible server interface powered by gradio UI, enabling LLM agents to answer questions about Hong Kong data.
40
+
41
+ - Powered by the smolagents framework and Gradio UI.
42
+ - Agent execution is exposed as an MCP Tool / Server via Gradio (`mcp_server=True`).
43
+ - The exposed function `ask` is well-documented for easy integration.
44
+ - The demo shows how the n8n chat agent calls the app as a tool.
45
+
46
+ ### Track 3: Agentic Demo Showcase
47
+
48
+ Egg Tart demonstrates a conversational agent that automates the discovery, understanding, and retrieval of open data from data.gov.hk.
49
+
50
+ - Users ask questions in natural language; the agent handles the rest.
51
+ - The agent leverages semantic search, dataset exploration, content fetching, and PDF-to-markdown parsing.
52
+ - Powered by smolagents and Gradio.
53
+ - The demo highlights how LLM agents and smolagents streamline access to reliable, documented, and up-to-date public datasets, with full citations and context.
54
+
55
+ ---
56
+
57
  ## โ“ Why Egg Tart?
58
 
59
  Accessing open government data from data.gov.hk can be challenging. Datasets are scattered across different endpoints and use inconsistent data dictionaries. For example, to find the weather forecast for Hong Kong, you must:
 
119
 
120
  ---
121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
 
123
  ## ๐Ÿ’ก How to Use
124