Name: hermes-agent-evolution
Description: Self-evolving AI Agent with autonomous research, proposal generation, and self-update capabilities based on Hermes Agent by Nous Research
Website: https://github.com/nousresearch/hermes-agent (upstream)
Topics:
ai-agent, artificial-intelligence, autonomous-agent, self-improving-ai,
llm, multi-agent, research, automation, evolution, hermes-agent,
python, cron-job, automation-tools, self-updating
- Visibility: Public
- Enable Issues: Yes
- Enable Projects: Yes
- Enable Wiki: No (use docs instead)
- Enable Discussions: Yes
For main branch:
-
Require status checks:
- Require branches to be up to date before merging
- Require status checks to pass before merging
- Required checks:
tests,lint
-
Require pull request reviews:
- Approvals required: 1
- Dismiss stale reviews: Yes
- Require review from CODEOWNERS: Yes
-
Restrict who can push:
- Only allow repository owner to push
- Allow force pushes: No
-
Additional protections:
- Do not allow bypassing settings: Yes
- Require linear history: Yes
Create initial tags:
git tag -a v0.1.0 -m "Initial release with evolution capabilities"
git push origin v0.1.0Create custom labels:
Evolution Labels:
evolution- Evolution-related issuesautomated- Automatically generated issuesproposal- Feature proposals from researchupstream-sync- Issues related to upstream sync
Priority Labels:
priority:critical- Critical prioritypriority:high- High prioritypriority:medium- Medium prioritypriority:low- Low priority
Mode Labels:
public-mode- Works in PUBLIC modeprivate-mode- Requires PRIVATE modemode-specific- Mode-specific behavior
Status Labels:
needs-triage- Needs triageneeds-review- Needs reviewapproved- Approved for implementationrejected- Rejected
Create milestones:
v0.2.0 - Enhanced Evolution:
- Improved research algorithms
- Better priority scoring
- Enhanced upstream sync
v0.3.0 - Advanced Evolution:
- Multi-agent research collaboration
- Automatic feature detection
- Predictive evolution
Enable:
- Security advisories: Yes
- Dependabot alerts: Yes
- Dependabot security updates: Yes
- Code security alerts: Yes
- Secret scanning: Yes
Enable:
- Actions: Yes (for workflows)
- Pages: No (not needed)
- Packages: No (not needed)
Initially:
- Owner: Lexus2016 (admin)
Future:
- Invite collaborators as needed
- Assign roles based on contribution
GitHub Actions:
Enable workflows:
.github/workflows/research.yml(if added)- Tests workflow (to be added)
- Lint workflow (to be added)
Third-party:
- None initially
Initially: None
Future:
- Webhook for deployment notifications
- Webhook for monitoring
After creating the repository on GitHub:
cd /Users/admin/_Projects/hermes-agent-evolution
git remote set-url origin https://github.com/Lexus2016/hermes-agent-evolution.git
git remote -vgit push -u origin main
git push origin --tags- Go to repository Settings on GitHub
- Set description and topics (see above)
- Configure branch protection for
mainbranch - Create custom labels (see above)
- Create milestones
- Enable security features
- Configure branch rules
- Go to "Releases" → "Create a new release"
- Tag:
v0.1.0 - Title:
v0.1.0 - Initial Evolution Release - Description:
## v0.1.0 - Initial Evolution Release
### Features
- Self-evolution framework
- Research capabilities
- Issue/PR generation
- Analysis and prioritization
- Upstream sync
### Skills Added
- evolution/research
- evolution/issues
- evolution/analysis
- evolution/implementation
- evolution/upstream-sync
### Cron Jobs
- Daily research (9 AM)
- Daily issue creation (12 PM)
- Daily analysis (9 PM, PRIVATE)
- Daily implementation (10 PM, PRIVATE)
- Weekly upstream sync (Sunday 8 AM, PRIVATE)
### Documentation
- EVOLUTION_README.md
- CONTRIBUTING_EVOLUTION.md
- CODE_OF_CONDUCT.md
- SECURITY_EVOLUTION.md
### Known Issues
- Manual setup required for GitHub tokens
- Upstream sync requires manual review
### Next Release
- Improved automation
- Better testing
- Enhanced documentation- Enable GitHub Pages (optional)
- Create documentation site if needed
- Link to documentation in README
- Star the repository
- Add to relevant lists
- Announce in relevant communities
- Add to awesome lists if applicable
These need to be done manually on GitHub:
Copy this to repository description:
Self-evolving AI Agent with autonomous research, proposal generation, and self-update capabilities. Fork of Hermes Agent by Nous Research with evolution capabilities.
Add these topics (comma-separated):
ai-agent, artificial-intelligence, autonomous-agent, self-improving-ai, llm, multi-agent-system, research, automation, python, cron, hermes-agent, auto-update, autonomous-research, agent-architecture
Set to: https://hermes-agent.nousresearch.com
Set to: Apache License 2.0
After completing all steps, your repository will be fully configured and ready for evolution! 🚀