Python Version RequirementsMAOTO requires If you need to update Python, visit python.org/downloads
Python >=3.10. Here’s how to check your version:Setting Up Your Environment
Before installingmaoto-agent, it’s recommended to set up a virtual environment. This helps isolate your project dependencies and avoid conflicts.
1
Create a Virtual Environment
Choose your preferred method to create a virtual environment:Using venv (Python’s built-in tool):Using conda:
Terminal
Terminal
2
Activate the Virtual Environment
Activate your virtual environment based on your platform:On macOS/Linux (venv):On Windows (venv):Using conda (all platforms):
Terminal
Terminal
Terminal
Installing MAOTO
1
Install `maoto-agent`
Install MAOTO Agent package:
Terminal
2
Upgrade `maoto-agent` (Existing Installations Only)
If you have an older version of
maoto-agent installed, you can upgrade it:Terminal
Skip this step if you’re doing a fresh installation.
3
Verify Installation
Check your installed versions:You should see something like:
Terminal
Output
Installation successful! You’re ready to create your first MAOTO Agent.
Next Steps
Build Your First AI System
Follow our quickstart guide to create your first MAOTO agent and get hands-on experience.
Explore MAOTO Concepts
Learn about MAOTO’s key roles and concepts to better understand how AI systems interact within the ecosystem.

