SIGN IN SIGN UP

Open-source framework for conversational voice AI agents

0 0 16 Python
#ifndef UVBOOK_PLUGIN_SYSTEM
#define UVBOOK_PLUGIN_SYSTEM
// Plugin authors should use this to register their plugins with mfp.
void mfp_register(const char *name);
#endif