Logo
Explore Help
Register Sign In
External/SuperClaude
1
0
Fork 0
You've already forked SuperClaude
mirror of https://github.com/SuperClaude-Org/SuperClaude_Framework.git synced 2025-12-29 16:16:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
a0f5269c186641ca72cbedf3080cb297ebfd7859
SuperClaude/superclaude/memory/__init__.py

12 lines
266 B
Python
Raw Normal View History

refactor: restructure core modules into context and memory packages - Move pm_init components to dedicated packages - context/: PM mode initialization and contracts - memory/: Reflexion memory system - Remove deprecated superclaude/core/pm_init/ Breaking change: Import paths updated - Old: superclaude.core.pm_init.context_contract - New: superclaude.context.contract 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 03:52:27 +09:00
"""Learning and Memory Systems
Manages long-term learning from experience:
- Reflexion Memory (mistake learning)
- Metrics collection
- Pattern recognition
"""
from .reflexion import ReflexionMemory, ReflexionEntry
__all__ = ["ReflexionMemory", "ReflexionEntry"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 40ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API