[PR #474] [CLOSED] Add Multi-Agent Shared Memory Tutorial using Aegis Memory #8229

Closed
opened 2026-06-06 20:38:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/474
Author: @quantifylabs
Created: 2/8/2026
Status: Closed

Base: mainHead: add-aegis-memory-tutorial


📝 Commits (1)

  • 7ba1105 Add multi-agent shared memory tutorial using Aegis Memory

📊 Changes

4 files changed (+286 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
advanced_llm_apps/llm_apps_with_memory_tutorials/multi_agent_shared_memory/README.md (+94 -0)
advanced_llm_apps/llm_apps_with_memory_tutorials/multi_agent_shared_memory/multi_agent_memory_app.py (+188 -0)
advanced_llm_apps/llm_apps_with_memory_tutorials/multi_agent_shared_memory/requirements.txt (+3 -0)

📄 Description

1. Multi-Agent App with Shared Memory

📁 advanced_llm_apps/llm_apps_with_memory_tutorials/multi_agent_shared_memory/

  • Demonstrates scope-aware memory (private, shared, global)
  • Three agents collaborating with memory handoffs
  • Memory voting for tracking usefulness

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/474 **Author:** [@quantifylabs](https://github.com/quantifylabs) **Created:** 2/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-aegis-memory-tutorial` --- ### 📝 Commits (1) - [`7ba1105`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/7ba1105df8beb9c1d2d8fed388e94223a9feec01) Add multi-agent shared memory tutorial using Aegis Memory ### 📊 Changes **4 files changed** (+286 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `advanced_llm_apps/llm_apps_with_memory_tutorials/multi_agent_shared_memory/README.md` (+94 -0) ➕ `advanced_llm_apps/llm_apps_with_memory_tutorials/multi_agent_shared_memory/multi_agent_memory_app.py` (+188 -0) ➕ `advanced_llm_apps/llm_apps_with_memory_tutorials/multi_agent_shared_memory/requirements.txt` (+3 -0) </details> ### 📄 Description #### 1. Multi-Agent App with Shared Memory 📁 `advanced_llm_apps/llm_apps_with_memory_tutorials/multi_agent_shared_memory/` - Demonstrates scope-aware memory (private, shared, global) - Three agents collaborating with memory handoffs - Memory voting for tracking usefulness --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-06 20:38:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#8229