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