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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opentf-0.1.3.tar.gz.
File metadata
- Download URL: opentf-0.1.3.tar.gz
- Upload date:
- Size: 163.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dea792b28571db56feba07c3e1b0e5ba0ef96c62de2a23055f0a4ca28c9ff576
|
|
| MD5 |
190803c2651bc444e3a1bfe48f3f7b7b
|
|
| BLAKE2b-256 |
ea1f3278826d0dfdd2ff7e5f5003c4b8b6e4f36d9d28d25dde3f90799e0384a0
|
File details
Details for the file opentf-0.1.3-py3-none-any.whl.
File metadata
- Download URL: opentf-0.1.3-py3-none-any.whl
- Upload date:
- Size: 168.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
346eab08207b1bdc59be65687de80a82f4b9467dd37b3559fef368ceb12424df
|
|
| MD5 |
2d98db62cb8aa697feee5da09733a7e0
|
|
| BLAKE2b-256 |
b48b32f3994259c93b0c5b0de94371a3e019355bd2a795a4b984ca002012cb61
|