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
| Action | Description |
|---|---|
| SearchSemanticAkb | Perform a semantic (meaning-based) search across AKB topics. |
| SearchFuzzyAkb | Perform a fuzzy (text-based) search across AKB topics. |
| SetAkb | Create or update an AKB topic from conversation context. |
| SetManualAkb | Manually create an AKB topic with explicit fields. |
| UpdateAkb | Update an existing AKB topic by ID. |
| DeleteAkb | Delete one or more AKB topics by ID. |
| CopyAndBuildAkb | Copy and rebuild AKB entries. |
Updated 2 days ago
