Compare Agent Reliability objects side by side
compareTwo to six knowledge objects side by side: their cards, every indexed attribute as a matrix (the same fields api/index.json publishes, null where an object does not say), the tags they share, the relations that run between them, the neighbours they have in common, and each one's claims with sources and confidence. Use this when the question is 'X vs Y', 'is X the same as Y' or 'how does X differ from Y' — search or get_topic first if you only have names, then pass the ids. An unknown id lands in missing with a near-miss suggestion and the rest are still compared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Two to six knowledge object ids, as returned by search, get_topic or get_related, in the order you want the columns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | True only when every id resolved. | |
| claims | Yes | Every compared object's claims, keyed by object id. | |
| facets | Yes | ||
| missing | Yes | The ids that resolved to nothing, in the order asked. | |
| objects | Yes | ||
| recovery | No | ||
| shared_tags | Yes | ||
| relations_between | Yes | ||
| shared_neighbours | Yes |