559 B
559 B
Self-Correcting Agent Example
This repository demonstrates a minimal self‑correcting agent built with LangGraph.
The agent concatenates a greeting message and prints it at the end.
Requirements
- Python 3.10+
langgraph(added torequirements.txt)
Install dependencies:
pip install -r requirements.txt
Running the Agent
python agent.py
You should see the output:
Hello World
The example ensures that imports from langgraph.graph work correctly and that the agent can be executed without errors.