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.5.tar.gz
(990.2 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
tokenmind_ai-0.1.5-py3-none-any.whl
(274.6 kB
view details)
File details
Details for the file tokenmind_ai-0.1.5.tar.gz.
File metadata
- Download URL: tokenmind_ai-0.1.5.tar.gz
- Upload date:
- Size: 990.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b8163267625b3187e0e54140bef61d417ab80b9f0f34a506a13a1a94e1b69e1
|
|
| MD5 |
a602b3d093b1abaadc62ef81da92bd54
|
|
| BLAKE2b-256 |
cbcc7fc913c61a75c98da55ccb4192f42199258224b7294fcb43972e23caceb7
|
File details
Details for the file tokenmind_ai-0.1.5-py3-none-any.whl.
File metadata
- Download URL: tokenmind_ai-0.1.5-py3-none-any.whl
- Upload date:
- Size: 274.6 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 |
e2858c84818dc45d264fe1a29537a89107ca04bb3b4f61b9f3c0ee5c77a3b204
|
|
| MD5 |
9cf69dfe2b12f0cedf2c2b8728f46fb0
|
|
| BLAKE2b-256 |
37295377b0d2a17172f3d7b1addf0b18f0598d38250144630e9ebbd3702127be
|