← MYRIAD

Documentation · v1.0.2

Search the graph.
Inspect the node.
Build the skill.

MYRIAD is a dependency-free CLI and data package for navigating 10,000 bounded biotech and pharmaceutical tasks across 100 domains.

01 · Quickstart

Run without installing.

NPX downloads the current package, exposes the CLI and runs the command in one step.

npx kalaris-myriad stats

For a global installation:

npm install --global kalaris-myriad

02 · CLI commands

Small surface. Predictable output.

Show graph statisticsnpx kalaris-myriad stats
List all domainsnpx kalaris-myriad list domains
Search the graphnpx kalaris-myriad search "protein structure" --limit 5
Inspect one nodenpx kalaris-myriad show MYR-D051-T041
Export a domainnpx kalaris-myriad export --domain 51 --format jsonl --output crispr.jsonl
Validate the releasenpx kalaris-myriad validate --json

03 · Data layers

One graph, three representations.

Raw

Preserved source records from the ten original taxonomy batches.

Canonical

Normalized routing, provenance, uncertainty, safety and review contracts.

Sanitized

Public distribution without internal build history or legacy release artifacts.

04 · Node model

What an atomic task contains.

id

Stable task identifier such as MYR-D051-T041

routing_name

Machine-friendly activation and routing name

title

Human-readable task name

objective

Bounded outcome the node is expected to produce

inputs

Expected information or artifacts

completion_evidence

Evidence required before a successful result

execution_boundary

What the task does not authorize

human_review

Where qualified review or approval remains required

05 · Maturity

Taxonomy first. Procedures second.

All 10,000 nodes are taxonomy-defined and bounded. Three nodes currently exist as complete reference SKILL.md implementations. The project does not claim that every node is an experimentally validated protocol.

  • 10,000 taxonomy-defined task nodes
  • 3 complete seed skills
  • Deterministic validators and tests
  • Explicit no-call and human-review boundaries

06 · Safety boundary

Computational-advisory infrastructure.

MYRIAD does not authorize autonomous wet-lab execution, clinical decisions, GMP disposition, regulatory determinations or safety overrides.

Operational use requires current primary sources, validated local procedures, appropriate authorization and qualified human review.

07 · License

Open use with attribution.

Software + toolingApache License 2.0
Task graph + data + docsCC BY 4.0

Preferred attribution: MYRIAD by Srihari Muralikrishnan and Kalaris Labs.

Go deeper.