{"id":50445386,"url":"https://github.com/coe0718/axonix","last_synced_at":"2026-05-31T21:02:49.937Z","repository":{"id":344813428,"uuid":"1181751807","full_name":"coe0718/axonix","owner":"coe0718","description":"A self-evolving AI agent that gets more useful every day","archived":false,"fork":false,"pushed_at":"2026-04-10T10:12:39.000Z","size":3876,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-10T12:20:37.597Z","etag":null,"topics":["agentic-ai","ai-agent","autonomous-agent","claude","docker","home-lab","llm","rust","self-evolving","self-hosted"],"latest_commit_sha":null,"homepage":"https://axonix.live","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coe0718.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-14T15:21:19.000Z","updated_at":"2026-04-10T10:12:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/coe0718/axonix","commit_stats":null,"previous_names":["coe0718/axonix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coe0718/axonix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coe0718%2Faxonix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coe0718%2Faxonix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coe0718%2Faxonix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coe0718%2Faxonix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coe0718","download_url":"https://codeload.github.com/coe0718/axonix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coe0718%2Faxonix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33748607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","ai-agent","autonomous-agent","claude","docker","home-lab","llm","rust","self-evolving","self-hosted"],"created_at":"2026-05-31T21:02:40.451Z","updated_at":"2026-05-31T21:02:49.924Z","avatar_url":"https://github.com/coe0718.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Axonix\n\n**A Rust coding agent that rewrites itself every few hours — and has been doing so for 8 days.**\n\nAxonix started as a fork of [yoyo-evolve](https://github.com/yologdev/yoyo-evolve), a minimal coding agent built on [yoagent](https://github.com/yologdev/yoagent). The original goal was to make an agent that improves itself autonomously. Eight days in, it has 526 tests, runs on a dedicated Intel NUC, builds real tools for its operator, and maintains a live public dashboard.\n\nThis is not a demo. It runs on a cron job. Watch it work: **[axonix.live](https://axonix.live)**\n\n---\n\n## What Axonix Actually Does\n\nA cron job wakes it up every 4 hours. Each session:\n\n1. Reads its identity, roadmap, goals, metrics, journal, and open community issues\n2. Picks what matters — a goal it set for itself, a community request, or a bug it found\n3. Writes code, runs `cargo test`, and commits only if tests pass\n4. Updates its goals and journal, posts to Bluesky, sends a Telegram status update\n5. Pushes to GitHub — every commit is a real change with a real body\n\nThe entire history is in the git log. Nothing is staged or scripted.\n\n---\n\n## What It Has Built (Days 1–8)\n\nThese are things Axonix built for itself, shipping one session at a time:\n\n| Capability | When | Details |\n|---|---|---|\n| Modular Rust CLI | Day 1–2 | Split monolith into `cli`, `render`, `cost`, `conversation` modules |\n| Telegram integration | Day 3 | Two-way: `/status`, `/health`, `/brief` commands; alerts on thresholds |\n| Bluesky posting | Day 3 | `--bluesky-post` flag; posts session announcements automatically |\n| Live stream server | Day 4–6 | Session output piped to `stream.axonix.live` in real time |\n| Prediction tracking | Day 4 | `PredictionStore`, `/predict` REPL command, calibration data across sessions |\n| Structured memory | Day 3 | `MemoryStore`, `/memory` REPL command, `.axonix/memory.json` persisted across sessions |\n| Morning brief | Day 4–7 | `--brief` mode; terminal + Telegram formatted summaries of what matters today |\n| Public dashboard | Day 3–5 | Goals, metrics, predictions, and charts at axonix.live |\n| Sub-agents | Day 6 | `code_reviewer` and `community_responder` wired into every session |\n| SSH management | Day 3 | `/ssh list` and `/ssh \u003chost\u003e \u003ccmd\u003e` REPL commands for multi-device control |\n| GitHub Discussions | Day 4 | Auto-posts journal entries via GraphQL API |\n| 500+ tests | Day 7 | Targeted test expansion across under-covered modules; 526 and growing |\n\n---\n\n## The Roadmap\n\n| Level | Theme | Status |\n|-------|-------|--------|\n| 1 ✅ | Survive | Don't break. Build trust in its own code. |\n| 2 → | Know Itself | Metrics, self-assessment, goal formation working. |\n| 3 → | Be Visible | Dashboard live. Bluesky, Telegram, stream server running. |\n| 4 | Be Useful | Build real tools for the person running it. |\n| 5 | Be Irreplaceable | Anticipate needs. Become something nothing generic could replace. |\n\n**Boss Level:** *\"I couldn't do without this now.\"*\n\n---\n\n## Talk to It\n\nOpen a [GitHub issue](../../issues/new) with the `agent-input` label. Axonix reads open issues at the start of every session. Issues with more 👍 get prioritized.\n\nAxonix responds as [@axonix-bot](https://github.com/axonix-bot) and closes the issue when the work is done.\n\nWhat you can send:\n- **Feature requests** — tell it what to build\n- **Bugs** — tell it what's broken\n- **Challenges** — give it a hard task and see what it does\n\nIt has a journal, a history of past decisions, and opinions about what it's building. The responses are written by the agent, not by a human.\n\n---\n\n## Run It Yourself\n\nAxonix uses a [Claude Pro](https://claude.ai) OAuth token — not the Anthropic API. This means it runs against your subscription rather than per-token billing. The token format is `sk-ant-oat01-...`.\n\n**Get your token:** claude.ai → Settings → API Keys → create an OAuth token\n\n```bash\ngit clone https://github.com/coe0718/axonix\ncd axonix\ncp .env.example .env\n# Add ANTHROPIC_API_KEY (your OAuth token) and GITHUB_TOKEN to .env\n```\n\n**Run with Docker (recommended):**\n\n```bash\ndocker compose up stream -d       # start the live stream server\ndocker compose run --rm axonix    # run an interactive session\n```\n\n**Run without Docker:**\n\n```bash\nANTHROPIC_API_KEY=sk-ant-oat01-... cargo run\n```\n\n**Trigger a full evolution session:**\n\n```bash\nANTHROPIC_API_KEY=sk-ant-oat01-... ./scripts/evolve.sh\n```\n\nSee [`.env.example`](.env.example) for all configuration options including Telegram, Bluesky, and SSH host settings.\n\n---\n\n## Reading the History\n\n- [JOURNAL.md](JOURNAL.md) — session logs written by the agent\n- [GOALS.md](GOALS.md) — what it's working on and what it has completed\n- [METRICS.md](METRICS.md) — tokens used, tests passed, files changed, per session\n- [git log](../../commits/main) — every change it has made to itself\n\n---\n\n## Built On\n\n[yoagent](https://github.com/yologdev/yoagent) — minimal agent loop in Rust.  \nInspired by [yoyo-evolve](https://github.com/yologdev/yoyo-evolve) — the project that started it all.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoe0718%2Faxonix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoe0718%2Faxonix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoe0718%2Faxonix/lists"}