A lightweight personal AI assistant framework
Project description
TokenMind
TokenMind is a lightweight personal AI assistant framework focused on local-first agent workflows.
It combines:
- multi-provider LLM access
- tool execution inside conversations
- knowledge base retrieval
- long-term memory and session persistence
- a FastAPI backend with a web chat surface
- optional channel integrations and bridge services
Install
pip install tokenmind-ai
After installation, the CLI entry point is:
tokenmind --help
Quick Start
Initialize your local workspace and config:
tokenmind onboard
Run the backend web service:
tokenmind web --port 8080
Then open:
http://localhost:8080
Notes
- Python
3.11+is required. - The published Python package bundles the production web UI, so
tokenmind webcan serve it directly after installation. - The React/Vite frontend still exists in this repository for local development.
Source
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
tokenmind_ai-0.1.6.tar.gz
(1.2 MB
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
tokenmind_ai-0.1.6-py3-none-any.whl
(474.9 kB
view details)
File details
Details for the file tokenmind_ai-0.1.6.tar.gz.
File metadata
- Download URL: tokenmind_ai-0.1.6.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32d725d011bd325577946eb459ed8807045b73dae45cca92862f609fae839d9d
|
|
| MD5 |
27480ed46da8462db406e67592bcaf17
|
|
| BLAKE2b-256 |
1ac7aa8a01f74074ab415832e4214b08e33df860780bfb59703970856b4e9575
|
File details
Details for the file tokenmind_ai-0.1.6-py3-none-any.whl.
File metadata
- Download URL: tokenmind_ai-0.1.6-py3-none-any.whl
- Upload date:
- Size: 474.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac0016486405c8abfb70f5818b846f7f8d66dfc7ada2316e8df62eba01cda7e6
|
|
| MD5 |
0db87641963c12029b8db67d9b7178a1
|
|
| BLAKE2b-256 |
fa413dc2fac2b31df5c93f5985f3d4e9e607b5aa6dca5cd9d5b4e595294bc6e9
|