Integrate with AI workflow
Easily integrate the Maihem SDK with your AI workflow using decorators
Use decorators to map and evaluate your AI workflow
Wrap your AI agent so it can be called in tests
Wrap your AI 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