Personal AI assistant — Aurum (gold) + Aide (helper)
Project description
AurumAide
Personal AI assistant — Aurum (Latin for gold) + Aide (helper).
Powered by Google Generative AI.
Prerequisites
- Python 3.12+
- A Google AI API key set in a
.envfile or as an environment variable
Setup
python -m venv .venv
source .venv/bin/activate # Linux/macOS
.venv\Scripts\activate # Windows
pip install -e ".[dev]"
Usage
aurumaide [options] [arguments...]
Positional arguments are joined by spaces to form the initial query. Without a query the assistant starts in interactive mode.
Options
| Option | Description |
|---|---|
--model MODEL |
Google AI model to use (default: gemini-2.0-flash) |
--one-shot |
Answer the query and exit (requires a query) |
--file FILE_PATH |
Read the query from a file (cannot be combined with positional arguments) |
Examples
# Interactive chat
aurumaide
# Ask a question and continue chatting
aurumaide What is the meaning of life
# One-shot: get an answer and exit
aurumaide --one-shot Explain the Python GIL
# Use a specific model
aurumaide --model gemini-2.5-pro Tell me about quantum computing
# Read the query from a file
aurumaide --one-shot --file query.txt
Development
# Run tests
pytest
# Lint & format
ruff check .
ruff format .
# Type checking
mypy src
License
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
aurumaide-0.2.0.tar.gz
(10.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aurumaide-0.2.0.tar.gz.
File metadata
- Download URL: aurumaide-0.2.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0a56ac460185c1886ac4b6bda1966fbcc7d4480b6ca013ac233f59be6a8522f
|
|
| MD5 |
600a2916daf4b86b1fc1593d3b225fc6
|
|
| BLAKE2b-256 |
25ffe7edd9c7f089438b896bb5193feda56f03e57c3d8f37ae626f89e945f089
|
File details
Details for the file aurumaide-0.2.0-py3-none-any.whl.
File metadata
- Download URL: aurumaide-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddcbb69ff0c6094d3b0bfea684c6a77f1792e70f23e268d9db536b97874c5ac3
|
|
| MD5 |
ad6d69531291fae063e810a6fae60aa7
|
|
| BLAKE2b-256 |
92e80795b4284820694c6816cecf23d4178ffbabc6fa1219f93931f37d3a8d17
|