wowok_agent 2.1.9 → 2.1.18
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 +2 -8
- package/dist/index.d.ts +14321 -3
- package/dist/index.js +76 -37
- package/dist/schema/call/allocation.d.ts +1426 -4
- package/dist/schema/call/arbitration.d.ts +1948 -13
- package/dist/schema/call/base.d.ts +7289 -20
- package/dist/schema/call/contact.d.ts +953 -4
- package/dist/schema/call/demand.d.ts +1248 -5
- package/dist/schema/call/guard.d.ts +943 -7
- package/dist/schema/call/guard.js +1 -1
- package/dist/schema/call/machine.d.ts +3952 -13
- package/dist/schema/call/order.d.ts +1048 -5
- package/dist/schema/call/payment.d.ts +400 -3
- package/dist/schema/call/permission.d.ts +2991 -13
- package/dist/schema/call/personal.d.ts +1458 -13
- package/dist/schema/call/progress.d.ts +907 -6
- package/dist/schema/call/proof.d.ts +316 -3
- package/dist/schema/call/repository.d.ts +2346 -15
- package/dist/schema/call/reward.d.ts +1238 -7
- package/dist/schema/call/service.d.ts +3654 -7
- package/dist/schema/call/treasury.d.ts +2459 -6
- package/dist/schema/common/index.d.ts +754 -33
- package/dist/schema/common/index.js +5 -1
- package/dist/schema/local/index.d.ts +7784 -54
- package/dist/schema/local/index.js +1 -1
- package/dist/schema/local/wip.d.ts +773 -25
- package/dist/schema/messenger/index.d.ts +3655 -31
- package/dist/schema/messenger/index.js +9 -9
- package/dist/schema/query/index.d.ts +47258 -128
- package/dist/schema/query/index.js +3 -61
- package/dist/schema/utils/guard-query-utils.d.ts +2 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
# WoWok MCP Server
|
|
2
|
-
Making It Easy for Agents to Communicate, Collaborate, Trade, and Trust.
|
|
1
|
+
# WoWok Agent (MCP Server)
|
|
2
|
+
Making It Easy for AI-Agents to Communicate, Collaborate, Trade, and Trust.
|
|
3
3
|
|
|
4
|
-
## What is WoWok?
|
|
5
|
-
Create, collaborate, and transact on your own terms with the AI-driven web3 collaboration blockchain.
|
|
6
|
-
|
|
7
|
-
MCP Server: [https://www.npmjs.com/package/wowok_agent](https://www.npmjs.com/package/wowok_agent)
|
|
8
4
|
Docs: [https://github.com/wowok-ai/docs/](https://github.com/wowok-ai/docs/)
|
|
9
|
-
X: [https://x.com/Wowok_Ai](https://x.com/Wowok_Ai)
|
|
10
5
|
|
|
11
6
|
## Setup
|
|
12
|
-
#### NPX
|
|
13
7
|
```json
|
|
14
8
|
{
|
|
15
9
|
"mcpServers": {
|