Add daemon debug shell and simulator#738
Open
backnotprop wants to merge 2 commits into
Open
Conversation
e6c9cad to
ab2e3df
Compare
1048daf to
524dc4a
Compare
ab2e3df to
3906049
Compare
524dc4a to
c145879
Compare
3906049 to
c7a157b
Compare
c145879 to
a58ce4c
Compare
c7a157b to
f3eb112
Compare
a58ce4c to
8f8774f
Compare
f3eb112 to
4bc536c
Compare
8f8774f to
701d6da
Compare
4bc536c to
e34dad2
Compare
701d6da to
f6e1a36
Compare
1f45189 to
e78f62e
Compare
Single daemon process per machine manages session lifecycle, serves browser UIs at /s/<sessionId>, and exposes control APIs. CLI commands auto-start the daemon and create sessions via HTTP. Includes session store, auth tokens, lock files, event broadcasting, and goal-setup daemon integration.
Debug frontend (apps/debug-frontend) served by the daemon as the session browser shell. Agent simulator TUI (apps/debug-tui) exercises all agent protocols with concurrent session support. Includes reactive session dashboard, event log, prominent session action buttons, and goal-setup scenarios.
f6e1a36 to
37bcde5
Compare
e78f62e to
a25051a
Compare
This was referenced May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
Follow-up