Add aeon plugin (operator console for an Aeon agent instance) - #2801
Open
aaronjmars wants to merge 1 commit into
Open
Add aeon plugin (operator console for an Aeon agent instance)#2801aaronjmars wants to merge 1 commit into
aaronjmars wants to merge 1 commit into
Conversation
Aeon is an autonomous agent framework that runs your own skills on a schedule in GitHub Actions. This adds the aeon plugin, which ships the operator console skill: get started from scratch, enable/schedule/edit skills, wire secrets and channels, debug runs, set the STRATEGY.md north star and soul voice, and mine past coding-agent chats into scheduled skills. - plugins/aeon: plugin.json + README.md - skills/aeon: SKILL.md, references, and the history-mining script - regenerated marketplace.json and the docs plugin/skill tables
Contributor
🔒 PR Risk Scan ResultsScanned 11 changed file(s).
|
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
This adds the
aeonplugin, which ships the Aeon operator console skill.Aeon is an open-source (MIT) autonomous agent framework that runs your own skills on a schedule in GitHub Actions. A skill is a Markdown file with a prompt;
aeon.ymldecides which skills run and when. The operator console is the single skill you drive an instance from:varSTRATEGY.mdnorth star and thesoul/voice that ride in every runInstall once merged:
Disclosure: I work on Aeon (Aeon Inc, github.com/aeonfun), so I am affiliated with the project. The skill source is vendored into this repo under
skills/aeon/following the local-plugin format; it is the same operator skill that ships in the upstream repo. Framework and full skill catalog: https://github.com/aeonfun/aeon. Homepage: https://aeon.fun.Type of Contribution
Additional Notes
plugins/aeon/(plugin.json + README.md),skills/aeon/(SKILL.md, sixreferences/files, and themine-history.mjsscript). The generated.github/plugin/marketplace.jsonand thedocs/plugin/skill tables were regenerated withnpm start.npm run plugin:validateandnpm run skill:validatepass,npm startleaves the tree clean, andnpx @microsoft/vally-cli lint skills/aeonpasses both checks (spec-compliance and valid file references).ghCLI and the repo's./aeoncommand, so it is agent-agnostic. Happy to make any changes reviewers want.