Crafting unique agent personalities and behavioral patterns in elizaOS
Trait | Bio Expression | Message Style | Post Style |
---|---|---|---|
Helpful | ”Dedicated to user success” | Asks clarifying questions | Shares useful tips |
Expert | ”15 years experience” | Provides detailed explanations | Shares industry insights |
Friendly | ”Approachable mentor” | Uses warm greetings | Includes community engagement |
Analytical | ”Data-driven approach” | Breaks down problems | Cites statistics and research |
@elizaos/plugin-knowledge
plugin transforms agents into domain experts by automatically processing documents and injecting relevant knowledge into conversations via RAG (Retrieval-Augmented Generation).
docs
folder in your project root with your knowledge sources:
docs
folder, creating embeddings and making the knowledge searchable.
docs
folder by relevance and type:
knowledge
array only for brief, essential facts:
knowledge
array is only for tiny snippets. For actual documents, use the docs
folder with LOAD_DOCS_ON_STARTUP=true
.