Skip to content

Add @axonfi/plugin-elizaos#282

Open
axonfi wants to merge 1 commit intoelizaos-plugins:mainfrom
axonfi:add-axonfi-plugin
Open

Add @axonfi/plugin-elizaos#282
axonfi wants to merge 1 commit intoelizaos-plugins:mainfrom
axonfi:add-axonfi-plugin

Conversation

@axonfi
Copy link

@axonfi axonfi commented Mar 5, 2026

Plugin

Package: @axonfi/plugin-elizaos
Repository: https://github.com/axonfi/plugin-elizaos
npm: https://www.npmjs.com/package/@axonfi/plugin-elizaos

What it does

Treasury and payment plugin for ElizaOS agents. Lets characters send payments, swap tokens, execute DeFi protocols, and check vault balances through Axon's non-custodial vault infrastructure.

Actions: AXON_SEND_PAYMENT, AXON_SWAP_TOKENS, AXON_EXECUTE_PROTOCOL, AXON_CHECK_BALANCE
Provider: AXON_VAULT_CONTEXT

Links

Greptile Summary

This PR registers the @axonfi/plugin-elizaos package in the ElizaOS plugin registry. The plugin is a treasury and payment plugin that enables ElizaOS agents to send payments, swap tokens, execute DeFi protocols, and check vault balances via Axon's non-custodial vault infrastructure.

The entry is correctly placed in alphabetical order between @asterpay/plugin-payments and @bealers/plugin-mattermost. The format "@axonfi/plugin-elizaos": "github:axonfi/plugin-elizaos" is consistent with all other entries in the registry. The npm package name and GitHub repository reference are consistent with each other and the PR description. No structural or formatting issues found.

Confidence Score: 5/5

  • This PR is safe to merge — it adds a single, correctly formatted registry entry with no structural issues.
  • The change is minimal (one line added to index.json), alphabetically ordered correctly, follows the established format of all other entries, and the package/repo references are internally consistent. No functional issues, no architectural concerns.
  • No files require special attention.

Sequence Diagram

sequenceDiagram
    participant User as ElizaOS Agent
    participant Plugin as @axonfi/plugin-elizaos
    participant Vault as Axon Non-Custodial Vault
    participant Chain as Blockchain

    User->>Plugin: AXON_CHECK_BALANCE
    Plugin->>Vault: Query vault balances
    Vault-->>Plugin: Balance data
    Plugin-->>User: AXON_VAULT_CONTEXT (provider)

    User->>Plugin: AXON_SEND_PAYMENT
    Plugin->>Vault: Initiate payment
    Vault->>Chain: Submit transaction
    Chain-->>Vault: Tx confirmation
    Vault-->>Plugin: Payment result
    Plugin-->>User: Result

    User->>Plugin: AXON_SWAP_TOKENS
    Plugin->>Vault: Execute token swap
    Vault->>Chain: Submit swap tx
    Chain-->>Vault: Swap confirmation
    Vault-->>Plugin: Swap result
    Plugin-->>User: Result

    User->>Plugin: AXON_EXECUTE_PROTOCOL
    Plugin->>Vault: Execute DeFi protocol
    Vault->>Chain: Submit protocol tx
    Chain-->>Vault: Protocol confirmation
    Vault-->>Plugin: Protocol result
    Plugin-->>User: Result
Loading

Last reviewed commit: 7e5b3a0

(2/5) Greptile learns from your feedback when you react with thumbs up/down!

Summary by CodeRabbit

  • Chores
    • Added a new plugin to the available integrations.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d9499e5f-9eef-4c82-b4cf-d5dd6978c9d8

📥 Commits

Reviewing files that changed from the base of the PR and between ef4930f and 7e5b3a0.

📒 Files selected for processing (1)
  • index.json

Walkthrough

A new package mapping entry for the Axon Fi Elizabeth OS plugin is added to the index configuration, registering the "@axonfi/plugin-elizaos" package identifier with its corresponding GitHub repository reference.

Changes

Cohort / File(s) Summary
Plugin Registry Entry
index.json
Added new mapping entry for "@axonfi/plugin-elizaos" pointing to "github:axonfi/plugin-elizaos".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A plugin hops into the registry so fine,
Elizabeth OS gets its moment to shine,
One line of code, a connection so neat,
Axon Fi's ecosystem now complete! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description provides comprehensive information about the plugin, but does not follow the required checklist template format with verification items. Follow the Registry Update Checklist template by explicitly verifying and checking off each requirement item, or add a note confirming compliance with all checklist items.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: adding a new plugin entry to the registry.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants