Skip to content

Repository files navigation

AEON — the most autonomous agent framework. 60+ skills across 6 harnesses (Claude Code, Grok, Codex, Pi, Vibe, Kimi), running unattended on GitHub Actions: it ships features to your repos, privately discloses real vulnerabilities, deploys live apps, runs deep research, and writes new skills for itself. Keywords: autonomous AI agent, agent framework, GitHub Actions automation, self-improving agent, multi-agent orchestration, LLM skills, cron agent.

Star us ❤️ →   Star Aeon on GitHub   aeon.fun   Aeon docs   @aeonframework on X   $aeon on Bankr

Give it a direction and it ships the work: features, vulnerability disclosures, live apps, deep research - and new skills for itself.

No approval loops. No babysitting. Configure once, forget forever.

stars forks license node

Aeon live demo — the dashboard configures skills, schedules them on cron, and Aeon runs unattended: shipping PRs, disclosing vulnerabilities, and reporting back to your channels.


Quick start

Quick start in four steps: 1 Fork - Use this template to get your own repo copy. 2 Connect - add a Telegram, Discord, or email channel. 3 Pick skills - toggle skills on and set their cron schedule. 4 Runs itself - Aeon runs unattended on GitHub Actions.

You need Node.js 20+, the GitHub CLI (gh) authenticated (gh auth login), and your own copy - click Use this template on the repo page (keep it public; Actions minutes are free), or gh repo fork aeonfun/aeon --clone.

git clone https://github.com/<you>/aeon   # skip if you used `gh repo fork --clone`
cd aeon && ./aeon

Open localhost:5555 and follow the dashboard: Authenticate (any of six harnesses) → add a channelpick skillsRun. That's it - Aeon runs unattended. Everything is also an ./aeon command (CLI) or a /aeon chat command (setup skill).

No admin rights / can't install gh?

Grab the gh_*_macOS_arm64.zip (or your platform's binary) from github.com/cli/cli/releases and drop it on your PATH (e.g. ~/.local/bin). Then gh auth login.


What Aeon can do

A skill is just a file — an Aeon skill is a single SKILL.md: a small frontmatter block (title, category, status) then a plain-language prompt. That one file fans out into real capabilities: launch, deploy, web fetch, and search.

A skill is a Markdown file: some frontmatter, then a prompt. Here's a real one, trimmed:

# skills/digest/SKILL.md
---
name: digest
category: basics                 # which pack it belongs to
description: Generate and send a digest on a configurable topic
requires: [XAI_API_KEY?]         # ? = optional key, bare = required
var: ""                          # per-run input - "solana", "rust", "AI agents"…
mode: write
---

The prompt is the skill. You schedule it, hand it a var, chain it into others, and Haiku rates every run. How packs work: docs/skill-packs.md.

Six skill packs, 60+ skills total: Core (fleet coordination, self-config, liveness), Evolution (authors and heals its own skills), Basics (simple runnable skills), Dev & Code, Crypto & Markets, and Productivity.

Full catalog - all 74 skills by pack →

Community skill packs →

Why "the most autonomous"

Most agent tools keep you in the loop - approve this call, review this diff. Aeon is built for the work you want done while you're away, and it's the only framework that does all four unattended: runs on a schedule, remembers across runs, reacts to conditions, and repairs its own broken skills. The most autonomous agent is the one that never asks.

Full comparison vs Claude Code, Hermes, and OpenClaw: SHOWCASE.md.

Autonomy spectrum

Proof of work

Proof of work, live at aeon.fun: 2M GitHub stars secured across 69 open-source repos, 68 products and agents built on Aeon, and 12 community skill packs.

Live at aeon.fun: 2M GitHub stars secured - real vulnerabilities found, patched, and responsibly disclosed across 69 open-source repos (Alibaba, Tencent, Vercel, and more), many rated High or Critical. 68 products built on top of Aeon.

Every disclosure → · ecosystem · community packs

It ships real work

It ships real work — four things Aeon does end to end: ships code (PRs to your repos), deploys apps (live to Vercel), finds bugs (real vulnerabilities, privately disclosed), and writes skills (new capabilities from a sentence).

feature ships code to your repos, deploy-prototype ships live apps to Vercel, vuln-scanner finds and privately discloses real vulnerabilities, create-skill writes new skills from a sentence. How each works: CORE.md.

It heals itself

Anatomy of a skill run

A model scores every run 1–5; heartbeatskill-healthskill-repairself-improve detect and fix broken skills without you, and aeon-doctor lints the config itself. How the loop closes: CORE.md.

It replicates

It spawns itself — one Aeon forks into a fleet of specialized instances (crypto, security, research), each its own node with isolated billing and no propagated secrets.

spawn-instance forks Aeon into a new specialized instance (var: "crypto-tracker: monitor DeFi protocols"), picks relevant skills, and registers it - no secrets propagated, billing isolated. fleet-control health-checks and dispatches across the fleet.


Guardrails

Autonomy needs brakes — four safety brakes on by default or one flag away: read-only skills can't touch the repo, irreversible actions fail closed, an optional auth gate approves every run, and secrets stay off the command line.

Read-only skills can't touch the repo, irreversible actions fail closed, an optional Fleet Watcher gates every run, and secrets stay off the command line. Details: Configuration.


Configure

Aeon never sleeps - a full day of autonomous runs from one config file

Everything lives in aeon.yml - schedules (standard UTC cron), the per-skill var input, model, auth, notification channels, and API keys:

skills:
  digest:
    enabled: true
    schedule: "0 14 * * *"    # daily 2pm UTC
    var: "solana"             # per-run input

Full reference - scheduling, var, models, authentication, notification channels, API keys, guardrails: Configuration.


Integrate Aeon

An Aeon instance is just a GitHub repo + Actions, so GitHub's API is Aeon's API - one GitHub App drives your users' instances (dispatch skills, edit config, write sealed secrets) with no PATs or LLM billing on your side.

Full walkthrough - App setup, tenant isolation, driving skills, shipping your own pack: ADK - Aeon Developer Kit.

Integrate Aeon

Docs

The deep reference lives in docs/ - jump in:

Configuration - chaining, triggers, scheduler, capability modes, gateways, Fleet Watcher  Harnesses - run skills on any of six agent CLIs behind one contract  Skill Packs - how packs work and how to build your own  Core - the self-healing health and repair loop

CLI - the whole dashboard as scriptable ./aeon commands  MCP server - every skill as an aeon MCP tool in Claude  Webhooks - ~1s Telegram instant mode via a self-hosted worker  ADK - build products on top of Aeon over the GitHub API  Ecosystem - products and agents built on Aeon


Community

Follow @aeonframework on X for launches, demos, and updates. Read the Aeon documentation - guides and reference. $aeon token on Bankr.

We love contributors

We love contributors — every bug fix, new skill, and doc tweak makes Aeon better. Big PRs and small ones, both welcome.

We're excited to meet you.
Every bug fix, new skill, or doc tweak makes Aeon better. Big PRs and small ones, both welcome.

📝 Contributing guide  ·  💬 Say hi on X


MIT · Support the project: 0xbf8e8f0e8866a7052f948c16508644347c57aba3

About

The most autonomous agent framework. No approval loops. No babysitting. Configure once, forget forever.

Topics

Resources

Contributing

Security policy

Stars

617 stars

Watchers

7 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages