Quick Start for Non-Developers
This guide is designed for those who are new to coding or prefer a simplified approach to creating agents with Weni CLI.
Prerequisites
Before you begin, make sure you have:
- Installed Weni CLI
-
Follow the installation guide
-
Created a Weni Account
- Sign up at Weni.ai
- Ensure you have access to at least one project
Step-by-Step Guide
1. Login to Weni
This will open your browser for authentication. After successful login, you can close the browser tab.
2. List Your Projects
This command will show all projects you have access to. Note down the UUID of the project you want to work with.
3. Select Your Project
Replace your-project-uuid
with the UUID from the project list.
4. Verify Current Project
This ensures you're working with the correct project.
5. Create a Simple Agent
You can create a simple agent without writing any code by using our templates:
This command will: 1. Create the necessary folder structure 2. Generate a basic agent configuration 3. Set up a pre-built CEP tool
6. Deploy Your Agent
That's it! Your agent is now deployed and ready to use.