Skip to main content

Crate awaken_ext_reminder

Crate awaken_ext_reminder 

Source
Expand description

Reminder extension for the awaken agent framework.

Provides declarative reminder rules that trigger after tool execution. When a tool call matches both input pattern and output conditions, a context message is injected into the prompt.

Re-exports§

pub use config::ReminderConfigError;
pub use config::ReminderConfigKey;
pub use config::ReminderRuleEntry;
pub use config::ReminderRulesConfig;
pub use output_matcher::ContentMatcher;
pub use output_matcher::OutputMatcher;
pub use output_matcher::ToolStatusMatcher;
pub use output_matcher::output_matches;
pub use plugin::ReminderPlugin;
pub use rule::ReminderRule;

Modules§

config
Configuration loading for reminder rules.
output_matcher
Output matching logic for tool execution results.
plugin
Reminder plugin implementation.
rule
Reminder rule definition.