feat: add aeon operator-console plugin - #42
Open
aaronjmars wants to merge 1 commit into
Open
Conversation
Adds the aeon plugin: a single operator-console skill for setting up and running an Aeon agent instance (aeonfun/aeon) from Droid. Enable or schedule skills, wire secrets and channels, debug runs, set the strategy and voice, and mine past coding-agent chats into scheduled skills. - plugins/aeon with .factory-plugin/plugin.json, README, LICENSE (MIT), and the aeon skill (SKILL.md + references + mine-history script) - skills/aeon symlink into the top-level index - marketplace.json and README entries under the productivity category
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.
Summary
Adds aeon, a single operator-console skill for setting up and running an Aeon agent instance from Droid.
Aeon is an autonomous agent framework that runs your own skills on a schedule in GitHub Actions. This plugin ships just the operator skill, so you can drive an instance from your coding agent: get started from scratch, turn skills on or off, schedule or reschedule what runs, edit what a skill does, debug a skill that will not fire, set the
STRATEGY.mdnorth star andsoul/voice, and mine past coding-agent chats into new scheduled skills.I maintain Aeon (github.com/aeonfun); this is a first-party listing and the skill content is vendored from the upstream repo.
Changes
plugins/aeon/-.factory-plugin/plugin.json,README.md,LICENSE(MIT), and theaeonskill (SKILL.md+references/+ a dependency-freemine-historyscript)skills/aeon- symlink into the top-level skill index (git mode 120000).factory-plugin/marketplace.jsonandREADME.md- entry under theproductivitycategoryNotes
gh+ the instance's own./aeonCLI, so it is not tied to one coding agent beyond where the skill file loads from. Script paths lead with${DROID_PLUGIN_ROOT}.Validation
marketplace.jsonandplugin.jsonparse as valid JSONcheck-skills.ymllogic locally: the newaeonskill is correctly symlinked and accounted for. The workflow's current failure onmastercomes from a pre-existing brokenskills/wikisymlink and is unrelated to this change.