URL: https://docs.eliza.how/docs/core/plugins
Admin Notes:
Examine the core implementation files in this order:
Types (src/types/index.ts): Understand the data structures and interfaces
Service (src/services/payid.service.ts): See how the PayID API is accessed
Actions (src/actions/index.ts): Learn how actions are registered with Eliza
Events (src/events/index.ts): Understand event handling
Entry Point (src/index.ts): See how everything is initialized and registered
The PoC Plan is to understand overall timeline (Mostly for PM/TL
Create a Test Implementation
Now that you understand the plugin, create a simple test agent: