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

Function task_key

src/automation/backend.rs:222–230  ·  view source on GitHub ↗
(task: AgentTaskKind)

Source from the content-addressed store, hash-verified

220}
221
222pub fn task_key(task: AgentTaskKind) -> &'static str {
223 match task {
224 AgentTaskKind::MemoryCurator => "memory_curator",
225 AgentTaskKind::SessionReflector => "session_reflector",
226 AgentTaskKind::SkillWriter => "skill_writer",
227 AgentTaskKind::CombinedReview => "combined_review",
228 AgentTaskKind::UserJob => "user_job",
229 }
230}
231
232pub fn prompt_version(task: AgentTaskKind) -> &'static str {
233 match task {

Callers 7

try_acquireMethod · 0.85
ledger_record_with_modelFunction · 0.85
agent_task_contractFunction · 0.85
dashboard_job_recordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected