cli(command): Add export command to CLI for markdown export of sessions (#2533)

This commit is contained in:
Raduan Al-Shedivat
2025-06-04 23:27:21 +02:00
committed by GitHub
parent 465a43cf51
commit d3359a12a4
4 changed files with 1315 additions and 4 deletions
+2
View File
@@ -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;