๎จ
- 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