Update README.md

This commit is contained in:
2026-06-11 14:50:29 +00:00
parent 245a7c3420
commit ff186839a7
+12 -2
View File
@@ -1,3 +1,13 @@
# task-69fb9a45c2159e8a8e103c14
# Hello World Project
Основы синтаксиса и типы данных – напишите программу, которая выводит "Hello World"
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
```