A lightweight personal AI assistant framework
Project description
AgentAssist
A modular personal AI assistant framework with a CLI, multi‑provider support, and extensible tooling.
Highlights
- Multi‑provider support via LiteLLM
- CLI entrypoint (
agentassist) - Web + gateway capabilities (FastAPI)
- Extensible channels, memory, and tools
Installation
PyPI
pip install agentassist
Optional extras
pip install "agentassist[channels]"
pip install "agentassist[mcp]"
pip install "agentassist[treesitter]"
pip install "agentassist[documents]"
pip install "agentassist[all]"
From source
git clone https://github.com/mexyusef/agentassist
cd agentassist
pip install -e ".[all,dev]"
Quick Start
agentassist --help
Runtime Paths
- User config and app data live under
~/.agentassist/ - Default workspace is
~/.agentassist/workspace - Built-in skill assets are bundled in
agentassist/builtin_skills/ - User-installed global skills live in
~/.agentassist/skills/
License
MIT. See LICENSE.
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
agentassist-0.1.0.tar.gz
(520.3 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
agentassist-0.1.0-py3-none-any.whl
(657.0 kB
view details)
File details
Details for the file agentassist-0.1.0.tar.gz.
File metadata
- Download URL: agentassist-0.1.0.tar.gz
- Upload date:
- Size: 520.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1be03d691bed1441b2bdb72e8d08632011365018bfabe099281e4a6874de9503
|
|
| MD5 |
4f7c575e38e90314a4f4f80cc2624f5b
|
|
| BLAKE2b-256 |
3eab243d1d4461b8baea0735a4c1550187b2eeadf82c9ea8ae786458b734a329
|
File details
Details for the file agentassist-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentassist-0.1.0-py3-none-any.whl
- Upload date:
- Size: 657.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
495ccc9d207876682f9eb3180182d01fb07e1c7e12aa9fbf41cb9023989b8b8c
|
|
| MD5 |
074d551fc4a2fca9f9db04376d3a328c
|
|
| BLAKE2b-256 |
5c5e66b6141722476c7cafde6b04ecc22119e0413f93e741e226c47809085526
|