Starlight site, Cloudflare Pages deploy script, docs checks, link checks, and production verification docs.
Home
foxctl
Local control plane for agentic code work.
Code retrieval, skills, memory, context, agents, rooms, and operational workflows under one inspectable CLI.
foxctl run code/semantic_search --input '{"format":"tree"}'$ foxctl run code/semantic_search --input '{"format":"tree"}'$ foxctl index repo build --workspace . --go --typescript --elixir$ foxctl run code/dag_grep --input '{"query":"buildEvidencePack"}'$ foxctl agent spawn --role reviewer --exec-mode autonomousWhat is current, and what is still moving
The site separates shipped behavior from plan-backed work so agents can avoid treating experimental runtime and evaluation work as production operator guidance.
Repoindex, semantic search, DAG grep, codemaps, and CAS-backed outputs are documented as operator workflows.
Agent lifecycle, orchestration, rooms, storage, and observability have current behavior docs.
Crash recovery, idempotent side effects, and effect journal work remain tied to active plans.
Hotspot detection, confidence scoring, target selection, and slop detection are being hardened.
LongCoT evals, helper pipelines, recursive fanout, and smolvm runtime work are still experimental.
Connectors that make foxctl useful in real workflows
Integrations are grouped by status: current surfaces are safe to build on, while runtime adapter work remains explicitly marked in progress.
LLM provider detection plus MCP serving for editor and agent tool access.
Open docsGeneric OpenAPI calls, auth strategies, pagination, retries, CAS output, and plugin hooks.
Open docsSession, tool, agent, and lifecycle events wired to structured actions and safety decisions.
Open docsDiscord, Telegram, and Teams adapters route commands and conversation into foxctl sessions.
Open docsVault indexing for notes, wikilinks, aliases, tags, and retrieval-oriented memory.
Open docsOpenSandbox, RLM, durable execution, and Go-native runtime plans are still plan-backed work.
Open docsA practical loop for agentic code work
foxctl makes the repeatable path explicit: orient the agent, retrieve grounded evidence, plan with context, act through tools, then verify the result.
Build a ranked map of the repo before changing code.
Index symbols, imports, calls, references, and files.
Pull the exact evidence needed for a bounded implementation path.
Coordinate persistent agents and rooms when the work needs hands.
Keep outputs reproducible, protocol-shaped, and CI-visible.
The system pieces foxctl gives you
A single entry point for repo search, skill runs, agent control, docs refresh, and local operations.
Semantic search, graph navigation, DAG grep, snippet extraction, and codemaps for grounded context.
Job-tracked, ephemeral, and direct execution paths for installable tools with stable envelopes.
Persistent sessions, mailbox asks, overseer coordination, and durable room timelines.
CAS, vectors, Turso, and Postgres keep large artifacts and working memory inspectable.
Performance checks that protect real hot paths
Benchmarks are wired as a runnable solution, not a static report: the curated runner keeps repo search, storage, execution, and scan helper costs visible during local work.
A repeatable package set with count, time, pattern, and output capture controls.
ReviewMeasures zero-result fallback, scored search, syntax fallback, and allocation cost.
ReviewCovers CAS buffering, slice preallocation, cancellation checks, and row scan helpers.
ReviewCanonical storage, disposable context, durable evidence
Commands return envelopes, large artifacts go to CAS, repo metadata stays rebuildable, and agent work is anchored to durable room and session records.