Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(update-plugin-initialization): btcfun & trikon plugin #2643

Merged
merged 9 commits into from
Jan 27, 2025

Conversation

Nevermore-Ray
Copy link
Contributor

@Nevermore-Ray Nevermore-Ray commented Jan 22, 2025

btcfun Plugin for Eliza

Description

BTC.Fun enables users to effortlessly launch and trade Runes/BRC20 tokens on the Bitcoin network in a permissionless environment. Through the platform, anyone can create their own Runes/BRC20 tokens and initiate a minting process. If the funding goal is met, all minting fees are pooled into the Liquidity Pool to boost trading activity. If the goal is not reached, users will receive a 95% refund on minting fees. This functionality is powered by an Eliza plugin, ensuring seamless and efficient operations throughout the process.

Features

  • Bitcoin Layer1 Token Creation: Users can create tokens directly on Bitcoin Layer1.
  • BTCFun Functionality: Enable users to interact with BTCFun features through Merlin.
  • Seamless Integration: Connect Merlin with the Eliza agent for a smooth user experience.

Relates To

  • Add btcfun plugin into Eliza system.

Risks

  • Low Risk: The main implementation risk is that the plugin may not work correctly.

Background

What does this PR do?

This PR adds support for Eliza to interact with btcfun, enabling users to:

  • Create tokens on Bitcoin Layer1.
  • Access BTCFun functionalities through the Eliza agent.

What kind of change is this?

  • Feature: Non-breaking change that adds new functionality.

Documentation Changes

If documentation changes are needed, they have been updated accordingly.

Testing

Where should a reviewer start?

  • Spin up an agent with the btcfun plugin.
  • Follow the testing steps outlined in the README.md file of this plugin.

Detailed Testing Steps

Please refer to the README.md file in this plugin for detailed testing instructions.

Copy link
Contributor

coderabbitai bot commented Jan 22, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Nevermore-Ray! Welcome to the elizaOS community. Thanks for submitting your first pull request; your efforts are helping us accelerate towards AGI. We'll review it shortly. You are now an elizaOS contributor!

@Nevermore-Ray Nevermore-Ray changed the title add btcfun plugin support btcfun plugin Jan 22, 2025
@Nevermore-Ray Nevermore-Ray marked this pull request as ready for review January 22, 2025 06:18
@Nevermore-Ray
Copy link
Contributor Author

@shakkernerd Could you please help review this PR?

@wtfsayo wtfsayo self-requested a review January 23, 2025 13:14
@wtfsayo wtfsayo changed the title support btcfun plugin feat(new-plugin): support btcfun plugin Jan 25, 2025
@wtfsayo
Copy link
Member

wtfsayo commented Jan 25, 2025

@Nevermore-Ray can you give access to push changes to this PR

wtfsayo
wtfsayo previously approved these changes Jan 25, 2025
@wtfsayo wtfsayo self-requested a review January 25, 2025 13:18
@Nevermore-Ray
Copy link
Contributor Author

Nevermore-Ray commented Jan 26, 2025

@Nevermore-Ray can you give access to push changes to this PR

Done! I've made another small change here that fully supports Runes. The addition is minimal, and you can directly check if this PR looks good."
#2797

