Add Aeon Framework - #82
Open
aaronjmars wants to merge 1 commit into
Open
Conversation
Author
|
Friendly bump - this has been open ~1 week. Anything needed from my side to move it forward? Happy to rebase or adjust formatting. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Aeon Framework in two places:
Agentic Frameworks - Aeon is a general-purpose autonomous agent framework built on GitHub Actions and GitHub Models, in the same family as the Copilot Coding Agent and gh-aw entries already listed. It runs unattended: self-evaluating skills, persistent memory, a self-healing loop, and dispatch across multiple coding-agent harnesses (Claude Code, Codex, Grok, and others).
Continuous Security - this section was an acknowledged gap ("we have not yet included automated AI-powered security scanning"). Aeon's
vuln-scannerskill fills it: a scheduled agent that audits open-source repositories for vulnerabilities, lands fixes, and runs the private-disclosure pipeline end to end. Replaced the placeholder note with the entry.Repo: https://github.com/aeonfun/aeon (MIT). Happy to adjust wording or move either entry.