Skip to main content

Crate agentbridge

Crate agentbridge 

Source

Re-exports§

pub use adapter::prompt_tool_call;
pub use adapter::CliAdapter;
pub use adapter::CliAdapterError;
pub use adapter::CliToolAdapter;
pub use adapters::profile::bundled_profile_ids;
pub use adapters::profile::load_profile;
pub use adapters::profile::open_profile_adapter;
pub use adapters::profile::CliProfile;
pub use adapters::profile::ProfileAdapter;
pub use context::ArtifactPayload;
pub use context::CodeContext;
pub use context::ContextPacket;
pub use context::ConversationMessage;
pub use context::FileSnapshot;
pub use subprocess::TrackedSubprocess;
pub use shadi_mas;

Modules§

adapter
adapters
context
dir_registry
local_registry
On-host registry of agentbridge listeners started by register.
mas
Re-export the shadi_mas coordination primitives most commonly used with agentbridge so callers have a single dependency.
member_source
Pluggable resolution of SLIM group member candidates.
subprocess
Shared subprocess-tracking helper for CliAdapter implementations.