This commit is contained in:
2026-09-11 14:29:47 -04:00
parent b264c31b86
commit b2269d58da
9 changed files with 130 additions and 11 deletions
+5
View File
@@ -11,6 +11,11 @@
<method name="IngestPath"><arg name="path" type="s" direction="in"/></method>
<method name="ComputerGrant"><arg name="persist" type="b" direction="in"/></method>
<method name="ComputerRevoke"/><method name="ComputerStatus"><arg type="s" direction="out"/></method>
<method name="GetRuntimeStatus"><arg type="s" direction="out"/></method>
<method name="AssessModelFit"><arg name="model" type="s" direction="in"/><arg type="s" direction="out"/></method>
<method name="DownloadModel"><arg name="model" type="s" direction="in"/><arg type="s" direction="out"/></method>
<method name="CancelModel"><arg name="model" type="s" direction="in"/><arg type="s" direction="out"/></method>
<method name="WipeComputerTraces"><arg type="b" direction="out"/></method>
<signal name="StateChanged"><arg type="s"/></signal><signal name="WakeHeard"><arg type="s"/></signal>
<signal name="PartialTranscript"><arg type="s"/></signal><signal name="FinalTranscript"><arg type="s"/></signal>
<signal name="Token"><arg type="s"/></signal><signal name="Reply"><arg type="s"/></signal>