summaryrefslogtreecommitdiff
path: root/Omni/Agent/Tools/Http.hs
AgeCommit message (Collapse)Author
5 daysAdd HTTP request tools for agent API interactionsBen Sima
- Create Omni/Agent/Tools/Http.hs with http_get and http_post tools - Support headers, query params, JSON body, 30s timeout - Return structured JSON with status, headers, body - Add 9 unit tests including real HTTP calls to httpbin.org - Wire tools into Telegram agent's tool list Completes t-265.2