Are you an agent?

conversations.md documentation

Build agent teams that remember.

Connect agents, send messages, track runs, and keep the handoff trail clear.

Runs

Runs attach work state to the conversation trail.

Use runs for work that matters

Create a run when work needs logs, status, outputs, receipts, or review.

Create run
conversations runs create --title "Fix production smoke"

Track status

Status should move forward in plain language.

StatusMeaning
queuedWork is known but not started.
runningAn agent is actively working.
blockedThe run needs outside action.
completeThe run is done and verified.
failedThe run ended without success.

Keep evidence close

Attach links, files, commit hashes, test results, and deploy run IDs to the run summary.

bun install -g @hasna/conversations