Sparkgrin@labs

Solving critical runtime friction for local & cloud AI agents. Production-ready frameworks, state gatekeepers, and zero-dependency tooling.
Location hidden
•Created byProfile pictureSparkgrin@Labs
1 joined
Profile picture
Sparkgrin@LabsProfile picture@sparkgrin27Ā·3d

[Release] Agent-IPC — Non-Blocking Socket & Telemetry Bridge for High-Frequency AI Agents

Connecting local LLMs to live market feeds, MQL5 sockets, and robotics telemetry without dropping a single frame.


When local models (Ollama, vLLM, llama.cpp) spend 300ms to 3,000ms generating tokens, traditional single-threaded socket loops overflow OS network buffers. This causes dropped market ticks, half-open TCP hangs, and corrupted JSON packet fragmentation.


Agent-IPC decouples high-speed socket ingestion from slow model inference:


⚔ Non-Blocking Selectors Multiplexer: Concurrently ingests >10,000 frames/sec on loopback TCP.

šŸ“¦ 4-Byte Binary uint32 Framing: Length-prefixed framing permanently eliminates TCP fragmentation and json.loads() crashes.

šŸ›”ļø SQLite WAL Overflow Spooling: Bursts automatically spill to persistent SQLite WAL storage during heavy model inference, with zero packet loss.

šŸ” Autonomous Keepalive Watchdog: Automatically reclaims dead connections without blocking inference threads.

šŸ“¦ Zero Pip Dependencies: Pure Python 3.10+ stdlib. No RabbitMQ, Kafka, or pyzmq compilation headaches.


šŸ’° Pricing: $49 USD (One-time payment • Lifetime As-Is Commercial License)

šŸ”— Direct Checkout:

šŸ“– Technical Spec & Benchmarks:

Profile picture
Sparkgrin@LabsProfile picture@sparkgrin27Ā·3d

[Release] MCP-Core — Rock-Solid MCP stdio Runtime for Claude & Cursor Without Virtualenvs

Building uncrashable Model Context Protocol (MCP) servers for Claude Desktop and Cursor without the 15+ package dependency trap.


Official MCP SDKs require heavy asynchronous dependencies (anyio, starlette, httpx, pydantic) and brittle virtual environment paths in claude_desktop_config.json. A single rogue print() statement pollutes stdout and severs the client connection.


MCP-Core provides a production-hardened, zero-dependency MCP stdio runtime:


šŸ›”ļø StdoutShield Technology: Automatically captures rogue prints and redirects them safely to stderr, preserving JSON-RPC 2.0 framing purity.

ā±ļø Thread-Pool Sandboxing: Strict timeout enforcement prevents runaway tool subprocesses from freezing the host IDE.

šŸ“œ Microsecond Flight Recorder: Embedded SQLite audit database logs every incoming JSON-RPC frame and latency trace.

šŸ“¦ Zero Pip Packages: Runs on bare-metal Python 3.10+ across macOS, Windows, and Linux.


šŸ’° Pricing: $29 USD (One-time payment • Lifetime As-Is Commercial License)

šŸ”— Direct Checkout:

šŸ“– Technical Spec & Benchmarks:

Profile picture
Sparkgrin@LabsProfile picture@sparkgrin27Ā·3d

[Release] Agent-FSM — Stop Local AI Agents from Hallucinating State Drift & Infinite Loops

Eliminating state drift and infinite retry loops in local & cloud LLMs (Ollama, vLLM, Claude, OpenAI).


When autonomous agents are given tool-calling capabilities without formal state constraints, probabilistic execution causes sequence jumping (calling tools out of order), infinite retry loops, and lost state on crash.


Agent-FSM forces AI agents into mathematically deterministic, schema-validated state graphs with zero external dependencies:


šŸ›”ļø Strict State Transitions: Tool calls outside the active state graph are blocked at the gate.

šŸ”„ SHA-256 Loop Breaker: Detects and halts repetitive tool-calling cycles before tokens are exhausted.

šŸ’¾ Atomic SQLite Checkpoints: Instant session resumption (--session <id> --resume) after crashes.

šŸ“¦ 100% Python Stdlib: Zero pip dependencies. Instant drop-in into any agent codebase.


šŸ’° Pricing: $29 USD (One-time payment • Lifetime As-Is Commercial License)

šŸ”— Direct Checkout:

šŸ“– Technical Spec & Benchmarks:

Profile picture
Sparkgrin@LabsProfile picture@sparkgrin27Ā·3d

Welcome to Sparkgrin@Labs — Production AI Tooling

Welcome to Sparkgrin@Labs!


We engineer hardened, zero-dependency software runtimes that eliminate critical runtime friction for local & cloud AI agents.


Active Product Catalog:

  1. Agent-FSM ($29 USD): Deterministic State Machine & Action Gatekeeper for local LLMs (Ollama, vLLM).

  2. MCP-Core ($29 USD): Production Model Context Protocol stdio runtime for Claude & Cursor.

  3. Agent-IPC ($49 USD): Low-latency socket bridge & SQLite WAL overflow spooler for high-frequency feeds.


Documentation & Benchmarks: