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.21.tar.gz (744.0 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.21-py3-none-any.whl (125.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: task_agent-1.0.21.tar.gz
  • Upload date:
  • Size: 744.0 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.21.tar.gz
Algorithm Hash digest
SHA256 604f4f92c1a229bfcbd778967159bbfe7b2c0adee052e42bb91e5b5cc4688e21
MD5 44c915e676f40f423b1e3bceb5005758
BLAKE2b-256 97caa5cc02b37c51773cfe8f8a63890af9be587bb3a4b995d53286846fd06666

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: task_agent-1.0.21-py3-none-any.whl
  • Upload date:
  • Size: 125.5 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.21-py3-none-any.whl
Algorithm Hash digest
SHA256 b5486305bd9b87df4c62702faa9f40bc9417371c4d0897dc5db730f3d8e74df4
MD5 e6f7268b51ae15c6934e602da5f70e93
BLAKE2b-256 8b33d1b11b618b086003d83fe1830400fb099538dee02241f8bc13b60f49b668

See more details on using hashes here.

Provenance

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

This release

1.0.21 This release

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