An RLM-inspired coding agent, built from the ground up.
A coding agent that writes Python into a sandboxed GraalPy runtime instead of calling tools directly. It keeps durable state outside the context window, so long tasks don't degrade as the conversation grows. Ships as a single native binary — no Node, no Python setup.
GitHub ↗Idiomatic Clojure wrapper for Playwright.
A command-line remote control for real browsers: open pages, click, fill forms, screenshot, and scrape — all from simple shell commands. A persistent daemon keeps the browser open between commands, and accessibility snapshots give agents a structured view of any page. One self-contained binary, three engines, with E2E test recording and Allure reports for CI.
GitHub ↗Type-safe, schema-validated LLM output for Clojure.
Instead of relying on provider "JSON mode," svar lets the model produce plain text, then parses and corrects it against your spec — so it works with any text-producing LLM, from OpenAI to local Ollama. Includes a multi-provider router with circuit breakers, cost budgets, and automatic fallback. Inspired by BAML.
GitHub ↗Nothing ships without receipts.
A CLI that coordinates codebase verification: it maps changed files to subsystems, checks what evidence your policy requires, and tracks test runs as receipts. Changed code and its verification evidence stay in sync — and a git hook can block pushes until the obligations are met. Built for gradual adoption on Babashka.
GitHub ↗