A plugin that enables launching new Eliza agents through the Autonome platform.
pnpm add @elizaos/plugin-autonome# Required: JWT token from Autonome platform
AUTONOME_JWT_TOKEN=your_jwt_token
# Required: Autonome RPC endpoint (fixed production endpoint)
AUTONOME_RPC=https://wizard-bff-rpc.alt.technology/v1/bff/aaa/appsTo get your JWT token:
- Login to dev.autonome.fun
- Open browser developer console
- Extract your JWT token
Add the plugin to your character's configuration:
import { autonomePlugin } from "@elizaos/plugin-autonome";
const character = {
plugins: [autonomePlugin]
};- Launch new Eliza agents through the Autonome platform
- Configure agent settings via natural language
- Track deployment status
- Direct integration with Autonome dashboard
The plugin responds to various deployment commands:
"Launch an agent, name is xiaohuo"
"Create a new agent"
"Deploy an Eliza agent"
Upon successful deployment, you'll receive a dashboard link:
https://dev.autonome.fun/autonome/[app-id]/details
Creates and deploys a new agent to the Autonome platform.
Aliases:
- CREATE_AGENT
- DEPLOY_AGENT
- DEPLOY_ELIZA
- DEPLOY_BOT
Parameters:
name: Name of the agent to deployconfig: Agent configuration in JSON format
- @coral-xyz/anchor: 0.30.1
- @elizaos/plugin-tee: workspace:*
- @elizaos/plugin-trustdb: workspace:*
- axios: ^1.7.9