feat: add cronjob_create tool to mika_runtime plugin (#4)

Co-authored-by: railway-app[bot] <68434857+railway-app[bot]@users.noreply.github.com>
This commit is contained in:
railway-app[bot] 2026-05-25 20:38:48 -03:00 committed by GitHub
parent 1740e05917
commit 11b664b8d5
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)