- Step1: Install the library with `pip install llm-functions`
- Step2: Import LLMFunctions and configure your LLM client
- Step3: Define function schemas using JSON-schema in Python
- Step4: Register handler callbacks for each schema
- Step5: Pass schemas to your LLM call and await response
- Step6: Library parses the function call and invokes your handler
- Step7: Process the returned result and continue the conversation