A plugin for interacting with asterai plugins and agents.
This plugin provides functionality to allow Eliza agents to interact with asterai plugins and agents.
This will expand your Eliza character's utility by giving it access to all the functionality of asterai's ecosystem of marketplace and private plugins and agents.
pnpm install @elizaos/plugin-asterai
The plugin requires the following environment variables to be set:
ASTERAI_AGENT_ID=
ASTERAI_PUBLIC_QUERY_KEY=
import { asteraiPlugin } from '@elizaos/plugin-asterai';
The plugin supports natural language for interacting with the asterai agent through your Eliza character.
For example, if your asterai agent can fetch weather data:
"Hey Eliza, how's the weather in LA?"
Eliza will then query the asterai agent to fetch the information.
- Clone the repository
- Install dependencies:
pnpm install
- Build the plugin:
pnpm run build
- Run tests:
pnpm run test
Contributions are welcome! Please see the CONTRIBUTING.md file for more information.
This plugin is part of the Eliza project. See the main project repository for license information.