A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Run Claude in self-improving loops to optimize measurable goals.
Run Claude in self-improving loops to optimize measurable goals.
built the #1 Spider 2.0 DBT agent · found 203 vulnerabilities across popular OSS · improved Caveman compression from 44% to 54%
Getting Started · CLI · Remote Sandboxes · Config · Custom Subagents · FAQ
Give it a repo, a goal, and a time limit. Walk away. Come back to a PR.
Each round runs Claude in a sandboxed Docker container with fresh context. A persistent run state tracks the goal, eval history, and learned rules across rounds — the agent measures progress, learns from failures, and improves instead of degrading.
git clone https://github.com/SignalPilot-Labs/AutoFyn.git ~/.autofyn
pip install ~/.autofyn/cli
autofyn update && autofyn start
If your agent needs docker access, run
autofyn start --allow-docker
Two release channels:
autofyn update --branch production — stable (recommended)autofyn update --branch main — nightly (latest features)Open localhost:3400 for the dashboard. AutoFyn auto-detects your Claude token, GitHub token, and repo from your local git remote.
Pick a starter preset — Security hardening, Bug sweep, Code quality, or Test coverage — or write your own goal:
autofyn run new -p "Optimize the algorithm to hit 60% compression ratio without further quality loss" -d 120
To configure manually:
autofyn settings set --claude-token YOUR_KEY --git-token YOUR_TOKEN --github-repo owner/repo
LLM agents that run in a loop hit three failure modes: context grows until the model loses track, mistakes repeat because nothing is learned between iterations, and the agent can't tell whether it's making progress or going in circles. AutoFyn's round loop addresses each one. The structure resembles RLHF — subagents generate output, reviewers score it, the orchestrator updates behavior for the next round — but in prompt space, not weight space.
/tmp/memory/ — run_state.md (goal, eval history, rules) and per-subagent rule files. Context never degrades because it never accumulates.ALWAYS: run migrations before tests (because round 4 broke prod, round 4). Global rules are injected into every subagent. Per-subagent rules (e.g. architect.md, code-reviewer.md) let each subagent accumulate domain-specific knowledge across rounds.end_session is denied until the budget expires. It iterates toward the target for the full duration..autofyn/subagents.json to bring its own subagents — adding new ones or overriding the shipped team by name — to tailor the pipeline to a domain (ML research, formal proofs, data work). See Custom Subagents.# Services
autofyn start # start services
autofyn start --allow-docker # start with Docker access for sandbox
autofyn stop # stop all services
autofyn update # pull latest code + images
autofyn update --branch main # switch to nightly channel
autofyn update --image-tag abc1234 # pin to a specific version
autofyn update --build # force local build (for dev)
autofyn logs # stream container logs
autofyn kill # remove all containers
autofyn uninstall # remove everything (containers, images, ~/.autofyn)
# Runs
autofyn run # interactive run selector
autofyn run new -p "Fix auth bugs" # start a new run
autofyn run list # list recent runs
autofyn run get <run_id> # run details + action menu
# Settings
autofyn settings status # check config
autofyn settings get # show all settings
autofyn settings set --claude-token TOKEN --git-token TOKEN --github-repo owner/repo
# Repos
autofyn repos list # list repos
autofyn repos set-active owner/repo # set active repo
Use --json on any command for machine-readable output.
Runs can execute on remote machines (HPC clusters, GPU servers) instead of local Docker. AutoFyn SSH-tunnels to the remote, streams logs back, and manages the lifecycle automatically.
See docs/user/remote-sandboxes.md for setup, start command examples, GPU access, and troubleshooting.
All vulnerabilities were privately disclosed to maintainers before any public mention. Full reports are withheld until patches are available.
Built with the Claude Agent SDK. Apache 2.0 License.
npx CLI installing 100+ agents, commands, hooks, and integrations in one command
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
Pocket Flow: Codebase to Tutorial