Metadata-Version: 2.4
Name: opensymbiose
Version: 0.0.4
Summary: OpenSymbiose is an open-source biotechnology / biology research AI agent designed to support researcher.
Project-URL: Homepage, https://github.com/lambda-science/OpenSymbiose
Project-URL: Documentation, https://lambda-science.github.io/OpenSymbiose/
Project-URL: Repository, https://github.com/lambda-science/OpenSymbiose
Project-URL: Issues, https://github.com/lambda-science/OpenSymbiose/issues
Author-email: Corentin Meyer <contact@cmeyer.fr>
Maintainer-email: Corentin Meyer <contact@cmeyer.fr>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: biopython>=1.85
Requires-Dist: bioservices>=1.12.1
Requires-Dist: gradio>=5.31.0
Requires-Dist: mistralai>=1.8.0
Requires-Dist: python-dotenv>=1.1.0
Description-Content-Type: text/markdown

---
title: opensymbiose
app_file: src/opensymbiose/gradio/app.py
sdk: gradio
sdk_version: 5.31.0
python_version: 3.13
---
# OpenSymbiose: Open Source Biotechnology AI Agent

OpenSymbiose is an open-source biotechnology / biology research AI agent designed to support researchers.

[DOCUMENTATION](https://lambda-science.github.io/OpenSymbiose/) - [DEMO ON HUGGINGFACE](https://huggingface.co/spaces/corentinm7/opensymbiose) - [CODE REPO](https://github.com/lambda-science/OpenSymbiose)

Creator and Maintainer: [**Corentin Meyer**, PhD](https://cmeyer.fr/) - <contact@cmeyer.fr>

## Installation

If you want just to interact with it, an online demo is available
on [HuggingFace](https://huggingface.co/spaces/corentinm7/opensymbiose)

**Note:** In every-case you will need an environment variable or a .env file with your `MISTRAL_API_KEY` secret.

- Install from PyPi: `pip install opensymbiose`
    - Locally: Run in your terminal `opensymbiose` it will boot the gradio app
    - In Docker: `make dockerbuild && make dockerrun` to run in Docker.
- From GitHub: clone the repository and run `make dev`. It will launch the Gradio app with hot-reloading.
