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
commit 289df5dd1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: