2026-06-02 04:40:56 +00:00
2026-06-02 04:40:45 +00:00
2026-06-02 04:40:51 +00:00
2026-06-02 04:40:56 +00:00

LangGraph Agent with Memory and Tool Confirmation

This repository contains a simple LangGraph agent that:

  • Keeps a memory of the conversation using MemorySaver.
  • Pauses before calling any tool and asks the user for confirmation.
  • Uses the rich library for pretty console output.

Requirements

pip install -r requirements.txt

Run

python agent_with_memory.py

The agent will prompt you for confirmation before each tool call. Type exit to quit.

S
Description
Практическое задание №3: Память и подтверждение действий
Readme 28 KiB
Languages
Python 100%