Skip to main content

Local agent for TaskFloor — connects Claude Code to your task board

Project description

taskfloor-agent

Local agent that connects Claude Code to your TaskFloor task board. It runs as a background daemon, auto-discovers your projects by matching git remotes, and executes tasks in isolated git worktrees with real-time streaming to the browser.

Installation

# Recommended (isolated environment)
pipx install taskfloor-agent

# Or with pip
pip install taskfloor-agent

Requires Python 3.10+.

Quick Start

  1. Login — configure your server URL and agent token (get the token from TaskFloor Settings):

    taskfloor-agent login
    
  2. Start — run the agent in the background:

    taskfloor-agent start
    
  3. Check status — verify the agent is connected:

    taskfloor-agent status
    

Commands

Command Description
taskfloor-agent login Configure server URL, token, and scan directories
taskfloor-agent start Start agent daemon (use --foreground for dev)
taskfloor-agent stop Stop background daemon
taskfloor-agent status Show config, connection, and discovered projects
taskfloor-agent logs View agent logs (-f to follow)
taskfloor-agent add <path> Add a local project directory
taskfloor-agent cleanup Remove TaskFloor worktrees from local repos

How It Works

The agent connects to your TaskFloor server via WebSocket, receives task assignments, and runs Claude Code sessions in isolated git worktrees. Each task gets its own branch (taskfloor/task-{id}) and worktree (.worktrees/task-{id}), so work is isolated from your main branch.

Project discovery is automatic — the agent scans your configured directories for git repos and matches their remotes against TaskFloor projects.

Configuration

Config file: ~/.taskfloor/agent.yaml

server: https://taskfloor.xyz
token: <your-agent-token>
agent_id: username-hostname
scan_dirs:
  - ~/Projects
project_paths:
  - ~/Projects/my-specific-repo

Links

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

taskfloor_agent-0.2.0.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

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

taskfloor_agent-0.2.0-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

Details for the file taskfloor_agent-0.2.0.tar.gz.

File metadata

  • Download URL: taskfloor_agent-0.2.0.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for taskfloor_agent-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3b53b2c91686f613e5d1f7e9a61049e0271a031fb77a6d333f98d04a473db133
MD5 523a3e644ff462717e6fbb4ee498423f
BLAKE2b-256 110ae7bb86bdaf4bad99a005d79576e2a152d08695f9330c1144f2db24aaff18

See more details on using hashes here.

File details

Details for the file taskfloor_agent-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for taskfloor_agent-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ac8b9ec552c43fc66ce03f07faf928af22010e66aa80dc27ad3679fc3a7daf9b
MD5 4500b395dbc53de0f08e596bc1fe6e05
BLAKE2b-256 0c6343a4d6b4b0ac97b27685ca4d315aa64a5dac0e63b046dcef2d1fe047f7f6

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