13 lines
391 B
Markdown
13 lines
391 B
Markdown
# Hello World Project
|
|
|
|
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
|
|
``` |