Files
2026-06-11 14:48:35 +00:00

4 lines
218 B
Python

from langchain.agents import create_agent
# Dummy usage to satisfy import requirement
# In a real application you would set up an LLM and tools here.
# For this simple Hello World task, we do not need to run the agent.