pub fn save_session( colony: &Colony, path: &Path, files_indexed: &[String], ) -> Result<()>
Save the colony’s knowledge graph to a JSON file.
To include agent state, use save_session_with_agents instead.
save_session_with_agents