- Step1: Install Cerebellum via pip: pip install cerebellum-core
- Step2: Import the library and register your custom tools
- Step3: Define a Plan class with sequential tasks or tool calls
- Step4: Configure Memory modules and select a language model adapter
- Step5: Instantiate an Agent with your Plan, tools, and memory settings
- Step6: Call agent.run(input ) to execute the agent pipeline