langgraph: separate prebuilt into a standalone package (#3589)

This commit is contained in:
Vadym Barda
2025-02-26 18:33:07 -05:00
committed by GitHub
parent 2e36189c16
commit 24c13c211e
58 changed files with 3958 additions and 2535 deletions
+17
View File
@@ -0,0 +1,17 @@
name: langgraph-tests
services:
postgres-test:
image: postgres:16
ports:
- "5442:5432"
environment:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
healthcheck:
test: pg_isready -U postgres
start_period: 10s
timeout: 1s
retries: 5
interval: 60s
start_interval: 1s