THE MOST AUTONOMOUS AGENT FRAMEWORK


AEON — the most autonomous agent framework. Give it a direction and it leverages 197 skills to get the work done. No approval loops, no babysitting. Open source, MIT licensed.

Give it a direction — AEON leverages 197 skills to get the work done. No approval loops. No babysitting.

SKILLSZERO BABYSITTING

AGENTS YOU USE.
AEON RUNS ITSELF.

Other agents put you in the driver's seat — approve this tool call, review this diff, confirm this action. AEON is a system you configure and walk away from. It decides when to run, what to check, and when to bother you.

01

Most autonomous

Most agent tools are interactive — useful for hands-on work, less so for the long tail of recurring tasks: priority briefs, market monitoring, PR reviews, research digests, security scans. AEON owns that tail and runs it unattended.

02

Self-healing

Every skill output is scored 1–5 by Haiku after each run. Flags like api_error, stale_data, and rate_limited live in a rolling 30-run history. heartbeat audits the fleet 3× daily; if a skill fails 3× in a row, skill-repair diagnoses and patches it.

03

Zero infra

A Next.js dashboard plus a set of GitHub Actions workflows. Fork the repo, run ./aeon, authenticate, pick skills, push. Actions handles scheduling, execution, and notifications via Telegram, Discord, Slack, or Email. Public repo = unlimited free minutes.

EIGHT CATEGORIES.
ONE FLEET.

STRATEGY.MD · LOADS ON EVERY RUN

THE NORTH STAR EVERY SKILL STEERS BY

soul.md gives AEON your voice. STRATEGY.md gives it your intent — one metric, a few priorities, the hard limits — in a single file every one of the 197 skills reads before it acts.

STRATEGY.mdrepo root
# North-star metricWeekly active teams — not signups, not vanity reach.# Priorities1. Reliability over features2. Cut onboarding friction3. Earn trust in public# AudienceTechnical founders, short on time.# NeverNo growth hacks. No unverified claims.
CLAUDE.md@STRATEGY.mdevery run197 skills

One import line wires it in — no per-skill config. Change the file and the whole fleet shifts on the next tick.

  1. 01 · Aligns

    Every skill reads the same brief and lets it break ties — what to prioritise, what to skip, when to bother you.

  2. 02 · Builds

    Chasing a metric it cannot measure yet? AEON writes the missing skill and asks you for the API keys it needs to pull the data.

  3. 03 · Self-evolves

    Run after run it reprioritises the fleet and tunes its own skills — compounding toward your number with no new instruction.

AUTONOMOUS · SELF-EVOLVING

RUNS ITSELF.
EVOLVES ITSELF.

No server, no operator — just a cron schedule in a GitHub Action. On every tick AEON reads your voice, your north-star, and everything it has learned, then acts unsupervised. And it doesn't just run — it evolves: tuning its own skills, forking itself into specialised repos, and carrying the API keys across. Set the direction once and it compounds toward your goal — one agent becoming a whole self-running fleet.

read · writeon schedule
SOUL.mdvoice · worldview
STRATEGY.mdyour north-star
memory/what it knows
Schedulecron · aeon.yml
spawn-instanceforks a new repo
migrate-keyssecrets → fork
self-improvetunes the agent
Runs a fleetno operator
read · writeon schedule
SOUL.mdvoice · worldview
STRATEGY.mdnorth-star
memory/what it knows
Schedulecron · aeon.yml
spawn-instancenew repo
migrate-keyssecrets
self-improvetunes
Runs a fleetno operator

PAIRS WITH SOUL.MD

IT RUNS LIKE A MACHINE.
IT SOUNDS LIKE YOU.

AEON handles the when and the what — schedules, research, monitoring, content. soul.md handles the who. Dump your tweets, essays, and posts into a folder — the builder extracts your worldview and voice into markdown files any LLM can embody. Drop them into soul/ and every article, digest, and tweet AEON ships comes out in your voice. No per-skill config.

FORK IT. RUN IT.
WALK AWAY.

GET AEON ON GITHUB
AEON THE MOST AUTONOMOUS AGENT FRAMEWORK NO APPROVAL LOOPS NO BABYSITTING CONFIGURE ONCE, FORGET FOREVER BUILT BY @AARONJMARS AEON ON BANKR