- Step1: Install SuperBot via pip: pip install superbot
- Step2: Set your OpenAI API key as an environment variable
- Step3: Initialize a new agent project using the SuperBot CLI
- Step4: Configure tools or plugins in the project’s config file
- Step5: Launch the agent with superbot run and interact via CLI
- Step6: Extend or add new functions in Python and reload the agent