Самокорректирующийся агент

This repository contains a minimal setup for a self-correcting agent using LangChain and OpenAI.
The requirements.txt file includes all necessary dependencies.

Setup

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

# Install dependencies
pip install -r requirements.txt

Running the Test Script

python main.py

You should see a message confirming that the LangChain OpenAI import was successful and an LLM instance was created.


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