Skip to content

Commit 50f8b5a

Browse files
authored
Merge pull request #1614 from cole-gillespie/patch-1
add plugins to the key components section of the faq
2 parents 76b93a5 + e637093 commit 50f8b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/faq.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Eliza's architecture consists of several interconnected components:
2828
- **Agents**: These are the core elements that represent individual AI personalities. Agents operate within a runtime environment and interact with various platforms.
2929
- **Actions**: Actions are predefined behaviors that agents can execute in response to messages, enabling them to perform tasks and interact with external systems.
3030
- **Clients**: Clients act as interfaces between agents and specific platforms, such as Discord, Twitter, and Telegram. They handle platform-specific message formats and communication protocols.
31+
- **Plugins**: Plugins are modular way to extend the core functionality with additional features, actions, evaluators, and providers. They are self-contained modules that can be easily added or removed to customize your agent's capabilities
3132
- **Providers**: Providers supply agents with contextual information, including time awareness, user relationships, and data from external sources.
3233
- **Evaluators**: These modules assess and extract information from conversations, helping agents track goals, build memory, and maintain context awareness.
3334
- **Character Files**: These JSON files define the personality, knowledge, and behavior of each AI agent.

0 commit comments

Comments
 (0)