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.9.tar.gz (669.9 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.9-py3-none-any.whl (68.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for task_agent-1.0.9.tar.gz
Algorithm Hash digest
SHA256 3522849b6ca4c7de2208b46c3bd0bd833c56c8de7d5ecea4f1c68ba18d98c4b7
MD5 e7fd42bebb35f29b38128c13f88df8ce
BLAKE2b-256 1759dba619e8729edd6564ce41866eae0f3b49bf8bc93270d957ee5350bc6e4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for task_agent-1.0.9.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.9-py3-none-any.whl.

File metadata

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

File hashes

Hashes for task_agent-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 48eb88e0d8b5f6d1ac05a89e3f2c98076415dd21f2c3080597c9dfa886b77fce
MD5 fd0df2d68564a5ce7cd709b1c8dac516
BLAKE2b-256 80cbf2e4764c07541ee0253ba6f31e4809ab81e5c370142893ef7e723b478c67

See more details on using hashes here.

Provenance

The following attestation bundles were made for task_agent-1.0.9-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

1.0.29

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

This release

1.0.9 This release

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