一键导入
一键导入
Generate quiz questions with answers on any topic.
Multi-agent research reports on any topic.
Multi-stage problem solving via DeepTutor (plan → reason → write).
Manage DeepTutor knowledge bases — list, create, search, add documents, delete.
Manage DeepTutor notebooks — list, create, view, import and remove records.
| name | memory |
| description | Three-file shared memory system (SUMMARY, PROFILE, SOUL). |
| always | true |
TutorBot shares a three-file memory system with DeepTutor. These files persist across sessions and are automatically loaded into your context.
| File | Purpose | Loaded |
|---|---|---|
SUMMARY.md | Chronological log of all interactions (both DeepTutor and TutorBot) | Yes |
PROFILE.md | User identity, preferences, and recurring patterns extracted from conversations | Yes |
SOUL.md | TutorBot's persona and personality configuration | Yes |
Write important user facts immediately using edit_file:
Append notable events or session summaries. Entries should start with [YYYY-MM-DD HH:MM].
Only modify if the user explicitly asks to change TutorBot's personality or behavior.
For quick lookups in SUMMARY.md:
grep -i "keyword" memory/SUMMARY.md
Or use read_file for small files.
Old conversations are automatically summarized and appended to SUMMARY.md when the session grows large. Long-term user facts are extracted to PROFILE.md. You don't need to manage this manually.