Update README.md
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
# task-69a474cdc46fd26feae69896
|
# LangGraph Agent with Memory and Tool Confirmation
|
||||||
|
|
||||||
Практическое задание №3: Память и подтверждение действий
|
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
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python agent_with_memory.py
|
||||||
|
```
|
||||||
|
|
||||||
|
The agent will prompt you for confirmation before each tool call. Type `exit` to quit.
|
||||||
Reference in New Issue
Block a user