main
Самокорректирующийся агент
This repository contains a simple implementation of a self‑correcting agent using LangChain.
The project requires the following Python packages:
langchain-core– core LangChain functionality.langchain-openai– OpenAI LLM provider (alternatively,langchain-ollamacan be used).langchain-ollama
Install the dependencies with:
pip install -r requirements.txt
Feel free to extend the agent with additional tools or prompts as needed.
Languages
Python
63.5%
JavaScript
22%
TypeScript
14.5%