cli(command): Add export command to CLI for markdown export of sessions (#2533)
This commit is contained in:
committed by
GitHub
parent
465a43cf51
commit
d3359a12a4
@@ -1,10 +1,12 @@
|
||||
mod builder;
|
||||
mod completion;
|
||||
mod export;
|
||||
mod input;
|
||||
mod output;
|
||||
mod prompt;
|
||||
mod thinking;
|
||||
|
||||
pub use self::export::message_to_markdown;
|
||||
pub use builder::{build_session, SessionBuilderConfig};
|
||||
use console::Color;
|
||||
use goose::agents::AgentEvent;
|
||||
|
||||
Reference in New Issue
Block a user