Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
agentcookie
command
Command agentcookie is the unified CLI for the agentcookie product.
|
Command agentcookie is the unified CLI for the agentcookie product. |
|
spike-sink
command
Command spike-sink runs an HTTP listener that accepts an AES-GCM-encrypted payload of cookies, decrypts it with the shared spike secret, and upserts each cookie into this machine's Chrome cookies SQLite.
|
Command spike-sink runs an HTTP listener that accepts an AES-GCM-encrypted payload of cookies, decrypts it with the shared spike secret, and upserts each cookie into this machine's Chrome cookies SQLite. |
|
spike-source
command
Command spike-source reads cookies for one host from the local Chrome SQLite/Keychain stack and POSTs them to a spike-sink running on another machine.
|
Command spike-source reads cookies for one host from the local Chrome SQLite/Keychain stack and POSTs them to a spike-sink running on another machine. |
|
Package cookiesource is the importable PP-CLI integration point for the agentcookie bridge.
|
Package cookiesource is the importable PP-CLI integration point for the agentcookie bridge. |
|
internal
|
|
|
cdp
Package cdp implements Chrome DevTools Protocol cookie injection against the agentcookie-owned Chrome profile.
|
Package cdp implements Chrome DevTools Protocol cookie injection against the agentcookie-owned Chrome profile. |
|
chrome
Package chrome reads and writes Chrome cookies on macOS, handling the per-machine Safe Storage encryption via the macOS Keychain.
|
Package chrome reads and writes Chrome cookies on macOS, handling the per-machine Safe Storage encryption via the macOS Keychain. |
|
chromectl
Package chromectl is the macOS Chrome lifecycle helper used by every agentcookie writer that needs Chrome briefly quit while it touches Chrome's on-disk state (cookies SQLite, Local Storage LevelDB, IndexedDB LevelDB).
|
Package chromectl is the macOS Chrome lifecycle helper used by every agentcookie writer that needs Chrome briefly quit while it touches Chrome's on-disk state (cookies SQLite, Local Storage LevelDB, IndexedDB LevelDB). |
|
chromedirsync
Package chromedirsync packs and unpacks Chrome on-disk profile directories as portable tarballs for cross-machine sync.
|
Package chromedirsync packs and unpacks Chrome on-disk profile directories as portable tarballs for cross-machine sync. |
|
chromepaths
Package chromepaths centralizes the on-disk Chrome profile paths agentcookie reads and writes.
|
Package chromepaths centralizes the on-disk Chrome profile paths agentcookie reads and writes. |
|
cli
Package cli wires the cobra subcommand tree for the unified `agentcookie` binary.
|
Package cli wires the cobra subcommand tree for the unified `agentcookie` binary. |
|
cli/httpserver
Package httpserver consolidates the timeout and body-size policy that agentcookie's HTTP listeners and clients all share.
|
Package httpserver consolidates the timeout and body-size policy that agentcookie's HTTP listeners and clients all share. |
|
cmuxconfig
Package cmuxconfig performs targeted, comment-preserving edits to a user's cmux configuration (~/.config/cmux/cmux.json).
|
Package cmuxconfig performs targeted, comment-preserving edits to a user's cmux configuration (~/.config/cmux/cmux.json). |
|
config
Package config loads agentcookie's on-disk configuration: source.yaml, sink.yaml, and blocklist.yaml.
|
Package config loads agentcookie's on-disk configuration: source.yaml, sink.yaml, and blocklist.yaml. |
|
keystore
Package keystore manages per-peer symmetric keys derived during pairing.
|
Package keystore manages per-peer symmetric keys derived during pairing. |
|
launchd
Package launchd generates and installs LaunchAgent plists for the agentcookie source and sink daemons.
|
Package launchd generates and installs LaunchAgent plists for the agentcookie source and sink daemons. |
|
livecdp
Package livecdp injects plaintext cookies into a LIVE, already-running Chromium over the DevTools Protocol -- the mechanism that actually logs a Chromium agent browser (browser-use, vercel-labs agent-browser) into the user's sites.
|
Package livecdp injects plaintext cookies into a LIVE, already-running Chromium over the DevTools Protocol -- the mechanism that actually logs a Chromium agent browser (browser-use, vercel-labs agent-browser) into the user's sites. |
|
pairing
Package pairing implements the source-sink pairing handshake.
|
Package pairing implements the source-sink pairing handshake. |
|
protocol
Package protocol defines the wire format the source uses to send sync payloads to the sink.
|
Package protocol defines the wire format the source uses to send sync payloads to the sink. |
|
secretsbus
Package secretsbus's v2 adoption manifest.
|
Package secretsbus's v2 adoption manifest. |
|
sinkpush
Package sinkpush pushes decrypted cookies from the agentcookie sink into each PP CLI's local session cache, bypassing the macOS Keychain on the read side.
|
Package sinkpush pushes decrypted cookies from the agentcookie sink into each PP CLI's local session cache, bypassing the macOS Keychain on the read side. |
|
state
Package state is the shared state-file format that the source watcher and the sink daemon both write to ~/.agentcookie/.
|
Package state is the shared state-file format that the source watcher and the sink daemon both write to ~/.agentcookie/. |
|
transport
Package transport is the spike's shared-secret AES-GCM wrapper for the HTTP-over-tailnet sync channel.
|
Package transport is the spike's shared-secret AES-GCM wrapper for the HTTP-over-tailnet sync channel. |
|
tsclient
Package tsclient probes Tailscale state on the local machine.
|
Package tsclient probes Tailscale state on the local machine. |
|
watcher
Package watcher runs the source-side fsnotify loop.
|
Package watcher runs the source-side fsnotify loop. |
|
pkg
|
|
|
agentcookieadoption
Package agentcookieadoption is the author-side helper library for the agentcookie secrets-bus v2 adoption standard.
|
Package agentcookieadoption is the author-side helper library for the agentcookie secrets-bus v2 adoption standard. |
|
agentcookiesecret
Package agentcookiesecret is the canonical Go reader for the agentcookie secrets bus.
|
Package agentcookiesecret is the canonical Go reader for the agentcookie secrets bus. |
|
sidecar
Package sidecar exposes the public reader API for agentcookie's cookie sidecar SQLite.
|
Package sidecar exposes the public reader API for agentcookie's cookie sidecar SQLite. |
Click to show internal directories.
Click to hide internal directories.