You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define and execute a controlled path to remove remaining LangGraph assumptions from Wiii and converge on a Wiii-native orchestration runtime.
This is intentionally an RFC / architecture control issue, not a one-shot deletion ticket. Wiii is already moving toward WiiiRunner, but the remaining work must preserve chat stability, streaming semantics, memory continuity, tool routing, checkpoint behavior, and CI governance.
Why Now
Wiii's current behavior has been unstable enough that incremental patching around old graph assumptions is no longer sufficient.
PR chore: harden GitHub security gates #126 introduces merge gates and review governance so a deeper runtime migration can happen safely across multiple agents.
Objective
Define and execute a controlled path to remove remaining LangGraph assumptions from Wiii and converge on a Wiii-native orchestration runtime.
This is intentionally an RFC / architecture control issue, not a one-shot deletion ticket. Wiii is already moving toward
WiiiRunner, but the remaining work must preserve chat stability, streaming semantics, memory continuity, tool routing, checkpoint behavior, and CI governance.Why Now
Proposed Target Direction
WiiiRunneror its successor as the only active orchestration entrypoint.Required Design Deliverables
langgraph,get_multi_agent_graph*, graph/checkpointer/shim imports and tests.Suggested Phases
Acceptance Criteria
Gate Summarystays required throughout the migration.Related Work