Self-Correcting Agent Example

This repository demonstrates a minimal selfcorrecting agent built with LangGraph.
The agent concatenates a greeting message and prints it at the end.

Requirements

  • Python 3.10+
  • langgraph (added to requirements.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.

S
Description
BroJS: Экзамен: Самокорректирующийся агент
Readme MIT 128 KiB
Languages
Python 63.5%
JavaScript 22%
TypeScript 14.5%