rpi-webfetch 0.1.1

Bounded public web fetch tool for the rpi Rust agent
Documentation
1
2
3
4
5
6
7
# rpi-webfetch

Fetch public HTTP(S) pages and return bounded readable text. Private hosts,
embedded credentials, and oversized responses are rejected. Hostname DNS
resolutions that point at private/local address ranges are blocked, and fetch
failures are returned as model-readable tool results so one bad URL does not
abort the whole agent turn.