software_version
ActiveTool of ai.dynamicfeed/dynamic-feed
Latest stable versions & end-of-life (EOL) dates for software — languages, runtimes, frameworks, databases, and OSes (Python, Node.js, PostgreSQL, React, Kubernetes, Ubuntu, ...). Use this instead of guessing: "what's the latest stable version of X?" and "is version Y still supported or end-of-life?". Each result has `latest_version`, `eol_date`, and a `status` (supported / nearing-eol / end-of-life), plus a provenance envelope. Source: endoflife.date. Args: product: exact product slug (e.g. python, nodejs, postgresql, react, kubernetes). query: match a product name if you don't know the exact slug. category: language | runtime | framework | database | os | tool. only_supported: exclude end-of-life release lines. only_lts: only long-term-support lines. limit: max results. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "software_versionArguments",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 50
},
"query": {
"type": "string",
"title": "Query",
"default": ""
},
"product": {
"type": "string",
"title": "Product",
"default": ""
},
"category": {
"type": "string",
"title": "Category",
"default": ""
},
"only_lts": {
"type": "boolean",
"title": "Only Lts",
"default": false
},
"only_supported": {
"type": "boolean",
"title": "Only Supported",
"default": false
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries