Push Tracker
ria-toolkit-oss/tests
J jrhughes003 543517f0ca fix(agent): address review findings on register flow
- Restore agent_id in success output. Pre-PR the user saw the hub's
  canonical identifier; the merge had reduced this to just `(name)`,
  which made it impossible to correlate the registered agent with
  anything on the hub side without inspecting the config file.
- Add a 15s timeout to the register POST. urllib's default is none,
  so a stuck hub would block the CLI indefinitely.
- Read User-Agent version from package metadata instead of hardcoding
  "0.1", so it tracks releases. Also corrected the URL to the canonical
  Source URL listed in pyproject.toml (was pointing at a likely-404
  github.com path).
- Add two tests guarding the User-Agent. The whole point of the Cloudflare
  fix was to set a non-default UA; previously no test asserted this, so
  a refactor could silently reintroduce the 403 code 1010 bug.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 12:40:29 -04:00
..
agent fix(agent): address review findings on register flow 2026-05-26 12:40:29 -04:00
datatypes Moved all contents of to , refactored accordingly 2026-04-21 14:38:06 -04:00
io Moved all contents of to , refactored accordingly 2026-04-21 14:38:06 -04:00
orchestration Merge remote-tracking branch 'origin/main' into zfp-oss 2026-04-22 15:44:12 -04:00
remote_control Fix onnxruntime Python 3.10 incompatibility and hackrf test import failure 2026-04-20 14:18:04 -04:00
ria_toolkit_oss_cli Merge remote-tracking branch 'origin/main' into zfp-oss 2026-04-22 15:44:12 -04:00
server removing orchestrator references 2026-04-22 10:10:25 -04:00
transforms Moved all contents of to , refactored accordingly 2026-04-21 14:38:06 -04:00
utils zfp functionality and servers 2026-03-31 13:51:10 -04:00
__init__.py changed file to a string 2025-12-11 15:12:01 -05:00
test_agent.py formats 2026-04-20 16:49:52 -04:00