MCPcopy Create free account
hub / github.com/astercloud/aster / TodoReminderModule

Struct TodoReminderModule

pkg/agent/prompt_modules.go:137–139  ·  view source on GitHub ↗

TodoReminderModule Todo 提醒模块

Source from the content-addressed store, hash-verified

135
136// TodoReminderModule Todo 提醒模块
137type TodoReminderModule struct {
138 Config *types.TodoConfig
139}
140
141func (m *TodoReminderModule) Name() string { return "todo_reminder" }
142func (m *TodoReminderModule) Priority() int { return 25 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected