- Step1: Clone the llm-lab repository from GitHub to your local machine.
- Step2: Install dependencies using pip install -r requirements.txt.
- Step3: Configure your LLM provider credentials and tool integrations in config.yaml.
- Step4: Define agent workflows and prompt templates in the agents folder.
- Step5: Run automated tests with python -m llmlab.test to validate behavior.
- Step6: Launch agents with python -m llmlab.run and monitor logs.
- Step7: Iterate on prompts, tools and memory settings to refine performance.