Files
langgraph/langgraph-java/langgraph-examples/build.gradle
T
2025-03-02 13:09:22 -08:00

5 lines
143 B
Groovy

dependencies {
// Internal dependencies
implementation project(':langgraph-checkpoint')
implementation project(':langgraph-core')
}