From ff186839a7333495f0a05e807a6b5a2f9637168b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Thu, 11 Jun 2026 14:50:29 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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