SelfCorrecting Agent Project

This repository contains a minimal setup for a selfcorrecting agent that relies on the langgraph library.
The requirements.txt file includes the necessary dependency so that importing langgraph.graph works without errors.

Installation

# Create a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate   # On Windows use `venv\Scripts\activate`

# Install dependencies
pip install -r requirements.txt

Usage

After installing the dependencies, you can import langgraph.graph in your Python code:

from langgraph.graph import SomeGraphClass  # replace with actual class or function

Feel free to extend the project with additional modules and scripts as needed.


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