npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@my_dummy_test_account/plugin-bootstrap

v0.0.2

Published

A plugin providing core functionality and basic actions for ElizaOS agents.

Readme

@my_dummy_test_account/plugin-bootstrap

A plugin providing core functionality and basic actions for ElizaOS agents.

Description

The Bootstrap plugin enables fundamental agent behaviors including conversation management, room interactions, and fact tracking. It provides essential actions and evaluators that form the foundation of agent interactions.

Installation

pnpm install @my_dummy_test_account/plugin-bootstrap

Features

1. Conversation Management

  • NONE action for basic responses
  • CONTINUE action for follow-ups
  • IGNORE action for appropriate disengagement
  • Built-in conversation flow control

2. Room Control

  • Follow/Unfollow room functionality
  • Mute/Unmute capabilities
  • Automatic engagement level tracking
  • Smart participation management

3. Fact Management

  • Automatic fact extraction
  • Categorization of claims
  • Deduplication of known information
  • Support for multiple fact types:
    • Permanent facts
    • Status updates
    • Opinions
    • Biographical information

4. Goal Tracking

  • Track objective progress
  • Update goal statuses
  • Monitor completion states
  • Automatic progress evaluation

Providers

1. Boredom Provider

  • Tracks engagement levels
  • Provides status messages
  • Monitors conversation quality
  • Adjusts participation accordingly

2. Facts Provider

  • Manages fact database
  • Retrieves relevant information
  • Formats fact summaries
  • Maintains fact context

3. Time Provider

  • Provides UTC timestamps
  • Human-readable formatting
  • Time-based operation support

Development

  1. Clone the repository
  2. Install dependencies:
pnpm install
  1. Build the plugin:
pnpm run build
  1. Run linting:
pnpm run lint

Dependencies

  • @my_dummy_test_account/core: workspace:*

Future Enhancements

  1. Enhanced Conversation Management

    • Advanced context tracking
    • Multi-thread conversation support
    • Conversation state persistence
    • Improved conversation flow control
    • Natural language understanding improvements
  2. Advanced Room Control

    • Dynamic room creation and management
    • Room permission system
    • Advanced moderation tools
    • Room analytics and insights
    • Cross-room communication features
  3. Expanded Fact Management

    • Enhanced fact verification system
    • Fact relationship mapping
    • Automated fact updating
    • Fact confidence scoring
    • Cross-reference system
    • Fact expiration management
  4. Goal System Improvements

    • Multi-step goal planning
    • Goal dependency tracking
    • Progress visualization
    • Goal priority management
    • Automated milestone tracking
    • Goal optimization suggestions
  5. Provider Enhancements

    • Improved boredom detection
    • Advanced engagement metrics
    • Enhanced fact retrieval algorithms
    • Real-time status updates
    • Provider performance analytics
  6. Memory Management

    • Enhanced memory prioritization
    • Memory compression techniques
    • Long-term memory storage
    • Memory relationship mapping
    • Context-aware recall
  7. Developer Tools

    • Enhanced debugging capabilities
    • Testing framework improvements
    • Plugin development templates
    • Documentation generator
    • Performance profiling tools
  8. Integration Features

    • Enhanced plugin interoperability
    • External service connectors
    • API gateway integration
    • Webhook system improvements
    • Third-party platform support

We welcome community feedback and contributions to help prioritize these enhancements.

Contributing

Contributions are welcome! Please see the CONTRIBUTING.md file for more information.

Credits

Special thanks to:

  • The Eliza Core development team
  • The Eliza community for their contributions and feedback

License

This plugin is part of the Eliza project. See the main project repository for license information.