Welcome to energizeai/actions, by Energize AI. We're building the foundations for a new AI-centered internet, in which Actions are a core building block. Our agent Spark is designed to run a variety of tasks, such as sending emails via Google, creating issues in Linear, and more. This repository is dedicated to community contributions for developing new actions. The Actions Development Enviornment (ADE) allows developers to quickly build and test new actions.
Feel free to email info@energize.ai with questions or post a feedback to Spark.
Please refer to the following links for more information:
First, make sure you have cloned the repository and installed all the dependencies. You can do this by running the following commands in the root directory.
git clone https://github.com/energizeai/actions.git
cd actions
npm installTo run ADE, you can use the following command in the root directory.
npm run ade:dev💡 To automate these steps for you, we recommend using our Code-Gen tool. You can run the following command in the root directory. It will create a custom Action template for you.
npm run generate:actionPlease read the contributing guide.
Licensed under the MIT license.
