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
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 tokenmind_ai-0.1.4.post6.tar.gz.
File metadata
- Download URL: tokenmind_ai-0.1.4.post6.tar.gz
- Upload date:
- Size: 991.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 |
f5b7df9efbfc9d77c203f3fbebe4cb2b835114c695390c161e7ab1df8cf6f6ad
|
|
| MD5 |
3c0addbd0f173dee06e91c3266436d51
|
|
| BLAKE2b-256 |
d25f38f26fd4eb1a3cfe27f9a08569dac3ba616b9754f4f8c8e69ea124a6377e
|
File details
Details for the file tokenmind_ai-0.1.4.post6-py3-none-any.whl.
File metadata
- Download URL: tokenmind_ai-0.1.4.post6-py3-none-any.whl
- Upload date:
- Size: 274.7 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 |
e9f724039f81bb890e56fef25a3a2d49975c060e315b8da21c900e7dedea9203
|
|
| MD5 |
61e53e7123b9e98ab795f650b1ad5b96
|
|
| BLAKE2b-256 |
a7a90a5e010b9237428ffd4026d4024640045afb467408641138d08120413c3f
|