- Event Listeners (EventListener): Listen to events during pipeline execution and modify context or pipelines.
- Commands (Command): Triggered by user command messages starting with
!(or other configured prefixes). - Tools (Tool): Called by LLMs during execution of LangBot’s built-in Local Agent.
- Knowledge Retrievers (KnowledgeRetriever): Provide external knowledge base retrieval capabilities for LangBot, supporting integration with various RAG systems.
Adding Components
Execute the command in the plugin directory:manifest.yaml: