You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/docs/faq.md
+1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Eliza's architecture consists of several interconnected components:
28
28
-**Agents**: These are the core elements that represent individual AI personalities. Agents operate within a runtime environment and interact with various platforms.
29
29
-**Actions**: Actions are predefined behaviors that agents can execute in response to messages, enabling them to perform tasks and interact with external systems.
30
30
-**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
31
32
-**Providers**: Providers supply agents with contextual information, including time awareness, user relationships, and data from external sources.
32
33
-**Evaluators**: These modules assess and extract information from conversations, helping agents track goals, build memory, and maintain context awareness.
33
34
-**Character Files**: These JSON files define the personality, knowledge, and behavior of each AI agent.
0 commit comments