Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ ai-memorycore/
│ │ ├── README.md # Feature explanation & benefits
│ │ ├── install-save-diary.md # Installation protocol
│ │ └── SKILL.md # Auto-triggered skill (for Skill Plugin System)
│ ├── Topic-Diary-System/ # Topic-based memory journals
│ │ ├── README.md # Feature explanation & benefits
│ │ ├── install-topic-diary.md # Installation protocol
│ │ ├── index-format.md # Sample format for topic index
│ │ ├── topic-format.md # Sample format for topic entries
│ │ └── SKILL.md # Auto-triggered skill (for Skill Plugin System)
│ ├── Memory-Compaction-System/ # Budget-aware memory compression
│ │ ├── README.md # Feature explanation & benefits
│ │ ├── install-memory-compaction.md # Installation protocol
│ │ ├── policy-format.md # Sample format for compaction policy
│ │ └── SKILL.md # Auto-triggered skill (for Skill Plugin System)
│ ├── Echo-Memory-Recall/ # Memory search and recall
│ │ ├── README.md # Feature explanation & benefits
│ │ ├── install-echo-recall.md # Installation protocol
Expand Down Expand Up @@ -113,6 +124,16 @@ ai-memorycore/
│ │ ├── README.md # Feature explanation & benefits
│ │ ├── install-image-prompt.md # Installation protocol
│ │ └── SKILL.md # Auto-triggered skill (composition-aware prompts)
│ ├── Image-Generation-System/ # AI image generation via gpt-image API
│ │ ├── README.md # Feature explanation & benefits
│ │ ├── install-image-generation.md # Installation protocol
│ │ ├── credential-setup.md # API credential setup
│ │ └── scripts/ # Generation scripts
│ ├── Video-Generation-System/ # AI video generation via Seedance API
│ │ ├── README.md # Feature explanation & benefits
│ │ ├── install-video-generation.md # Installation protocol
│ │ ├── credential-setup.md # API credential setup
│ │ └── scripts/ # Generation scripts
│ ├── Song-Creation-System/ # Visual-to-musical storytelling
│ │ ├── README.md # Feature explanation & benefits
│ │ ├── install-song-creation.md # Installation protocol
Expand Down