- Step1: Install via pip: pip install llm-blender-agent
- Step2: Set your OpenAI API key as environment variable
- Step3: Import Agent and Tool classes in Python
- Step4: Define custom tools or use built-in ones (Python, Web, SQL)
- Step5: Create agents, assign tools and memory backends
- Step6: Orchestrate agents with an AgentManager and run tasks
- Step7: Extend pipelines by adding new reasoning or tool modules