Reference
Connect your AI application
Easily integrate the Maihem SDK with your AI application using a wrapper function
Wrap your AI application (target agent) in a wrapper_function
that follows the following structure:
Python
- When using Maihem in the CLI, save the function in a file called
wrapper_function.py
- When using the Python SDK, simply pass it as a function