Skip to main content

append_agent_log

Function append_agent_log 

Source
pub fn append_agent_log(
    store_root: &Path,
    git: &GitStore,
    agent_name: &str,
    session_id: &str,
    entries: &[LogSynthEntry],
) -> Result<()>
Expand description

Append a log entry to the session log file, creating it if needed.