About this project

Aeon is an autonomous agent framework that distinguishes itself by operating without human intervention for recurring tasks. Unlike interactive tools that require approval for each action, Aeon is configured once and then runs on a schedule or in response to triggers, handling tasks such as morning briefs, market monitoring, PR reviews, and security scans. It features self-healing capabilities, automatically detecting and patching failing skills, and maintains persistent memory across runs to improve performance over time. The framework includes over 160 skills categorized into Research & Content, Dev & Code, Crypto & Markets, Social & Writing, Productivity, and Meta/Agent operations. These skills are independently installable, schedulable, and chainable, allowing for complex workflows where outputs from one skill feed into another. Aeon supports reactive triggers, enabling skills to fire based on conditions such as consecutive failures, rather than just cron schedules. Aeon is designed to run on GitHub Actions, requiring zero additional infrastructure. It uses a Next.js dashboard for configuration, allowing users to authenticate via Claude API keys or OAuth tokens, add notification channels (Telegram, Discord, Slack, Email), and manage skills. The system includes quality scoring mechanisms, where outputs are automatically evaluated, and degradation is detected and addressed. Aeon also supports an instance fleet model, allowing it to spawn and manage specialized copies of itself for different tasks, with experimental support for decentralized git substrates like GitLawb for enhanced security and observability.