tx

Primitives for AI agents

Primitives, not frameworks. Headless infrastructure for memory, tasks, and orchestration.

curl -fsSL https://raw.githubusercontent.com/jamesaphoenix/tx/main/install.sh | sh

Why Primitives?

The orchestration flow is where you create value. It encodes your domain knowledge. If a tool dictates the flow, it's not a tool. It's a competitor. tx gives you headless infrastructure. You own your orchestration.

Simple Primitives

tx ready

Get next workable task

tx claim

Prevent collisions

tx done

Complete task

tx block

Declare dependencies

tx memory

Persist knowledge across sessions

tx spec

Spec-driven development

Ready to start?

Get up and running with tx in your project.

curl -fsSL https://raw.githubusercontent.com/jamesaphoenix/tx/main/install.sh | sh
Read the documentation