kedge

nlj3/kedge
★ 0 stars Rust Code/Dev Tools Updated today
Kedge — a deterministic AI agent execution & verification harness in Rust. ReAct engine, hard budgets, Shadow-Guard interception, MCP server, AST-aware context compaction, SQLite replay.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kedge": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "kedge"
      ]
    }
  }
}

README Excerpt

> **Run the engine in your browser** → **[nlj.dev](https://nlj.dev)** (open the Kedge icon) > The real ReAct engine compiled to WebAssembly — deterministic Think → Act → Observe, > executing entirely client-side. No server, no API key, no network. A **deterministic, dry-run-first execution substrate for AI agents**, written in Rust.

Topics

agent-frameworkai-agentsllmllm-agentmcpobservabilityrustwebassembly