Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
agent
|
|
|
agentrunner
Package agentrunner provides lean parent-agent detection with no heavy deps.
|
Package agentrunner provides lean parent-agent detection with no heavy deps. |
|
cli/claude
Package claude implements a registry.Agent that shells out to the Claude Code CLI in headless mode and parses its stream-json NDJSON output via the agent/event/claude_types package.
|
Package claude implements a registry.Agent that shells out to the Claude Code CLI in headless mode and parses its stream-json NDJSON output via the agent/event/claude_types package. |
|
exec/tool_resolve
Package toolresolve provides centralized binary resolution that respects both the system PATH, the well-known extra install paths (e.g.
|
Package toolresolve provides centralized binary resolution that respects both the system PATH, the well-known extra install paths (e.g. |
|
llm/llm-mock
command
|
|
|
llm/llm-mock/llm-mock-run-codex
command
|
|
|
llm/llm-mock/llm-mock-run-grok
command
|
|
|
Package agent_trace is deprecated: trace types and adapter registration moved into agent/event (traceview, traceparse, summary, codex_types).
|
Package agent_trace is deprecated: trace types and adapter registration moved into agent/event (traceview, traceparse, summary, codex_types). |
|
codex
Package codex is deprecated: the Codex trace adapter moved to agent/event/traceparse.
|
Package codex is deprecated: the Codex trace adapter moved to agent/event/traceparse. |
|
cursor
Package cursor is deprecated: the Cursor trace adapter moved to agent/event/traceparse.
|
Package cursor is deprecated: the Cursor trace adapter moved to agent/event/traceparse. |
|
opencode
Package opencode is deprecated: the Opencode trace adapter moved to agent/event/traceparse.
|
Package opencode is deprecated: the Opencode trace adapter moved to agent/event/traceparse. |
|
pi
Package pi is deprecated: the Pi trace adapter moved to agent/event/traceparse.
|
Package pi is deprecated: the Pi trace adapter moved to agent/event/traceparse. |
|
types
Package types is deprecated: all symbols are aliases or delegates to agent/event.
|
Package types is deprecated: all symbols are aliases or delegates to agent/event. |
|
agents
|
|
|
brainstorm
command
|
|
|
brainstorm/run
Package run implements the brainstorm sub-agent CLI.
|
Package run implements the brainstorm sub-agent CLI. |
|
debug-with-user
command
|
|
|
debug-with-user/dialog
Package dialog implements macOS human-in-the-loop dialogs via osascript.
|
Package dialog implements macOS human-in-the-loop dialogs via osascript. |
|
debug-with-user/run
Package run exposes embedded skill content for agent-pro registration.
|
Package run exposes embedded skill content for agent-pro registration. |
|
explore
command
|
|
|
explore/run
Package main implements the explore sub-agent CLI.
|
Package main implements the explore sub-agent CLI. |
|
followup
command
|
|
|
followup/run
Package run implements the followup sub-agent CLI.
|
Package run implements the followup sub-agent CLI. |
|
idea-expander
command
|
|
|
intent-route
command
|
|
|
intent-route/run
Package main implements the intent-route sub-agent CLI.
|
Package main implements the intent-route sub-agent CLI. |
|
loop-workflow/references
command
Template for script/debug/<name>/main.go Copy and adapt — do not import this file directly.
|
Template for script/debug/<name>/main.go Copy and adapt — do not import this file directly. |
|
reproduce
command
|
|
|
reproduce/run
Package main implements the reproduce sub-agent CLI.
|
Package main implements the reproduce sub-agent CLI. |
|
tdd-expert
command
|
|
|
tdd-expert/test/integrations
command
|
|
|
test-case-design-expert
command
|
|
|
test-case-tree-design-expert
command
|
|
|
pkgs
|
|
|
groktty
Package groktty is a compatibility stub for sealed doctest trees that still import this legacy package path.
|
Package groktty is a compatibility stub for sealed doctest trees that still import this legacy package path. |
|
ttyrunner
Package ttyrunner is a compatibility shim delegating to pkgs/agenttty.
|
Package ttyrunner is a compatibility shim delegating to pkgs/agenttty. |
|
script
|
|
|
agent-run/build-frontend
command
|
|
|
agent-run/install
command
Command install builds the agent-run React frontend and installs the agent-run binary into $GOPATH/bin.
|
Command install builds the agent-run React frontend and installs the agent-run binary into $GOPATH/bin. |
|
agent-traces/install
command
Command install builds the React frontend and installs the standalone agent-traces viewer into $GOPATH/bin.
|
Command install builds the React frontend and installs the standalone agent-traces viewer into $GOPATH/bin. |
|
build-frontend
command
|
|
|
codex/show-status
command
|
|
|
debug/agent-run-web-loop
command
agent-run-web-loop demos an automated inspect → report loop for agent-run web.
|
agent-run-web-loop demos an automated inspect → report loop for agent-run web. |
|
debug/grok-session-cwd-rebind
command
grok-session-cwd-rebind: experiment whether Grok session tool cwd can be rebound after the original workspace directory is deleted, by editing session meta files under a custom GROK_HOME.
|
grok-session-cwd-rebind: experiment whether Grok session tool cwd can be rebound after the original workspace directory is deleted, by editing session meta files under a custom GROK_HOME. |
|
debug/grok-tty-discovery-cancel
command
grok-tty-discovery-cancel reproduces the web grok-tty bind race locally.
|
grok-tty-discovery-cancel reproduces the web grok-tty bind race locally. |
|
debug/grok-writable-probe
command
grok-writable-probe captures grok TTY snapshots and compares writable heuristics.
|
grok-writable-probe captures grok TTY snapshots and compares writable heuristics. |
|
debug/markdown-message-card-render
command
markdown-message-card-render: reproduce / verify markdown rendering on thinking progress cards and assistant response message cards.
|
markdown-message-card-render: reproduce / verify markdown rendering on thinking progress cards and assistant response message cards. |
|
debug/message-card-reorder-followup
command
message-card-reorder-followup: reproduce / verify live message-card reorder on grok-tty follow-up (second user bubble causes first user card to jump).
|
message-card-reorder-followup: reproduce / verify live message-card reorder on grok-tty follow-up (second user bubble causes first user card to jump). |
|
debug/mobile-terminal-touch-scroll
command
mobile-terminal-touch-scroll: reproduce / verify mobile touch pan scrolling of the terminal modal (xterm scrollback) via playwright-debug mobile viewport.
|
mobile-terminal-touch-scroll: reproduce / verify mobile touch pan scrolling of the terminal modal (xterm scrollback) via playwright-debug mobile viewport. |
|
debug/open-bind-parallel-flake
command
open-bind-parallel-flake: reproduce / verify parallel doctest flakes in status-resume/run-open-background-bind.
|
open-bind-parallel-flake: reproduce / verify parallel doctest flakes in status-resume/run-open-background-bind. |
|
debug/open-bind-smoke
command
open-bind-smoke: reproduce / verify agent-run run --open grok session bind.
|
open-bind-smoke: reproduce / verify agent-run run --open grok session bind. |
|
debug/open-exit-runner-exited
command
open-exit-runner-exited reproduces / verifies status after /exit inside grok-tty.
|
open-exit-runner-exited reproduces / verifies status after /exit inside grok-tty. |
|
debug/open-resume-e2e
command
open-resume-e2e: end-to-end health check for open → Paris → /exit → resume --open.
|
open-resume-e2e: end-to-end health check for open → Paris → /exit → resume --open. |
|
debug/session-card-id-footer-capped
command
session-card-id-footer-capped: reproduce / verify home session card bottom footer showing mid-ellipsis shortSessionId under a prompt title.
|
session-card-id-footer-capped: reproduce / verify home session card bottom footer showing mid-ellipsis shortSessionId under a prompt title. |
|
debug/session-list-ux-enhance
command
session-list-ux-enhance: reproduce / verify session list home UX:
|
session-list-ux-enhance: reproduce / verify session list home UX: |
|
dev
command
|
|
|
grok/show-usage
command
|
|
|
install
command
|
|
|
sudo-nopasswd-poc
command
Conceptual POC for passwordless-sudo setup used by ws-proxy vpn.
|
Conceptual POC for passwordless-sudo setup used by ws-proxy vpn. |
|
tty-watch
command
|
|
|
tty-watch/ttywatchtest/lockholder
command
Command lockholder holds an exclusive flock on a path so tty-watch doctests can assert registry-lock-busy diagnostics against a known holder PID/command.
|
Command lockholder holds an exclusive flock on a path so tty-watch doctests can assert registry-lock-busy diagnostics against a known holder PID/command. |
Click to show internal directories.
Click to hide internal directories.