Documentation
¶
Overview ¶
Package conductor implements disk-backed coordination for independent agents. It has no server, resident process, message broker, or runtime dependency.
Index ¶
Constants ¶
View Source
const ( ReadRange = state.ReadRange ReadDelta = state.ReadDelta ReadFull = state.ReadFull )
View Source
const ( DeliverySummary = state.DeliverySummary DeliveryContent = state.DeliveryContent )
View Source
const CurrentProtocolVersion = state.CurrentProtocolVersion
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeliveryMode ¶
type DeliveryMode = state.DeliveryMode
func ParseDeliveryMode ¶
func ParseDeliveryMode(value string) (DeliveryMode, error)
ParseDeliveryMode validates a --mode flag value. An empty value defaults to content.
type ProtocolError ¶
type ProtocolVersionDetail ¶
type ProtocolVersionDetail = protocol.ProtocolVersionDetail
type Publication ¶
type Publication = protocol.Publication
type ReadRequest ¶
type ReadRequest = state.ReadRequest
type ReadResult ¶
type ReadResult = state.ReadResult
type Subscription ¶
type Subscription = state.Subscription
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
conductor
command
|
|
|
skillcheck
command
Command skillcheck validates Conductor's distributable skill and repository contract.
|
Command skillcheck validates Conductor's distributable skill and repository contract. |
|
internal
|
|
|
install
Package install places Conductor's embedded skill and native executable atomically.
|
Package install places Conductor's embedded skill and native executable atomically. |
|
integrations/claudechannel
Package claudechannel exposes Conductor as a Claude Code MCP channel.
|
Package claudechannel exposes Conductor as a Claude Code MCP channel. |
|
integrations/claudecli
Package claudecli configures cliresume for Claude Code CLI: an agent loop with no external wake path, resumed non-interactively once per signal.
|
Package claudecli configures cliresume for Claude Code CLI: an agent loop with no external wake path, resumed non-interactively once per signal. |
|
integrations/cliresume
Package cliresume is the engine behind process-per-signal CLI adapters: an agent loop with no external wake path, so each Conductor signal must launch a fresh, non-interactive resume of it.
|
Package cliresume is the engine behind process-per-signal CLI adapters: an agent loop with no external wake path, so each Conductor signal must launch a fresh, non-interactive resume of it. |
|
integrations/execlocate
Package execlocate resolves an external CLI's executable when it is not on PATH, by checking a short list of known per-OS install locations.
|
Package execlocate resolves an external CLI's executable when it is not on PATH, by checking a short list of known per-OS install locations. |
|
migrate
Package migrate performs explicit, non-destructive state protocol migrations.
|
Package migrate performs explicit, non-destructive state protocol migrations. |
|
platform
Package platform provides the operating-system primitives used by Conductor.
|
Package platform provides the operating-system primitives used by Conductor. |
|
skillcheck
Package skillcheck validates the repository's distributable skill contract.
|
Package skillcheck validates the repository's distributable skill contract. |
|
Package protocol defines Conductor's transport-neutral wire model.
|
Package protocol defines Conductor's transport-neutral wire model. |
|
Package skillbundle exposes Conductor's canonical skill payload to the installer.
|
Package skillbundle exposes Conductor's canonical skill payload to the installer. |
Click to show internal directories.
Click to hide internal directories.

