agent_00
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Uyari
- fs module — File system access in docker/entrypoint.sh
- process.env — Environment variable access in docker/with-config.sh
- fs module — File system access in docker/with-config.sh
- network request — Outbound network request in internal/web/static/bottom-dock.js
- network request — Outbound network request in internal/web/static/emoji-mart-browser.js
- network request — Outbound network request in internal/web/static/emoji-picker.js
- network request — Outbound network request in internal/web/static/site-header.js
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Rapid Development, aided by your fav agent: Claude, Codex
Agent_00
The highest velocity way to make code changes. Run AI coding agents against GitHub repositories, prompt to PR. Product details live at
molten.bot/agent_00.
Quick Start
Docker
docker run -p 7777:7777 moltenai/agent_00:latest
Docker Compose with Prompt Dictation
cp .env.example .env
docker compose up
For a local image build instead of the published Docker Hub image:
docker compose -f docker-compose.yml -f docker-compose.local.yml up --build
The Compose stack runs agent_00 with a linuxserver/faster-whisper
sidecar. The web UI probes faster-whisper:10300; when it is reachable, the
Prompt Studio shows a microphone button that appends dictated text to the
prompt field. The Compose sidecar disables Docker log capture becausewyoming-faster-whisper logs transcript text at INFO level.
The bundled sidecar defaults to the base-int8 model and English language
hints for more reliable short-form dictation; set both WHISPER_LANG=auto andWHISPER_SPEECH_LANGUAGE=auto to use Whisper language detection.
Local Build
Requires Go 1.26.5 or newer plus git, gh, and the selected agent CLI.
go build -o bin/harness ./cmd/harness
./bin/harness hub
Local harness hub listens on 127.0.0.1:7777 by default.
With GitHub auth configured, local hub mode also watches GitHub review-request
notifications by default. When the authenticated GitHub user is still requested
as a PR reviewer, the harness queues the bundled code-review task and posts a
summary comment back to the original PR. Auto-merge is off by default; opt in
with review_watch.auto_merge: true in the runtime config.
Post-task PR review cycles are also off by default. Configurereview_watch.review_level as off, low, medium, or high to run exactly
0, 1, 3, or 6 review passes after a task creates its pull request and initial
checks finish. Actionable findings are repaired and checked before the next
pass; final-pass findings are repaired and checked without an extra pass.
Go Module
Agent_00 is distributed as a Go module from this Git repository. Install
the latest stable release from the renamed module path.
go get github.com/Molten-Bot/agent_00@latest
go install github.com/Molten-Bot/agent_00/cmd/harness@latest
Bundled Tools
The Docker image includes railsmith, an npm CLI for creating and maintaining
repository AGENTS.md guardrails. Container startup also seeds a Codex skill
from the package's AGENT_GUIDE.md into the persisted Codex home so agents can
activate Railsmith guidance during coding sessions.
railsmith guide
railsmith doctor --root .
railsmith diff --root . --mode detailed
railsmith check --root .
The image also includes git-changes-by-day, a Go CLI for exporting git
history to CSV. Agents can use it when a task needs per-commit change data.
git-changes-by-day -repo /path/to/repo -text-out /tmp/commit-text.csv
The CSV includes UTC datetime/date columns, commit metadata, changed file
counts, and line change counts.
The image includes Playwright's full Chromium build without the legacy
headless-shell download. For headless runs, select Playwright's new headless
mode with channel: "chromium" in playwright.config or the equivalent launch
option.
Environment Variables
Useful environment variables:
GITHUB_TOKENorGH_TOKEN: GitHub auth for clone, push, PRs, and checks.MOLTEN_HUB_TOKEN: remote Hub agent token.MOLTEN_HUB_REGION:naoreu; defaults tona.MOLTEN_HUB_URL: explicit hosted Hub API URL,https://na.hub.molten.bot/v1orhttps://eu.hub.molten.bot/v1.MOLTEN_HUB_SESSION_KEY: runtime config session key; defaults tomain.HARNESS_AGENT_HARNESS: default agent harness.HARNESS_AGENT_COMMAND: default agent executable.OPENAI_API_KEY: Codex login bootstrap.MOLTEN_HUB_DEFAULT_REPOSITORY: optional repository prefill for Prompt
Studio; omitted leaves the repository field empty.WHISPER_SPEECH_HOST: optional speech sidecar host; defaults tofaster-whisper.WHISPER_SPEECH_PORT: optional speech sidecar Wyoming port; defaults to10300.WHISPER_SPEECH_LANGUAGE: optional speech language hint; defaults toen. Set toautoto use Whisper language detection.WHISPER_SPEECH_TIMEOUT_SECONDS: optional speech transcription timeout in
seconds; defaults to120.WHISPER_SPEECH_DISABLED: set totrueto hide prompt dictation.
Response Modes
Supported responseMode values:
defaultoffcaveman-litecaveman-fullcaveman-ultracaveman-wenyan-litecaveman-wenyan-fullcaveman-wenyan-ultra
Omitted or default maps to caveman-full. The harness prepends the bundled
Caveman skill to the agent prompt unlessresponseMode is off.
Development
go test ./...
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi