ACP work
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
//! Runtime support for driving ACP agents from Galaxy.
|
||||
//!
|
||||
//! This crate deliberately contains no Galaxy UI or application-model code. It
|
||||
//! owns the ACP subprocess and translates the stable ACP v1 stream into a small
|
||||
//! event surface that the app can consume.
|
||||
//! owns the official SDK connection and subprocess, then exposes ACP sessions
|
||||
//! through `galaxy_agent_core::AgentRuntime`. Low-level ACP events remain an
|
||||
//! internal protocol boundary rather than leaking into application UI code.
|
||||
|
||||
mod agent_runtime;
|
||||
mod config;
|
||||
mod events;
|
||||
mod permissions;
|
||||
@@ -15,6 +17,9 @@ pub use agent_client_protocol::schema::v1::{
|
||||
SessionConfigOptionCategory, SessionConfigOptionValue, SessionConfigSelectOption,
|
||||
SessionConfigSelectOptions, SessionId, StopReason, TextContent, ToolCallId, ToolCallStatus,
|
||||
};
|
||||
pub use agent_runtime::{
|
||||
AcpAgentRuntime, AcpAgentRuntimeConfig, AcpRuntimeState, AcpRuntimeStateHandle,
|
||||
};
|
||||
pub use config::{
|
||||
AcpAgentPreset, AcpLaunchConfig, AcpManagerConfig, CODEX_ACP_NPM_VERSION, OPENCODE_NPM_VERSION,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user