AKB

The Active Knowledge Base (AKB) is a dynamic, per-agent knowledge store that holds structured topics with summaries, facts, confidence scores, and labels. AKB actions let you search, create, update, and delete knowledge entries at runtime — enabling agents to learn, remember, and recall information during conversations.

Available Actions

ActionDescription
SearchSemanticAkbPerform a semantic (meaning-based) search across AKB topics.
SearchFuzzyAkbPerform a fuzzy (text-based) search across AKB topics.
SetAkbCreate or update an AKB topic from conversation context.
SetManualAkbManually create an AKB topic with explicit fields.
UpdateAkbUpdate an existing AKB topic by ID.
DeleteAkbDelete one or more AKB topics by ID.
CopyAndBuildAkbCopy and rebuild AKB entries.