Merge branch 'NousResearch:main' into docker-optimization

This commit is contained in:
Bryan Cross
2026-03-31 07:08:44 -05:00
committed by GitHub
122 changed files with 12351 additions and 2973 deletions

View File

@@ -19,6 +19,8 @@ concurrency:
jobs:
build-and-deploy:
# Only run on the upstream repository, not on forks
if: github.repository == 'NousResearch/hermes-agent'
runs-on: ubuntu-latest
environment:
name: github-pages

View File

@@ -14,6 +14,8 @@ concurrency:
jobs:
build-and-push:
# Only run on the upstream repository, not on forks
if: github.repository == 'NousResearch/hermes-agent'
runs-on: ubuntu-latest
timeout-minutes: 30
steps: