Create Basic AI Agents
Last updated
Last updated
Ensure that you are logged in to the MOOF application via before proceeding.
For optimal performance, we recommend using modern web browsers based on Chromium (e.g., Google Chrome) or Mozilla Firefox.
Step 1: Create a New Folder
This folder will serve as the storage location for all project files associated with this course.
Step 2: Create Your Own Flow
Begin by designing a new custom assistant by creating your own flow. This will serve as the foundation for your AI Agent's behavior and responses.
Step 3: Choose a Template to Get Started
MOOF offers three sample templates to help you begin the journey. For a basic introduction, we recommend starting with the Simple Agent template. Once you become more familiar with the platform, you may opt to build from scratch using the Blank Flow.
Step 4: Customize Your AI Agent
The Simple Agent template includes a set of foundational modules to help you get started:
Agent: The core Large Language Model (LLM) responsible for receiving user input, reasoning, and generating appropriate responses.
User Input: The interface module through which users provide commands or queries.
User Output: The interface module responsible for displaying the agent’s responses to the user.
Calculator: A basic utility module that can be added to extend the agent’s functionality. While primarily used for demonstration purposes, note that the LLM itself is capable of handling basic arithmetic operations without this tool.
Note: Select an LLM model that best aligns with the objectives of your AI agent. At this stage, users have free access to available MOOFAI_API_KEY for experimentation and development.
Step 5: Demo!
Click on the Playground to begin interacting with your AI agent.
Your AI agent is now ready to use - start by assigning it a task of your choice.
From here, the final part of the journey is yours to explore!