For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

Lattice

Two ways to query the knowledge graph, documented here.

Public KG API — a GraphQL read API. Read-only by construction: there is no Mutation and no Subscription, and every result carries its provenance. It returns data and evidence only; scoring, ranking, and analysis live in the workflow tier.

CLILattice, a command-line client over the same surface. Every command prints a machine-readable JSON payload, and every payload carries a result_id you can pass to a later command to compose without recomputing.

Eos

Eos — the analysis platform: NGS and multi-omics analysis, visualization, and hypothesis generation driven by natural-language questions. See Supported Features for what the platform does today, or Release Notes for what shipped recently.

Last updated

Was this helpful?