Project

This project requires the langgraph package. Install dependencies with:

pip install -r requirements.txt

To test the import, you can run a simple Python script:

from langgraph.graph import Graph

# Example usage
g = Graph()
print("LangGraph imported successfully:", g)

Make sure you have a compatible Python environment (Python 3.8+).

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