tofusoup
2025-11-01
RPC infrastructure refined with harness CLI and Go harness updates
29 files · 3,808+ · 3,708-
RPC client and server refined
3 files changed
client.pyImproved connection management (34 line changes)server.pyServer lifecycle improvements (28 line changes)cli.pyBetter command handling (12 line changes)
- Updated RPC client with improved connection management and server with lifecycle improvements
interface
internal
2 files
client.pyserver.py
- Updated
src/tofusoup/rpc/cli.pyfor better command handling interface behavioral1 file
cli.py
Harness management CLI and Go harness updated
3 files changed
cli.pyImproved harness commands (16 line changes)main.goGo harness main updated (20 line changes)go.modNew Go dependency entries
- Updated
src/tofusoup/harness/cli.pywith improved harness commands decouple behavioral1 file
cli.py
- Updated Go harness
main.goandgo.modwith new dependencies baseline internal2 files
main.gogo.mod
Configuration and version management
6 files changed
defaults.pyAdded a default configuration valueVERSIONVersion file addedpyproject.tomlBuild configuration updatedmatrix_config.pyMatrix configuration updatedconftest.pyRPC conformance configuration updatedharness_factory.pyHarness factory updated