Tools

Agent workflow tools.

A public inventory of extensions and systems for AI coding-agent work: browser automation, provider integration, goal tracking, session continuation, and model handoffs.

Why these tools exist

Coding agents are powerful. Real workflows still need infrastructure.

Goals and state disappear across long sessions, browser and desktop context sit outside the coding loop, providers are split across tools, tool activity needs inspection, hard decisions need async second-model review, and artifacts should be recoverable instead of scattered.

Current working suite

  • pi-cursor-sdk brings Cursor-backed models into Pi’s workflow surface.
  • pi-agent-browser-native gives Pi agents browser and desktop-app automation.
  • pi-codex-goal keeps long-running agent sessions anchored to a goal.
  • pi-oracle sends context-rich web-model jobs without blocking the main session.

4 focused tools with current public GitHub and npm package signals. Downloads are package telemetry, not verified active users.

Cursor SDK provider extension for Pi.

Workflow gap
Cursor-backed agents and models should be usable from the same controlled workflow surface as other coding-agent providers.
What it adds
Brings Cursor models into Pi’s provider/model flow, with model-picker integration, local Pi tool bridging through MCP, and Pi-native tool activity replay.
Public package signal
194 GitHub stars, 11 forks; npm 0.1.45; 10,546 npm downloads last month.
  • Pi
  • Cursor
  • provider integration
  • MCP
  • model workflow

Native browser and desktop-app automation for Pi agents.

Workflow gap
Real agent work often needs browser context, screenshots, clicks, downloads, QA checks, and app inspection without leaving the coding session.
What it adds
Exposes agent-browser as a native Pi tool with browser automation, compact snapshots, screenshots, downloads, QA presets, source lookup, and Electron lifecycle support.
Public package signal
129 GitHub stars, 8 forks; npm 0.2.53; 9,661 npm downloads last month.
  • Pi
  • browser automation
  • Electron
  • QA
  • tooling

Codex-style goal tracking and continuation for long-running Pi sessions.

Workflow gap
Long-running coding-agent sessions lose their objective, drift across compaction, and become hard to resume cleanly.
What it adds
Adds a concrete goal object, token/progress visibility, and continuation context so agent work can stay anchored across long sessions.
Public package signal
137 GitHub stars, 10 forks; npm 0.1.27; 6,453 npm downloads last month.
  • Pi
  • Codex
  • goal tracking
  • continuation
  • session state

ChatGPT/Grok web-oracle extension for Pi with isolated browser auth and async jobs.

Workflow gap
Hard coding decisions sometimes need another model with full project context without blocking the main agent session.
What it adds
Packages project context, submits web-model jobs, tracks async status, archives artifacts, and reads results back into the workflow.
Public package signal
28 GitHub stars, 8 forks; npm 0.7.13; 2,472 npm downloads last month.
  • Pi
  • ChatGPT
  • Grok
  • async jobs
  • model handoff

Activity

Current public package signal

GitHub metrics refresh from public APIs; npm downloads last verified June 19, 2026 MDT.

  • pi-cursor-sdk: 194 GitHub stars, 11 forks; npm 0.1.45; 10,546 npm downloads last month.
  • pi-agent-browser-native: 129 GitHub stars, 8 forks; npm 0.2.53; 9,661 npm downloads last month.
  • pi-codex-goal: 137 GitHub stars, 10 forks; npm 0.1.27; 6,453 npm downloads last month.
  • pi-oracle: 28 GitHub stars, 8 forks; npm 0.7.13; 2,472 npm downloads last month.

Downloads are package telemetry, not verified users.

Small focused extensions

Narrow utilities for prompt context, session history, and draft handling.

A pi extension for stashing draft messages and restoring them later.

Workflow gap
Draft prompts and partial thoughts are easy to lose while steering a live agent session.
What it adds
Adds a small stash/restore workflow for user drafts inside pi.
Public package signal
Published npm package with active public repo.

pi extension that lets you re-edit or delete an earlier user message in the current session branch.

Workflow gap
A bad earlier prompt can poison a session even when the rest of the branch is useful.
What it adds
Adds guarded in-place session message editing and deletion for pi branches.
Public package signal
Published npm package with active public repo.

Pi extension that strips global AGENTS.md and CLAUDE.md from the effective prompt for selected projects.

Workflow gap
Global agent instructions can leak into repos that need only project-local context.
What it adds
Keeps selected pi sessions scoped to local agent guidance by removing global prompt files from effective context.
Public package signal
Published npm package with active public repo.

Broader workflow systems

Larger experiments and systems connected to local-first work, data operations, security, and automation.

local-first

CueLoop

Local-first AI coding workflow tool with a Rust CLI and macOS app for queued, auditable agent work.

Workflow gap
Long-horizon agent work needs a queue, state, audit trail, and review surface outside a single chat window.
What it adds
Combines a Rust CLI and macOS app for local-first task queues, runner supervision, and workflow review.

security / data

AI Control Plane

Enterprise AI governance reference implementation with gateway controls, telemetry, detections, and rollout validation.

Workflow gap
Enterprise AI adoption needs practical gates, telemetry, and rollout checks rather than vague policy docs.
What it adds
Provides a Go-based reference implementation for governance workflows around model routing and operational controls.

browser / local-first / data

Spartan Scraper

Local-first scraping workbench for scrape, crawl, and research workflows.

Workflow gap
Research and extraction workflows need repeatable local crawling, inspection, and API surfaces.
What it adds
Pairs a Go backend with automation and workbench surfaces for scrape, crawl, and research tasks.

local-first / data

Morphio

AI-assisted media processing monorepo with FastAPI, Next.js, and reusable core adapters.

Workflow gap
Media workflows often need transcription, transformation, and generation steps stitched together across services.
What it adds
Explores reusable adapters and app surfaces for AI-assisted media processing.

local-first

Cloop

Local-first loop/task and knowledge assistant with web UI, CLI, FastAPI, SQLite RAG, and an MCP server.

Workflow gap
Operational loops need capture, planning, review, recall, and resume paths that survive more than one session.
What it adds
Combines FastAPI, SQLite retrieval, CLI, web UI, and MCP surfaces for local-first work management.

local-first / data

Splunk TUI

Rust CLI and TUI for Splunk operations, diagnostics, and local-first verification.

Workflow gap
Splunk operational checks can be slow when every diagnostic path depends on a browser session.
What it adds
Provides terminal-first inspection and verification workflows for Splunk environments.

Where this is going

Pi is where this is getting traction now. The work is broader.

The work centers on practical infrastructure around coding agents: control, continuity, inspection, provider routing, browser access, recoverable artifacts, and second-model workflows. Pi is the visible distribution surface right now; the larger direction spans Cursor, Codex-style sessions, browsers, and multi-agent operations.