AQIT 0.1.0
Loading...
Searching...
No Matches
_runtime.py File Reference

Go to the source code of this file.

Classes

class  aquin.sdk._runtime.AquinError

Namespaces

namespace  aquin
namespace  aquin.sdk
namespace  aquin.sdk._runtime

Functions

dict[str, Any] aquin.sdk._runtime.build_ctx (*, str|None model_id=None, dict[str, Any]|None extra_state=None)
str aquin.sdk._runtime.prepare_compute (*, str|None model_id=None)
dict[str, Any] aquin.sdk._runtime.invoke (str tool_name, dict[str, Any]|None args=None, *, str|None command=None, bool needs_model=True, str|None model_id=None, bool raise_on_error=True)
Any aquin.sdk._runtime.invoke_direct (Any fn, *Any args, str|None command=None, str|None tool_name=None, bool track=True, **Any kwargs)