totto2727/agent-sdk/cli does not have a README file
pub(open) trait CliSession {
fn id(Self) -> String?
fn continuation(Self) -> Continuation?
async fn prompt(Self, Prompt) -> FinalResponse
}pub struct Cli {
// private fields
}pub struct Continuation {
// private fields
}pub struct FinalResponse {
text : String
session_id : String?
changed_files : ReadOnlyArray[Path]
continuation : Continuation?
}fn FinalResponse::FinalResponse(text : String, session_id? : String, changed_files? : ReadOnlyArray[Path], continuation? : Continuation) -> FinalResponseProvider-neutral MoonBit interfaces for agent CLI SDKs
Dependencies