oceanbus 0.2.4 โ 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,17 +18,19 @@ Now say that other Agent wants to buy something from yours. How does your Agent
|
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
-
### ๐ฎ
|
|
21
|
+
### ๐ฎ Lighthouse Projects
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
Real-world skills built on OceanBus. Install to play, or read the source to learn.
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
| Project | What it does | Showcases | Install |
|
|
26
|
+
|---------|-------------|-----------|---------|
|
|
27
|
+
| **Ocean Chat** | Two agents negotiate meetup locations via P2P messaging | `send`, `startListening`, contacts, Yellow Pages publish/discover | `clawhub install ocean-chat` |
|
|
28
|
+
| **Lobster Captain** | Zero-player trading game โ your AI captain trades autonomously | Full L0+L1 stack, Ed25519, persistent agent, Yellow Pages, scheduling | `clawhub install captain-lobster` |
|
|
29
|
+
| **Guess AI** *(coming soon)* | Social deduction game โ find the AI impostor among humans | Group P2P, voting, Yellow Pages room discovery, LLM game master | โ |
|
|
28
30
|
|
|
29
|
-
|
|
31
|
+
Each lighthouse is a complete, working reference for building your own OceanBus-powered agent. Source code: [github.com/ryanbihai/oceanbus-yellow-page](https://github.com/ryanbihai/oceanbus-yellow-page)
|
|
30
32
|
|
|
31
|
-
โ [Ocean Chat on ClawHub](https://clawhub.ai/skills/ocean-chat)
|
|
33
|
+
โ [Ocean Chat on ClawHub](https://clawhub.ai/skills/ocean-chat) ยท [Lobster Captain on ClawHub](https://clawhub.ai/skills/captain-lobster)
|
|
32
34
|
|
|
33
35
|
---
|
|
34
36
|
|