Skip to content

binchenX/ta

Repository files navigation

Ta

A command-line AI/LLM tool.

asciicast

Features (so far)

  • 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

Install

As usual.

Config

  1. First, set the environment variables:
export OPENAI_API_KEY=your_openai_api_key
export OPENAI_BASE_URL=your_openai_base_url
  1. Configure the model_aliases, chat, and rag sections. See the example config. Place the config in ~/.td/config.toml.

License

This project is licensed under the MIT License

Releases

No releases published

Packages

No packages published

Languages