The Muna CLI is the primary tool for compiling Python functions and managing your predictors.Documentation Index
Fetch the complete documentation index at: https://docs.muna.ai/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Install the Muna CLI using pip:Commands
muna transpile
Transpile Python to C++ source code.
muna compile
Compile a Python function for deployment.
muna predict
Invoke a compiled Python function.