MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / storage_text

Method storage_text

src/sessions/codex.rs:612–614  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

610
611impl CodexGoalContext {
612 fn storage_text(&self) -> String {
613 format!("Codex active goal: {}", self.objective)
614 }
615
616 fn metadata(&self) -> Value {
617 let mut goal = serde_json::Map::new();

Callers 1

goal_context_messageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected