Skip to content

Example — Agent summarises model

Category: Big (AI agent) · Script: examples/big/02_summarise_model.py

Plain-English summary of BIOMD0000000206.


How to run

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

Needs: Internet + OpenAI API key.


Tested output

Live capture from ./scripts/capture_example_outputs.sh.

Click to view full output
The model **BIOMD0000000206**, titled **Wolf2000_Glycolytic_Oscillations**, has the following structure:
- **Species:** 9
- **Reactions:** 11
- **Compartments:** 1
- **Parameters:** 18
This model explores glycolytic oscillations. If you need more detailed information or specific aspects, let me know!

← All examples