add README.md
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
# task-6a1864fd8a94f887e50d4706
|
# Экзамен: Планирующий агент
|
||||||
|
|
||||||
Экзамен: Планирующий агент
|
LangGraph-агент с этапом планирования и пошаговым выполнением.
|
||||||
|
|
||||||
|
## Запуск
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
python main.py
|
||||||
|
python main.py "Сравни Python и JavaScript"
|
||||||
|
```
|
||||||
|
|
||||||
|
## Граф
|
||||||
|
|
||||||
|
`START → planning → execution → should_continue → (execute | finish) → END`
|
||||||
|
|||||||
Reference in New Issue
Block a user