A command-line AI/LLM tool.
- Command line
- Nice Markdown display in terminal
- Choose model
- Thread Management
- RAG/Knowledge Base (local markdown files only)
- Tool Use (local file, mcp, internet, brave search)
- Agent (kind of) deepsearch using brave search
As usual.
- First, set the environment variables:
export OPENAI_API_KEY=your_openai_api_key
export OPENAI_BASE_URL=your_openai_base_url
- Configure the
model_aliases
,chat
, andrag
sections. See the example config. Place the config in~/.td/config.toml
.
This project is licensed under the MIT License