- Step1: Install Lean Dojo via pip install lean-dojo
- Step2: Import LeanAgent class in your Python project
- Step3: Configure your LLM provider and API keys
- Step4: Define tools and memory modules for your agent
- Step5: Instantiate LeanAgent with model, tools, and memory
- Step6: Call agent.run() to start autonomous interactions
- Step7: Monitor logs and adjust prompts or tool integrations