0b29fa82f095c9e0ab79e186cee3f14ee51b70b6
Самокорректирующийся агент
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.
Languages
Python
51.9%
JavaScript
39.3%
TypeScript
8.8%