Releases: TavariAgent/Py-TokenGate
Releases · TavariAgent/Py-TokenGate
[FEATURE RELEASE] - WebSocket & Bug Fixes
This feature release presents fully tested WebSocket integration for process safety and local host controls.
See the execution_history_ for a detailed report of executions from WebSocket.
Fixed
- TokenState nested class definition (the Enum serialization bug)
- SMT logical core detection not propagating to CorePinnedStaggeredQueue
- recommend_worker_counts ignoring smt_ratio
- Dead dump_history route now writing to dumps/
- Removed dead runTest / no_io_test frontend function
Added
- WebSocket GUI fully tested and documented
- Section 4 in proof-of-concept.md completed with real evidence
- demo/pi_stress.py — 1M token Leibniz pyramid stress test
- demo/density_predictor.py — live USGS seismic density predictor
- docs/dataclasses_guide.md — companion dataclasses guide
- assets/ folder with dashboard screenshots
- dumps/ folder with example execution history
Notes
SMT performance measured on 7800X3D: ~7% gain, architecture dependent
Performance variable per CPU, all baselines run with SMT off
[VERSION PRE-RELEASE] - Quick Fixes
This version has defaults adjusted for average hardware capabilities.
[VERSION PRE-RELEASE] - Launch v0.1.0
This is the first presentation of TokenGate, an experimental project. TokenGate is designed to use async and threading to provide function concurrency in places threading normally would. It's intended to be simple to use and also act as an optimization layer. Performance is variable.