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 673 KiB
Languages
Python 51.9%
JavaScript 39.3%
TypeScript 8.8%