- Step1: Install Agentic Solver via pip install git+https://github.com/kyopark2014/agentic-solver.git
- Step2: Set your LLM API key in environment variables
- Step3: Define and register custom tools or APIs
- Step4: Configure agent prompts and planning strategy
- Step5: Run the agent script to execute tasks
- Step6: Monitor logs, analyze outputs, and refine settings