Initial implementation of LangGraph reflection agent: add README.md
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# LangGraph Reflection Agent
|
||||
|
||||
This repository contains a simple implementation of a LangGraph agent that writes a short answer to a question, critiques it, and rewrites if necessary.
|
||||
|
||||
## Requirements
|
||||
|
||||
```bash
|
||||
pip install langgraph langchain-openai
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
python main.py "Объясни студенту разницу между tool и resource в MCP"
|
||||
```
|
||||
Reference in New Issue
Block a user