-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AgentKit - Default Agent Config (#2505)
* I add files for plugin-agentkit * instructions added to gitignore. * I update package name. * I add updated files. * I add ENV requirements to prevent default Eliza bugs. * rollback index * simple agentkit import. * I load existing wallet data for provider. * remove dev logging * Update pnpm-lock.yaml * update .env.example and support non 'base-sepolia' * Update pnpm-lock.yaml * Update package lock for smoke tests. * I rollback changes to pnpm-lock file. * fixing smoke tests for pnpm missing * rollback changes to agent start file. * I rollback changes to smoke test. * Update pnpm-lock.yaml * packages/plugin-agentkit/README.md - package name - actual: @ai16z/plugin-agentkit - required: @elizaos/plugin-agentkit * add example network for agentkit. * update plugin-agentkit README package name to correct ORG prefix. * agent/src/index.ts - default plugin - actual:agentKitPlugin missing from AgentRuntime.plugins - required: agentKitPlugin added to AgentRuntime.plugins * stylish build logging. * wallet read from ENV instead of function variable. * remove unintended changes to agent index. --------- Co-authored-by: Sayo <82053242+wtfsayo@users.noreply.github.com> Co-authored-by: Sayo <hi@sayo.wtf>
- Loading branch information
1 parent
9319fd3
commit 631cd6d
Showing
6 changed files
with
43 additions
and
34 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
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