- Step1: Install Minerva with `pip install minerva`.
- Step2: Import and configure your LLM credentials in your Python script.
- Step3: Define and register any external tools or APIs you want the agent to use.
- Step4: Instantiate a MinervaAgent with model, planner, and memory settings.
- Step5: Call `agent.run(task_prompt)` to execute autonomous multi-step workflows.
- Step6: Review logs, refine tool definitions, and iterate on agent behaviors.