A Tauri desktop GUI for Claude Code: browse and resume past sessions, build reusable agents with scoped permissions, and track token spend per project. Adds checkpoint branching and visual MCP server management, with all data kept locally and no telemetry.
Provides a unified Python interface to collect data, train visual/dynamics world models, and evaluate them with model-predictive control across many standardized environments. Includes reference baselines, planning solvers, dataset converters, and LanceDB-backed formats for reproducible experiments. Best suited for researchers benchmarking world-model algorithms.
A template and workflow for feeding AI coding assistants structured context — project rules, code examples, and validation gates — instead of one-off prompts. Centers on Product Requirements Prompts (PRPs) that an agent generates, then executes.
An open-source memory layer that turns agent runs and conversations into structured, persistent state recallable across sessions. Captures facts, events, preferences, and relationships automatically; LLM-agnostic with SDK and MCP integration.
Provides hierarchical, versioned semantic memory for AI agents with Git-like branching, commits, and rollbacks—using semantic paths and cryptographic provenance instead of opaque vector stores. Designed for branch-aware, auditable memory in multi-agent and production workflows.
Framework for building multi-modal AI agents that watch, listen, and reason over live video, pairing vision models (YOLO, Roboflow, Moondream) with LLMs like Gemini and OpenAI. Agents join calls in ~500ms and keep audio/video latency under 30ms.
Wraps the OpenCode CLI with a plan-first workflow: agents propose a plan you approve before any code is written, and a ContextScout step loads your repo's existing patterns so output matches house style, not generic boilerplate.
Defines a predictable repository-level instruction file for coding agents, giving teams one place to document workflow rules instead of each tool inventing its own context format.
Makes the spec an executable artifact: you write intent in structured markdown and AI agents generate the plan, task breakdown, and code from it. A specify CLI and slash commands drive a constitution-plan-tasks-implement workflow across 30+ coding agents.
A ~5,000-line Python LLM inference engine that re-implements SGLang's serving optimizations — radix KV-cache reuse, chunked prefill, overlap scheduling, tensor parallelism — as a fully type-annotated reference instead of a black box.
Runs text-to-speech with instant voice cloning fully on-device, from phones to GPUs. Built on small LLM backbones (120M-360M params) plus a 50Hz neural codec; clones a voice from ~3 seconds of audio across English, Spanish, German, and French.
Provides a set of Claude Code skills that let an LLM-driven agent control Browserbase via browser automation and the official bb CLI — includes browser automation with anti-bot/solver support, cookie sync, fetch/tracing, site-debugging, and serverless function workflows.