mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 06:16:39 +00:00
feat: add skills_api patch + apply_patch infra
This commit is contained in:
parent
21bd3ae5cc
commit
1f2fc5f5a9
4 changed files with 140 additions and 2 deletions
6
entrypoint.sh
Normal file → Executable file
6
entrypoint.sh
Normal file → Executable file
|
|
@ -1,6 +1,12 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# SOUL.md override via env
|
||||
if [ -n "$HERMES_SOUL_OVERRIDE" ]; then
|
||||
echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md
|
||||
fi
|
||||
|
||||
# Garante diretório de skills
|
||||
mkdir -p /opt/data/.hermes/skills
|
||||
|
||||
exec /opt/hermes/docker/entrypoint.sh "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue