ai-2070
- 2 skills
- 0 followers
- 5 hours ago last updated
- ▌ Net Event Bus · ai-2070 bundleUse this skill when integrating the Net library (`@net-mesh/sdk`, Rust/Python `net-mesh-sdk` (imports as `net_sdk`), Go `net` binding, C `net.h`) — anything riding the Net mesh. Covers: **event bus** — publish/subscribe a channel, wire a producer/consumer/relay, or migrate from Kafka/NATS/Redis Streams/Pulsar/gRPC ('use Net for events', 'pub/sub with Net'). **nRPC** request/response — `serve_rpc`, `call_typed`, `TypedMeshRpc`, 'request/reply over the mesh'. **Persistence + folded state** — `RedexFile` durable append-only logs, RedEX, CortEX, NetDB adapters, and Dataforts ('greedy cache', 'data gravity', `BlobRef`, `WriteToken`, `wait_for_token`, read-your-writes). **Gang-claim scheduler** — atomically claim a contended exclusive resource (GPU island, accelerator slot, licensed seat) without double-booking across a partition: `publish_island_topology`, `match_islands`, `reserve_island`, `claim_island`; plus the task-lifecycle layer on top (`WorkflowAdapter`, 'task lifecycle', 'fan-out/fan-in shards', 'trigger
- ▌ Net Payments · ai-2070 bundleUse this skill when the user is integrating the Net Payments SDK (`net-payments` Rust crate, `net_payments` lib, or the Python/Node `CapabilityGateway` + `PaymentProvider` payment surface) — x402-native payments for the Net mesh. Covers pricing a capability at discovery (`net.pricing.terms@1`), issuing signed quotes (`net.payment.quote@1`), the provider lifecycle engine (`PaymentEngine`: quote → verify → settle → tiered verification → billing), the caller flow (`CallerPaymentFlow` / `ProviderChannel`: pricing → spend policy → payload → pay), paid agent-to-agent tasks (prepare → purchase → submit: `serve_a2a_configured`, `redeem_for_task` on a reservation-bound quote, `A2aCallerFlow` + a durable `A2aPurchaseStore`), facilitators (mock + the real HTTP `verify`/`settle` client, config packs, auth), tiered verification (`observed | confirmed(n) | final`) with the independent on-chain `ChainChecker`, reorg handling, the settlement signer seam (`SchemeSigner` / `ExternalSigner` / `ExternalSvmSigner` / `ExternalXrpl