- Step1: Install Lila with pip: pip install lila-agent
- Step2: Initialize a new agent project: lila init my_agent
- Step3: Define tools and APIs in tools.py using @tool decorators
- Step4: Configure memory and planner in config.yaml
- Step5: Write agent logic in agent.py and import your tools
- Step6: Run the agent: python agent.py
- Step7: Monitor actions and results via built-in logging