Skip to content

genomicintelligence/docs

Repository files navigation

Genomic Intelligence — docs

Source for https://docs.genomicintelligence.ai. Public-facing integration kit for the Genomic Intelligence API.

Where to start

  • Agents: AGENTS.md — structured integration guide.
  • Humans: getting-started.md — auth → sync → async walkthrough with curl + Python.
  • Indexed for LLM crawlers: llms.txt.

Layout

.
├── AGENTS.md          ← agent integration guide (entry point)
├── llms.txt           ← llms.txt convention index
├── partner-brief.md   ← one-page demo-posture summary
├── getting-started.md ← auth → sync → async with curl + Python
├── reference/         ← errors.md, limits.md
├── recipes/           ← runnable .py patterns (1 per intent)
├── snippets/          ← drop-in for partner repos' AGENTS.md
└── client/            ← gi_client.py + quickstart.py + bundled fixtures

Integration kit tarball

curl -L https://github.com/genomicintelligence/docs/releases/latest/download/integration-kit.tar.gz \
  | tar -xz
cd integration-kit/

The tarball ships only the partner-facing content above (no GitHub Pages plumbing). Built and attached on every published release.

Contact

alex@genomicintelligence.ai

About

Integration kit for the Genomic Intelligence API: AGENTS.md entry point, llms.txt index, runnable Python recipes, and a drop-in client for DNA sequence analysis (promoter, splice, enhancer, chromatin, annotation, expression). Live at https://docs.genomicintelligence.ai.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors