- Step1: Clone the GitHub repository: git clone https://github.com/kyopark2014/llm-agent.git
- Step2: Install dependencies: pip install -r requirements.txt
- Step3: Configure your LLM credentials (e.g., OPENAI_API_KEY) in environment variables
- Step4: Define and register custom tools by extending the Tool base class
- Step5: Create an Agent instance, attach tools and memory modules
- Step6: Construct prompt templates or chains and pass them to the agent executor
- Step7: Run agent.run("your query") to execute tasks and receive responses