kb_add
Add a new entry to the knowledge base with topic, title, and content, plus optional tags and author attribution for persistent multi-agent knowledge.
Instructions
Add a knowledge base entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic | |
| title | Yes | Entry title | |
| content | Yes | Entry content | |
| tags | No | Tags | |
| author | No | Who is creating this entry (your name, agent name, or system). Optional. | |
| source_type | No | Origin: 'human', 'agent', or 'system'. Optional, defaults to null. |