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

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