ilo 0.10.1

ilo — a programming language for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "tools": {
    "get-user": {
      "url": "https://api.example.com/get-user",
      "method": "POST",
      "timeout_secs": 5,
      "retries": 2
    },
    "send-email": {
      "url": "https://api.example.com/send-email",
      "method": "POST",
      "timeout_secs": 10,
      "retries": 1
    }
  }
}