Files
2026-06-11 14:50:29 +00:00

391 B

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

python main.py