mirror of
https://github.com/openai/codex.git
synced 2026-05-05 20:07:02 +00:00
feat: memory read path (#11459)
This commit is contained in:
@@ -61,7 +61,7 @@ struct StageOneOutput {
|
||||
_rollout_slug: Option<String>,
|
||||
}
|
||||
|
||||
fn memory_root(codex_home: &Path) -> PathBuf {
|
||||
pub fn memory_root(codex_home: &Path) -> PathBuf {
|
||||
codex_home.join("memories")
|
||||
}
|
||||
|
||||
@@ -77,6 +77,7 @@ async fn ensure_layout(root: &Path) -> std::io::Result<()> {
|
||||
tokio::fs::create_dir_all(rollout_summaries_dir(root)).await
|
||||
}
|
||||
|
||||
pub(crate) use prompts::build_memory_tool_developer_instructions;
|
||||
/// Starts the memory startup pipeline for eligible root sessions.
|
||||
///
|
||||
/// This is the single entrypoint that `codex` uses to trigger memory startup.
|
||||
|
||||
Reference in New Issue
Block a user