1
Install and scaffold
lingxigraph.json, Dockerfile, and Compose configuration. Workers load only trusted import paths declared in the manifest.2
Start the development server
- Studio:
http://localhost:8124/studio/ - REST:
http://localhost:8124/v1 - Health:
http://localhost:8124/health
3
Create a run through REST
Development mode enables explicit insecure authentication, so you can send Copy the returned assistant
X-Tenant-ID:id, then create a thread and run. See Threads and runs for the complete flow.Use Docker Compose
From the repository root:docker compose down to stop; add -v only when you intentionally want to delete the data.