-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into evm-check
- Loading branch information
Showing
230 changed files
with
8,055 additions
and
5,208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
|
||
- uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8 | ||
version: 9.15.0 | ||
|
||
- name: Configure Git | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,58 @@ | ||
{ | ||
"name": "eliza-docs", | ||
"version": "0.1.9", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"docusaurus": "docusaurus", | ||
"start": "docusaurus start --no-open", | ||
"dev": "docusaurus start --port 3002 --no-open", | ||
"build": "docusaurus build", | ||
"swizzle": "docusaurus swizzle", | ||
"deploy": "docusaurus deploy", | ||
"clear": "docusaurus clear", | ||
"serve": "docusaurus serve", | ||
"write-translations": "docusaurus write-translations", | ||
"write-heading-ids": "docusaurus write-heading-ids" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/core": "3.7.0", | ||
"@docusaurus/plugin-content-blog": "3.7.0", | ||
"@docusaurus/plugin-content-docs": "3.7.0", | ||
"@docusaurus/plugin-ideal-image": "3.7.0", | ||
"@docusaurus/preset-classic": "3.7.0", | ||
"@docusaurus/theme-mermaid": "3.7.0", | ||
"@docusaurus/theme-common": "3.7.0", | ||
"@mdx-js/react": "3.0.1", | ||
"clsx": "2.1.1", | ||
"docusaurus-lunr-search": "3.5.0", | ||
"lunr": "2.3.9", | ||
"dotenv": "^16.4.7", | ||
"prism-react-renderer": "2.3.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "6.22.1" | ||
}, | ||
"devDependencies": { | ||
"@docusaurus/module-type-aliases": "3.7.0", | ||
"@docusaurus/types": "3.7.0", | ||
"docusaurus-plugin-typedoc": "1.0.5", | ||
"typedoc": "0.26.11", | ||
"typedoc-plugin-markdown": "4.2.10" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.5%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 3 chrome version", | ||
"last 3 firefox version", | ||
"last 5 safari version" | ||
] | ||
}, | ||
"engines": { | ||
"node": "23.3.0" | ||
} | ||
"name": "eliza-docs", | ||
"version": "0.1.9", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"docusaurus": "docusaurus", | ||
"start": "docusaurus start --no-open", | ||
"dev": "docusaurus start --port 3002 --no-open", | ||
"build": "docusaurus build", | ||
"swizzle": "docusaurus swizzle", | ||
"deploy": "docusaurus deploy", | ||
"clear": "docusaurus clear", | ||
"serve": "docusaurus serve", | ||
"write-translations": "docusaurus write-translations", | ||
"write-heading-ids": "docusaurus write-heading-ids" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/core": "3.7.0", | ||
"@docusaurus/plugin-content-blog": "3.7.0", | ||
"@docusaurus/plugin-content-docs": "3.7.0", | ||
"@docusaurus/plugin-ideal-image": "3.7.0", | ||
"@docusaurus/preset-classic": "3.7.0", | ||
"@docusaurus/theme-mermaid": "3.7.0", | ||
"@docusaurus/theme-common": "3.7.0", | ||
"@mdx-js/react": "3.0.1", | ||
"clsx": "2.1.1", | ||
"docusaurus-lunr-search": "3.5.0", | ||
"lunr": "2.3.9", | ||
"dotenv": "^16.4.7", | ||
"prism-react-renderer": "2.3.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "6.22.1" | ||
}, | ||
"devDependencies": { | ||
"@docusaurus/module-type-aliases": "3.7.0", | ||
"@docusaurus/types": "3.7.0", | ||
"docusaurus-plugin-typedoc": "1.0.5", | ||
"typedoc": "0.26.11", | ||
"typedoc-plugin-markdown": "4.2.10" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.5%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 3 chrome version", | ||
"last 3 firefox version", | ||
"last 5 safari version" | ||
] | ||
}, | ||
"engines": { | ||
"node": "23.3.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
{ | ||
"version": "0.1.9", | ||
"packages": [ | ||
"packages/*", | ||
"docs", | ||
"agent", | ||
"client", | ||
"!packages/_examples" | ||
], | ||
"npmClient": "pnpm" | ||
"version": "0.1.9", | ||
"packages": ["packages/*", "docs", "agent", "client", "!packages/_examples"], | ||
"npmClient": "pnpm", | ||
"command": { | ||
"publish": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public", | ||
"allowBranch": "main" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* | ||
|
||
!dist/** | ||
!package.json | ||
!readme.md | ||
!tsup.config.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Sample Plugin for Eliza | ||
|
||
The Sample Plugin for Eliza extends the functionality of the Eliza platform by providing additional actions, providers, evaluators, and more. This plugin is designed to be easily extendable and customizable to fit various use cases. | ||
|
||
## Description | ||
|
||
The Sample Plugin offers a set of features that can be integrated into the Eliza platform to enhance its capabilities. Below is a high-level overview of the different components available in this plugin. | ||
|
||
## Actions | ||
|
||
- **createResourceAction**: This action enables the creation and management of generic resources. It can be customized to handle different types of resources and integrate with various data sources. | ||
|
||
## Providers | ||
|
||
- **sampleProvider**: This provider offers a mechanism to supply data or services to the plugin. It can be extended to include additional providers as needed. | ||
|
||
## Evaluators | ||
|
||
- **sampleEvaluator**: This evaluator provides a way to assess or analyze data within the plugin. It can be extended to include additional evaluators as needed. | ||
|
||
## Services | ||
|
||
- **[ServiceName]**: Description of the service and its functionality. This can be extended to include additional services as needed. | ||
|
||
## Clients | ||
|
||
- **[ClientName]**: Description of the client and its functionality. This can be extended to include additional clients as needed. | ||
|
||
## How to Extend | ||
|
||
To extend the Sample Plugin, you can add new actions, providers, evaluators, services, and clients by following the structure provided in the plugin. Each component can be customized to fit your specific requirements. | ||
|
||
1. **Actions**: Add new actions by defining them in the `actions` array. | ||
2. **Providers**: Add new providers by defining them in the `providers` array. | ||
3. **Evaluators**: Add new evaluators by defining them in the `evaluators` array. | ||
4. **Services**: Add new services by defining them in the `services` array. | ||
5. **Clients**: Add new clients by defining them in the `clients` array. | ||
|
||
For more detailed information on how to extend the plugin, refer to the documentation provided in the Eliza platform. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "@elizaos/plugin-sample-with-di", | ||
"version": "0.1.9-alpha.1", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@elizaos/core": "workspace:*", | ||
"@elizaos/plugin-di": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"tsup": "8.3.5", | ||
"@types/node": "^20.0.0" | ||
}, | ||
"scripts": { | ||
"build": "tsup --format esm --dts", | ||
"dev": "tsup --format esm --dts --watch" | ||
} | ||
} |
Oops, something went wrong.