- Step1: Install via pip: pip install llm_agent
- Step2: Set your LLM API key in environment variables
- Step3: Import `Agent` and define tool functions
- Step4: Create memory and prompt template objects
- Step5: Initialize Agent with tools, memory, and model config
- Step6: Call `agent.run(prompt)` to execute the agent workflow