# @elizaos/plugin-bootstrap

## Purpose

A plugin providing core functionality and basic actions for ElizaOS agents, enabling fundamental agent behaviors including conversation management, room interactions, and fact tracking.

## Key Features

- Conversation Management: NONE, CONTINUE, IGNORE actions and flow control
- Room Control: Follow/Unfollow, Mute/Unmute functionalities
- Fact Management: Extraction, categorization, deduplication
- Goal Tracking: Progress monitoring and status updates

## Installation

```bash
bun install @elizaos/plugin-bootstrap
```

## Integration

The Bootstrap plugin provides essential actions and evaluators that form the foundation of agent interactions within ElizaOS.

## Development

```bash
bun install
bun run build
bun run lint
```

## Dependencies

- @elizaos/core: workspace:\*