package.json Outdated Show resolved Hide resolved
packages/plugin-btcfun/package.json Outdated Show resolved Hide resolved
@wtfsayo wtfsayo changed the title feat(new-plugin): support btcfun plugin chore(update-plugin): update btcfun plugin Jan 27, 2025
@wtfsayo wtfsayo changed the title chore(update-plugin): update btcfun plugin chore(update-plugin-initialization): btcfun & trikon plugin Jan 27, 2025
@wtfsayo wtfsayo enabled auto-merge (squash) January 27, 2025 09:02
@wtfsayo wtfsayo merged commit 18b5d94 into elizaOS:develop Jan 27, 2025
7 of 10 checks passed
Julian-dev28 added a commit to okx/eliza that referenced this pull request Jan 27, 2025
commit a3133edd06fb3973665558fe2638b20d55411e2f
Author: Antony ZHANG <[email protected]>
Date:   Tue Jan 28 00:29:07 2025 +0800

    feat(new-plugin): support apro plugin (#2794)

    * feat: add plugin-apro

    * fix: improve error handling and update dependencies in plugin-apro

    * fix: update logging and improve message handling in priceQuery and verifyData actions

    * feat: enhance templates for agent configuration and trading pair extraction with strict validation rules

    * feat: refine trading pair extraction rules and enhance price query action logging

    * Create README.MD for plugin-apro

    * feat: implement ATTPS price query action with validation and API integration

    * feat: add number cleaning function for price data formatting in ATTPS price query

commit 4e62ac989c65f513a2f0c2655960c1d68f14c010
Author: Demirix <[email protected]>
Date:   Mon Jan 27 17:27:09 2025 +0100

    chore(add-tests): plugin anyone: test config and test coverage (#2854)

    * plugin-anyone: vitest config

    * plugin-anyone: vitest config

    * plugin-anyone: vitest config - fixing coverage

    * plugin-anyone: start anyone tests

    * plugin-anyone: stop anyone tests

    ---------

    Co-authored-by: Sayo <[email protected]>

commit e30481ea9e283cd3acaa6135f2b802cb69755833
Author: Demirix <[email protected]>
Date:   Mon Jan 27 17:16:09 2025 +0100

    plugin 3d generation: test config and test coverage (#2850)

    * plugin-3d-generation - test script in package.json

    * plugin-3d-generation - vitest config

    * plugin-3d-generation - tests

    ---------

    Co-authored-by: Sayo <[email protected]>

commit c0f6bebc8a7da086c19c4df30b31a4af64ed188e
Author: Gleb Taigunov <[email protected]>
Date:   Mon Jan 27 22:41:32 2025 +0700

    feat: client for Telegram account (#2839)

    * feat: client telegram account

    * Update package.json

    * fix tests

    * fix(client telegram account): remove duplicate lines in a template

    ---------

    Co-authored-by: Sayo <[email protected]>

commit ddd9ce63f1281e8c52763eb4db730fc1b2ae6315
Author: krustevalexander <[email protected]>
Date:   Mon Jan 27 16:13:39 2025 +0200

    refactor: simplify and fix exports in Imgflip meme generation plugin. (#2846)

commit 4fa62087b5b6a4d605dbd4375f0e9c0f655af455
Author: Richard Watts <[email protected]>
Date:   Mon Jan 27 14:11:45 2025 +0000

    feat(new-plugin): A plugin for the Zilliqa blockchain (#2842)

    * (feat) A plugin for the Zilliqa blockchain

    * (feat) Conditionalise zilliqa plugin
    (fix) Add action to example
    (feat) Document zilliqa enable secret

    * (fix) Harmonise versions of @goat-sdk/core to ensure that subtype tests work

    * (fix) address PR feedback

    * (fix) Fix import

    * (fix) Fix error message names

    * (fix) Fix missing import

    * Update package.json

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 2c314b0c53bec2270c11128bf4765ef2c1a7a2da
Author: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Date:   Mon Jan 27 19:03:20 2025 +0530

    Fix: Update bs58 version to resolve integration test dependency issues (#2848)

    * revert: btcfun plugin fixes integration tests

    * Fix: Update bs58 version to 5.0.0 to resolve dependency issue

    Co-Authored-By: Sayo <[email protected]>

    ---------

    Co-authored-by: Sayo <[email protected]>
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

commit 4ff686756579c408fe15bc4079f27ec47d579596
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 18:24:20 2025 +0700

    Fixed all the typing issues all around the files (#2840)

    Co-authored-by: Sayo <[email protected]>

commit cb1efdbb5c9a2ab7f15cd26d67cad423b59d40ab
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 18:21:49 2025 +0700

    Fixed all the typing errors and also removed the malformed use of the state (#2843)

commit 9b8f7c4e92c7892c9f0159754bf72e19a6813c0d
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 18:20:06 2025 +0700

    Fixed all the logic and type issues (#2844)

commit 4712839f97bc3abd99872b9cb92875a932c8cb05
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 16:49:31 2025 +0700

    fix: akash splash bis (#2838)

    * added missing chalk in the package.json

    * mimssing package.json

commit 84b59aeddfe063b604504057a733a6819c2ecd0e
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 16:44:03 2025 +0700

    Fixed all errors and warnings from biome (#2836)

    Co-authored-by: Sayo <[email protected]>

commit 12f2bab67a3ef4daa59f5f61b2008fd77d6b62c8
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 16:42:41 2025 +0700

    fixed minor issues with typing (#2837)

    Co-authored-by: Sayo <[email protected]>

commit 37e48b988be4889b96b001790d9dc637cae8db06
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 16:41:10 2025 +0700

    Fixed multiple issues (#2832)

    Co-authored-by: Sayo <[email protected]>

commit 93253587f5dd56b44e7f7397ce021d147406aa56
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Mon Jan 27 14:50:43 2025 +0530

    fix(deps): update dependency cookie to v0.7.0 [security] (#2834)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Sayo <[email protected]>

commit c61943a1be3787c991ea633bb1fe67c634f3d1e7
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 16:04:45 2025 +0700

    fixed some minor types issues (#2833)

    Co-authored-by: Sayo <[email protected]>

commit 18b5d94dabaf627589238f506d2cab8147149911
Author: Nevermore-Ray <[email protected]>
Date:   Mon Jan 27 17:04:05 2025 +0800

    chore(update-plugin-initialization): btcfun & trikon plugin (#2643)

    * btcfun plugin support

    * Merge remote-tracking branch 'origin/develop' into pr/2643

    * update ts related

    * update plugin initialisation

    * init trikon plugin

    * Update pnpm-lock.yaml

    * attempt fix build

    ---------

    Co-authored-by: Nevermore-Ray <[email protected]>
    Co-authored-by: Sayo <[email protected]>

commit a7cefb8e2e77374587af9ed14c1879664c49ed5a
Author: AmriteshTrikon <[email protected]>
Date:   Mon Jan 27 13:36:43 2025 +0530

    feat(new-plugin): trikon plugin for eliza (#2653)

    * POC:plugin-trikon

    * fix:wallet.ts

    * Update trikon.ts

    * fix:according to coderabbit review

    * Fixes

    ---------

    Co-authored-by: Sayo <[email protected]>

commit da706be7a56a7e23afc99b1b2e4e039dc2db1d87
Author: Fabri <[email protected]>
Date:   Mon Jan 27 04:57:09 2025 -0300

    feat: XMTP Client (#2786)

    * feat

    * agent

    * update dependencies and client init

    * Update index.ts

    * Update agent.md

    * Update agent.md

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 86c6bf09cbc7d57fe1eb7ca0ddbcb396489f11b5
Author: Nevermore-Ray <[email protected]>
Date:   Mon Jan 27 15:45:05 2025 +0800

    btcfun Plugin for Eliza (#2797)

    * btcfun plugin support

    * support runes import

    ---------

    Co-authored-by: Nevermore-Ray <[email protected]>

commit 9ca2762a0b16b4e1e16e3979a1aa76f8a57372c4
Author: jin <[email protected]>
Date:   Mon Jan 27 02:44:16 2025 -0500

    feat: add new readmes, move some others for consistency (#2828)

    * add new readmes, move some others for consistency

    * remove long string

commit 959c843f40fb534d9d66cb94cda228778d016d53
Author: JB Rubinovitz <[email protected]>
Date:   Mon Jan 27 02:37:05 2025 -0500

    fix: still run fc client loop if error (#2830)

    Co-authored-by: Sayo <[email protected]>

commit fdf9c5ba034496b62344f3ac16b17bbef8345ef8
Author: Anirudh Makhana <[email protected]>
Date:   Mon Jan 27 14:36:15 2025 +0700

    feat(new-plugin): create gelato plugin relay (#2799)

    * [feat]: plugin for gelato relay

    * remove un-necessary changes

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 55a8e20d5b6f6ba44c0a5275a375e94cb758a751
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 13:58:04 2025 +0700

    fix(plugin-zerion): fix type safety in provider and portfolio handling (#2822)

    - Added proper type definitions for ZerionProvider interface
    - Removed 'any' type usage in provider implementation
    - Added type guard for PortfolioData vs PositionData differentiation
    - Improved type safety in data handling without changing core functionality
    - Maintained existing API response structure and error handling

    This commit ensures better type safety while maintaining backward compatibility
    and existing functionality of the Zerion plugin.

    Co-authored-by: Sayo <[email protected]>

commit 1f59424e6f37f832f1595953c838a099aa4312d0
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 13:57:22 2025 +0700

    Fixed multiple non criticla issues. (#2823)

    Co-authored-by: Sayo <[email protected]>

commit 65239b65d8ce09a07ad6ea4ff6ea05a44128b7d3
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 13:56:51 2025 +0700

    fixed non critical issues put in evidence by biome (#2824)

commit 1477425f121f68f126b688c7645aa59b7aa49915
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 13:56:17 2025 +0700

    Fixed a logic error in the post.ts and few non critical issues (#2827)

    Co-authored-by: Sayo <[email protected]>

commit fa758b94e8c67ed20a62ba367ba7cb45dc6398d5
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 13:55:09 2025 +0700

    fixed non critical isues in the file index.ts (#2829)

commit 85369856b7758fa9fdd41e2777ffa06c4f505b08
Merge: 872b13e9a b2e2c56b5
Author: tcm390 <[email protected]>
Date:   Mon Jan 27 14:54:04 2025 +0800

    Merge pull request #2818 from elizaOS/tcm-post-media

    feat: twitter post media

commit b2e2c56b5e82fd972552f091e99956e3b27020f2
Merge: 77754ae72 872b13e9a
Author: tcm390 <[email protected]>
Date:   Mon Jan 27 13:04:19 2025 +0800

    Merge branch 'develop' into tcm-post-media

commit 872b13e9ab88b61667a36fb270a8a216602224ee
Author: JB Rubinovitz <[email protected]>
Date:   Sun Jan 26 23:55:48 2025 -0500

    docs: update embedding function (#2821)

    * docs: update embedding function

    * fix: embed runtime param

    ---------

    Co-authored-by: Shakker Nerd <[email protected]>

commit 880901bc3de879c98508bee7220a72973ab41328
Author: Mark Rizzn Hopkins <[email protected]>
Date:   Sun Jan 26 22:50:28 2025 -0600

    Update README.md (#2814)

    Just corrected some formatting issues, and added details about configuration of advanced features via character.json files.

    Co-authored-by: Shakker Nerd <[email protected]>

commit 3f7f6106b19733e28da53bcdbba1acb2a087c978
Merge: 7d562a3fa f7f4f06f3
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 04:49:33 2025 +0000

    Merge pull request #2812 from actuallyrizzn/patch-1

    docs: Create client-discord readme.md

commit f7f4f06f306b6c06222d34dd07a1bcf1a167dc7c
Merge: 7009adb84 7d562a3fa
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 04:48:58 2025 +0000

    Merge branch 'develop' into patch-1

commit 7d562a3fafb8ebb33b482502464a530588f11f30
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 11:08:56 2025 +0700

    - Replace non-null assertion with fallback in useGetAccount (#2819)

    - Avoid parameter reassignment in transferAction handler
    - Add explicit typing for hash variable
    - Convert string concatenations to template literals
    - Remove commented-out legacy code

    These changes maintain existing functionality while improving code quality.

commit 77754ae72a77b3d6e770c0bb45dec63f88ec0a7a
Merge: b4ca76e28 480647a7d
Author: tcm390 <[email protected]>
Date:   Mon Jan 27 11:43:41 2025 +0800

    Merge branch 'develop' into tcm-post-media

commit 480647a7d08753c4f3184c41570d0ddc3d8b96e9
Merge: 0263834f4 b6fffdb1e
Author: tcm390 <[email protected]>
Date:   Mon Jan 27 11:40:22 2025 +0800

    Merge pull request #2772 from elizaOS/tcm-improve-message-parsing

    feat: improve message parsing

commit b4ca76e2864047fb360a6e6c32d49959a14c9032
Author: Ting Chien Meng <[email protected]>
Date:   Mon Jan 27 11:25:22 2025 +0800

    add MediaData to post

commit b6fffdb1e1ff470cabd991c420d419a6bd468b64
Merge: 0612b874f 0263834f4
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 03:23:51 2025 +0000

    Merge branch 'develop' into tcm-improve-message-parsing

commit 21e5e6059120b08725a8a721db7837022dafa94a
Author: Ting Chien Meng <[email protected]>
Date:   Mon Jan 27 11:22:56 2025 +0800

    add MediaData type

commit 832f60a7bed2e81d2da713c245c0c32214efdb64
Author: Ting Chien Meng <[email protected]>
Date:   Mon Jan 27 11:19:31 2025 +0800

    rename

commit 3bf79924252a264a6e96b44dab57c751ca0a713f
Author: Ting Chien Meng <[email protected]>
Date:   Mon Jan 27 11:19:18 2025 +0800

    fetch media data

commit 0263834f4eb109e555783744f09a6484d81c4e42
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 10:19:12 2025 +0700

    fix: nvidia nim environment (#2817)

    * Fixed typo in the NVIDIA_OFFTOPIC_SYSTEM and NVIDIA_OFFTOPIC_USER

    * Fixed other typo in validatio.ts

    ---------

    Co-authored-by: Shakker Nerd <[email protected]>

commit a0758469c82cd45d752ea27ede5f41a9da2f5400
Author: Ting Chien Meng <[email protected]>
Date:   Mon Jan 27 11:18:22 2025 +0800

    extract media data handling

commit 0612b874f2dec6cd81453a77f2ab0721330ee6d0
Merge: 9b26beac0 0707f5196
Author: tcm390 <[email protected]>
Date:   Mon Jan 27 11:10:26 2025 +0800

    Merge branch 'develop' into tcm-improve-message-parsing

commit 0707f519647599fbdf021fd7276a85779ae77b84
Merge: 1cb34a8ec 3c8b1dbdf
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 03:02:04 2025 +0000

    Merge pull request #2816 from AIFlowML/fix-akash-splash

    fix: akash splash

commit 3c8b1dbdf1ca0d9feab8ce433f99b5743355daaf
Merge: 097e2e7fa 1cb34a8ec
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 03:00:55 2025 +0000

    Merge branch 'develop' into fix-akash-splash

commit 1cb34a8ec1e930d7169605e2d24bccd4fefba7c6
Merge: 6eb6d7376 2a3793c0b
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:59:39 2025 +0000

    Merge pull request #2807 from ai16z-demirix/tests/plugin-0x

    test: plugin-0x test configuration and coverage

commit 2a3793c0b2644ffe87c3a6ad729970e3cfc02c15
Merge: 64668901b 6eb6d7376
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:57:11 2025 +0000

    Merge branch 'develop' into tests/plugin-0x

commit 6eb6d7376cdac8c2fc6dd54a560e4064c4de473e
Merge: 61b934b57 2ce68f3be
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:56:22 2025 +0000

    Merge pull request #2805 from ai16z-demirix/tests/plugin-0g

    chore: plugin-0g test configuration and test coverage

commit 2ce68f3be971858e5560990d706178494ccdcc0a
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:55:17 2025 +0000

    fix: jest.Mock -> vi.Mock

commit 31e43d58575e9f2fb61c1c2a1d456dbf66dbb5d3
Merge: f933a2573 61b934b57
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:52:39 2025 +0000

    Merge branch 'develop' into tests/plugin-0g

commit 61b934b57b16d5737d8b6c8053a0becf27ce076e
Merge: 10f9d8cca 33776ebc2
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:52:02 2025 +0000

    Merge pull request #2810 from elpulpo0/develop

    feat: Add Access Token Management to MultiversX Plugin

commit 33776ebc237f6d5974c7c899518d6a128c504e41
Merge: c2a63e145 10f9d8cca
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:51:12 2025 +0000

    Merge branch 'develop' into develop

commit c2a63e14575503414763189129010f1fef6589df
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:50:52 2025 +0000

    fix: ACCESS_TOKEN_MANAGMENT_TO -> ACCESS_TOKEN_MANAGEMENT_TO and console -> elizaLogger

commit 9b26beac0317252346b89aa37ac752b100c04f4f
Merge: b0aad5075 10f9d8cca
Author: tcm390 <[email protected]>
Date:   Mon Jan 27 10:50:06 2025 +0800

    Merge branch 'develop' into tcm-improve-message-parsing

commit b47981390c4277e0f61fdddb860215e855244845
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:48:33 2025 +0000

    fix: console -> elizaLogger

commit 27ac2b8cca3156bee32237272d011867ac10d172
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:47:17 2025 +0000

    fix: console -> elizaLogger

commit 097e2e7fa461808ca2ca693d83832102624e8b09
Merge: 91fe88c4d 10f9d8cca
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 09:46:17 2025 +0700

    Merge branch 'develop' into fix-akash-splash

commit 77cc4e1b56464278cc2a58a9c459efcf27723532
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:45:59 2025 +0000

    fix: console -> elizaLogger

commit 84bde2982eba8b35c55368afd1a1a44c74784d8f
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:44:23 2025 +0000

    chore: ACCESS_TOKEN_MANAGMENT_TO -> ACCESS_TOKEN_MANAGEMENT_TO

commit 10f9d8cca1706809804480f5c3a36c9f89030818
Merge: 0f9441a03 bd4b3b68b
Author: Shakker Nerd <[email protected]>
Date:   Mon Jan 27 02:35:41 2025 +0000

    Merge pull request #2813 from AIFlowML/update-gitignore

    fix: adding exclusion for extra folder for faster future rebase

commit 91fe88c4dc8a1a5aa5d585c44b2a8da8c4b9e35d
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 09:32:12 2025 +0700

    fixed splash for Akash and upgraded the design

commit bd4b3b68b1d0f8633b1a759a5a13cb5dc18d7390
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 09:12:05 2025 +0700

    adding exclusion for extra folder for faster future rebase

commit 38e5e2e96f922e2000109056e81d51998710d50b
Author: AIFlow_ML <[email protected]>
Date:   Mon Jan 27 09:12:05 2025 +0700

    adding exclusion for extra folder for faster future rebase

commit b0aad50756236f95175bc107ec1faa682abc7fff
Merge: 01a27f271 0f9441a03
Author: tcm390 <[email protected]>
Date:   Mon Jan 27 10:09:50 2025 +0800

    Merge branch 'develop' into tcm-improve-message-parsing

commit 01a27f271df9482574ce408bc6a22627d514b959
Author: Ting Chien Meng <[email protected]>
Date:   Mon Jan 27 10:08:07 2025 +0800

    resolve build error

commit 7009adb84f1f912ff122114bd05c517e2e11542b
Author: Mark Rizzn Hopkins <[email protected]>
Date:   Sun Jan 26 19:48:01 2025 -0600

    Create readme.md

    Adding basic instructions. Will look to expand this with some common issues and solutions as I come across them.

commit 14836f53efbae46923065e8ea4f72649b2804d79
Author: elpulpo0 <[email protected]>
Date:   Sun Jan 26 23:16:11 2025 +0100

    Add Access Token Management

commit 64668901b3f23b7f5e4ba9fba88d3d93ec293046
Author: ai16z-demirix <[email protected]>
Date:   Sun Jan 26 23:01:21 2025 +0100

    plugin-0g: get indicative price test

commit 28d8aea3158423d8c23076171d82c9df24701708
Author: ai16z-demirix <[email protected]>
Date:   Sun Jan 26 23:00:57 2025 +0100

    plugin-0x: adding test config

commit f933a2573022120d113436ee30c9a5f7da03c0c4
Author: ai16z-demirix <[email protected]>
Date:   Sun Jan 26 22:50:39 2025 +0100

    plugin-0g: upload test

commit fd0a6877aef6a96ce8a59649372b5c9ae6ac6a64
Author: ai16z-demirix <[email protected]>
Date:   Sun Jan 26 22:50:22 2025 +0100

    plugin-0g: adding test config

commit 0f9441a03ff4e721937c37e89aea87827166ada1
Author: Ali Nuraldin <[email protected]>
Date:   Sun Jan 26 14:09:11 2025 +0100

    Fixed bug in goal objectives update lookup logic (#2791)

    Co-authored-by: Sayo <[email protected]>

commit 227baf7bd62394a50ae261e934669e4a9520b87f
Merge: 1281911b6 2a967afbc
Author: Shakker Nerd <[email protected]>
Date:   Sun Jan 26 06:21:49 2025 +0000

    Merge pull request #1248 from ileana-pr/news-plugin

    feat: news-plugin

commit 2a967afbc00f01fe94849835883c28d6fc2a30b8
Author: Shakker Nerd <[email protected]>
Date:   Sun Jan 26 06:18:33 2025 +0000

    feat: add missing env examples

commit 33259f62ddeddb04db7e091f5ce1811f71380820
Merge: 8506e0b8e 1281911b6
Author: tcm390 <[email protected]>
Date:   Sun Jan 26 10:13:24 2025 +0800

    Merge branch 'develop' into tcm-improve-message-parsing

commit 540a5799832f11c12ef2de9dd893782cce58c329
Merge: 7b0113b77 1281911b6
Author: CheddarQueso <[email protected]>
Date:   Sat Jan 25 20:54:40 2025 -0500

    Merge remote-tracking branch 'upstream/develop' into news-plugin

commit 1281911b66307c4b1497f749adba60ae2c77e198
Author: Calin <[email protected]>
Date:   Sun Jan 26 00:22:34 2025 +0100

    feat: plugin Solana web3.js V2 & automated LPing on Orca (#2136)

    * Build web3.js v2 plugin

    * Finish plugin V2 base

    * Try solve deps

    * Resolved deps

    * Clean up

    * Enable TEE mode

    * Close position action

    * Close position action

    * Add all components. Fixes needed

    * Add README

    * Fix lock

    * Fix Provider. Fix first Action. WIP Evaluator.

    * Working demo set-up. Additional work needed

    * Finish building and testing. New docs needed.

    * Add character. Fix bug

    * Update docs and rpc url reference

    * Cleanup

    * Update lockfile

    * Final nits

    * Fix typo

    * Restore agents/sr/index.ts

    * Fix lockfile

    * Fix lockfile

    ---------

    Co-authored-by: Calin Simon <[email protected]>
    Co-authored-by: Odilitime <[email protected]>

commit d29efbd5a846878f2af4ca3216d84cb42b4cfb47
Merge: 1de4a08e8 4e7ca0901
Author: Shakker Nerd <[email protected]>
Date:   Sat Jan 25 22:51:19 2025 +0000

    Merge pull request #2782 from juanc07/fix/DTS-error-mismatch-LanguageModelV1-in-ai-sdk-mistral-model

    Fix: DTS Error mismatch LanguageModelV1interface/Version in ai-sdk mistral model

commit 4e7ca0901e10e5df3de9195aa77cd51bb12e9626
Author: Shakker Nerd <[email protected]>
Date:   Sat Jan 25 22:50:13 2025 +0000

    chore: pnpm lock file

commit 5e24e772883d3f9417392bd847b939248755fc44
Merge: a23378fd8 1de4a08e8
Author: Shakker Nerd <[email protected]>
Date:   Sat Jan 25 22:47:17 2025 +0000

    Merge branch 'develop' into pr/juanc07/2782

commit 1de4a08e87072170c14117cdfc9960539513020d
Merge: 2b2f061b8 f3baec5df
Author: Shakker Nerd <[email protected]>
Date:   Sat Jan 25 22:28:05 2025 +0000

    Merge pull request #2788 from JhChoy/patch-1

    fix: topics formatting bug at composeState

commit f3baec5dfd7d80b59073565efdee249fde8aa705
Merge: 6bb21e9ab 2b2f061b8
Author: JChoy <[email protected]>
Date:   Sun Jan 26 07:26:28 2025 +0900

    Merge branch 'develop' into patch-1

commit 2b2f061b8ea6d93aaf8102929ba608d7f4070341
Merge: 0bab4d502 819d808fc
Author: Shakker Nerd <[email protected]>
Date:   Sat Jan 25 22:23:38 2025 +0000

    Merge pull request #2789 from JhChoy/patch-2

    fix: client-twitter homeTimeline name parse bug

commit 819d808fce2300a27a6269a2189fae637062a6d7
Author: JChoy <[email protected]>
Date:   Sun Jan 26 04:20:31 2025 +0900

    fix: client-twitter homeTimeline name parse bug

commit 6bb21e9abe221fc4c6a1587cc91fb5722fe48204
Author: JChoy <[email protected]>
Date:   Sun Jan 26 03:47:14 2025 +0900

    fix: topics formatting bug at composeState

commit 0bab4d502e6a96df41f89cfd348082a70fe63600
Author: Sayo <[email protected]>
Date:   Sat Jan 25 23:07:51 2025 +0530

    override ethers (#2783)

commit 6c0d395ba2e4121e660c5f27e8b2ff3f479c3b53
Author: Ali Nuraldin <[email protected]>
Date:   Sat Jan 25 17:29:27 2025 +0100

    Fixed goal updating bug in the goal evaluator's handler (#2725)

    Co-authored-by: Sayo <[email protected]>

commit 3d05b891ca74ab5766809a5439872f64132b9666
Author: zy-bc-ai <[email protected]>
Date:   Sat Jan 25 23:13:31 2025 +0800

    feat: add Mind Network plugin (#2431)

    * Mind Network integration

    * Improve readme.md

    * Changes according to code review comments

    ---------

    Co-authored-by: george <[email protected]>

commit 4375d6b81ddc772ea2cc05dad0af0e470c2da73e
Author: Ninja Dev (QI) <[email protected]>
Date:   Sat Jan 25 06:04:26 2025 -0800

    feat(new-plugin): quick intel plugin for token security analysis (#2391)

    * add quick intel plugin.

    * fx

    * fix conflicts

    * fix conflicts

    * sync/fix

    * initialise plugin

    ---------

    Co-authored-by: Odilitime <[email protected]>
    Co-authored-by: Sayo <[email protected]>

commit e7db6124dcad781c7fef13281f7b14a4a4b3cd6e
Author: Brandon Rodríguez <[email protected]>
Date:   Sat Jan 25 07:15:36 2025 -0600

    feat(client-alexa): Basic Alexa skill notification (#2564)

    * feat: integrate alexa (skill)

    * fix: comment bot property

    * feat: new Alexa envs

    * doc: Update clients.md

    update clients documentation

    * doc: remove unnecessary documentation

    * fix: coderabbit comments addressed

    * fix: pnpm lock file

    * Update pnpm-lock.yaml

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 163cdb7950d2391d33574a4920180c4a880d88ba
Author: Demirix <[email protected]>
Date:   Sat Jan 25 13:50:16 2025 +0100

    chore(add-tests): plugin abstract: test config and tests (#2621)

    * plugin-abstract: test config

    * plugin-abstract: deploy token action tests

    * plugin-abstract: get balance action tests

    * plugin-abstract: transfer action tests

    * plugin-abstract: resolving conflicts

    * Update block-mini.yml

    Revert "Update block-mini.yml"

    This reverts commit 368e5fe81fdcd660641def86f299e5bdae099f41.

    ---------

    Co-authored-by: Sayo <[email protected]>

commit a23378fd84b38901e1aa1e098b0db0fe4cc2425d
Author: Juan Carlos Claridad <[email protected]>
Date:   Sat Jan 25 20:34:18 2025 +0800

    fix for DTS Error  mismatch LanguageModelV1 in ai-sdk  mistral and fix for extract-version command in client package.json

commit 5ef3f18e1625ba801dbee3ad7423fe286f98d080
Author: yanziseeker <[email protected]>
Date:   Sat Jan 25 20:32:21 2025 +0800

    Update tokenContract.ts (#2781)

commit fed685fad3141ba92573cf593049bc36e3dce9d9
Author: Joby <[email protected]>
Date:   Sat Jan 25 09:40:48 2025 +0000

    feat(new-adapter): mongo-db adaptor (#1427)

    * mongo-db adaptor

    Added an adaptor which connects to mongo db atlas. Allowing you to store agent data in the cloud.
    If you have the appropriate tier you can also take advantage of their vector search functionaility.

    * mongo fix

    * mongoDB Fixes for Merge

    * Fixing Mongo for new version

    * k

    * update `.env.example` and agent/src/index

    * test mgdb package

    * Update pnpm-lock.yaml

    * Update index.ts

    * update mongodb implementation and tests

    * remove unnecessary check ins

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 14a407c1832fb3b68b747d0e1cc3e75c37e5694a
Author: Batudo <[email protected]>
Date:   Sat Jan 25 05:39:50 2025 -0300

    chore: allow custom TEE log path (#2616)

    * Fix TEE log db path

    * Enable custom TEE log path

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 30b22abdba71211ab44f86ca1c9d4a812eb18164
Author: Gavrila Andrei <[email protected]>
Date:   Sat Jan 25 10:25:24 2025 +0200

    feat: Add swap & improvements for multiversx-plugin (#2651)

    * Add balance check for transactions

    * Revert index changes

    * Add swap functionality

    * Remove leftover log

    * Update

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 1f46b48b0ed46756c0b677662d929ce999f0fc36
Author: Kanishk Khurana <[email protected]>
Date:   Sat Jan 25 13:36:20 2025 +0530

    docs: add one click deployment to docs (#2631)

    * docs: add one click deployment to docs

    * docs: formatting fixes to docs

    * chore: docs grammar fix

    ---------

    Co-authored-by: tcm390 <[email protected]>
    Co-authored-by: Sayo <[email protected]>

commit 8506e0b8ebb8532311eec816e5b7d0b794cbced2
Merge: dfd04468e 47a57db35
Author: Sayo <[email protected]>
Date:   Sat Jan 25 12:19:33 2025 +0530

    Merge branch 'develop' into tcm-improve-message-parsing

commit 47a57db35a3a2507cb3f2a2b9e389a168da67f59
Author: Joshua <[email protected]>
Date:   Sat Jan 25 00:49:06 2025 -0600

    fix: make template message footer more explicit (#2774)

    Co-authored-by: Sayo <[email protected]>

commit d505157a306cecb3c498800f039be8f42ba910d4
Merge: 9095a78a0 96cb93d0a
Author: twilwa <[email protected]>
Date:   Fri Jan 24 22:24:21 2025 -0800

    Merge pull request #2775 from elizaOS/chore/turbo-cache

    chore: enable turbo cache

commit 96cb93d0ad8329d6898fb80c7e0ad8039fed2808
Merge: db11205f1 9095a78a0
Author: twilwa <[email protected]>
Date:   Fri Jan 24 22:23:52 2025 -0800

    Merge branch 'develop' into chore/turbo-cache

commit db11205f1b08812cabd4917c366166cdc115fba4
Author: Sayo <[email protected]>
Date:   Sat Jan 25 11:52:04 2025 +0530

    Update ci.yaml

commit 5436aa6e0cbc5882c0801bc72b6a6b71d6e88433
Author: Sayo <[email protected]>
Date:   Sat Jan 25 11:51:40 2025 +0530

    enable remote turbo cache

commit 9095a78a0e679ef3796d8c9a1ff77cd617c910a9
Author: Liaoyi <[email protected]>
Date:   Sat Jan 25 14:14:39 2025 +0800

    feat: Add plugin-dcap (#2638)

    * Dcap -- fix lock conflict (#4)

    * move the position of action field inside examples

    * fix pnpm-lock

    * add initilization

    ---------

    Co-authored-by: junkwarrior87 <[email protected]>
    Co-authored-by: ChenYe <[email protected]>
    Co-authored-by: Sayo <[email protected]>

commit 52660d5fc7762a6d0cec08e0ade60c93c42d08ed
Author: Benjamin S Liang <[email protected]>
Date:   Fri Jan 24 22:02:42 2025 -0800

    feat(new-plugin): bittensor bitmind api for eliza (#2682)

    * Initial implementation of bittensor plugin

    * Updated naming of BitMind API key secret to be more consistent

    * Added native twitter image detection functionality

    * Added image detections to agent memory, new analysis report generation action, and general refactoring of code

    * Added BitMind fields in .env.example

    * Reduced logging

    * remove commenting

    * fixing formatting

    * improve initialization

    ---------

    Co-authored-by: kenobijon <[email protected]>
    Co-authored-by: Sayo <[email protected]>

commit 97b067f84871e37b8fb742ca0719dfd6253d8615
Author: AIFlow_ML <[email protected]>
Date:   Sat Jan 25 12:27:48 2025 +0700

    Wrapping up preparing for the PR for Ankr (#2773)

    Co-authored-by: Sayo <[email protected]>

commit bf073ac94eae83484d2a6cd3263e3044c765c891
Author: Marouane Trabelsi <[email protected]>
Date:   Sat Jan 25 06:15:04 2025 +0100

    feat(new-plugin): add Form chain plugin (#2728)

    * feat(plugin) add Form chain plugin

    - Add formPlugin with Form mainnet and testnet
    chain wallet client and provider
    - Add curves token actions
    - Replace console logging with elizaLogger

    * Update package.json

    * Update index.ts

    ---------

    Co-authored-by: Sayo <[email protected]>

commit dfd04468ebdb0e1c26f6a4ab707037d7a904f5fe
Merge: 689209315 b6719760a
Author: tcm390 <[email protected]>
Date:   Sat Jan 25 12:40:11 2025 +0800

    Merge branch 'develop' into tcm-improve-message-parsing

commit 68920931548e0f593985d8e04b62408d8867ed33
Author: Ting Chien Meng <[email protected]>
Date:   Sat Jan 25 12:35:07 2025 +0800

    check for presence of attributes

commit 97313aab61f3067393aa4f8d1473adcbb88c9e2d
Author: Ting Chien Meng <[email protected]>
Date:   Sat Jan 25 12:33:30 2025 +0800

    handle twitter parsing

commit b6719760a9f0bd845b87eea3cba301c27b5843f4
Author: Coopes <[email protected]>
Date:   Fri Jan 24 22:32:31 2025 -0600

    feat(new-plugin): adding intelligent email evaluation and automation (#2709)

    * adding email automation via ai

    * update pnpm-lock.yaml

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 62c6474181c18e3929d5b0e2097296a57eaa4ce0
Merge: 8358b34fd 49b8286ea
Author: Monil Patel <[email protected]>
Date:   Fri Jan 24 20:21:14 2025 -0800

    Merge pull request #2632 from gaiaaiagent/multi_agent_secrets

    docs: add docs on configuring secrets for multi agent workflows.

commit 5106a257b45f2eeafe9881ab9a3024f411f32fd2
Author: Ting Chien Meng <[email protected]>
Date:   Sat Jan 25 12:19:25 2025 +0800

    check for presence of attributes

commit 1ce10bafc7356d906f5da21da9dbd6f72ac17a12
Author: Ting Chien Meng <[email protected]>
Date:   Sat Jan 25 12:17:42 2025 +0800

    check for presence of attributes

commit 8358b34fdc97afa96947271461ca4fdfda7a2a99
Merge: 53b972f03 238aa0774
Author: David Norman <[email protected]>
Date:   Fri Jan 24 22:14:43 2025 -0600

    Merge pull request #2687 from ccross2/develop

    feat(edriziai): Add Edriziai Startup Mentor AI Assistant

commit 53b972f036be257fc8676a39333314ba8f76800e
Author: bharathbabu-moralis <[email protected]>
Date:   Sat Jan 25 09:38:43 2025 +0530

    feat: add moralis plugin (#2764)

    * feat: created moralis plugin (wip)

    - added solana apis

    * feat: added aggregated stats api

    * feat: filtered tokens api integration

    * feat: added token metadata apis and price apis

    * chore: merge develop branch & resolve conflicts

    * feat: added moralis to example env

    * update lockfile

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 15d393776cb2ff8fe0ff49446bfb11c7232880ca
Author: Pranav Singhal <[email protected]>
Date:   Sat Jan 25 09:37:57 2025 +0530

    added zerion plugin (#2766)

    Co-authored-by: Sayo <[email protected]>

commit 54a4f37aba0929703a57aa562a28ce3da481db7d
Merge: 19bc60c18 518cc9b53
Author: Monil Patel <[email protected]>
Date:   Fri Jan 24 20:06:12 2025 -0800

    Merge pull request #2763 from LouisVannobel/develop

    Fix path in all files

commit 2072217625c6b023adbd083cef9c12277845c1fc
Author: Ting Chien Meng <[email protected]>
Date:   Sat Jan 25 12:03:55 2025 +0800

    extract all attributes if json parsing failed

commit 238aa077446a8bc3eb0e301b66179d6b3574edcc
Merge: 6b268e5c2 19bc60c18
Author: David Norman <[email protected]>
Date:   Fri Jan 24 21:54:54 2025 -0600

    Merge branch 'develop' into develop

commit 19bc60c1877670482ce4245a1fde9eff525186d5
Author: emile baizel <[email protected]>
Date:   Fri Jan 24 22:53:41 2025 -0500

    feat: Add Amazon Bedrock as LLM provider (#2769)

    * fix(plugin-depin): sentientAI description (#2668)

    * Add Amazon Bedrock as LLM provider

    * Update pnpm-lock.yaml

    ---------

    Co-authored-by: alex <[email protected]>
    Co-authored-by: Emile Baizel <[email protected]>
    Co-authored-by: Sayo <[email protected]>

commit 6bb5578c88d0f8af0d135677c3645f01cb152451
Author: Ting Chien Meng <[email protected]>
Date:   Sat Jan 25 11:50:56 2025 +0800

    improve extract function

commit 6b268e5c29128b3c3fb539a90414f4993359b39c
Merge: bb9c395db 131d88466
Author: David Norman <[email protected]>
Date:   Fri Jan 24 21:43:46 2025 -0600

    Merge branch 'develop' into develop

commit 7b0113b77262e0753880ebe1221842565f00f60a
Author: CheddarQueso <[email protected]>
Date:   Fri Jan 24 22:43:30 2025 -0500

    resolved conflict

commit 131d88466ae5e18c863faeb5f5816363757f5f5c
Merge: 3d14fe2a0 40317d72f
Author: twilwa <[email protected]>
Date:   Fri Jan 24 18:56:38 2025 -0800

    Merge pull request #2768 from twilwa/feat/turbo-config

    feat: create /.turbo/config.json

commit 7f0a5878d8ffec449d224fdffa4604bfd1394f4f
Merge: deed309a2 3d14fe2a0
Author: CheddarQueso <[email protected]>
Date:   Fri Jan 24 20:48:57 2025 -0500

    Merge remote-tracking branch 'upstream/develop' into news-plugin

commit 40317d72fed1631fe926c14becdaf85afe40f0ac
Author: twilwa <[email protected]>
Date:   Fri Jan 24 17:04:27 2025 -0800

    Create .turbo/config.json

commit 3d14fe2a0cfb484332546d55aff8090661a4d20f
Merge: 8ea70e337 85b754243
Author: David Norman <[email protected]>
Date:   Fri Jan 24 15:10:43 2025 -0600

    Merge pull request #2719 from ai16z-demirix/tests/client-eliza-home

    client-eliza-home: test config and test coverage

commit 8ea70e3374cd53d95ca3c4fe1442928ab09d666c
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 21:06:48 2025 +0000

    chore: fix broken pnpm lock file

commit 880d3b6841e9d084574d0f4471876fe1eb4fde83
Merge: f1b346198 9dca26bfc
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 21:03:44 2025 +0000

    Merge branch 'develop' into pr/lispking/2702

commit 85b7542435ea9ffa545dc06088530ad2943e935d
Merge: 01c9d62ad 9dca26bfc
Author: David Norman <[email protected]>
Date:   Fri Jan 24 14:53:01 2025 -0600

    Merge branch 'develop' into tests/client-eliza-home

commit 9dca26bfc74f8e8d0cb24c9a4638f7652fa1d122
Merge: 93f1553a3 02835676e
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 20:39:23 2025 +0000

    Merge pull request #2735 from twilwa/feat/minimal-merge-queue

    feat: minimal workflow to resolve ephemeral check

commit 518cc9b53922d920d541957f9ee0c9d92ebbbd1a
Author: LouisVannobel <[email protected]>
Date:   Fri Jan 24 21:37:05 2025 +0100

    Fix path in all files

commit 01c9d62ad33886d4b6f6a0cb4ddbea2ad2ffff2f
Merge: 6338dc88a 93f1553a3
Author: Demirix <[email protected]>
Date:   Fri Jan 24 21:16:25 2025 +0100

    Merge branch 'develop' into tests/client-eliza-home

commit 6338dc88a9b7e94caedad9978cb6dcef28953a97
Author: ai16z-demirix <[email protected]>
Date:   Fri Jan 24 21:15:51 2025 +0100

    client-eliza-home: pr feedback -> improving mock gor smart_home test

commit 93f1553a3253131b1b04201ce3b4972056f907ee
Merge: 15b8e7fca 322fd8822
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 20:07:23 2025 +0000

    Merge branch 'develop' into pr/iteyelmp/2737

commit 322fd88221ca5aca3e230e0892943e69227a5493
Merge: 686a7f044 030574852
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 19:45:39 2025 +0000

    Merge branch 'develop' into pr/krustevalexander/2711

commit 0305748520c388dac48bfff1db465ff7f7c1f3ec
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 18:28:01 2025 +0000

    chore: pnpm lock file

commit e959a168699ff51071acb4f66c5a5bd766f56953
Merge: dfb184ee4 ffd8a014d
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 18:25:44 2025 +0000

    Merge branch 'develop' into pr/conache/2707

commit ffd8a014d181c9e195eb83b402572e73fce55c26
Merge: 388795e81 00b794f62
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 18:14:53 2025 +0000

    Merge pull request #2733 from AIFlowML/fix-bug-hunt

    feat: biome automation via python with reporting

commit 00b794f62404dea6b1b23ffc0cb71261623de5be
Merge: 245f9cc92 388795e81
Author: Shakker Nerd <[email protected]>
Date:   Fri Jan 24 18:13:44 2025 +0000

    Merge branch 'develop' into pr/AIFlowML/2733

commit 388795e81c8758469d2a918519d77590ff6495a9
Author: Sayo <[email protected]>
Date:   Fri Jan 24 23:37:16 2025 +0530

    fix ton plugin issue (#2757)

commit deed309a2b0455994fa3912a50a8a20f9a1058c0
Merge: 3559a1f04 e6dfc0837
Author: CheddarQueso <[email protected]>
Date:   Fri Jan 24 12:51:12 2025 -0500

    Merge remote-tracking branch 'upstream/develop' into news-plugin

commit e6dfc08379b1b8768431d15f87e848ef19d945c9
Author: KrausCrypto <[email protected]>
Date:   Fri Jan 24 12:19:08 2025 -0500

    Bug/fix ton plugin (#2755)

    * Added wallet to action constructor

    * Update ton plugin to fix bugs.

    Needed to add a sleep function as Ton SDK has a ratelimit of 1 request per second.

    * Remove test only.

    * Update dobby.character.json

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 82cae7f338faac84190bb02ad5375959f03fe609
Author: Antonio Piazza <[email protected]>
Date:   Fri Jan 24 18:08:27 2025 +0100

    fix: resolve @ai-sdk/provider version conflicts (#2714)

    - Add pnpm overrides to force @ai-sdk/[email protected] and @ai-sdk/[email protected]
    - Resolves type conflicts between different versions of @ai-sdk/provider
    - Fixes build error where "reasoning" type wasn't assignable to "text-delta"

    Co-authored-by: Sayo <[email protected]>

commit 96051e344be8c33e29878d5b555a63a6c7f31f97
Author: Guspan Tanadi <[email protected]>
Date:   Sat Jan 25 00:03:03 2025 +0700

    docs(core/evaluators): source example links (#2724)

    Co-authored-by: Sayo <[email protected]>

commit 6083026876d63f15109a51959c3c357de785a8d7
Author: Benny <[email protected]>
Date:   Sat Jan 25 01:02:04 2025 +0800

    feat(ton-plugin): add debug scripts and fix the transfer (#2744)

    * fix: TON transfer failed

    * feat(plugin-ton): add debug script to fast test ton plugin

    * feat: optimize the debug script

    * Update package.json

    ---------

    Co-authored-by: Sayo <[email protected]>

commit 7815e5c6da66dce3225bf0e13fa5c5a2f9ce3e95
Author: mj <[email protected]>
Date:   Sat Jan 25 00:49:42 2025 +0800

    feat: Add Sei Plugin (#2720)

    * draft

    * add tests

    * add support for sei addresses

    * merge artifacts

    * test smoke tests

    * attempt fix smoke test

    * fix: sei plugin build

    ---------

    Co-authored-by: Sayo <[email protected]>

commit d23d9333ef24081ae06e78742c1b698e3a7c28d7
Author: Alex <[email protected]>
Date:   Fri Jan 24 23:48:28 2025 +0700

    chore: adds hyperliquid env variables to env example (#2736)

    * chore: adds hyperliquid env variables to env example

    * Update .env.example

    ---------

    Co-authored-by: Sayo <[email protected]>

commit f70e7e740385f3108f7ebf1a90bbe2bc7d5f717f
Author: lincheoll <[email protected]>
Date:   Sat Jan 25 01:47:37 2025 +0900

    feat: Restrict discord bot to respond only in allowed channels (#2742) (#2743)

commit 9a581fde73c680b297d570fc52d9552a2583eb12
Author: HoldStation <[email protected]>
Date:   Fri Jan 24 23:47:19 2025 +0700

    feat(plugin-holdstation): add plugin holdstation swap (#2741)

    * feat(plugin-holdstation): add plugin holdstation swap

    * Update .env.example

    Revert "Update .env.example"

    This reverts commit b61171d6af2aaf222133a67961f2f7d178152270.

    * feat(plugin-holdstation): add plugin holdstation swap -- update tsconfig

    ---------

    Co-authored-by: Sayo <[email protected]>

commit bc0ed878bee59bb1931fae506bf982f5259acdfc
Author: dezcalimese <[email protected]>
Date:   Fri Jan 24 11:46:52 2025 -0500

    feat: add lit plugin (#2703)

    * init: lit plugin

    * remove files from cache

    * update Lit actions

    * add minor updates

    * add example env + initilisation

    * Update pnpm-lock.yaml

    ---------

    Co-authored-by: Sayo <[email protected]>

commit d38c3c18e3a408c12c70e64e92ec23e1ebe0a9d3
Author: ZCDC_Ren <[email protected]>
Date:   Sat Jan 25 00:46:27 2025 +0800

    fix: delete plugin-bootstrap sex message (#2748)

commit 686a7f044913d136671df82ad2cbac6585b51bf9
Merge: f95f0d739 6490485e5
Author: krustevalexander <[email protected]>
Date:   Fri Jan 24 16:46:52 2025 +0200

    Merge branch 'develop' into imgflip-plugin

commit 245f9cc9255308d3661b73337618c9ef550fdeb5
Merge: c040a90ae 6490485e5
Author: Sayo <[email protected]>
Date:   Fri Jan 24 13:16:38 2025 +0530

    Merge branch 'develop' into fix-bug-hunt

commit 15b8e7fca46b28b97ffbd39158b7ece03d15f47a
Author: li <[email protected]>
Date:   Fri Jan 24 14:16:41 2025 +0800

    Init EthStorage Plugin

commit 02835676e05b70fff01b1c35dd56c18447c138f2
Author: twilwa <[email protected]>
Date:   Thu Jan 23 21:49:03 2025 -0800

    minimal workflow to resolve ephemeral check

commit f1b346198ab32812b6ea5c0f806d45bf0ce9ba1d
Merge: e2f09069f 6490485e5
Author: King <[email protected]>
Date:   Fri Jan 24 12:24:05 2025 +0800

    Merge branch 'develop' into plugin-mina

commit e2f09069f577580f624072e94b179f62d4814d6f
Author: lispking <[email protected]>
Date:   Fri Jan 24 12:23:15 2025 +0800

    support get balance of plugin-mina

commit 272946b792570e204e1ba87c09d1d628ad9ca8dd
Merge: db041aabd 6490485e5
Author: David Norman <[email protected]>
Date:   Thu Jan 23 22:21:31 2025 -0600

    Merge branch 'develop' into tests/client-eliza-home

commit c7af9cb6cad99b2a7eff4555d27c6a5b00463fef
Author: lispking <[email protected]>
Date:   Fri Jan 24 10:50:06 2025 +0800

    support faucet for plugin-mina

commit c040a90ae4cc8564edb82fe7316357e4ef9ed553
Author: AIFlow_ML <[email protected]>
Date:   Fri Jan 24 09:44:39 2025 +0700

    biome automation via python with reporting

commit 578a4d204413f365a29aa02eafe677ed602b8e2f
Author: lispking <[email protected]>
Date:   Fri Jan 24 07:16:04 2025 +0800

    add mina wallet env notes

commit ec53f921f93b578bfcd0234c100fbeee47281a46
Author: lispking <[email protected]>
Date:   Fri Jan 24 07:12:02 2025 +0800

    adjust plugin-mina order

commit 0d7394df924703368b8725fb1ef7271542720c3a
Merge: 19467738d 2af84f802
Author: King <[email protected]>
Date:   Fri Jan 24 07:10:41 2025 +0800

    Merge branch 'develop' into plugin-mina

commit 19467738d0cdd7aee493f7eb49e54cc2ae1d1b52
Author: lispking <[email protected]>
Date:   Fri Jan 24 07:03:05 2025 +0800

    Change the return value of price to be rounded to two decimal places

commit 4b840f72e60aa3ebe6b77a9b1d569f2cac7018dd
Author: lispking <[email protected]>
Date:   Fri Jan 24 06:18:56 2025 +0800

    Different fees are applied when different networks are called

commit db041aabd017c1bf9ec855aee0255c0f39038383
Merge: 59c266c21 2af84f802
Author: Demirix <[email protected]>
Date:   Thu Jan 23 22:57:32 2025 +0100

    Merge branch 'develop' into tests/client-eliza-home

commit 59c266c21ab4d8d5bc2039ae992df8436233166a
Author: ai16z-demirix <[email protected]>
Date:   Thu Jan 23 21:18:39 2025 +0100

    client-eliza-home: smart home tests

commit 6cf2293843663efa8c6f716f0dc3e69115e8ed00
Author: ai16z-demirix <[email protected]>
Date:   Thu Jan 23 21:18:17 2025 +0100

    client-eliza-home: utils tests

commit 3d459d48ce358c7c6e71df163bbf6656d1a31578
Author: ai16z-demirix <[email protected]>
Date:   Thu Jan 23 21:17:58 2025 +0100

    client-eliza-home: smart things api tests

commit c559275621f1d74033dcf965b4acc751eabf9fab
Author: ai16z-demirix <[email protected]>
Date:   Thu Jan 23 21:17:35 2025 +0100

    client-eliza-home: test config

commit f95f0d73987d2e1af4a16b6c26a6287668992993
Author: Alexander Krustev <[email protected]>
Date:   Thu Jan 23 19:28:04 2025 +0200

    chore: update pnpm-lock.yaml with the new plugin

commit a4ece5f696c279cb0fcdfaf6e7992d00343d465f
Author: Alexander Krustev <[email protected]>
Date:   Thu Jan 23 19:04:56 2025 +0200

    refactor: update README for Imgflip plugin

commit 2884ff302a8b99924e615c6c86bddda20051b5e9
Author: Alexander Krustev <[email protected]>
Date:   Tue Jan 21 20:17:49 2025 +0200

    feat: add Imgflip plugin for meme generation with imgflip.com API integration

commit 6f4b8218b6d99827daf66163457ed5288680cd31
Author: lispking <[email protected]>
Date:   Fri Jan 24 00:00:27 2025 +0800

    adjust plugin-mina order

commit 00c585dbadbb093d4ebe18a44db550aa4199837b
Merge: 624620f94 c0529a079
Author: King <[email protected]>
Date:   Thu Jan 23 23:31:18 2025 +0800

    Merge branch 'develop' into plugin-mina

commit dfb184ee48b34e3dbaddaa1d5d3b14ee493026bf
Merge: 5148871bf c0529a079
Author: conache <[email protected]>
Date:   Thu Jan 23 17:23:17 2025 +0200

    Merge remote-tracking branch 'upstream/develop' into use-allora-sdk-v0.1.0

commit 5148871bf83b7eeac9ccf9f74ece23b0fbc9e179
Author: conache <[email protected]>
Date:   Thu Jan 23 16:32:39 2025 +0200

    Use [email protected]

commit 624620f94320a788b412501d8fd852388aa136fd
Merge: eb268e970 c9c743440
Author: King <[email protected]>
Date:   Thu Jan 23 21:28:54 2025 +0800

    Merge branch 'develop' into plugin-mina

commit eb268e970e20840a936bb0cbe3a609a567468744
Author: lispking <[email protected]>
Date:   Thu Jan 23 21:20:36 2025 +0800

    feat: support mina blockchain

commit bb9c395db19f7d538921135a8ab5c02ed9e2baae
Merge: 5c6bfdeab 02518fa00
Author: Sayo <[email protected]>
Date:   Thu Jan 23 18:10:33 2025 +0530

    Merge branch 'develop' into develop

commit 5c6bfdeab2de4456fee2eed5bb31b043ec03be26
Merge: f4b08d57d 1c2585102
Author: ccross2 <[email protected]>
Date:   Wed Jan 22 22:41:38 2025 -0500

    Merge remote-tracking branch 'upstream/develop' into develop

commit f4b08d57d881e1f50308734853725a5d01792f11
Author: CC <[email protected]>
Date:   Wed Jan 22 22:30:10 2025 -0500

    feat(edriziai): add character configuration and knowledge base

    - Add main character configuration (edrizi.json)
    - Include comprehensive startup knowledge base:
      - Startup fundamentals
      - Financial modeling
      - Founder mental health
      - Fundraising strategies
      - Go-to-market planning
      - Pitch deck guidelines
      - Product development
      - Team building
    - Update gitignore rules for better character file management
    - Add character-specific gitignore for sensitive data

commit 3290a4036cf0c5ca83043c466929cadfc6d02c74
Author: CC <[email protected]>
Date:   Wed Jan 22 22:27:54 2025 -0500

    feat(edriziai): initialize Edriziai startup mentor AI assistant

    - Configure Slack integration with custom commands (/startup, /mentor, /ourfeedback, /analyze, /resources)
    - Set up environment configuration for AI services (OpenAI, Anthropic, Google)
    - Add startup mentorship knowledge base (fundamentals, mental health, financial modeling)
    - Configure character settings in edrizi.json
    - Update gitignore to protect sensitive configs and credentials
    - Set up proper server ports (3000 main, 3001 Slack)

commit f9aca521e3d8f1e971b3a769e885c07587661fe2
Author: alex <[email protected]>
Date:   Thu Jan 23 00:55:11 2025 +0800

    fix(plugin-depin): sentientAI description (#2668)

commit 49b8286ea2b23b35a8e27c64fcd5038d8e26a1ea
Author: Shawn Anderson <[email protected]>
Date:   Tue Jan 21 16:11:30 2025 -0800

    docs: add docs on configuring secrets for multi agent workflows.

commit 3559a1f04b3ad69058c761a58cfbf6fb784e1af8
Author: CheddarQueso <[email protected]>
Date:   Sun Jan 12 20:40:54 2025 -0500

    fixed nft-collections line

commit f798211cb12a02edaf6b11ee5ad380018277889c
Author: CheddarQueso <[email protected]>
Date:   Sun Jan 12 20:35:49 2025 -0500

    updates

commit be682b5b4d70621953a0afa8d52ab21776faf71b
Author: CheddarQueso <[email protected]>
Date:   Wed Jan 1 19:09:43 2025 -0500

    updated & tested plugin

commit ddc8dea94e5969f6c2185191fd71c5ab2eced497
Author: CheddarQueso <[email protected]>
Date:   Wed Jan 1 02:09:19 2025 -0500

    add README.md documentation

commit 079ce1a74d272ee3d49b40b8f8077d0cb65d3336
Author: CheddarQueso <[email protected]>
Date:   Thu Dec 19 17:59:27 2024 -0500

    chore: added description to NEWS API KEY label

commit cb587b44f89ad8558acf88f11a8f82ab901a1389
Author: CheddarQueso <[email protected]>
Date:   Thu Dec 19 15:21:41 2024 -0500

    news-plugin
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