From 2f13ebdb7db6c76d5da01464fcb6b5affffc5063 Mon Sep 17 00:00:00 2001 From: iLoveChicken Date: Thu, 16 Apr 2026 10:31:29 +0100 Subject: [PATCH 1/2] Add AlgoVoi LangGraph payment-gate adapter to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f630eaf..4284f1d 100644 --- a/README.md +++ b/README.md @@ -1057,6 +1057,7 @@ Browse the full template catalog here: | [Sean-V-Dev/HMLR-Agentic-AI-Memory-System](https://github.com/Sean-V-Dev/HMLR-Agentic-AI-Memory-System) | Persistent living-memory layer for AI agents — stores and retrieves context across sessions to support long-running agentic workflows | ![GitHub stars](https://img.shields.io/github/stars/Sean-V-Dev/HMLR-Agentic-AI-Memory-System?style=social)
![Last commit](https://img.shields.io/github/last-commit/Sean-V-Dev/HMLR-Agentic-AI-Memory-System) | | [chopratejas/headroom](https://github.com/chopratejas/headroom) | Context-optimization proxy layer for LLM applications — compresses token usage, manages context windows, and provides an OpenAI-compatible API for LangChain, MCP, and FastAPI stacks | ![GitHub stars](https://img.shields.io/github/stars/chopratejas/headroom?style=social)
![Last commit](https://img.shields.io/github/last-commit/chopratejas/headroom) | | [tb8412/qae-langgraph-example](https://github.com/tb8412/qae-langgraph-example) | Deterministic pre-execution safety certification for LangGraph agents with auditable certificates and constraint-based routing | ![GitHub stars](https://img.shields.io/github/stars/tb8412/qae-langgraph-example?style=social)
![Last commit](https://img.shields.io/github/last-commit/tb8412/qae-langgraph-example) | +| [chopmob-cloud/AlgoVoi-Platform-Adapters](https://github.com/chopmob-cloud/AlgoVoi-Platform-Adapters/tree/master/ai-agent-frameworks/langgraph) | Payment-gate any LangGraph StateGraph using x402, MPP, or AP2 — paid in USDC on Algorand, VOI, Hedera, or Stellar. `AlgoVoiPaymentTool` is `ToolNode` + `create_react_agent`-compatible. 77/77 tests. | ![GitHub stars](https://img.shields.io/github/stars/chopmob-cloud/AlgoVoi-Platform-Adapters?style=social)
![Last commit](https://img.shields.io/github/last-commit/chopmob-cloud/AlgoVoi-Platform-Adapters) |
From 9a9109a4300a03cc57115a83e5608d6af0db0f8a Mon Sep 17 00:00:00 2001 From: iLoveChicken Date: Sat, 25 Apr 2026 22:17:43 +0100 Subject: [PATCH 2/2] feat: add Base, Solana, Tempo chain support to AlgoVoi entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4284f1d..d4cf997 100644 --- a/README.md +++ b/README.md @@ -1057,7 +1057,7 @@ Browse the full template catalog here: | [Sean-V-Dev/HMLR-Agentic-AI-Memory-System](https://github.com/Sean-V-Dev/HMLR-Agentic-AI-Memory-System) | Persistent living-memory layer for AI agents — stores and retrieves context across sessions to support long-running agentic workflows | ![GitHub stars](https://img.shields.io/github/stars/Sean-V-Dev/HMLR-Agentic-AI-Memory-System?style=social)
![Last commit](https://img.shields.io/github/last-commit/Sean-V-Dev/HMLR-Agentic-AI-Memory-System) | | [chopratejas/headroom](https://github.com/chopratejas/headroom) | Context-optimization proxy layer for LLM applications — compresses token usage, manages context windows, and provides an OpenAI-compatible API for LangChain, MCP, and FastAPI stacks | ![GitHub stars](https://img.shields.io/github/stars/chopratejas/headroom?style=social)
![Last commit](https://img.shields.io/github/last-commit/chopratejas/headroom) | | [tb8412/qae-langgraph-example](https://github.com/tb8412/qae-langgraph-example) | Deterministic pre-execution safety certification for LangGraph agents with auditable certificates and constraint-based routing | ![GitHub stars](https://img.shields.io/github/stars/tb8412/qae-langgraph-example?style=social)
![Last commit](https://img.shields.io/github/last-commit/tb8412/qae-langgraph-example) | -| [chopmob-cloud/AlgoVoi-Platform-Adapters](https://github.com/chopmob-cloud/AlgoVoi-Platform-Adapters/tree/master/ai-agent-frameworks/langgraph) | Payment-gate any LangGraph StateGraph using x402, MPP, or AP2 — paid in USDC on Algorand, VOI, Hedera, or Stellar. `AlgoVoiPaymentTool` is `ToolNode` + `create_react_agent`-compatible. 77/77 tests. | ![GitHub stars](https://img.shields.io/github/stars/chopmob-cloud/AlgoVoi-Platform-Adapters?style=social)
![Last commit](https://img.shields.io/github/last-commit/chopmob-cloud/AlgoVoi-Platform-Adapters) | +| [chopmob-cloud/AlgoVoi-Platform-Adapters](https://github.com/chopmob-cloud/AlgoVoi-Platform-Adapters/tree/master/ai-agent-frameworks/langgraph) | Payment-gate any LangGraph StateGraph using x402, MPP, or AP2 — paid in USDC on Algorand, VOI, Hedera, Stellar, Base, Solana, or Tempo. `AlgoVoiPaymentTool` is `ToolNode` + `create_react_agent`-compatible. 77/77 tests. | ![GitHub stars](https://img.shields.io/github/stars/chopmob-cloud/AlgoVoi-Platform-Adapters?style=social)
![Last commit](https://img.shields.io/github/last-commit/chopmob-cloud/AlgoVoi-Platform-Adapters) |