Skip to content

Example — Full repro study

Category: Big (AI agent) · Script: examples/big/06_full_repro_study.py

Agent exports a reproducibility bundle for BIOMD0000000206.


How to run

pip install -e "src/praisonai-bio"
export OPENAI_API_KEY=sk-...
python examples/big/06_full_repro_study.py

Needs: Internet + OpenAI API key.


Tested output

Live capture from ./scripts/capture_example_outputs.sh.

Click to view full output
The reproducibility bundle for model **BIOMD0000000206** has been successfully exported. Here are the details:
- **Bundle Directory:** `/Users/praison/PraisonAIBio`
- **Files Included:**
  - `BIOMD0000000206_combine.zip`
  - `README.md`
  - `checksums.sha256`
  - `combine_manifest.json`
  - `commands.sh`
  - `metadata.json`
  - `model.sbml`
- **Session Directory:** `/Users/praison/.praisonai/biomodels-runs/demo-repro-study`
If you need further assistance or additional tasks, feel free to ask!

← All examples