Spaces:
Running
Running
File size: 1,094 Bytes
2eb7494 124c8c8 2eb7494 3234996 2eb7494 124c8c8 335600f 2eb7494 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
title: GENESIS-AI β Synthetic Biology Deep Research (Safety-First)
sdk: gradio
emoji: π
colorFrom: green
license: mit
colorTo: blue
sdk_version: 5.42.0
---
# GENESIS-AI β Synthetic Biology Deep Research (Hugging Face Space)
A production-grade, safety-first **agentic research Space** for high-level literature synthesis in synthetic biology.
Integrates **OpenAI Deep Research + Agents SDK**, optional **Gemini**/**DeepSeek-compatible** models for summaries,
and domain tools (UMLS/BioPortal/NCBI/PDBe). **No wetβlab/operational protocols** are generated.
## Deploy on Spaces
1) Create a new Space (SDK: Gradio).
2) Upload this zip.
3) Add secrets in Space settings matching `.env.example`.
4) Run β open the Research tab.
## Local Dev
```
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # fill values
python app.py
```
## Safety
- The app refuses to output step-by-step lab instructions or growth conditions.
- Use this for **high-level literature review, synthesis, citations, and knowledge graphs** only. |