Skip to content

light-magician/trtl

Repository files navigation

trtl deamon

alt text

A daily driver agent with:

  • access to a wide array of command line tools
  • ability to search out new tools to accomplish a task
  • long term memory about requested, successful executions, and personal prefs

This agent is REDICULOUSLY UNSAFE!!! Because it can search the internet, download tools, and execute code arbitrarily, literally anything can happen. There are zero guard rails. You have been warned.

Trtl is fairly strong at coding tasks, and is much cheaper than something like Claude Code. Right now it supports OpenAI models only. While coding it can edit files directly, which should show in whatever editor you are using.

Demo's

Learn about things trtl can do on its twitter page: https://x.com/trtldaemon alt text

CLI tool installation

first, make an .env in this project's root

touch .env

the .env should have these entries with your key's pasted in

(soon other search engines and AI providers will be supported)

OPENAI_API_KEY=xxxxxxxx
TAVILY_API_KEY=xxxxxxxx

now install the project globally

pip install pipx # get pipx
pipx install . --editable # I force install this way in case there is a stale trtl
pipx install --upgrade . # to upgrade globally

uninstall

pipx uninstall trtl

if you want to develop against the project locally

poetry install
poetry run trtl

run in container

docker compose up -d
docker exec -it trtl-daemon bash
trtl

About

cli agent that can search and download cli tools to accomplish tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published