Skip to content

Codex/readme llm wiki - #556

Open
sairin1202 wants to merge 3 commits into
mainfrom
codex/readme-llm-wiki
Open

Codex/readme llm wiki#556
sairin1202 wants to merge 3 commits into
mainfrom
codex/readme-llm-wiki

Conversation

@sairin1202

Copy link
Copy Markdown
Contributor

📝 Pull Request Summary

Please provide a short summary explaining the purpose of this PR.


✅ What does this PR do?

  • Clearly describe the change introduced.
  • Mention the motivation or problem it solves.

🤔 Why is this change needed?

  • Explain the context or user impact.
  • Link any relevant issue or discussion.

🔍 Type of Change

Please check what applies:

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / cleanup
  • Other (please explain)

✅ PR Quality Checklist

  • PR title follows an allowed format (for example feat:, fix:, docs:, memory base:)
  • Changes are limited in scope and easy to review
  • Documentation updated where applicable
  • No breaking changes (or clearly documented)
  • Related issues or discussions linked

📌 Optional

  • Screenshots or examples added (if applicable)
  • Edge cases considered
  • Follow-up tasks mentioned

Copilot AI review requested due to automatic review settings July 24, 2026 07:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the top-level README.md to reposition memU’s framing and simplify the “Quick start” section toward a host-adapter-centric workflow and “shared wiki” messaging.

Changes:

  • Rebrands the README’s tagline and introductory description around a “shared LLM wiki” concept.
  • Replaces the prior Python/CLI quick start examples with a shorter, host-adapter retrieval example (memu-codex retrieve ...).
  • Removes detailed conceptual documentation sections (data model, retrieval explanation, multi-tenancy, development commands) from the README.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
# memU

### Personal memory, stored as files
### Personal memory, stored as an LLM wiki
Comment thread README.md
---

memU is a 500-line memory system for AI agents. Agents write what's worth keeping as Markdown; memU stores it, embeds it, and retrieves ranked context in a single call — embeddings are the only model calls it makes. The entire memory logic lives in [`agentic.py`](src/memu/app/agentic.py) + [`service.py`](src/memu/app/service.py); everything else is pluggable storage and embedding transport.
memU is a lightweight, agent-driven memory system that gives users a shared LLM wiki across sessions, agents, and devices. Its core memory logic is only 500 lines — compact enough to inspect, understand, and adapt. It uses embedding-only retrieval with fully pluggable storage and embedding infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants