Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions showcase/arewaos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ The package isolates the ArewaOS build story, agent manifest, offerings, and mar
- `examples/market-receipt-colombia-group-k.md` — external prediction-market receipt example.
- `skills/arewaos-showcase/SKILL.md` — reusable workflow for evaluating or packaging ArewaOS-style agent showcases.

## Demo Video

- YouTube demo video: https://youtube.com/shorts/zkWaoRyqmZc

The demo video shows ArewaOS live on Virtuals with the agent profile, job offerings, Base token context, and the builder story behind a phone-first non-developer launch from Kano, Nigeria.

## Links

- ACP Agent: https://app.virtuals.io/acp/agents/019e9392-b91c-75fe-bb14-a12e8ffb7561
Expand Down
21 changes: 14 additions & 7 deletions showcase/arewaos/showcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"slug": "arewaos",
"title": "ArewaOS",
"tagline": "A seven-layer autonomous Web3 intelligence agent built on Base by a non-developer builder from Kano, Nigeria.",
"description": "ArewaOS packages narrative engineering, storytelling, anonymous crypto confessions, on-chain trading analysis, ecosystem scouting, AI-training guidance, and event-probability analysis into one Base-native agent. This showcase includes the public agent manifest, offerings JSON, redacted market-action receipts, and the build story from OpenClaw v1 failure to Hermes v2 rebuild.",
"description": "ArewaOS packages narrative engineering, storytelling, anonymous crypto confessions, on-chain trading analysis, ecosystem scouting, AI-training guidance, and event-probability analysis into one Base-native agent. This showcase includes the public agent manifest, offerings JSON, redacted market-action receipts, the public live-agent demo post, and the build story from OpenClaw v1 failure to Hermes v2 rebuild.",
"status": "active v2 showcase",
"topic": "agents",
"topics": [
Expand All @@ -19,7 +19,8 @@
"links": {
"repo": "https://github.com/Virtual-Protocol/acp-cli-demos/tree/main/showcase/arewaos",
"demo": "https://github.com/Virtual-Protocol/acp-cli-demos/blob/main/showcase/arewaos/examples/market-receipt-chefuniverse-cfCAVIAR.md",
"share": "https://x.com/0xarewah",
"video": "https://youtube.com/shorts/zkWaoRyqmZc",
"share": "https://youtube.com/shorts/zkWaoRyqmZc",
"feedback": "https://github.com/Virtual-Protocol/acp-cli-demos/issues/new?title=Feedback%3A%20ArewaOS&body=Which%20feedback%20prompt%20fits%3F%0A%0A-%20The%20agent%20story%20is%20clear%0A-%20The%20offerings%20need%20more%20pricing%20detail%0A-%20The%20proof%20receipts%20need%20stronger%20verification%0A%0ANotes%3A%0A"
},
"primitives": [
Expand All @@ -28,9 +29,10 @@
"acp"
],
"visual": {
"kind": "agent showcase",
"eyebrow": "base + hermes + acp",
"title": "seven-layer agent"
"kind": "youtube demo video",
"eyebrow": "base + virtuals + acp",
"title": "live agent from kano",
"videoLabel": "Watch the ArewaOS live-agent demo on YouTube"
},
"skills": [
{
Expand All @@ -42,6 +44,11 @@
}
],
"artifacts": [
{
"label": "ArewaOS live-agent demo video",
"href": "https://youtube.com/shorts/zkWaoRyqmZc",
"kind": "video"
},
{
"label": "ArewaOS package README",
"href": "https://github.com/Virtual-Protocol/acp-cli-demos/blob/main/showcase/arewaos/README.md",
Expand Down Expand Up @@ -78,8 +85,8 @@
"summary": "Public/redacted ArewaOS agent context, seven layers, boundaries, and review preferences."
},
"feedbackPrompts": [
"Does the live-agent demo make the non-developer builder story clear?",
"Which ArewaOS layer should become the next standalone ACP offering?",
"Are the market-action receipts specific enough for reviewer verification?",
"What proof would make the non-developer builder story even stronger?"
"What proof would make the agent hiring workflow even stronger?"
]
}
Loading