Skip to content

Commit

Permalink
migration tokenbound / onchain agent to ensurance
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoindustries committed Jan 21, 2025
1 parent cc5638d commit 9b5011a
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 1,037 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@ Check out `characters-examples/ensurance-agents` for example character configura

To create your own character:
1. Review the examples in `characters-examples/ensurance-agents`
2. Contact the maintainers for access and guidance
3. We'll help you get set up!
2. Create your own character file in the local `/characters` directory or use example path
3. Use your character file path in the start command

## Private Characters Repository

⚠️ The `@characters` directory is maintained as a private submodule and is not publicly accessible. See [CHARACTERS_README.md](CHARACTERS_README.md) for more details about accessing the private characters repository.

## Development Environment

We recommend using [Cursor.ai](https://cursor.com) as your IDE for development. It provides excellent AI-assisted coding capabilities and is optimized for working with this codebase.
2 changes: 1 addition & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@elizaos/plugin-web-search": "workspace:*",
"@elizaos/plugin-image-generation": "workspace:*",
"@elizaos/plugin-node": "workspace:*",
"@elizaos/plugin-onchain-agent-suite": "workspace:*",
"@elizaos/plugin-ensurance": "workspace:*",
"readline": "1.3.0",
"ws": "8.18.0",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import path from "path";
import { fileURLToPath } from "url";
import yargs from "yargs";
import { webSearchPlugin } from "@elizaos/plugin-web-search";
import { onchainPlugin } from '@elizaos/plugin-onchain-agent-suite';
import { onchainPlugin } from '@elizaos/plugin-ensurance';

const __filename = fileURLToPath(import.meta.url); // get the resolved path to the file
const __dirname = path.dirname(__filename); // get the name of the directory
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ensurance/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@elizaos/plugin-onchain-agent-suite",
"name": "@elizaos/plugin-ensurance",
"version": "0.0.1",
"private": true,
"type": "module",
Expand Down
24 changes: 0 additions & 24 deletions packages/plugin-tokenbound/package.json

This file was deleted.

221 changes: 0 additions & 221 deletions packages/plugin-tokenbound/src/actions/getBalance.ts

This file was deleted.

100 changes: 0 additions & 100 deletions packages/plugin-tokenbound/src/actions/signMessage.ts

This file was deleted.

Loading

0 comments on commit 9b5011a

Please sign in to comment.