mirror of
https://github.com/langchain-ai/langgraph-fullstack-python.git
synced 2026-08-27 02:21:17 -04:00
[PR #6] [CLOSED] Initial commit #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langgraph-fullstack-python/pull/6
Author: @vedmitra
Created: 3/5/2025
Status: ❌ Closed
Base:
main← Head:codespace-turbo-lamp-69795r7r56r39xv📝 Commits (1)
492f2faInitial commit📊 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.