GhostTrace Exposes AI Agent Decision-Making Process
THE GIST: GhostTrace is a Python CLI tool that records AI agent decisions, including rejected options, for enhanced transparency and debugging.
Agent Audit Kit v0.1: Deterministic Replay and Stress Testing for LLM Agents
THE GIST: Agent Audit Kit v0.1 (AAK) is an open-core toolkit for deterministic capture, replay, and stress testing of LLM agents, producing portable evidence bundles.
Conduit: Unified Swift SDK for Local and Cloud LLM Inference
THE GIST: Conduit offers a single Swift API to target multiple LLM providers, including local and cloud options, simplifying LLM integration in Swift applications.
AgentForge: Lightweight Multi-LLM Orchestrator for Provider Switching
THE GIST: AgentForge is a 15KB multi-LLM orchestrator providing a unified interface for Claude, Gemini, OpenAI, and Perplexity, enabling easy provider switching.
Air: Open-Source Black Box for AI Agent Audit Trails
THE GIST: Air is an open-source tool that provides tamper-evident audit trails for AI agents, ensuring accountability and compliance without exposing sensitive data.
Dorabot: Turn Claude Code into Autonomous AI Agents Locally
THE GIST: Dorabot wraps Claude, Codex, or MiniMax in an agent harness, providing memory, messaging, goals, and automation, running locally on macOS.
KrillClaw: A 49KB AI Agent Runtime in Zig for Microcontrollers
THE GIST: KrillClaw is a lightweight, fully autonomous AI coding agent written in Zig, designed for microcontrollers and small systems, under 200KB.
Self-Updating HTML Files Powered by Bash and LLMs
THE GIST: `.o-o.html` files are self-updating documents that can be read in a browser or updated via bash, leveraging LLMs for content refresh.
Firecracker MicroVMs for Metering and Auditing LLM Agent Runs
THE GIST: fc-metrics uses Firecracker microVMs to provide reliable metering and auditing for LLM agent tasks, generating JSON receipts with timing, I/O, and network data.