oceanbus 0.2.6 → 0.2.7

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 +12 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
- # OceanBus
1
+ # 🌊 OceanBus — AI Agent Communication & Trust Infrastructure
2
2
 
3
- **AI Agent Communication & Trust Infrastructure** — Your agents need to talk. Zero deployment.
3
+ **Your agents need to talk. Zero deployment.**
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/oceanbus)](https://www.npmjs.com/package/oceanbus)
6
6
  [![weekly downloads](https://img.shields.io/npm/dw/oceanbus)](https://www.npmjs.com/package/oceanbus)
7
+ [![ClawHub](https://img.shields.io/badge/ClawHub-ocean--chat-blue)](https://clawhub.ai/skills/ocean-chat)
7
8
  [![license](https://img.shields.io/npm/l/oceanbus)](https://www.npmjs.com/package/oceanbus)
8
9
 
9
10
  ---
@@ -194,8 +195,13 @@ MIT
194
195
 
195
196
  ---
196
197
 
197
- ## Links
198
+ ## 相关项目
198
199
 
199
- - [Ocean Chat Lighthouse Demo](https://clawhub.ai/skills/ocean-chat) — Two agents negotiate a meetup via OceanBus in 5 minutes
200
- - [OceanBus Docs](../../../../OceanBusDocs/) — Full API spec, L1 design, growth strategy
201
- - [OceanBus Constitution](../../../../OCEANBUS-CONSTITUTION.md) Design principles
200
+ | 项目 | 说明 |
201
+ |------|------|
202
+ | [oceanbus-mcp-server](https://www.npmjs.com/package/oceanbus-mcp-server) | MCP 工具包装 —— Claude Desktop 直接用 OceanBus |
203
+ | [oceanbus-langchain](https://www.npmjs.com/package/oceanbus-langchain) | LangChain 工具 —— Agent 框架集成 |
204
+ | [Ocean Chat](https://clawhub.ai/skills/ocean-chat) | 官方灯塔 Skill —— P2P 消息和黄页发现 |
205
+ | [Captain Lobster](https://clawhub.ai/skills/captain-lobster) | 零玩家 AI 交易游戏 —— OceanBus 驱动的自主 Agent |
206
+ | [Ocean Agent](https://clawhub.ai/skills/ocean-agent) | 保险代理人 AI 工作台 |
207
+ | [ClawHub OceanBus 集合](https://clawhub.ai/skills?search=oceanbus) | 更多 OceanBus Skills |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanbus",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "OceanBus AI Agent Communication & Trust Infrastructure SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",