Skip to content
View dungle-scrubs's full-sized avatar

Highlights

  • Pro

Block or report dungle-scrubs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dungle-scrubs/README.md

Kevin Frilot

Tools I use every day, and prototypes I'm having fun with.

Agent infrastructure

  • tether — a coordination service for durable agent sessions. One replayable append-only event stream for participants, tasks, approvals and external client bindings. Tether holds no intelligence of its own; participants can be language models, plain deterministic scripts, or any mix.
  • harness-cli-normalizer — one interface to four coding-agent CLIs. Claude Code, Codex, pi and Muse are described as data and their headless output normalized to a single event stream, so an orchestrator or benchmark rig is written once instead of once per CLI.

Agent tools

  • lucid — an agent-agnostic artifact explorer with batch interactions. Your agent writes a plan as an HTML document, you mark up as many places as it needs, and every note comes back at once as located feedback. Building golden eval sets becomes a side effect of reviewing.
  • source-recall — semantic code search, built to be called by an agent. Tree-sitter parsing, hybrid keyword and vector retrieval, and embedding on a local model.
  • distill — turns a video into a reading: the full transcript plus the keyframes worth looking at, their on-screen text extracted, in one self-contained markdown file.
  • browser-tools — browser automation and debugging from the command line, with persistent named Chrome sessions, CDP profiling, and anti-detect browsing for bot-protected sites.
  • web-search — normalized web search for agents and research tools. Brave with a Google fallback, one uniform result shape, and no synthesis: grounding belongs in the layer above.
  • scraper — returns any page as clean markdown, detects bot walls and challenge pages, and falls back to Jina Reader when the headless browser is blocked.

macOS

  • hisohiso — a dictation app with local AI transcription. Nothing leaves the machine.
  • aerospace-invader — a workspace navigator and on-screen display for the AeroSpace tiling window manager. Cycle non-empty workspaces from the keyboard, expand the pill bar into a grid, and drag to reorder.
  • opchain — keeps 1Password service-account tokens in the Keychain and injects them directly into op child processes. The shell environment, and anything reading it, never sees the token.

Experimental

  • skillval — deterministic evals for agent skills, with no model judges. Every case runs with the skill and again without it, so a rule the model already follows on its own shows up as a prune candidate.
  • belay — a full coding agent that runs in the browser instead of a terminal, several sessions at once, with Tether underneath.

Archived

  • tallow — a coding agent you drive from the terminal or embed as a library, plus an opinionated collection of pi extensions. No longer maintained.

kevinfrilot.com

Popular repositories Loading

  1. tallow tallow Public

    A coding agent CLI and library built on pi-coding-agent

    TypeScript 71 7

  2. lucid lucid Public

    TypeScript 2

  3. skillval skillval Public

    Deterministic evals for agent skills (agentskills.io) - skill vs baseline arms measure whether a skill changes model behavior

    TypeScript 2

  4. tether tether Public

    Coordination service for durable sessions, event streams, participants, tasks, approvals, and external client bindings.

    TypeScript 1

  5. aerospace-invader aerospace-invader Public

    Swift

  6. domain-muse domain-muse Public

    TypeScript