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:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user