- Step1: Install via pip: pip install osu-nlp-middleware
- Step2: Import the Middleware class and configure API keys
- Step3: Define custom tool functions and register them as plugins
- Step4: Initialize the Agent with the chosen LLM provider and tool registry
- Step5: Call agent.run() with user input to obtain responses
- Step6: Review logs and iterate plugin or prompt configurations