Releases: genomicintelligence/docs
Releases · genomicintelligence/docs
v0.1.0-alpha — initial integration kit
First public cut of the Genomic Intelligence integration kit. Alpha. Single-tenant POC deployment, no SLA. Use for prototyping; talk to us before depending on it.
What's in the box
AGENTS.md— structured agent integration guide (entry point)llms.txt— llms.txt convention indexpartner-brief.md— one-page demo-posture summarygetting-started.md— auth → sync → async walkthrough with curl + Pythonreference/{errors,limits}.md— contract cataloguesrecipes/01..05_*.py— runnable patterns (health probe, batch promoters, async polling, rate-limit retry, typed errors)snippets/AGENTS.partner.md— drop-in for partner reposclient/—gi_client.py+quickstart.py+ 5 bundled real biological FASTAs
Status
Smoked end-to-end against PROD with a partner-tier key (full lifecycle: TLS, edge nginx, partner-tier rate limit, sync + async, all six tasks). Live at https://docs.genomicintelligence.ai.
Known limitations (alpha)
- Async job results are in-memory with a 24 h TTL and do not survive a process restart.
- Single-process, single-worker. Concurrency and rate limiters are in-process.
- No SLA, no status page. Best-effort uptime; we'll tell you before we restart for a deploy.
- One human support address (alex@genomicintelligence.ai), response time in hours not minutes.
How to use
curl -L https://github.com/genomicintelligence/docs/releases/latest/download/integration-kit.tar.gz \
| tar -xz
cd integration-kit/