feat: add cronjob_create tool to mika_runtime plugin

This commit is contained in:
railway-app[bot] 2026-05-25 23:30:40 +00:00 committed by GitHub
parent 1740e05917
commit 167f0f0271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 101 additions and 0 deletions

View file

@ -72,6 +72,8 @@ RUN printf '%s\n' \
'# Hermes Soul' \
'' \
'Default soul. Override via HERMES_SOUL_OVERRIDE.' \
'' \
'Quando o usuário pedir para agendar, lembrar ou automatizar algo recorrente, use a tool cronjob_create passando a frase original dele em natural_language_input.' \
> /opt/data/.hermes/SOUL.md
# Cria o usuário hermes (esperado pelos scripts internos do Hermes)