Agentdb Learning
Agentdb Learning from ruvnet/agentdb.
Skills in this plugin
3- ▌ Agentdb Learn · ruvnet-agentdbTrain one of AgentDB's 9 RL algorithms on a stream of episodes. Use when the user has accumulated successful/failed episodes and wants to derive a policy, or when a task type is repeated enough to benefit from RL routing.
- ▌ Agentdb Route · ruvnet-agentdbAsk the AgentDB bandit which RL algorithm / skill / pattern fits the current task best. Use at task start when there are multiple plausible approaches and you want the data-driven pick.
- ▌ Agentdb Feedback · ruvnet-agentdbClose the learning loop — record reward signal for an action AgentDB suggested. Use after using anything from agentdb_pattern_search / reflexion_recall / skill_search / learning_route. The bandit needs the signal to improve.