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.7.tar.gz
(1.7 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.7-py3-none-any.whl
(484.4 kB
view details)
File details
Details for the file tokenmind_ai-0.1.7.tar.gz.
File metadata
- Download URL: tokenmind_ai-0.1.7.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93ecca0b9895a990b1646ec74461833dc232990db52baa3cff846884feb835c3
|
|
| MD5 |
349e462ae33a62cd2bba53d10e3b7703
|
|
| BLAKE2b-256 |
902d441a3c228fa64829c3291a05cc036a7c9b1c1b585f0ceec528a0f7dc6b36
|
File details
Details for the file tokenmind_ai-0.1.7-py3-none-any.whl.
File metadata
- Download URL: tokenmind_ai-0.1.7-py3-none-any.whl
- Upload date:
- Size: 484.4 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 |
f09d34c71a2102a5defc1b014384020bd496c091a2ffc67f6670513f9a3981f8
|
|
| MD5 |
30d937596e8a5b5fa216e88f5650f31d
|
|
| BLAKE2b-256 |
09eb163e8d9cd0a02df74bc0f446e3eaebb4d3f1f37596e40eff09aa9c8cafaf
|