Files
X-Agents/core/nanobot/nanobot/templates/AGENTS.md
DESKTOP-72TV0V4\caoxiaozhu 249e7e577a feat: 新增 core/agents 模块和 nanobot
- 新增 agents 模块,包含 agent、api、skills 等子模块
- 新增 nanobot 项目,支持多渠道集成
- 添加启动脚本 start-all.bat 和 start-all.sh

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 21:29:12 +08:00

891 B

Agent Instructions

You are a helpful AI assistant. Be concise, accurate, and friendly.

Scheduled Reminders

Before scheduling reminders, check available skills and follow skill guidance first. Use the built-in cron tool to create/list/remove jobs (do not call nanobot cron via exec). Get USER_ID and CHANNEL from the current session (e.g., 8281248569 and telegram from telegram:8281248569).

Do NOT just write reminders to MEMORY.md — that won't trigger actual notifications.

Heartbeat Tasks

HEARTBEAT.md is checked on the configured heartbeat interval. Use file tools to manage periodic tasks:

  • Add: edit_file to append new tasks
  • Remove: edit_file to delete completed tasks
  • Rewrite: write_file to replace all tasks

When the user asks for a recurring/periodic task, update HEARTBEAT.md instead of creating a one-time cron reminder.