agent-first-http 0.3.0

Persistent HTTP client for AI agents — one request, one JSON line
1
2
3
4
5
6
7
disallowed-macros = [
  { path = "std::eprintln", reason = "AFDATA runtime protocol/log events must use stdout only; stderr is not a protocol channel." },
]

disallowed-methods = [
  { path = "std::io::stderr", reason = "AFDATA runtime protocol/log events must use stdout only; stderr is not a protocol channel." },
]