feat: nuevo agente reminder-bot para gestionar recordatorios

Agente LLM (GPT-4o) especializado en crear, listar, completar y buscar
recordatorios con fechas y horarios. Almacena los datos en JSON usando
file_ops (read_file/write_file) con allowlist a /tmp/reminder-bot-data/.

Incluye tool_use habilitado con file_ops y current_time. System prompt
con seccion de seguridad anti-injection. Registrado en el launcher.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-12 18:10:05 +00:00
parent 32718990d6
commit daab1314c6
4 changed files with 393 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ import (
_ "github.com/enmanuel/agents/agents/_specials/father-bot"
_ "github.com/enmanuel/agents/agents/wikipedia-bot"
_ "github.com/enmanuel/agents/agents/exchange-bot"
_ "github.com/enmanuel/agents/agents/reminder-bot"
testbot "github.com/enmanuel/agents/agents/test-bot"
)