Files
ekzamen-samokorrektiruyusch…/README.md
T

15 lines
503 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Самокорректирующийся агент
This repository contains a simple implementation of a selfcorrecting agent using LangChain.
The project requires the following Python packages:
- `langchain-core` core LangChain functionality.
- `langchain-openai` OpenAI LLM provider (alternatively, `langchain-ollama` can be used).
Install the dependencies with:
```bash
pip install -r requirements.txt
```
Feel free to extend the agent with additional tools or prompts as needed.