Phase 5 可插拔 LangGraph Orchestrator Runtime #30

Merged
tkmind merged 31 commits from codex/langgraph-phase5-merge-fix into main 2026-07-25 01:04:08 +00:00
Showing only changes of commit ff9c68e57f - Show all commits
+12
View File
@@ -117,6 +117,18 @@ docker compose ps
curl http://127.0.0.1:8093/ready
```
When Portal or the Shadow smoke process runs outside Compose, export the same
service token into the child process environment. Plain `source` does not export
new shell variables by itself:
```bash
set -a
source deploy/orchestrator/.env
set +a
export MEMIND_ORCHESTRATOR_URL=http://127.0.0.1:8093
pnpm dev
```
The Compose project:
- publishes only the Orchestrator port on loopback;