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.2.tar.gz (162.4 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.2-py3-none-any.whl (167.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: opentf-0.1.2.tar.gz
  • Upload date:
  • Size: 162.4 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.2.tar.gz
Algorithm Hash digest
SHA256 27662fa08fba6892dc9557165af51521a822263c1f93a6e31aa9a25832335a1d
MD5 e683792576402dc19d4a93567ea1ee90
BLAKE2b-256 06344aeadcee698ef6f07eb2a8231599de9b356d36cc4881605f72326ae2238d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: opentf-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 167.7 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9d45098adab0c9d2ce9e1a1458b1904253bb6dc4477ebcd79712b0212d6845db
MD5 f40aeccb4c09d273caa98f3c76b0fac6
BLAKE2b-256 7516462a6df53828035848b68e80e7e63baf5796205c7d4eb1861edfa5e8ff7f

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