- Step1: Install via pip: pip install symbol_llm
- Step2: Configure your preferred LLM credentials (OpenAI, Azure, etc.)
- Step3: Import Symbol-LLM modules and initialize planner, executor, and memory
- Step4: Define or register custom tools using the tool API
- Step5: Call agent.plan_and_execute with user prompts
- Step6: Process agent outputs and integrate into your application