admin / Syanpse-Vanguard
public
Syanpse-Vanguard / synapse-vanguard-v3 / agents / requirements.txt
208 B · main
1 2 3 4 5 | # Minimal deps for a deployed agent (server code NOT required on the host). httpx>=0.28 zstandard>=0.23 # TOML config parsing on Python < 3.11 (3.11+ has stdlib tomllib). tomli>=2.0 ; python_version < "3.11" |