Skip to main content

Modular Automation of Scientific Research with Multi-Agent Systems

Project description

Denario

Version Python Version PyPI - Downloads License: GPL v3

Denario is a multiagent system designed to automatize scientific research. Denario implements AI agents with AG2 and LangGraph. The research analysis backend is cmbagent. Project under construction.

Resources

Installation

To install denario, just run

pip install denario

Get started

Initialize a Denario instance and describe the data and tools to be employed.

from denario import Denario

den = Denario(project_dir="project_dir")

prompt = """
Analyze the experimental data stored in data.csv using sklearn and pandas.
This data includes time-series measurements from a particle detector.
"""

den.set_data_description(prompt)

Generate a research idea from that data specification.

den.get_idea()

Generate the methodology required for working on that idea.

den.get_method()

With the methodology setup, perform the required computations and get the plots and results.

den.get_results()

Finally, generate a latex article with the results. You can specify the journal style, in this example we choose the APS (Physical Review Journals) style.

from denario import Journal

den.get_paper(journal=Journal.APS)

You can also manually provide any info as a string or markdown file in an intermediate step, using the set_idea, set_method or set_results methods. For instance, for providing a file with the methodology developed by the user:

den.set_method(path_to_the_method_file.md)

App

You can run Denario using a GUI through the DenarioApp.

Test the deployed app in HugginFace Spaces.

Build from source

pip

You will need python 3.12 installed.

Create a virtual environment

python3 -m venv .venv

Activate the virtual environment

source .venv/bin/activate

And install the project

pip install -e .

uv

You can also install the project using uv, just running:

uv sync

which will create the virtual environment and install the dependencies and project. Activate the virtual environment if needed with

source .venv/bin/activate

Contributing

Pull requests are welcome! Feel free to open an issue for bugs, comments, questions and suggestions.

License

GNU GENERAL PUBLIC LICENSE (GPLv3)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

denario-0.1.3.tar.gz (222.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

denario-0.1.3-py3-none-any.whl (215.2 kB view details)

Uploaded Python 3

File details

Details for the file denario-0.1.3.tar.gz.

File metadata

  • Download URL: denario-0.1.3.tar.gz
  • Upload date:
  • Size: 222.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for denario-0.1.3.tar.gz
Algorithm Hash digest
SHA256 cdda0def05665607d593394576c75707cae02c029ba1f9e79ec2db42f4dabf26
MD5 a04fe049d1bebe22ef2bb955e4c6c023
BLAKE2b-256 1f2027819d673b582dbb3f1e030aa6f48a43794fd3c2f30244843ce2b22fffda

See more details on using hashes here.

File details

Details for the file denario-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: denario-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 215.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for denario-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 66d1e0a0dcbd0b957e58de01c7f6baca8d8957a13c6792665947bb60e71324ac
MD5 9e6e003bc7a744e971b473d26eb78f91
BLAKE2b-256 1475ab05f3486c48857208da29364c710603e2bfb33f4c79fae2f7e4378e8d3d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page