Skip to main content

Open Task Force - Autonomous multi-agent orchestration platform

Project description

OpenTF

Autonomous AI coding agent for your terminal.

Install

pip install opentf

Requires Python 3.12+. Then run:

export ANTHROPIC_API_KEY="sk-ant-..."
opentf

Or let OpenTF prompt you for your API key on first launch.

What It Does

OpenTF reads, writes, and edits code in your project. It runs shell commands, searches your codebase, and uses a 9-strategy fuzzy edit engine so code changes land even when the AI gets indentation or whitespace slightly wrong. LSP diagnostics catch type errors after every edit. File changes are backed up and undoable.

Commands

Command Description
/plan Create a structured execution plan
/janitor Scan code for quality issues
/model Switch between Claude models
/provider Switch between Anthropic / OpenAI / Ollama
/compact Compress conversation history
/save Save session
/resume Resume a saved session
/undo Undo last file change
/cost Show token usage and cost
/status Show current session info
/login Set API key
/clear Clear conversation
/exit Quit

Install Methods

pip (recommended)

pip install opentf

pipx (isolated)

pipx install opentf

Install script

curl -fsSL https://raw.githubusercontent.com/itscool2b/opentf/main/install.sh | bash

Creates an isolated environment at ~/.opentf/ and adds the opentf command to your PATH.

From source

git clone https://github.com/itscool2b/opentf.git
cd opentf
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
opentf

Modes

opentf              # Full terminal UI (default)
opentf --repl       # Lightweight REPL mode
opentf -p "prompt"  # Single-shot headless mode

Development

git clone https://github.com/itscool2b/opentf.git
cd opentf
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opentf-0.1.1.tar.gz (158.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

opentf-0.1.1-py3-none-any.whl (163.8 kB view details)

Uploaded Python 3

File details

Details for the file opentf-0.1.1.tar.gz.

File metadata

  • Download URL: opentf-0.1.1.tar.gz
  • Upload date:
  • Size: 158.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for opentf-0.1.1.tar.gz
Algorithm Hash digest
SHA256 3d85e245a96b3837c62ee355a9d8baedce66beaf5c389ad5e0adff6714963b4f
MD5 d57e86384248ed7ff1c5dbd5c1478031
BLAKE2b-256 8c608a06d3a1ecb465e443e40c58cf9defea8ac2c24eeaa78be5d7065f8069da

See more details on using hashes here.

File details

Details for the file opentf-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: opentf-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 163.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for opentf-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8f5a55ed41916782c330db508ffd2ef954ebbf6e22a970ff6f75b76d3b0cb516
MD5 da74e4e9d410f5eaeee56c9d1d1480fd
BLAKE2b-256 ef5938959c2ae6e12a71f4178b28524316599fb82e6141389ce275a8bd8f8ddb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page