Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions plugin-registry/bootstrap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,20 @@ title: "Message Processing Core"
description: "Comprehensive documentation for @elizaos/plugin-bootstrap - the core message handler and event system for elizaOS agents"
---


Welcome to the comprehensive documentation for the `@elizaos/plugin-bootstrap` package - the core message handler and event system for elizaOS agents.

## 📚 Documentation Structure

### Core Documentation

- **[Complete Developer Documentation](/plugins/bootstrap/complete-documentation.mdx)**
- **[Complete Developer Documentation](/plugin-registry/bootstrap/complete-documentation)**
Comprehensive guide covering all components, architecture, and implementation details

- **[Message Flow Diagram](/plugins/bootstrap/message-flow.mdx)**
- **[Message Flow Diagram](/plugin-registry/bootstrap/message-flow)**
Step-by-step breakdown of how messages flow through the system with visual diagrams

- **[Examples & Recipes](/plugins/bootstrap/examples.mdx)**
- **[Examples & Recipes](/plugin-registry/bootstrap/examples)**
Practical examples, code snippets, and real-world implementations

- **[Testing Guide](/plugins/bootstrap/testing-guide.mdx)**
- **[Testing Guide](/plugin-registry/bootstrap/testing-guide)**
Testing patterns, best practices, and comprehensive test examples