Skip to main content

GUI for the multiagent research assistant Denario

Project description

DenarioApp

DenarioApp is the GUI for multiagent research assistant system Denario, powered by streamlit.

Test a deployed demo of this app in HugginFace Spaces.

DenarioApp GUI

Launch the GUI

Install the app with

pip install "denario[app]"

or, if Denario is already installed, do:

pip install denario_app

Then, launch the app with

denario run

Build the GUI from source

First, clone the app with

git clone https://github.com/AstroPilot-AI/DenarioApp.git

Install the GUI from source following one of the following steps:

  1. Install with pip

    pip install -e .
    
  2. Install with uv

    uv sync
    

Run the app with:

denario run

or

streamlit run src/denario_app/app.py

Run in Docker

You can run Denario and its GUI in a Docker container. You may need sudo permission or use this link. Clone this app repo and move to the folder. To build the docker run:

docker build -t denario-app .

To run the app:

docker run -p 8501:8501 --rm \
    -v $(pwd)/project_app:/app/project_app \
    -v $(pwd)/data:/app/data \
    -v $(pwd).env/app/.env \
    denario-app

That command exposes the default streamlit port 8501, change it to use a different port. You can mount additional volumes to share data with the docker using the -v flag. The above command shares the project_app folder, where the project files are generated, a data folder, where the required data would be present, and a .env file with the API keys (so no need to parse them manually). To run the docker in interactive mode, add the flag -it and bash at the end of the command.

You can also use docker compose, you can just run

docker compose up --watch

to build the image and run the container.

Contributing

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

License

GNU GENERAL PUBLIC LICENSE (GPLv3)

Denario - Copyright (C) 2025 Pablo Villanueva-Domingo, Francisco Villaescusa-Navarro, Boris Bolliet

Contact and Enquieries

E-mail: denario.astropilot.ai@gmail.com

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_app-1.0.0.tar.gz (26.6 kB view details)

Uploaded Source

Built Distribution

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

denario_app-1.0.0-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file denario_app-1.0.0.tar.gz.

File metadata

  • Download URL: denario_app-1.0.0.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.5

File hashes

Hashes for denario_app-1.0.0.tar.gz
Algorithm Hash digest
SHA256 9a47580b86b72741277e5296e2b51548dd75efcc007924e3688b6a03f374ef2b
MD5 fcada94fdbde81e22582ab14b270393e
BLAKE2b-256 0afa99d7e759f9e96a86e8d507af33b465cf2c57f2922ad1aa83a76406414df8

See more details on using hashes here.

File details

Details for the file denario_app-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for denario_app-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb11c876b647593859c0ea3323214964e4709fa7f131343e59997f6b1280af01
MD5 9773a728d1747328b16c435552fef9c7
BLAKE2b-256 64bdd99fe9e163e7ed96feaffb359055bc74e97d7dd220c3387ad0a790bef548

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