CLI for the TISIT learning platform — learn anything, explained intelligently
Project description
tisit-cli
Terminal-native client for the TISIT learning platform. If you can do it on the web, you can do it from the shell.
Install
pip install tisit-cli
Quick Start
# Authenticate (get your API token from tisit.ai settings)
tisit login
# Explore your knowledge
tisit note list
tisit search "machine learning"
tisit chat ask "What are transformers?"
# Add content
tisit note add "Neural Networks" "Deep Learning"
tisit paper add https://arxiv.org/pdf/1706.03762
tisit article add https://example.com/article
tisit video add https://youtube.com/watch?v=abc
tisit book search "Deep Learning"
# Intelligence monitoring
tisit radar status
tisit radar topic add "AI Safety" --keywords "alignment,safety"
# Knowledge graph
tisit graph stats
tisit graph neighbors "machine learning"
tisit graph paths "Neural Networks" "NLP"
# Deep dive learning
tisit focus create "Quantum Computing"
tisit focus list
Commands
| Command | Description |
|---|---|
tisit login/logout/whoami |
Authentication |
tisit status |
System health check |
tisit note add/list/view/delete |
Learning notes |
tisit paper add/list/view/delete |
Research papers |
tisit article add/list/view/delete |
Web articles |
tisit video add/list/view/delete |
YouTube videos |
tisit tweet add/list/view/delete |
Tweets / X posts |
tisit book search/add/list/view/delete |
Books |
tisit podcast add/list/view/delete |
Podcast episodes |
tisit patent add/list/view/delete |
Patents |
tisit search "query" |
Semantic search |
tisit browse --type notes |
Unified content browsing |
tisit chat |
Interactive RAG chat |
tisit chat ask "question" |
One-shot question |
tisit radar status/topic/run/source |
Radar sweep monitoring |
tisit graph stats/neighbors/paths |
Knowledge graph |
tisit focus list/create/view/delete |
Focus mode (deep dive) |
All commands support --json for scripted output.
Configuration
Config is stored at ~/.tisit/config.toml. Override the server URL:
tisit login --api-url https://your-server.com
# or
export TISIT_API_URL=https://your-server.com
License
MIT
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 tisit_cli-0.1.0.tar.gz.
File metadata
- Download URL: tisit_cli-0.1.0.tar.gz
- Upload date:
- Size: 26.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0363e3e6d61f3d4ec68bbd782fc559d4baf5202747642e6adf9c9b7da01a1ea
|
|
| MD5 |
256127f6a25b791c90fa9c4802deb4f5
|
|
| BLAKE2b-256 |
1169df8d1d7c2c27a26ee251d19a150d9a383af2611327c781d6a43039477ad4
|
File details
Details for the file tisit_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tisit_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 34.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afc4b4ef6354b58d64cdffdbcbd273b85fde77327e36c15996b334af78c6bc22
|
|
| MD5 |
da2deaa1cb67bcbc7ef6de9c52bc6311
|
|
| BLAKE2b-256 |
f3033114c2599f00543730c9aae1f9c599d9bb55168113ac5de67e2043b2008d
|