-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dukter edited this page Nov 7, 2025
·
3 revisions
memai (memory AI) is a tool for creating structured context when working with AI agents. Instead of repeatedly explaining your preferences, work style, and requirements to an agent, you create a reusable configuration in JSON/YAML format.
- Consistency: AI agent always remembers your preferences and work style
- Efficiency: No need to repeat the same instructions in every chat
- Control: Explicit context structure instead of implicit prompts
- Reusability: One configuration for different AI systems (Claude, GPT, Gemini)
- Quick Start β get started in 5 minutes
- User Guide β complete user manual
- Configuration Format β configuration format specification
- A0: High-Level Overview β high-level process diagram
- Detailed Algorithm β detailed workflow algorithm
- Schema Reference β JSON Schema specification
- Development Setup β setting up development environment
- Project Structure β repository structure
- Implementation Plan β development roadmap (4 phases)
- Open memai web-ui
- Fill in configuration sections:
- Profile β your role, language, technologies
- Communication β communication style with AI
- Problem Solving β approach to solving problems
- Priorities β what matters in your work
- Constraints β limitations and rules
- Response Preferences β how AI should respond
- Misalignment Log β common AI mistakes
- Click Export and download configuration (JSON/YAML)
- Attach the file to your chat with AI agent
Project is under active development. Current version:
- Phase 1 (Complete): Local Storage, JSON Schema Validation
- Phase 2 (In Progress): FastAPI Backend
- Phase 3 (Planned): Frontend Integration
- Phase 4 (Planned): WebSocket Real-time Updates
For contributors: see Development Setup and Project Structure