agent_graph: LangGraph-style state-machine harness — checkpointing, HITL, observability (#4249) (#4261)

This commit is contained in:
Steven Enamakel
2026-07-01 00:27:39 -07:00
committed by GitHub
parent fb536ecef2
commit 7a67f6ca35
253 changed files with 11431 additions and 31553 deletions
+4
View File
@@ -49,6 +49,10 @@ export VITE_BACKEND_URL="$MOCK_API_URL"
# unless the caller already pinned one explicitly.
export RUST_MIN_STACK="${RUST_MIN_STACK:-16777216}"
# The tinyagents harness is the agent engine on every build now (issue #4249);
# the suite exercises it by default. Set OPENHUMAN_AGENT_GRAPH_{TINYAGENTS,CHANNEL,
# SUBAGENT}=0 to force the (being-removed) legacy engine during the transition.
echo "Running Rust tests with BACKEND_URL=$BACKEND_URL and RUST_MIN_STACK=$RUST_MIN_STACK"
cd "$REPO_ROOT"
# Only source rustup's env if it actually exists. With `set -e`, sourcing a