Dynamic loader for Milady — personal AI assistant built on elizaOS
Project description
milady
Dynamic Python loader for Milady — a personal AI assistant built on elizaOS.
This package provides a milady command that automatically manages the Node.js-based Milady runtime. Install via pip, run like any CLI tool.
Install
pip install milady
Or with pipx for isolated CLI install:
pipx install milady
Quick Start
# Start your personal AI agent (installs runtime automatically on first run)
milady start
# Or just run it — interactive onboarding guides you through setup
milady
# Show all commands
milady --help
How It Works
milady is a dynamic loader — a thin Python wrapper that:
- Checks for Node.js >= 22.12.0 on your system
- Ensures the
miladynpm package is installed globally - Forwards all CLI commands to the Node.js runtime
- Installs the runtime automatically if not present
This means you get the full Milady experience through pip/pipx, without needing to interact with npm directly.
Python API
from milady import run, ensure_runtime, get_version
# Ensure the runtime is installed and ready
ensure_runtime()
# Run a milady command programmatically
exit_code = run(["start"])
# Check the installed version
version = get_version()
print(f"Milady {version}")
Requirements
- Python >= 3.9
- Node.js >= 22.12.0 (the loader will tell you how to install it if missing)
What is Milady?
Milady is a personal AI assistant you run on your own devices. It provides:
- Zero-config onboarding with interactive setup
- Support for multiple AI providers (Anthropic, OpenAI, Google, Ollama, etc.)
- Web dashboard at
http://localhost:18789 - Plugin system for extensibility
- Web3 wallet integration (EVM + Solana)
- Desktop apps for macOS, Windows, and Linux
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 milady-2.0.0a101.tar.gz.
File metadata
- Download URL: milady-2.0.0a101.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2a2a87ae43e6cbfbd5a714a2662246930ab866465302e6cd981a98b68d1f0f2
|
|
| MD5 |
afaa9ef8d5b3ae2b3c596f86c3c03bee
|
|
| BLAKE2b-256 |
c66e21d65b973657e9eeea331b139c75a9a942d42ac2fe594914badb0ba0138a
|
File details
Details for the file milady-2.0.0a101-py3-none-any.whl.
File metadata
- Download URL: milady-2.0.0a101-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21ed60fa27a10fbd4d27683a31370b2d1f2f68be00ee148ab933e18133b51b3b
|
|
| MD5 |
f2905e290398e4bb1077ab6f72b6c7a8
|
|
| BLAKE2b-256 |
849f47cd4ee51b8c47b9eff79fc1fd0f6a0f1b16090ae145c012755230e960d0
|