FAQ

What dependencies can I use?

All Python-only dependencies should work; simply import them in your Skill. For non-Python compiled dependencies ("native dependencies"), see WASM component.

How do I deploy my Skill?

Build it locally, publish it to a registry and then configure it in a namespace.

How is my Skill executed?

PhariaEngine offers a WASM runtime in which your skill runs. Multiple invocations of your Skill can run in parallel. Skill execution is suspended after ten minutes.

How are inference errors exposed?

If PhariaEngine thinks that the error might be resolved by a retry, it does that. Otherwise, PhariaEngine stops the Skill execution and returns an internal server error.