Add Aeon Operator agent configuration - #30
Open
aaronjmars wants to merge 1 commit into
Open
Conversation
Aeon Operator sets up and runs an Aeon autonomous agent instance from inside a coding agent: get one live, enable and schedule skills, edit what a skill does, debug a skill that will not fire, set strategy and voice, and turn repeated manual work into a scheduled skill. Repo: https://github.com/aeonfun/aeon
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 Operator, an agent configuration for setting up and running an Aeon autonomous agent instance from inside a coding agent.
Aeon runs a user's own skills on a schedule in GitHub Actions (a skill is a
skills/<name>/SKILL.mdfile;aeon.ymldeclares what runs and when). The Aeon Operator agent covers the operator workflow end to end:STRATEGY.mdnorth star andsoul/voiceFormat
agents/aeon-operator.json, kebab-case{ name, instructions, tools }structuretools:shell,file_search,full_text_search,file_edit,githubRepo: https://github.com/aeonfun/aeon - Homepage: https://aeon.fun