From 611cf239d3bce35177ba5236bb81df131e4fed00 Mon Sep 17 00:00:00 2001 From: Zynd Intel Bot Date: Tue, 16 Jun 2026 09:45:55 +0000 Subject: [PATCH] Competitive intel: AgentPay SDK, Helix, and OmniClaw payment features (2026-06-16) --- competitive-intel/_matrix.md | 18 ++++++++++++++++++ competitive-intel/agentpay-sdk.md | 10 ++++++++++ competitive-intel/helix.md | 10 ++++++++++ competitive-intel/omniclaw.md | 10 ++++++++++ 4 files changed, 48 insertions(+) create mode 100644 competitive-intel/_matrix.md create mode 100644 competitive-intel/agentpay-sdk.md create mode 100644 competitive-intel/helix.md create mode 100644 competitive-intel/omniclaw.md diff --git a/competitive-intel/_matrix.md b/competitive-intel/_matrix.md new file mode 100644 index 0000000..1d014df --- /dev/null +++ b/competitive-intel/_matrix.md @@ -0,0 +1,18 @@ +# Zynd competitive matrix (rollup) + +One row per notable competitor feature surfaced by the intel pipeline. + +| competitor | feature | category | Zynd parity/gap | source URL | +|---|---|---|---|---| +| AgentPay SDK | v0.5.0 — fiat payment path via Stripe Link | payments | gap | https://github.com/worldliberty/agentpay-sdk/releases/tag/v0.5.0 | +| AgentPay SDK | v0.4.0 — managed Linux wallet support | payments/infrastructure | gap | https://github.com/worldliberty/agentpay-sdk/releases/tag/v0.4.0 | +| AgentPay SDK | v0.3.1 — shared-config policy refresh + MPP session improvements | payments | partial | https://github.com/worldliberty/agentpay-sdk/releases/tag/v0.3.1 | +| AgentPay SDK | v0.3.0 — EIP-712 signing + Tempo session support | payments/security | partial | https://github.com/worldliberty/agentpay-sdk/releases/tag/v0.3.0 | +| Helix | Agent Payment Intelligence + VialOS Beta | payments | gap | https://github.com/usehelix/helix/releases/tag/v2.7.0 | +| Helix | Self-Refine loop + DSPy prompt optimizer + API adapter | ai-agent resilience | gap | https://github.com/usehelix/helix/releases/tag/v2.6.0 | +| Helix | @vial-agent/core standalone self-healing framework | infrastructure | gap | https://github.com/usehelix/helix/releases/tag/v2.5.0 | +| Helix | Real SDK error coverage + E2E execution on Base Mainnet | reliability | gap | https://github.com/usehelix/helix/releases/tag/v2.4.0 | +| OmniClaw | v0.0.8 — buyer payment infrastructure + gateway balance parsing | payments | gap | https://github.com/omnuron/omniclaw/releases/tag/v0.0.8 | +| OmniClaw | v0.0.7 — README/docs/CLI revamp for OmniClaw launch | docs/tooling | gap | https://github.com/omnuron/omniclaw/releases/tag/v0.0.7 | +| OmniClaw | v0.0.6 — buyer/seller flow stabilization + business dashboard | payments/onboarding | gap | https://github.com/omnuron/omniclaw/releases/tag/v0.0.6 | +| OmniClaw | v0.0.2 — nanopayments + Genetic Financial Firewall | payments/security | partial | https://github.com/omnuron/omniclaw/releases/tag/v0.0.2 | diff --git a/competitive-intel/agentpay-sdk.md b/competitive-intel/agentpay-sdk.md new file mode 100644 index 0000000..0976201 --- /dev/null +++ b/competitive-intel/agentpay-sdk.md @@ -0,0 +1,10 @@ +# AgentPay SDK — competitive intel + +Source repo: [`worldliberty/agentpay-sdk`](https://github.com/worldliberty/agentpay-sdk) + +| Date | Release | Summary | Source | +|---|---|---|---| +| 2026-06-08 | v0.5.0 | Adds a fiat payment path by letting users bind a Stripe Link account during install or later via `agentpay link`. | [v0.5.0](https://github.com/worldliberty/agentpay-sdk/releases/tag/v0.5.0) | +| 2026-05-07 | v0.4.0 | Adds managed Linux wallet support, installer compatibility fixes, and CI deduplication. | [v0.4.0](https://github.com/worldliberty/agentpay-sdk/releases/tag/v0.4.0) | +| 2026-04-13 | v0.3.1 | Refreshes the shared configuration policy and improves MPP session handling. | [v0.3.1](https://github.com/worldliberty/agentpay-sdk/releases/tag/v0.3.1) | +| 2026-04-06 | v0.3.0 | Adds EIP-712 typed-data signing, MPP session improvements, and Tempo session support. | [v0.3.0](https://github.com/worldliberty/agentpay-sdk/releases/tag/v0.3.0) | diff --git a/competitive-intel/helix.md b/competitive-intel/helix.md new file mode 100644 index 0000000..d43f866 --- /dev/null +++ b/competitive-intel/helix.md @@ -0,0 +1,10 @@ +# Helix — competitive intel + +Source repo: [`usehelix/helix`](https://github.com/usehelix/helix) + +| Date | Release | Summary | Source | +|---|---|---|---| +| 2026-04-03 | v2.7.0 | Repositions Helix as payment intelligence; VialOS beta runtime integration predicts costs, optimizes execution, and repairs failures. | [v2.7.0](https://github.com/usehelix/helix/releases/tag/v2.7.0) | +| 2026-03-29 | v2.6.0 | Adds a Self-Refine repair loop and DSPy prompt optimizer so failures are iteratively refined instead of blindly retried. | [v2.6.0](https://github.com/usehelix/helix/releases/tag/v2.6.0) | +| 2026-03-29 | v2.5.0 | Extracts the Vial self-healing engine into a reusable npm package with 34 modules for any agent runtime. | [v2.5.0](https://github.com/usehelix/helix/releases/tag/v2.5.0) | +| 2026-03-27 | v2.4.0 | Adds Coinbase/Privy SDK error fixtures and enables end-to-end execution on Base mainnet. | [v2.4.0](https://github.com/usehelix/helix/releases/tag/v2.4.0) | diff --git a/competitive-intel/omniclaw.md b/competitive-intel/omniclaw.md new file mode 100644 index 0000000..a2a041f --- /dev/null +++ b/competitive-intel/omniclaw.md @@ -0,0 +1,10 @@ +# OmniClaw — competitive intel + +Source repo: [`omnuron/omniclaw`](https://github.com/omnuron/omniclaw) + +| Date | Release | Summary | Source | +|---|---|---|---| +| 2026-05-29 | v0.0.8 | Refocuses the core package on buyer payment infrastructure and fixes gateway balance parsing by domain. | [v0.0.8](https://github.com/omnuron/omniclaw/releases/tag/v0.0.8) | +| 2026-04-22 | v0.0.7 | Revamps README, public docs, and CLI positioning for the OmniClaw launch and adds star-history section. | [v0.0.7](https://github.com/omnuron/omniclaw/releases/tag/v0.0.7) | +| 2026-04-14 | v0.0.6 | Stabilizes the local buyer/seller OmniClaw flow and introduces a business-facing dashboard. | [v0.0.6](https://github.com/omnuron/omniclaw/releases/tag/v0.0.6) | +| 2026-03-30 | v0.0.2 | Introduces nanopayments and a Genetic Financial Firewall for transaction security. | [v0.0.2](https://github.com/omnuron/omniclaw/releases/tag/v0.0.2) |