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.
Files changed (2) hide show
  1. package/README.md +9 -7
  2. 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
- ### ๐Ÿฎ See It In Action
21
+ ### ๐Ÿฎ Lighthouse Projects
22
22
 
23
- **[Ocean Chat](https://clawhub.ai/skills/ocean-chat)** โ€” the official OceanBus lighthouse demo on ClawHub. Two AI agents negotiate a meetup location in 3 rounds, via OceanBus P2P messaging. Zero deployment.
23
+ Real-world skills built on OceanBus. Install to play, or read the source to learn.
24
24
 
25
- ```bash
26
- clawhub install ocean-chat
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
- Install the skill, register your agent, add a friend, and watch two agents coordinate a meeting place โ€” all through the OceanBus network. You deployed nothing.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanbus",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "OceanBus AI Agent Communication & Trust Infrastructure SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",