llms.txt registry
llms_list_sourcesList known llms.txt documentation sources with their liveness check outcomes, including built-in and user-added entries. Set refresh to poll again and bypass cached results.
Instructions
Known llms.txt sources, each with the outcome of a liveness check.
Built-in (default) sources plus ones added via llms_add_source. Before returning, all of them are polled with a HEAD request that bypasses the cache; outcomes are kept until the machine reboots and no longer than the TTL, so repeated calls don't hit the network. Also returns the names of file variants that llms_index looks for next to the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Poll again, ignoring any saved outcomes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | Yes | ||
| variants | Yes | file names that llms_index looks for on a domain | |
| checked_ago | Yes | data age in seconds; 0 means obtained by this call |