Creating a harness with UI for dspy interaction#11
Draft
Conversation
- harness/core/service_manager.py: new UvicornService (thread-based), SubprocessService (OS process), and ServiceManager with start/stop/restart - harness/core/main_process.py: add service_manager attribute and attach_service_manager() - harness/server/routes/service_routes.py: REST endpoints at /api/services to list, start, stop, and restart named services - harness/server/app.py: mount react/dist/assets/ as StaticFiles when a production build exists; register service router - harness/server/routes/proxy.py: fall back to built react/dist/ static files when Vite is unreachable; add path-traversal guard - harness/main.py: replace raw thread+subprocess management with ServiceManager; attach it to MainProcess after startup - tests/test_service_manager.py: 19 unit tests covering all service types Agent-Logs-Url: https://github.com/Psyborgs-git/Vloop-harness/sessions/c1e6baca-9b50-4d64-8c49-d5dba1c52c9e Co-authored-by: Psyborgs-git <49641518+Psyborgs-git@users.noreply.github.com>
…y/path-injection) Agent-Logs-Url: https://github.com/Psyborgs-git/Vloop-harness/sessions/c1e6baca-9b50-4d64-8c49-d5dba1c52c9e Co-authored-by: Psyborgs-git <49641518+Psyborgs-git@users.noreply.github.com>
…t(), clean up proxy.py Agent-Logs-Url: https://github.com/Psyborgs-git/Vloop-harness/sessions/c1e6baca-9b50-4d64-8c49-d5dba1c52c9e Co-authored-by: Psyborgs-git <49641518+Psyborgs-git@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Psyborgs-git
April 25, 2026 15:32
View session
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.
Pull request created by AI Agent