Add Engram-AI — experience-driven memory layer for AI agents#602
Closed
Okabe-Shota wants to merge 1 commit intoShubhamsaboo:mainfrom
Closed
Add Engram-AI — experience-driven memory layer for AI agents#602Okabe-Shota wants to merge 1 commit intoShubhamsaboo:mainfrom
Okabe-Shota wants to merge 1 commit intoShubhamsaboo:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Engram-AI (engram-forge) as an additional entry under the “LLM Apps with Memory Tutorials” section of the awesome list, introducing an experience-driven memory layer concept for AI agents.
Changes:
- Add a new README list item linking to the Engram-AI GitHub repo.
- Describe Engram-AI’s experience schema (action/context/outcome/valence) and related features in the list entry.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| * [📝 LLM App with Personalized Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/llm_app_personalized_memory/) | ||
| * [🗄️ Local ChatGPT Clone with Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/) | ||
| * [🧠 Multi-LLM Application with Shared Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/multi_llm_memory/) | ||
| * [🧠 Engram-AI — Experience-driven memory for AI agents](https://github.com/kajaha06251020/Engram-AI) - Records actions, contexts, outcomes, and valence (−1.0 to +1.0). Experiences crystallize into skills, skills evolve into agent config (CLAUDE.md). Claude Code hooks + 10-tool MCP server. No API key required for core features. `pip install engram-forge` |
| * [📝 LLM App with Personalized Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/llm_app_personalized_memory/) | ||
| * [🗄️ Local ChatGPT Clone with Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/) | ||
| * [🧠 Multi-LLM Application with Shared Memory](advanced_llm_apps/llm_apps_with_memory_tutorials/multi_llm_memory/) | ||
| * [🧠 Engram-AI — Experience-driven memory for AI agents](https://github.com/kajaha06251020/Engram-AI) - Records actions, contexts, outcomes, and valence (−1.0 to +1.0). Experiences crystallize into skills, skills evolve into agent config (CLAUDE.md). Claude Code hooks + 10-tool MCP server. No API key required for core features. `pip install engram-forge` |
Contributor
|
Thanks for the interest! This PR adds README links but doesn't include runnable code in its own folder. For this repo, we need self-contained tutorials with the actual implementation included. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Engram-AI to LLM Apps with Memory Tutorials
What it does:
Engram-AI (
engram-forgeon PyPI) is an experience-driven memory layer for AI agents. Most memory systems store facts; Engram-AI stores causality — what the agent did, what happened, and whether it worked:Why it's relevant to this list:
Links:
License: Apache 2.0 | Python 3.10+