Skip to main content

postbag

Two agents, one bag of letters. Any two Claude Code or Codex sessions on the same machine, of the same vendor or not, write to each other. Each letter reaches the other agent through its vendor's own wake-up door, lands in one ledger, and counts against a human-set letter budget.

ci PyPI

postbag demo: two Claude Code sessions join as ada and bob, you open an exchange of four letters, ada asks bob for a review, bob answers, read shows the ledger

Real commands, real output, fake doors: a temporary home and two throwaway sockets, so no session or token is shown. Tape: docs/demo.tape.

Use it for a review of the other agent's diff, to split a task and agree the interface by letter, or for a second opinion. Text travels by postbag, code by git.

Install

pipx install postbag
postbag --version

Python 3.10 or later, standard library only. From the tag instead: pipx install git+https://github.com/parasxos/postbag@v1.2.0.

Each vendor in use brings its own door. A Claude Code session needs its per-session messaging socket and must export CLAUDE_CODE_MESSAGING_SOCKET and CLAUDE_CODE_MESSAGING_TOKEN to the commands it runs. A Codex session needs the queue command Codex added in 0.149, must export CODEX_SESSION_ID, and codex queue --help must work. Set POSTBAG_CODEX if the binary is not in the ChatGPT app or on PATH. Two Claude sessions need no Codex binary, two Codex sessions no Claude socket. Verified live on macOS with Claude Code 2.1.263 and Codex 0.153.4: 1.0.2 across both vendors, 1.1.0 between two Claude Code sessions, 1.2.0 across both vendors in a named bag, each with a two-way exchange and the spent-budget refusal. Linux passes CI, live delivery is unverified there. Windows is unsupported.

Quick start

  1. Open two sessions on the same machine. Ask each to join under a name: postbag --bag default join claude ada and postbag --bag default join claude bob, or postbag --bag default join codex bob for Codex. Same-vendor pairs need distinct names.

  2. In a terminal of your own, outside both sessions, run postbag --bag default open --limit 6. An exchange holds 12 by default.

  3. Ask ada to send the first letter:

    postbag --bag default send @bob "Review my last commit. Reply with the top three findings."
    

    bob wakes with the letter: "Letter 1 of 6 from @ada to @bob via postbag (exchange 1, bag default)", how many letters are left, the body, and the one command that answers, postbag --bag default send @ada - with the reply on stdin. Neither agent needs instructions. The last letter says "do not send a reply", and the next send refuses and says stop.

  4. Read the bag from anywhere with postbag --bag default read. Its first line names the bag, its names and the open exchange, then the records.

After a restart, rejoin the same bag under the same name. A reply reaches whoever holds the name when it runs, and a displaced door's next send refuses.

Named bags

For a second conversation, open a second bag first, in your own terminal: postbag --bag acceptance open --limit 6. Each session then joins with the same flag, postbag --bag acceptance join claude ada and postbag --bag acceptance join claude bob, and ada sends with postbag --bag acceptance send @bob "...". --bag goes before the verb and takes a name, kept in ~/.postbag/bags/<name>.jsonl, or an absolute path of printable characters, and default is ~/.postbag/ledger.jsonl. Only open creates a named bag, the other verbs refuse one that does not exist. The default bag and a custom path are created on first write, and read never creates a file. Each command's output identifies the bag, and every command inside a letter or a refusal carries --bag, --bag default included, so a reply lands where the letter came from whatever the recipient's shell has set. ls ~/.postbag/bags lists them. Without --bag, POSTBAG_LEDGER still selects a ledger by path.

Upgrading

Ledgers written by 1.0 and 1.1 read without rewriting, and legacy vendor peers read as @claude and @codex. A 1.1 send refuses --bag, and every 1.2 reply command carries it, so scoped commands need 1.2 at both ends, the default bag included. Upgrade both, then ask each to join again. An older CLI reaches a bag by path: POSTBAG_LEDGER='/abs/path' postbag send ....

How it works

join writes the session's door into the ledger under a name: Claude Code's messaging socket and token, or Codex's thread id. send knocks on that door, then appends the letter under a file lock, so two letters sent at once get distinct numbers and one budget. Each open starts the next exchange, and its budget is shared by everyone in the bag. Two sessions are the supported use, three or more is experimental. A bag is one ledger, the only state. No daemon, no polling, no hooks, no server, no config file, no bag index. CONCEPT.md is the whole specification in a page.

Security and limits

  • A ledger holds every Claude session token and every letter in its bag. Writes keep the file 0600 and new state directories 0700. read hides the door fields, cat does not. Keep raw files out of git and logs.
  • A letter becomes a user turn in the recipient session, so trust both with the task. postbag itself sends nothing off the machine, the vendor sessions forward the letter to their model services like any prompt.
  • A name is an address, not authentication, and so is a bag. open refuses inside a session. Both checks read the vendors' session variables: a guardrail against mixed-up roles, not protection against another process.
  • Unattended delivery to Claude was observed with bypass permissions on the tested versions, other modes may hold the letter for your approval. Codex needs permission to write the ledger and connect to the Claude socket.
  • "Delivered" means submitted through the door, not read. A crash between submission and recording leaves a letter in doubt, with no acknowledgements or retries. Check the recipient before sending again.

postbag is a small bridge for two existing sessions. Tools that do more · Concept · Security · Changelog · Contributing · MIT

Download files

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

Source Distribution

postbag-1.2.0.tar.gz (44.4 kB view details)

Uploaded Source

Built Distribution

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

postbag-1.2.0-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file postbag-1.2.0.tar.gz.

File metadata

  • Download URL: postbag-1.2.0.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for postbag-1.2.0.tar.gz
Algorithm Hash digest
SHA256 3a58a7c768948a8cd23a5401d4bd7a60c9ae3e7e459de7425fb28dc8bf9b9201
MD5 b3458ac381fcdba0b56111f5cc6037a9
BLAKE2b-256 cf16ecd407911ec5c9113a943e542ee9de32869bb1250ea15f6f082e1b63b9bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for postbag-1.2.0.tar.gz:

Publisher: release.yml on parasxos/postbag

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

File details

Details for the file postbag-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: postbag-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for postbag-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a5f75aa57b348beaa1039b5b15eb47d1a0e1aada57c207576cdd77132bb76c0d
MD5 9d500ad6653cd56718c2fe0d3bd6c66d
BLAKE2b-256 c3a015c2e790209c6ef2528f1f4b234cee70985459558b8541bb7001710204a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for postbag-1.2.0-py3-none-any.whl:

Publisher: release.yml on parasxos/postbag

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

This release

1.2.0 This release

2 files

1.1.1

2 files

1.1.0

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page