- Step1: Install Aibot via pip install aibot
- Step2: Set up your API keys in ~/.aibot/config
- Step3: Initialize a new agent with aibot init
- Step4: Define prompts, memory settings, and tool plugins in the config
- Step5: Launch the agent using aibot run
- Step6: Interact with the agent in the CLI or integrate via its Python API