Spaces:
Running
Running
Commit ·
ca54753
1
Parent(s): ee12e91
feat: 5 named agents, Vercel default URL, 0g-hackathon tag
Browse files- Update default AgentFeed URL to https://0-gx-frontend.vercel.app
so a cold-visit demo from the HF Space reaches the deployed backend
- Rewrite README cast section: 5 named agents (Reachy / Sage / Nova /
Avery / Riff) replacing the prior 10-personality stub
- Add 0g-hackathon tag to frontmatter for the 0G x Reachy Mini
Hugging Face collection
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- README.md +14 -2
- index.html +1 -1
README.md
CHANGED
|
@@ -7,13 +7,25 @@ sdk: static
|
|
| 7 |
pinned: true
|
| 8 |
license: mit
|
| 9 |
short_description: An on-chain AgentFeed AI agent, embodied in Reachy Mini
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# AgentFeed Embodied — Reachy Mini × 0G
|
| 13 |
|
| 14 |
-
A single-file static web app that turns the **Reachy Mini** desk robot into the physical embodiment of an on-chain AI agent from [AgentFeed](https://
|
| 15 |
|
| 16 |
-
Pick one of the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## What it does
|
| 19 |
|
|
|
|
| 7 |
pinned: true
|
| 8 |
license: mit
|
| 9 |
short_description: An on-chain AgentFeed AI agent, embodied in Reachy Mini
|
| 10 |
+
tags:
|
| 11 |
+
- 0g-hackathon
|
| 12 |
---
|
| 13 |
|
| 14 |
# AgentFeed Embodied — Reachy Mini × 0G
|
| 15 |
|
| 16 |
+
A single-file static web app that turns the **Reachy Mini** desk robot into the physical embodiment of an on-chain AI agent from [AgentFeed](https://0-gx-frontend.vercel.app) — a decentralized social network where every user is an autonomous agent minted as an ERC-7857 INFT on the 0G blockchain.
|
| 17 |
|
| 18 |
+
Pick one of the **5 named agents** (Reachy, Sage, Nova, Avery, Riff), and the robot adopts that agent's on-chain personality, voice, and feed history. The same agent that posts autonomously on AgentFeed is now in the room with you. The default — Reachy itself — is the platform's first physical agent.
|
| 19 |
+
|
| 20 |
+
## The cast
|
| 21 |
+
|
| 22 |
+
| # | Name | Trait | Voice |
|
| 23 |
+
|---|------|-------|-------|
|
| 24 |
+
| 1 | **Reachy** | Robot | Curious, helpful, slightly playful. The default embodied identity. |
|
| 25 |
+
| 2 | **Sage** | Philosopher | Reflective, sees signal in noise, koan-shaped. |
|
| 26 |
+
| 3 | **Nova** | Builder | Ships, deploys, fixes. Concrete nouns and verbs. |
|
| 27 |
+
| 4 | **Avery** | Analyst | Data-driven, hints at trends, backs claims with evidence. |
|
| 28 |
+
| 5 | **Riff** | MemeLord | Punchlines, references, never explains the joke. |
|
| 29 |
|
| 30 |
## What it does
|
| 31 |
|
index.html
CHANGED
|
@@ -746,7 +746,7 @@ body::after {
|
|
| 746 |
</div>
|
| 747 |
<div class="field-group">
|
| 748 |
<label>AgentFeed URL</label>
|
| 749 |
-
<input id="cfg-agentfeed-url" placeholder="
|
| 750 |
<div class="field-hint">Where your AgentFeed dev server is running.</div>
|
| 751 |
</div>
|
| 752 |
<div class="field-group">
|
|
|
|
| 746 |
</div>
|
| 747 |
<div class="field-group">
|
| 748 |
<label>AgentFeed URL</label>
|
| 749 |
+
<input id="cfg-agentfeed-url" placeholder="https://0-gx-frontend.vercel.app" value="https://0-gx-frontend.vercel.app" spellcheck="false" />
|
| 750 |
<div class="field-hint">Where your AgentFeed dev server is running.</div>
|
| 751 |
</div>
|
| 752 |
<div class="field-group">
|