Skip to main content

Task Agent 🤖

A prioritized, file-based task queue for autonomous agentic workers. This system uses a "Mission Control" approach to manage multiple agents working on git-tracked improvements across various branches and worktrees.

📂 System Architecture

The project follows a specific folder structure to manage the lifecycle of an improvement:

  • docs/issues/: The core queue.
    • mission.usv: A prioritized list of issues using Unit Separator Value (\x1f) format. This serves as the source of truth for task priority.
    • datapackage.json: Frictionless Data metadata for the mission.usv schema.
    • pending/: New issues awaiting triage or assignment.
    • draft/: Issues currently being refined or planned.
    • active/: Issues actively being worked on by an agent.
    • completed/{year}/: Successfully implemented and verified improvements.
  • .gwt/: Git Worktree directory where active branches are checked out for isolated agent execution.

🛠️ Tooling: ta (Task Agent CLI)

The ta tool automates the transition of issues through the queue and manages the underlying git infrastructure.

Commands

Command Action
ta next Displays the top prioritized issue from mission.usv.
ta new Creates a new issue file and adds it to the queue.
ta done Moves issue to completed/, removes it from the queue, and auto-commits the result.
ta start <slug> Moves issue to active/, creates a git branch, and sets up a .gwt/ worktree.
ta run <slug> Invokes the sidecar worker defined at .ta/worker to process an active issue.

🚀 Workflow

  1. Prioritize: Use ta new -t "Title" to add a task.
  2. Review: Run ta next to see what is currently at the top of the queue.
  3. Dispatch: (Planned) Run ta start <slug> to prepare the workspace.
  4. Execute: (Planned) The agent (Gemini CLI) processes the task in its isolated worktree via ta run <slug>.
  5. Finalize: Once verified, ta done moves the task to the finished state.

🤖 Gemini CLI Integration

By utilizing the Gemini CLI's headless mode, this system can orchestrate multiple agents simultaneously without requiring manual terminal management, significantly improving portability and scalability between Windows and WSL environments.

Download files

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

Source Distribution

task_agent-1.0.29.tar.gz (771.6 kB view details)

Uploaded Source

Built Distribution

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

task_agent-1.0.29-py3-none-any.whl (141.3 kB view details)

Uploaded Python 3

File details

Details for the file task_agent-1.0.29.tar.gz.

File metadata

  • Download URL: task_agent-1.0.29.tar.gz
  • Upload date:
  • Size: 771.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for task_agent-1.0.29.tar.gz
Algorithm Hash digest
SHA256 2cd4e005df75207c62987a1827b44d1fd9e5d575bc6a4cc960b5209ea0da675f
MD5 f08c67995dc8615e58ee97aa9b0528e9
BLAKE2b-256 5831d612ea5f941a87b28fc189a21dc6ef51e1ed3e4b5e53377e419e981d9236

See more details on using hashes here.

Provenance

The following attestation bundles were made for task_agent-1.0.29.tar.gz:

Publisher: publish.yml on InTEGr8or/task-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file task_agent-1.0.29-py3-none-any.whl.

File metadata

  • Download URL: task_agent-1.0.29-py3-none-any.whl
  • Upload date:
  • Size: 141.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for task_agent-1.0.29-py3-none-any.whl
Algorithm Hash digest
SHA256 9901dee2aad40a16caecea76173d8556e5d36d9e03cec1cb4f1dc729816c92d7
MD5 aebf9b41e7a30f1d98d8c532a1bc38b7
BLAKE2b-256 d3f3c3418739afae4354ba358c37bfe6cc6d2a3120c722093a31889e3c03fef0

See more details on using hashes here.

Provenance

The following attestation bundles were made for task_agent-1.0.29-py3-none-any.whl:

Publisher: publish.yml on InTEGr8or/task-agent

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.2.1

2 files

1.0.42

2 files

1.0.41

2 files

1.0.39

2 files

1.0.38

2 files

1.0.37

2 files

1.0.36

2 files

1.0.35

2 files

1.0.34

2 files

This release

1.0.29 This release

2 files

1.0.28

2 files

1.0.27

2 files

1.0.26

2 files

1.0.23

2 files

1.0.22

2 files

1.0.21

2 files

1.0.20

2 files

1.0.19

2 files

1.0.18

2 files

1.0.17

2 files

1.0.16

2 files

1.0.15

2 files

1.0.14

2 files

1.0.13

2 files

1.0.12

2 files

1.0.11

2 files

1.0.9

2 files

1.0.5

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.1.1139

2 files

0.1.490

2 files

0.1.351

2 files

0.1.342

2 files

0.1.321

2 files

0.1.315

2 files

0.1.311

2 files

0.1.307

2 files

0.1.306

2 files

0.1.303

2 files

0.1.298

2 files

0.1.263

2 files

0.1.258

2 files

0.1.250

2 files

0.1.248

2 files

0.1.247

2 files

0.1.246

2 files

0.1.232

2 files

0.1.225

2 files

0.1.220

2 files

0.1.218

2 files

0.1.211

2 files

0.1.208

2 files

0.1.181

2 files

0.1.168

2 files

0.1.165

2 files

0.1.154

2 files

0.1.151

2 files

0.1.149

2 files

0.1.143

2 files

0.1.138

2 files

0.1.131

2 files

0.1.129

2 files

0.1.128

2 files

0.1.124

2 files

0.1.122

2 files

0.1.112

2 files

0.1.109

2 files

0.1.106

2 files

0.1.105

2 files

0.1.102

2 files

0.1.98

2 files

0.1.96

2 files

0.1.90

2 files

0.1.86

2 files

0.1.83

2 files

0.1.79

2 files

0.1.76

2 files

0.1.74

2 files

0.1.68

2 files

0.1.52

2 files

0.1.51

2 files

0.1.50

2 files

0.1.48

2 files

0.1.46

2 files

0.1.44

2 files

0.1.43

2 files

0.1.42

2 files

0.1.41

2 files

0.1.39

2 files

0.1.38

2 files

0.1.37

2 files

0.1.36

2 files

0.1.35

2 files

0.1.34

2 files

0.1.32

2 files

0.1.31

2 files

0.1.30

2 files

0.1.28

2 files

0.1.26

2 files

0.1.24

2 files

0.1.22

2 files

0.1.21

2 files

0.1.20

2 files

0.1.19

2 files

0.1.18

2 files

0.1.17

2 files

0.1.16

2 files

0.1.15

2 files

0.1.12

2 files

0.1.11

2 files

0.1.9

2 files

0.1.8

2 files

Supported by

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