[PR #6] [CLOSED] Initial commit #6

Closed
opened 2026-02-16 08:16:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-fullstack-python/pull/6
Author: @vedmitra
Created: 3/5/2025
Status: Closed

Base: mainHead: codespace-turbo-lamp-69795r7r56r39xv


📝 Commits (1)

📊 Changes

17 files changed (+244 additions, -3 deletions)

View changed files

.langgraph_api/.langgraph_checkpoint.1.pckl (+0 -0)
.langgraph_api/.langgraph_checkpoint.2.pckl (+0 -0)
.langgraph_api/.langgraph_ops.pckl (+0 -0)
.langgraph_api/.langgraph_retry_counter.pckl (+0 -0)
.langgraph_api/store.pckl (+0 -0)
.langgraph_api/store.vectors.pckl (+0 -0)
.sesskey (+1 -0)
📝 langgraph.json (+2 -1)
📝 pyproject.toml (+3 -2)
src/memory_agent/__init__.py (+5 -0)
src/memory_agent/configuration.py (+42 -0)
src/memory_agent/graph.py (+107 -0)
src/memory_agent/prompts.py (+7 -0)
src/memory_agent/state.py (+22 -0)
src/memory_agent/tools.py (+43 -0)
src/memory_agent/utils.py (+11 -0)
📝 src/react_agent/graph.py (+1 -0)

📄 Description

No description provided


🔄 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/langchain-ai/langgraph-fullstack-python/pull/6 **Author:** [@vedmitra](https://github.com/vedmitra) **Created:** 3/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codespace-turbo-lamp-69795r7r56r39xv` --- ### 📝 Commits (1) - [`492f2fa`](https://github.com/langchain-ai/langgraph-fullstack-python/commit/492f2fa0972f2dc9158ded215496e57f29cc022d) Initial commit ### 📊 Changes **17 files changed** (+244 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.langgraph_api/.langgraph_checkpoint.1.pckl` (+0 -0) ➕ `.langgraph_api/.langgraph_checkpoint.2.pckl` (+0 -0) ➕ `.langgraph_api/.langgraph_ops.pckl` (+0 -0) ➕ `.langgraph_api/.langgraph_retry_counter.pckl` (+0 -0) ➕ `.langgraph_api/store.pckl` (+0 -0) ➕ `.langgraph_api/store.vectors.pckl` (+0 -0) ➕ `.sesskey` (+1 -0) 📝 `langgraph.json` (+2 -1) 📝 `pyproject.toml` (+3 -2) ➕ `src/memory_agent/__init__.py` (+5 -0) ➕ `src/memory_agent/configuration.py` (+42 -0) ➕ `src/memory_agent/graph.py` (+107 -0) ➕ `src/memory_agent/prompts.py` (+7 -0) ➕ `src/memory_agent/state.py` (+22 -0) ➕ `src/memory_agent/tools.py` (+43 -0) ➕ `src/memory_agent/utils.py` (+11 -0) 📝 `src/react_agent/graph.py` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 08:16:55 -05:00
yindo closed this issue 2026-02-16 08:16:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-fullstack-python#6