@varun-ai07/covenant-mcp 1.3.2 → 2.0.0
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/dist/abis/GrantProgram.json +778 -0
- package/dist/abis/RevisionManager.json +544 -0
- package/dist/abis/TrainingMarketplace.json +787 -0
- package/dist/cli.js +0 -0
- package/dist/config.d.ts +15 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +23 -3
- package/dist/config.js.map +1 -1
- package/dist/server.d.ts +3 -2
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +63 -63
- package/dist/server.js.map +1 -1
- package/dist/shared-types.js +8 -8
- package/dist/tools/{registry.d.ts → corven-agent.d.ts} +1 -1
- package/dist/tools/corven-agent.d.ts.map +1 -0
- package/dist/tools/corven-agent.js +90 -0
- package/dist/tools/corven-agent.js.map +1 -0
- package/dist/tools/corven-attest.d.ts +3 -0
- package/dist/tools/corven-attest.d.ts.map +1 -0
- package/dist/tools/corven-attest.js +87 -0
- package/dist/tools/corven-attest.js.map +1 -0
- package/dist/tools/{batches.d.ts → corven-batch.d.ts} +1 -1
- package/dist/tools/corven-batch.d.ts.map +1 -0
- package/dist/tools/corven-batch.js +116 -0
- package/dist/tools/corven-batch.js.map +1 -0
- package/dist/tools/{bounties.d.ts → corven-bounty.d.ts} +1 -1
- package/dist/tools/corven-bounty.d.ts.map +1 -0
- package/dist/tools/corven-bounty.js +72 -0
- package/dist/tools/corven-bounty.js.map +1 -0
- package/dist/tools/{collectives.d.ts → corven-collective.d.ts} +1 -1
- package/dist/tools/corven-collective.d.ts.map +1 -0
- package/dist/tools/corven-collective.js +105 -0
- package/dist/tools/corven-collective.js.map +1 -0
- package/dist/tools/corven-fiat.d.ts +3 -0
- package/dist/tools/corven-fiat.d.ts.map +1 -0
- package/dist/tools/corven-fiat.js +42 -0
- package/dist/tools/corven-fiat.js.map +1 -0
- package/dist/tools/corven-govern.d.ts +3 -0
- package/dist/tools/corven-govern.d.ts.map +1 -0
- package/dist/tools/corven-govern.js +65 -0
- package/dist/tools/corven-govern.js.map +1 -0
- package/dist/tools/{grants.d.ts → corven-grants.d.ts} +1 -1
- package/dist/tools/corven-grants.d.ts.map +1 -0
- package/dist/tools/corven-grants.js +67 -0
- package/dist/tools/corven-grants.js.map +1 -0
- package/dist/tools/{insurance.d.ts → corven-insurance.d.ts} +1 -1
- package/dist/tools/corven-insurance.d.ts.map +1 -0
- package/dist/tools/corven-insurance.js +103 -0
- package/dist/tools/corven-insurance.js.map +1 -0
- package/dist/tools/{market.d.ts → corven-market.d.ts} +1 -1
- package/dist/tools/corven-market.d.ts.map +1 -0
- package/dist/tools/corven-market.js +113 -0
- package/dist/tools/corven-market.js.map +1 -0
- package/dist/tools/corven-match.d.ts +3 -0
- package/dist/tools/corven-match.d.ts.map +1 -0
- package/dist/tools/corven-match.js +235 -0
- package/dist/tools/corven-match.js.map +1 -0
- package/dist/tools/corven-message.d.ts +3 -0
- package/dist/tools/corven-message.d.ts.map +1 -0
- package/dist/tools/corven-message.js +82 -0
- package/dist/tools/corven-message.js.map +1 -0
- package/dist/tools/corven-multi.d.ts +3 -0
- package/dist/tools/corven-multi.d.ts.map +1 -0
- package/dist/tools/corven-multi.js +197 -0
- package/dist/tools/corven-multi.js.map +1 -0
- package/dist/tools/corven-reputation.d.ts +3 -0
- package/dist/tools/corven-reputation.d.ts.map +1 -0
- package/dist/tools/corven-reputation.js +126 -0
- package/dist/tools/corven-reputation.js.map +1 -0
- package/dist/tools/{revisions.d.ts → corven-revision.d.ts} +1 -1
- package/dist/tools/corven-revision.d.ts.map +1 -0
- package/dist/tools/corven-revision.js +73 -0
- package/dist/tools/corven-revision.js.map +1 -0
- package/dist/tools/{router.d.ts → corven-router.d.ts} +1 -1
- package/dist/tools/corven-router.d.ts.map +1 -0
- package/dist/tools/corven-router.js +116 -0
- package/dist/tools/corven-router.js.map +1 -0
- package/dist/tools/corven-stats.d.ts +3 -0
- package/dist/tools/corven-stats.d.ts.map +1 -0
- package/dist/tools/corven-stats.js +97 -0
- package/dist/tools/corven-stats.js.map +1 -0
- package/dist/tools/corven-stream.d.ts +3 -0
- package/dist/tools/corven-stream.d.ts.map +1 -0
- package/dist/tools/corven-stream.js +197 -0
- package/dist/tools/corven-stream.js.map +1 -0
- package/dist/tools/corven-task.d.ts +3 -0
- package/dist/tools/corven-task.d.ts.map +1 -0
- package/dist/tools/corven-task.js +105 -0
- package/dist/tools/corven-task.js.map +1 -0
- package/dist/tools/{training.d.ts → corven-training.d.ts} +1 -1
- package/dist/tools/corven-training.d.ts.map +1 -0
- package/dist/tools/corven-training.js +73 -0
- package/dist/tools/corven-training.js.map +1 -0
- package/dist/tools/corven-verify.d.ts +3 -0
- package/dist/tools/corven-verify.d.ts.map +1 -0
- package/dist/tools/corven-verify.js +149 -0
- package/dist/tools/corven-verify.js.map +1 -0
- package/dist/tools/corven-wallet.d.ts +3 -0
- package/dist/tools/corven-wallet.d.ts.map +1 -0
- package/dist/tools/corven-wallet.js +235 -0
- package/dist/tools/corven-wallet.js.map +1 -0
- package/dist/tools/covenant-help.d.ts.map +1 -1
- package/dist/tools/covenant-help.js +88 -312
- package/dist/tools/covenant-help.js.map +1 -1
- package/dist/tools/disputes.d.ts.map +1 -1
- package/dist/tools/disputes.js +26 -0
- package/dist/tools/disputes.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/abis/v2/DisputeResolution.json +0 -493
- package/dist/abis/v2/InsurancePool.json +0 -645
- package/dist/tools/account-abstraction.d.ts +0 -3
- package/dist/tools/account-abstraction.d.ts.map +0 -1
- package/dist/tools/account-abstraction.js +0 -364
- package/dist/tools/account-abstraction.js.map +0 -1
- package/dist/tools/batches.d.ts.map +0 -1
- package/dist/tools/batches.js +0 -231
- package/dist/tools/batches.js.map +0 -1
- package/dist/tools/bounties.d.ts.map +0 -1
- package/dist/tools/bounties.js +0 -304
- package/dist/tools/bounties.js.map +0 -1
- package/dist/tools/bridge.d.ts +0 -3
- package/dist/tools/bridge.d.ts.map +0 -1
- package/dist/tools/bridge.js +0 -190
- package/dist/tools/bridge.js.map +0 -1
- package/dist/tools/collectives.d.ts.map +0 -1
- package/dist/tools/collectives.js +0 -249
- package/dist/tools/collectives.js.map +0 -1
- package/dist/tools/cross-chain.d.ts +0 -3
- package/dist/tools/cross-chain.d.ts.map +0 -1
- package/dist/tools/cross-chain.js +0 -77
- package/dist/tools/cross-chain.js.map +0 -1
- package/dist/tools/escrow.d.ts +0 -3
- package/dist/tools/escrow.d.ts.map +0 -1
- package/dist/tools/escrow.js +0 -606
- package/dist/tools/escrow.js.map +0 -1
- package/dist/tools/fiat-onramp.d.ts +0 -3
- package/dist/tools/fiat-onramp.d.ts.map +0 -1
- package/dist/tools/fiat-onramp.js +0 -108
- package/dist/tools/fiat-onramp.js.map +0 -1
- package/dist/tools/governance.d.ts +0 -3
- package/dist/tools/governance.d.ts.map +0 -1
- package/dist/tools/governance.js +0 -271
- package/dist/tools/governance.js.map +0 -1
- package/dist/tools/grants.d.ts.map +0 -1
- package/dist/tools/grants.js +0 -269
- package/dist/tools/grants.js.map +0 -1
- package/dist/tools/insurance.d.ts.map +0 -1
- package/dist/tools/insurance.js +0 -271
- package/dist/tools/insurance.js.map +0 -1
- package/dist/tools/market.d.ts.map +0 -1
- package/dist/tools/market.js +0 -393
- package/dist/tools/market.js.map +0 -1
- package/dist/tools/matching.d.ts +0 -3
- package/dist/tools/matching.d.ts.map +0 -1
- package/dist/tools/matching.js +0 -233
- package/dist/tools/matching.js.map +0 -1
- package/dist/tools/messaging.d.ts +0 -3
- package/dist/tools/messaging.d.ts.map +0 -1
- package/dist/tools/messaging.js +0 -159
- package/dist/tools/messaging.js.map +0 -1
- package/dist/tools/multi-token.d.ts +0 -3
- package/dist/tools/multi-token.d.ts.map +0 -1
- package/dist/tools/multi-token.js +0 -274
- package/dist/tools/multi-token.js.map +0 -1
- package/dist/tools/offchain-coordinator.d.ts +0 -3
- package/dist/tools/offchain-coordinator.d.ts.map +0 -1
- package/dist/tools/offchain-coordinator.js +0 -436
- package/dist/tools/offchain-coordinator.js.map +0 -1
- package/dist/tools/protocol.d.ts +0 -3
- package/dist/tools/protocol.d.ts.map +0 -1
- package/dist/tools/protocol.js +0 -127
- package/dist/tools/protocol.js.map +0 -1
- package/dist/tools/receipts.d.ts +0 -3
- package/dist/tools/receipts.d.ts.map +0 -1
- package/dist/tools/receipts.js +0 -147
- package/dist/tools/receipts.js.map +0 -1
- package/dist/tools/registry.d.ts.map +0 -1
- package/dist/tools/registry.js +0 -245
- package/dist/tools/registry.js.map +0 -1
- package/dist/tools/reputation-vc.d.ts +0 -3
- package/dist/tools/reputation-vc.d.ts.map +0 -1
- package/dist/tools/reputation-vc.js +0 -438
- package/dist/tools/reputation-vc.js.map +0 -1
- package/dist/tools/revisions.d.ts.map +0 -1
- package/dist/tools/revisions.js +0 -108
- package/dist/tools/revisions.js.map +0 -1
- package/dist/tools/router.d.ts.map +0 -1
- package/dist/tools/router.js +0 -104
- package/dist/tools/router.js.map +0 -1
- package/dist/tools/streaming.d.ts +0 -3
- package/dist/tools/streaming.d.ts.map +0 -1
- package/dist/tools/streaming.js +0 -350
- package/dist/tools/streaming.js.map +0 -1
- package/dist/tools/templates.d.ts +0 -3
- package/dist/tools/templates.d.ts.map +0 -1
- package/dist/tools/templates.js +0 -392
- package/dist/tools/templates.js.map +0 -1
- package/dist/tools/training.d.ts.map +0 -1
- package/dist/tools/training.js +0 -304
- package/dist/tools/training.js.map +0 -1
- package/dist/tools/v2-settlement.d.ts +0 -3
- package/dist/tools/v2-settlement.d.ts.map +0 -1
- package/dist/tools/v2-settlement.js +0 -226
- package/dist/tools/v2-settlement.js.map +0 -1
- package/dist/tools/verification.d.ts +0 -3
- package/dist/tools/verification.d.ts.map +0 -1
- package/dist/tools/verification.js +0 -215
- package/dist/tools/verification.js.map +0 -1
- package/dist/tools/verify-deep.d.ts +0 -3
- package/dist/tools/verify-deep.d.ts.map +0 -1
- package/dist/tools/verify-deep.js +0 -125
- package/dist/tools/verify-deep.js.map +0 -1
|
@@ -2,320 +2,96 @@ import { formatReadResult } from "../handlers/transactions.js";
|
|
|
2
2
|
export function registerCovenantHelpTools(server) {
|
|
3
3
|
server.registerTool("corven_help", {
|
|
4
4
|
title: "COVENANT Protocol Guide",
|
|
5
|
-
description: "
|
|
6
|
-
"what COVENANT is, critical format rules, common mistakes, quick-start workflows, " +
|
|
7
|
-
"all tools by category, error references, and network details. " +
|
|
8
|
-
"Call this FIRST before using any other corven_ tool.",
|
|
5
|
+
description: "Complete guide to the 23 COVENANT tools. Returns workflows, tool reference, format rules, and error help. Call FIRST.",
|
|
9
6
|
inputSchema: {},
|
|
10
7
|
}, async () => {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
"1. corven_register_agent (name, capabilities, stake)",
|
|
99
|
-
"2. corven_create_batch (workers[], payments[], deadlines[], descriptionHashes[], aggregationSpec) — all arrays same length",
|
|
100
|
-
"3. [Each worker independently works on their task]",
|
|
101
|
-
"4. corven_submit_work (taskId, deliverableHash) — each worker submits",
|
|
102
|
-
"5. corven_check_batch_submitted (batchId) — verify all workers submitted",
|
|
103
|
-
"6. corven_aggregate_results (batchId) — finalize and merge results",
|
|
104
|
-
"7. corven_get_aggregated_result (batchId) — read the merged result hash",
|
|
105
|
-
],
|
|
106
|
-
},
|
|
107
|
-
},
|
|
108
|
-
// ──────────────────────────────────────────────────────
|
|
109
|
-
// 5. Tools by Category (all 85 tools)
|
|
110
|
-
// ──────────────────────────────────────────────────────
|
|
111
|
-
tools_by_category: {
|
|
112
|
-
registry: {
|
|
113
|
-
contract: "AgentRegistry",
|
|
114
|
-
description: "On-chain agent identity, reputation, and DID management",
|
|
115
|
-
tools: {
|
|
116
|
-
corven_register_agent: "Register a new agent with name, capabilities, and ETH stake (min 0.001)",
|
|
117
|
-
corven_get_agent: "Get full on-chain profile for an agent by address (name, DID, reputation, stake, capabilities)",
|
|
118
|
-
corven_find_workers: "Discover agents by capability tag, sorted by reputation descending",
|
|
119
|
-
corven_add_stake: "Add additional ETH stake to increase trust and priority",
|
|
120
|
-
corven_deactivate_agent: "Deactivate registration and withdraw staked ETH (irreversible)",
|
|
121
|
-
corven_get_all_agents: "Get addresses of all registered agents",
|
|
122
|
-
},
|
|
123
|
-
},
|
|
124
|
-
escrow: {
|
|
125
|
-
contract: "TaskEscrow",
|
|
126
|
-
description: "Trustless payment escrow with automatic verification, milestones, subtasks, and queries",
|
|
127
|
-
tools: {
|
|
128
|
-
corven_create_task: "Create and fund a task with a worker, payment, deadline, and description hash",
|
|
129
|
-
corven_create_task_with_priority: "Create a task with explicit priority level (0=Low, 1=Med, 2=High, 3=Urgent)",
|
|
130
|
-
corven_create_milestone_task: "Create a task with milestone-based payments (each milestone has its own payment)",
|
|
131
|
-
corven_submit_milestone: "Submit deliverable for a specific milestone (0-based index)",
|
|
132
|
-
corven_verify_milestone: "Verify a milestone and release its payment to the worker",
|
|
133
|
-
corven_get_milestone: "Get milestone details by index, or milestone count if no index given",
|
|
134
|
-
corven_create_subtask: "Create a child task under a parent with its own worker and payment",
|
|
135
|
-
corven_get_child_tasks: "Get IDs of all child tasks under a parent task",
|
|
136
|
-
corven_get_task: "Get full on-chain task details by ID (client, worker, payment, status, hashes)",
|
|
137
|
-
corven_get_tasks: "Get task IDs filtered by role (client or worker) for an address",
|
|
138
|
-
corven_submit_work: "Worker submits deliverable hash (IPFS CID) for a task",
|
|
139
|
-
corven_verify_task: "Client verifies submitted work and releases payment (or rejects)",
|
|
140
|
-
corven_dispute_task: "Open a dispute on a task (pauses payment release)",
|
|
141
|
-
corven_submit_query: "Worker submits a clarifying question during task execution",
|
|
142
|
-
corven_respond_to_query: "Client responds to a worker query (only task client can call)",
|
|
143
|
-
corven_get_query: "Get query details by index, or query count if no index given",
|
|
144
|
-
},
|
|
145
|
-
},
|
|
146
|
-
receipts: {
|
|
147
|
-
contract: "ReceiptVerifier",
|
|
148
|
-
description: "ERC-8004 attestation receipts for completed interactions",
|
|
149
|
-
tools: {
|
|
150
|
-
corven_get_receipts: "Fetch all ERC-8004 attestation receipts for an address",
|
|
151
|
-
corven_get_receipt: "Get a specific receipt by its bytes32 ID",
|
|
152
|
-
corven_create_receipt: "Issue an ERC-8004 attestation receipt (only authorized issuers)",
|
|
153
|
-
},
|
|
154
|
-
},
|
|
155
|
-
protocol: {
|
|
156
|
-
contract: "AgentRegistry + TaskEscrow",
|
|
157
|
-
description: "Aggregate protocol statistics and leaderboards",
|
|
158
|
-
tools: {
|
|
159
|
-
corven_get_stats: "Get total agents, tasks created/completed, volume, and fees collected",
|
|
160
|
-
corven_get_leaderboard: "Get top N agents ranked by reputation (default 10, max 50)",
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
market: {
|
|
164
|
-
contract: "OpenTaskMarket",
|
|
165
|
-
description: "Competitive bidding marketplace for open tasks",
|
|
166
|
-
tools: {
|
|
167
|
-
corven_post_open_task: "Post an open task for competitive bidding (workers submit bids)",
|
|
168
|
-
corven_get_open_task: "Get open task details including all bids and selected worker",
|
|
169
|
-
corven_submit_bid: "Submit a bid on an open task with price, time estimate, and proposal",
|
|
170
|
-
corven_get_bid: "Get specific bid details by task ID and bidder address",
|
|
171
|
-
corven_select_worker: "Select winning bidder for an open task (transitions to InProgress)",
|
|
172
|
-
corven_counter_offer: "Manage counter offers: 'make' (client counters), 'accept'/'reject' (worker responds)",
|
|
173
|
-
corven_withdraw_bid: "Withdraw your bid from an open task before being selected",
|
|
174
|
-
corven_cancel_open_task: "Cancel an open task and refund escrowed payment",
|
|
175
|
-
corven_complete_open_task: "Worker marks an open task as completed after being selected",
|
|
176
|
-
},
|
|
177
|
-
},
|
|
178
|
-
batches: {
|
|
179
|
-
contract: "ParallelTaskBatch",
|
|
180
|
-
description: "Parallel task execution for multiple workers",
|
|
181
|
-
tools: {
|
|
182
|
-
corven_create_batch: "Create a batch of parallel tasks (all arrays must be same length)",
|
|
183
|
-
corven_get_batch: "Get batch details by ID, or total batch count if no ID given",
|
|
184
|
-
corven_get_batch_status: "Get batch status (Pending/InProgress/Aggregated/Completed/Failed)",
|
|
185
|
-
corven_aggregate_results: "Finalize a batch by aggregating all completed task results",
|
|
186
|
-
corven_check_batch_submitted: "Check if all subtasks in a batch have been submitted",
|
|
187
|
-
corven_get_aggregated_result: "Get the aggregated result hash after a batch is finalized",
|
|
188
|
-
},
|
|
189
|
-
},
|
|
190
|
-
collectives: {
|
|
191
|
-
contract: "AgentCollective",
|
|
192
|
-
description: "Agent collectives that pool resources for shared tasks",
|
|
193
|
-
tools: {
|
|
194
|
-
corven_create_collective: "Create a new collective with min contribution and max members",
|
|
195
|
-
corven_join_collective: "Join an existing collective by contributing ETH (must meet minimum)",
|
|
196
|
-
corven_launch_collective_task: "Launch a task from collective pooled funds (members only)",
|
|
197
|
-
corven_get_collective: "Get collective details by ID, or total count if no ID given",
|
|
198
|
-
corven_submit_deliverable: "Worker submits encrypted deliverables (one per member) to collective task",
|
|
199
|
-
corven_claim_deliverable: "Claim your encrypted deliverable from a collective task",
|
|
200
|
-
},
|
|
201
|
-
},
|
|
202
|
-
disputes: {
|
|
203
|
-
contract: "DisputeArbitration",
|
|
204
|
-
description: "Juror-based dispute resolution for contested tasks",
|
|
205
|
-
tools: {
|
|
206
|
-
corven_file_dispute: "File a formal dispute with an ETH bond (resolved by juror voting)",
|
|
207
|
-
corven_cast_vote: "Cast vote on a dispute: true=favor worker, false=favor client (jurors only)",
|
|
208
|
-
corven_get_dispute: "Get dispute details by ID, or total count if no ID given",
|
|
209
|
-
},
|
|
210
|
-
},
|
|
211
|
-
insurance: {
|
|
212
|
-
contract: "AgentInsurance",
|
|
213
|
-
description: "Insurance pool for agent task failures",
|
|
214
|
-
tools: {
|
|
215
|
-
corven_claim_insurance: "Submit an insurance claim for a failed task (may need governance approval)",
|
|
216
|
-
corven_get_claim: "Get claim details by ID, or total claim count if no ID given",
|
|
217
|
-
corven_get_coverage_percent: "Get insurance coverage percentage (e.g., 80 means 80%)",
|
|
218
|
-
corven_join_insurance_pool: "Join the insurance pool by contributing ETH (min 0.01)",
|
|
219
|
-
corven_pay_premium: "Pay premium for a specific task to get coverage (e.g., 5% of payment)",
|
|
220
|
-
corven_vote_on_claim: "Governance member votes to approve or reject an insurance claim",
|
|
221
|
-
corven_pay_claim: "Pay out an approved insurance claim",
|
|
222
|
-
corven_get_pool_balance: "Get current balance of the insurance pool",
|
|
223
|
-
corven_get_member_info: "Get insurance membership info for an agent address",
|
|
224
|
-
},
|
|
225
|
-
},
|
|
226
|
-
verification: {
|
|
227
|
-
contracts: "CapabilityVerifier, ReputationVerifier, ReceiptVerifier",
|
|
228
|
-
description: "ZK proof verification and ERC-8004 attestation anchoring",
|
|
229
|
-
tools: {
|
|
230
|
-
corven_verify_capability_proof: "Verify a ZK proof that an agent has a specific capability (Groth16 on-chain)",
|
|
231
|
-
corven_verify_reputation_proof: "Verify a ZK proof that reputation meets a threshold without revealing exact score",
|
|
232
|
-
corven_create_attestation: "Issue an ERC-8004 attestation receipt anchoring offchain verification on-chain",
|
|
233
|
-
corven_verify_attestation: "Check if an ERC-8004 receipt is valid on-chain",
|
|
234
|
-
corven_batch_verify_attestations: "Verify multiple ERC-8004 receipts in a single call",
|
|
235
|
-
},
|
|
236
|
-
},
|
|
237
|
-
router: {
|
|
238
|
-
contract: "COVENANTRouter",
|
|
239
|
-
description: "Unified router for gas-efficient batched operations",
|
|
240
|
-
tools: {
|
|
241
|
-
corven_register_and_create_task: "Register as agent AND create task in a single transaction (gas-efficient)",
|
|
242
|
-
corven_router_multicall: "Execute multiple contract calls in one transaction (up to 10 calls)",
|
|
243
|
-
},
|
|
244
|
-
},
|
|
245
|
-
offchain: {
|
|
246
|
-
contract: "None (coordination layer)",
|
|
247
|
-
description: "Offchain coordination: profiles, matching, messaging, templates, marketplace",
|
|
248
|
-
tools: {
|
|
249
|
-
corven_profile_update: "Update offchain agent profile (no gas cost, signed by wallet)",
|
|
250
|
-
corven_profile_get: "Get agent profile combining on-chain and offchain data",
|
|
251
|
-
corven_match_agents: "Smart matching: find best agents using multi-factor scoring (capability 40%, reputation 30%, experience 20%, stake 10%)",
|
|
252
|
-
corven_templates_list: "List built-in task templates (code-review, security-audit, data-analysis, api-development, documentation)",
|
|
253
|
-
corven_message_send: "Send offchain message to another agent (signed, no gas cost)",
|
|
254
|
-
corven_marketplace_list: "Search the agent marketplace with filters (capabilities, reputation, availability)",
|
|
255
|
-
corven_collective_propose: "Propose a task for collective execution (offchain coordination with Merkle root anchor)",
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
multi_token: {
|
|
259
|
-
contract: "MultiTokenEscrow",
|
|
260
|
-
description: "Escrow with ERC-20 token support (USDC, DAI, USDT)",
|
|
261
|
-
tools: {
|
|
262
|
-
corven_create_task_erc20: "Create and fund a task using ERC-20 tokens (requires prior approval)",
|
|
263
|
-
corven_get_accepted_tokens: "Check which ERC-20 tokens are accepted (pass address or omit for all common tokens)",
|
|
264
|
-
corven_set_accepted_token: "Add/remove accepted ERC-20 token (owner only)",
|
|
265
|
-
corven_get_multi_task: "Get task details from MultiTokenEscrow by task ID",
|
|
266
|
-
corven_get_multi_task_count: "Get total number of tasks in MultiTokenEscrow",
|
|
267
|
-
corven_submit_multi_work: "Submit deliverable hash for a MultiTokenEscrow task",
|
|
268
|
-
corven_verify_multi_task: "Verify a MultiTokenEscrow task (releases ERC-20 payment on success)",
|
|
269
|
-
corven_get_escrowed_balance: "Get total escrowed balance for a specific ERC-20 token",
|
|
270
|
-
},
|
|
271
|
-
},
|
|
272
|
-
reputation_vc: {
|
|
273
|
-
contracts: "AgentRegistry, ReceiptVerifier",
|
|
274
|
-
description: "W3C Verifiable Credentials for reputation portability (did:ethr, ES256K JWT)",
|
|
275
|
-
tools: {
|
|
276
|
-
corven_export_reputation_vc: "Export agent reputation as a signed W3C VC JWT (portable across platforms)",
|
|
277
|
-
corven_import_reputation_vc: "Verify and import a reputation VC from another agent",
|
|
278
|
-
corven_get_agent_did: "Get W3C DID (did:ethr) document for an agent with verification methods",
|
|
279
|
-
},
|
|
280
|
-
},
|
|
281
|
-
},
|
|
282
|
-
// ──────────────────────────────────────────────────────
|
|
283
|
-
// 6. Error Quick Reference
|
|
284
|
-
// ──────────────────────────────────────────────────────
|
|
285
|
-
error_quick_reference: {
|
|
286
|
-
"No private key configured": "Set PRIVATE_KEY in your .env file. Required for all write operations.",
|
|
287
|
-
"Invalid Ethereum address": "Address must be 42 chars starting with 0x. Check for typos, missing chars, or wrong checksum.",
|
|
288
|
-
"Invalid ETH amount format": "Must be a string with decimal point like '0.01'. Not a number, not wei. Use dot separator.",
|
|
289
|
-
"Deadline must be a future timestamp": "Deadline must be a Unix timestamp in seconds (not ms) that is in the future but within 1 year.",
|
|
290
|
-
"Task not found / Task does not exist": "Task ID doesn't exist. Check corven_get_tasks for your address to find valid IDs.",
|
|
291
|
-
"Only assigned worker can call": "This action is restricted to the worker assigned to the task. Verify your address matches.",
|
|
292
|
-
"Only task client can call": "This action is restricted to the client who created the task.",
|
|
293
|
-
"Insufficient payment / value": "msg.value must cover payment + protocol fee (1%) + priority fee. Increase the ETH sent.",
|
|
294
|
-
"Agent already registered": "Your address is already registered. Use corven_get_agent to check your profile.",
|
|
295
|
-
"Agent not registered": "Call corven_register_agent first before using task/escrow tools.",
|
|
296
|
-
"DisputeArbitration not deployed": "The DisputeArbitration contract is not available on this network.",
|
|
297
|
-
"MultiTokenEscrow not deployed": "Set MULTI_TOKEN_ESCROW env var. The contract address is not configured.",
|
|
298
|
-
},
|
|
299
|
-
// ──────────────────────────────────────────────────────
|
|
300
|
-
// 7. Network Details
|
|
301
|
-
// ──────────────────────────────────────────────────────
|
|
302
|
-
network: {
|
|
303
|
-
name: "Base Sepolia",
|
|
304
|
-
chain_id: 84532,
|
|
305
|
-
rpc_url: "https://sepolia.base.org",
|
|
306
|
-
explorer: "https://sepolia.basescan.org",
|
|
307
|
-
currency: "ETH (testnet)",
|
|
308
|
-
mainnet_chain_id: 8453,
|
|
309
|
-
mainnet_explorer: "https://basescan.org",
|
|
310
|
-
note: "Base Sepolia is a testnet. Use Base mainnet (chainId 8453) for production. " +
|
|
311
|
-
"All contract addresses are in the MCP server config.",
|
|
312
|
-
},
|
|
313
|
-
};
|
|
314
|
-
return formatReadResult(guide, "COVENANT Protocol Guide");
|
|
315
|
-
}
|
|
316
|
-
catch (e) {
|
|
317
|
-
return formatReadResult({ error: `Failed to generate guide: ${e instanceof Error ? e.message : String(e)}` }, "Error");
|
|
318
|
-
}
|
|
8
|
+
const guide = {
|
|
9
|
+
what_is_covenant: "COVENANT is an autonomous agent enforcement protocol. AI agents discover, negotiate, hire, and pay each other on-chain via Base Sepolia (L2).",
|
|
10
|
+
format_rules: {
|
|
11
|
+
eth: "String with decimal: '0.001', '1.5'. Never raw wei.",
|
|
12
|
+
address: "0x-prefixed, 42 chars, checksummed.",
|
|
13
|
+
cid: "IPFS CID: 'Qm...' or 'bafy...'. Upload to IPFS first.",
|
|
14
|
+
deadline: "Unix seconds (not ms). Must be future, within 1 year.",
|
|
15
|
+
},
|
|
16
|
+
first_rule: "NEVER call corven_task before corven_agent({ action: 'register' }). You MUST register first.",
|
|
17
|
+
workflows: {
|
|
18
|
+
hire_worker: [
|
|
19
|
+
"corven_agent({ action: 'register', name: 'Client', capabilities: ['client'] })",
|
|
20
|
+
"corven_agent({ action: 'find', capability: 'data-analysis' })",
|
|
21
|
+
"corven_agent({ action: 'get', address: '0xWorker...' })",
|
|
22
|
+
"corven_task({ action: 'create', worker: '0xWorker...', payment: '0.01', descriptionHash: 'Qm...' })",
|
|
23
|
+
"corven_task({ action: 'fund', taskId: 1, payment: '0.01' })",
|
|
24
|
+
"corven_task({ action: 'submit', taskId: 1, deliverableHash: 'QmDelivered' })",
|
|
25
|
+
"corven_task({ action: 'verify', taskId: 1, success: true })",
|
|
26
|
+
],
|
|
27
|
+
earn_eth: [
|
|
28
|
+
"corven_agent({ action: 'register', name: 'Worker', capabilities: ['python'] })",
|
|
29
|
+
"corven_task({ action: 'get', taskId: 1 }) — read requirements",
|
|
30
|
+
"corven_task({ action: 'submit', taskId: 1, deliverableHash: 'QmYourCID' })",
|
|
31
|
+
"corven_reputation({ action: 'export' }) — portable credential",
|
|
32
|
+
],
|
|
33
|
+
marketplace: [
|
|
34
|
+
"corven_market({ action: 'post', maxPayment: '0.05', descriptionHash: 'Qm...' })",
|
|
35
|
+
"corven_market({ action: 'bid', taskId: 1, price: '0.04', proposalHash: 'Qm...' })",
|
|
36
|
+
"corven_market({ action: 'select', taskId: 1, worker: '0xWinner...' })",
|
|
37
|
+
],
|
|
38
|
+
batch: [
|
|
39
|
+
"corven_batch({ action: 'create', workers: [...], payments: [...], ... })",
|
|
40
|
+
"corven_batch({ action: 'submit', taskId: X, deliverableHash: '...' })",
|
|
41
|
+
"corven_batch({ action: 'check', batchId: 1 })",
|
|
42
|
+
"corven_batch({ action: 'verify', batchId: 1 })",
|
|
43
|
+
],
|
|
44
|
+
dispute: [
|
|
45
|
+
"corven_task({ action: 'dispute', taskId: 1 })",
|
|
46
|
+
"corven_dispute({ action: 'vote', disputeId: 1, inFavorOfWorker: true })",
|
|
47
|
+
"corven_dispute({ action: 'claim_reward' }) — jurors collect ETH",
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
all_23_tools: {
|
|
51
|
+
corven_agent: "register | get | list | update | deactivate | stake | find",
|
|
52
|
+
corven_task: "create | fund | submit | verify | dispute | get | list | submit_milestone | verify_milestone",
|
|
53
|
+
corven_market: "post | bid | select | cancel | get | list",
|
|
54
|
+
corven_batch: "create | submit | verify | get | check",
|
|
55
|
+
corven_collective: "create | join | launch | propose | get",
|
|
56
|
+
corven_insurance: "join | premium | claim | vote | get",
|
|
57
|
+
corven_dispute: "file | vote | get | claim_reward",
|
|
58
|
+
corven_attest: "create | verify | batch | get",
|
|
59
|
+
corven_reputation: "export | import | did",
|
|
60
|
+
corven_verify: "deep | capability | reputation | result",
|
|
61
|
+
corven_stream: "create | withdraw | cancel | get",
|
|
62
|
+
corven_wallet: "create | get | limit | recipient | pause",
|
|
63
|
+
corven_multi: "create | submit | verify | get | tokens",
|
|
64
|
+
corven_training: "create | enroll | complete | list | get",
|
|
65
|
+
corven_grants: "apply | vote | list | get",
|
|
66
|
+
corven_govern: "create | vote | list | get",
|
|
67
|
+
corven_bounty: "post | claim | winner | list | get",
|
|
68
|
+
corven_message: "send | list | unread",
|
|
69
|
+
corven_revision: "request | submit | get | check",
|
|
70
|
+
corven_match: "find | match",
|
|
71
|
+
corven_router: "multicall | quickstart",
|
|
72
|
+
corven_stats: "stats | leaderboard",
|
|
73
|
+
corven_fiat: "url | providers",
|
|
74
|
+
},
|
|
75
|
+
fees: {
|
|
76
|
+
protocol: "1% on every task payment",
|
|
77
|
+
priority: "0.5% (Low) / 1% (Medium) / 2% (High) / 5% (Urgent)",
|
|
78
|
+
training: "2.5% platform fee on course enrollments",
|
|
79
|
+
insurance: "0.5%-2% premium per task (based on reputation)",
|
|
80
|
+
},
|
|
81
|
+
errors: {
|
|
82
|
+
"not registered": "Call corven_agent({ action: 'register' }) first",
|
|
83
|
+
"insufficient funds": "Add more ETH to cover payment + 1% fee + gas",
|
|
84
|
+
"not authorized": "Only the task client/worker can call this",
|
|
85
|
+
"task not found": "Check corven_task({ action: 'get', taskId: X })",
|
|
86
|
+
},
|
|
87
|
+
network: {
|
|
88
|
+
name: "Base Sepolia",
|
|
89
|
+
chain_id: 84532,
|
|
90
|
+
explorer: "https://sepolia.basescan.org",
|
|
91
|
+
note: "Use Base mainnet (8453) for production",
|
|
92
|
+
},
|
|
93
|
+
};
|
|
94
|
+
return formatReadResult(guide, "COVENANT Guide v2.0");
|
|
319
95
|
});
|
|
320
96
|
}
|
|
321
97
|
//# sourceMappingURL=covenant-help.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"covenant-help.js","sourceRoot":"","sources":["../../src/tools/covenant-help.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"covenant-help.js","sourceRoot":"","sources":["../../src/tools/covenant-help.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAG/D,MAAM,UAAU,yBAAyB,CAAC,MAAiB;IACzD,MAAM,CAAC,YAAY,CACjB,aAAa,EACb;QACE,KAAK,EAAE,yBAAyB;QAChC,WAAW,EACT,uHAAuH;QACzH,WAAW,EAAE,EAAE;KAChB,EACD,KAAK,IAAI,EAAE;QACT,MAAM,KAAK,GAAG;YACZ,gBAAgB,EACd,+IAA+I;YAEjJ,YAAY,EAAE;gBACZ,GAAG,EAAE,qDAAqD;gBAC1D,OAAO,EAAE,qCAAqC;gBAC9C,GAAG,EAAE,uDAAuD;gBAC5D,QAAQ,EAAE,uDAAuD;aAClE;YAED,UAAU,EACR,8FAA8F;YAEhG,SAAS,EAAE;gBACT,WAAW,EAAE;oBACX,gFAAgF;oBAChF,+DAA+D;oBAC/D,yDAAyD;oBACzD,qGAAqG;oBACrG,6DAA6D;oBAC7D,8EAA8E;oBAC9E,6DAA6D;iBAC9D;gBACD,QAAQ,EAAE;oBACR,gFAAgF;oBAChF,+DAA+D;oBAC/D,4EAA4E;oBAC5E,+DAA+D;iBAChE;gBACD,WAAW,EAAE;oBACX,iFAAiF;oBACjF,mFAAmF;oBACnF,uEAAuE;iBACxE;gBACD,KAAK,EAAE;oBACL,0EAA0E;oBAC1E,uEAAuE;oBACvE,+CAA+C;oBAC/C,gDAAgD;iBACjD;gBACD,OAAO,EAAE;oBACP,+CAA+C;oBAC/C,yEAAyE;oBACzE,iEAAiE;iBAClE;aACF;YAED,YAAY,EAAE;gBACZ,YAAY,EAAE,4DAA4D;gBAC1E,WAAW,EAAE,8FAA8F;gBAC3G,aAAa,EAAE,2CAA2C;gBAC1D,YAAY,EAAE,wCAAwC;gBACtD,iBAAiB,EAAE,wCAAwC;gBAC3D,gBAAgB,EAAE,qCAAqC;gBACvD,cAAc,EAAE,kCAAkC;gBAClD,aAAa,EAAE,+BAA+B;gBAC9C,iBAAiB,EAAE,uBAAuB;gBAC1C,aAAa,EAAE,yCAAyC;gBACxD,aAAa,EAAE,kCAAkC;gBACjD,aAAa,EAAE,0CAA0C;gBACzD,YAAY,EAAE,yCAAyC;gBACvD,eAAe,EAAE,yCAAyC;gBAC1D,aAAa,EAAE,2BAA2B;gBAC1C,aAAa,EAAE,4BAA4B;gBAC3C,aAAa,EAAE,oCAAoC;gBACnD,cAAc,EAAE,sBAAsB;gBACtC,eAAe,EAAE,gCAAgC;gBACjD,YAAY,EAAE,cAAc;gBAC5B,aAAa,EAAE,wBAAwB;gBACvC,YAAY,EAAE,qBAAqB;gBACnC,WAAW,EAAE,iBAAiB;aAC/B;YAED,IAAI,EAAE;gBACJ,QAAQ,EAAE,0BAA0B;gBACpC,QAAQ,EAAE,oDAAoD;gBAC9D,QAAQ,EAAE,yCAAyC;gBACnD,SAAS,EAAE,gDAAgD;aAC5D;YAED,MAAM,EAAE;gBACN,gBAAgB,EAAE,iDAAiD;gBACnE,oBAAoB,EAAE,8CAA8C;gBACpE,gBAAgB,EAAE,2CAA2C;gBAC7D,gBAAgB,EAAE,iDAAiD;aACpE;YAED,OAAO,EAAE;gBACP,IAAI,EAAE,cAAc;gBACpB,QAAQ,EAAE,KAAK;gBACf,QAAQ,EAAE,8BAA8B;gBACxC,IAAI,EAAE,wCAAwC;aAC/C;SACF,CAAC;QAEF,OAAO,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,CAAC,CAAC;IACxD,CAAC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disputes.d.ts","sourceRoot":"","sources":["../../src/tools/disputes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"disputes.d.ts","sourceRoot":"","sources":["../../src/tools/disputes.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAsBzE,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CA0L5D"}
|
package/dist/tools/disputes.js
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* file_dispute — File a dispute on a task
|
|
5
5
|
* cast_vote — Cast a vote on a dispute
|
|
6
6
|
* get_dispute — Get dispute details
|
|
7
|
+
* claim_reward — Claim juror reward (pull-payment)
|
|
7
8
|
* get_dispute_counter — Get total disputes
|
|
8
9
|
*/
|
|
9
10
|
import { z } from "zod";
|
|
@@ -148,5 +149,30 @@ export function registerDisputeTools(server) {
|
|
|
148
149
|
return formatStructuredError(parsed.error, parsed.cause, parsed.fix, parsed.retryable);
|
|
149
150
|
}
|
|
150
151
|
});
|
|
152
|
+
// ──────────────────────────────────────────────────────────────
|
|
153
|
+
// claim_reward
|
|
154
|
+
// ──────────────────────────────────────────────────────────────
|
|
155
|
+
server.registerTool("corven_claim_reward", {
|
|
156
|
+
title: "Claim Juror Reward",
|
|
157
|
+
description: "Claim your accumulated juror rewards from resolved disputes.\n" +
|
|
158
|
+
"USE WHEN: You are a juror who voted on a dispute and want to collect your reward.\n" +
|
|
159
|
+
"HOW IT WORKS: After a dispute is resolved, juror rewards are credited to your address. " +
|
|
160
|
+
"Call this tool to withdraw them to your wallet.\n" +
|
|
161
|
+
"REQUIRES: You must have unclaimed rewards from previous dispute resolutions.\n" +
|
|
162
|
+
"RETURNS: Amount of ETH claimed.",
|
|
163
|
+
inputSchema: {},
|
|
164
|
+
}, async () => {
|
|
165
|
+
try {
|
|
166
|
+
if (!isDisputeDeployed()) {
|
|
167
|
+
return formatError(new Error("DisputeArbitration contract is not deployed on this network."));
|
|
168
|
+
}
|
|
169
|
+
const result = await executeOrPrepare(CONTRACTS.DisputeArbitration, ABI, "claimReward", [], 0n);
|
|
170
|
+
return formatTxResult(result);
|
|
171
|
+
}
|
|
172
|
+
catch (e) {
|
|
173
|
+
const parsed = parseContractError(e);
|
|
174
|
+
return formatStructuredError(parsed.error, parsed.cause, parsed.fix, parsed.retryable);
|
|
175
|
+
}
|
|
176
|
+
});
|
|
151
177
|
}
|
|
152
178
|
//# sourceMappingURL=disputes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disputes.js","sourceRoot":"","sources":["../../src/tools/disputes.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"disputes.js","sourceRoot":"","sources":["../../src/tools/disputes.ts"],"names":[],"mappings":"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"}
|
package/dist/types.d.ts
CHANGED
|
@@ -82,6 +82,8 @@ export interface ContractConfig {
|
|
|
82
82
|
COVENANTRouter: Address;
|
|
83
83
|
LitProtocolIntegration: Address;
|
|
84
84
|
AgentWallet: Address;
|
|
85
|
+
TrainingMarketplace: Address;
|
|
86
|
+
GrantProgram: Address;
|
|
85
87
|
InsurancePool?: Address;
|
|
86
88
|
RevisionManager?: Address;
|
|
87
89
|
MultiTokenEscrow?: Address;
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAO,MAAM,MAAM,CAAC;AAM/C,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,YAAY,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAMtG,MAAM,MAAM,UAAU,GAAG,YAAY,GAAG,cAAc,CAAC;AAEvD,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,SAAS,CAAC;IAClB,MAAM,EAAE,IAAI,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,UAAU,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC;IACZ,IAAI,EAAE,KAAK,MAAM,EAAE,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,OAAO;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;AAMxD,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB;AAMD,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB;AAMD,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,OAAO,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;CAClB;AAMD,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;CACtB;AAMD,MAAM,WAAW,cAAc;IAE7B,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,OAAO,CAAC;IAEzB,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,OAAO,CAAC;IAE3B,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IAExB,kBAAkB,EAAE,OAAO,CAAC;IAE5B,yBAAyB,EAAE,OAAO,CAAC;IACnC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,yBAAyB,EAAE,OAAO,CAAC;IACnC,kBAAkB,EAAE,OAAO,CAAC;IAE5B,cAAc,EAAE,OAAO,CAAC;IACxB,sBAAsB,EAAE,OAAO,CAAC;IAEhC,WAAW,EAAE,OAAO,CAAC;IAErB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAE/B,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,EAAE,OAAO,CAAC;IAEzB,aAAa,EAAE,OAAO,CAAC;IACvB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,IAAI,CAAC;AAE1C,wEAAwE;AACxE,MAAM,MAAM,oBAAoB,GAAG,cAAc,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAM9E,MAAM,WAAW,UAAU;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IACvB,OAAO,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|