diff --git a/README.md b/README.md index e1f5c86..e125fd7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# task-69fb9a45c2159e8a8e103c14 +# Hello World Project -Основы синтаксиса и типы данных – напишите программу, которая выводит "Hello World" \ No newline at end of file +This repository contains a minimal Python script that prints **Hello World** and an agent example using LangChain. + +## Files +- `main.py`: Prints "Hello World" when executed. +- `agent.py`: Demonstrates how to create a simple LangChain agent with a tool that returns the greeting. +- `requirements.txt`: Lists required dependencies. + +## Running +```bash +python main.py +``` \ No newline at end of file