@downcity/agent 1.1.70 → 1.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/bin/executor/tools/shell/ShellToolFormatting.js +1 -1
  2. package/bin/executor/tools/shell/ShellToolFormatting.js.map +1 -1
  3. package/bin/index.d.ts +1 -4
  4. package/bin/index.d.ts.map +1 -1
  5. package/bin/index.js +1 -5
  6. package/bin/index.js.map +1 -1
  7. package/bin/rpc/Client.d.ts +20 -1
  8. package/bin/rpc/Client.d.ts.map +1 -1
  9. package/bin/rpc/Client.js +33 -0
  10. package/bin/rpc/Client.js.map +1 -1
  11. package/bin/rpc/Server.d.ts.map +1 -1
  12. package/bin/rpc/Server.js +31 -1
  13. package/bin/rpc/Server.js.map +1 -1
  14. package/bin/runtime/auth/AuthEnv.d.ts.map +1 -0
  15. package/bin/runtime/auth/AuthEnv.js.map +1 -0
  16. package/bin/runtime/auth/CliAuthStateStore.d.ts.map +1 -0
  17. package/bin/runtime/auth/CliAuthStateStore.js.map +1 -0
  18. package/bin/runtime/{server/http/control → control}/AuthControlService.d.ts +3 -3
  19. package/bin/runtime/control/AuthControlService.d.ts.map +1 -0
  20. package/bin/runtime/{server/http/control → control}/AuthControlService.js +3 -3
  21. package/bin/runtime/control/AuthControlService.js.map +1 -0
  22. package/bin/runtime/control/CommonHelpers.d.ts.map +1 -0
  23. package/bin/runtime/control/CommonHelpers.js.map +1 -0
  24. package/bin/runtime/{server/http/control → control}/ExecuteBySession.d.ts +4 -4
  25. package/bin/runtime/control/ExecuteBySession.d.ts.map +1 -0
  26. package/bin/runtime/control/ExecuteBySession.js.map +1 -0
  27. package/bin/runtime/{server/http/control → control}/ExecuteInput.d.ts +1 -1
  28. package/bin/runtime/control/ExecuteInput.d.ts.map +1 -0
  29. package/bin/runtime/{server/http/control → control}/ExecuteInput.js +2 -2
  30. package/bin/runtime/control/ExecuteInput.js.map +1 -0
  31. package/bin/runtime/control/Helpers.d.ts.map +1 -0
  32. package/bin/runtime/control/Helpers.js.map +1 -0
  33. package/bin/runtime/{server/http/control → control}/MessageTimeline.d.ts +2 -2
  34. package/bin/runtime/control/MessageTimeline.d.ts.map +1 -0
  35. package/bin/runtime/{server/http/control → control}/MessageTimeline.js +2 -2
  36. package/bin/runtime/control/MessageTimeline.js.map +1 -0
  37. package/bin/runtime/{server/http/control → control}/SessionSummaryStore.d.ts +2 -2
  38. package/bin/runtime/control/SessionSummaryStore.d.ts.map +1 -0
  39. package/bin/runtime/{server/http/control → control}/SessionSummaryStore.js +1 -1
  40. package/bin/runtime/control/SessionSummaryStore.js.map +1 -0
  41. package/bin/runtime/{server/http/control → control}/TaskStore.d.ts +1 -1
  42. package/bin/runtime/control/TaskStore.d.ts.map +1 -0
  43. package/bin/runtime/{server/http/control → control}/TaskStore.js +1 -1
  44. package/bin/runtime/control/TaskStore.js.map +1 -0
  45. package/bin/runtime/{server/http/control → control}/types/AuthControl.d.ts +1 -1
  46. package/bin/runtime/control/types/AuthControl.d.ts.map +1 -0
  47. package/bin/runtime/control/types/AuthControl.js.map +1 -0
  48. package/bin/runtime/control/types/ControlSessionExecute.d.ts.map +1 -0
  49. package/bin/runtime/control/types/ControlSessionExecute.js.map +1 -0
  50. package/bin/runtime/{server/http/control → control}/types/ControlViewData.d.ts +1 -1
  51. package/bin/runtime/control/types/ControlViewData.d.ts.map +1 -0
  52. package/bin/runtime/control/types/ControlViewData.js.map +1 -0
  53. package/bin/runtime/host/ProjectSetup.d.ts.map +1 -0
  54. package/bin/runtime/host/{daemon/ProjectSetup.js → ProjectSetup.js} +1 -1
  55. package/bin/runtime/host/ProjectSetup.js.map +1 -0
  56. package/package.json +3 -3
  57. package/src/executor/tools/shell/ShellToolFormatting.ts +1 -1
  58. package/src/index.ts +1 -15
  59. package/src/rpc/Client.ts +67 -1
  60. package/src/rpc/Server.ts +64 -2
  61. package/src/runtime/{server/http/control → control}/AuthControlService.ts +4 -4
  62. package/src/runtime/{server/http/control → control}/ExecuteBySession.ts +1 -1
  63. package/src/runtime/{server/http/control → control}/ExecuteInput.ts +1 -1
  64. package/src/runtime/{server/http/control → control}/MessageTimeline.ts +1 -1
  65. package/src/runtime/{server/http/control → control}/SessionSummaryStore.ts +1 -1
  66. package/src/runtime/{server/http/control → control}/TaskStore.ts +1 -1
  67. package/tsconfig.tsbuildinfo +1 -1
  68. package/bin/runtime/host/daemon/Api.d.ts +0 -60
  69. package/bin/runtime/host/daemon/Api.d.ts.map +0 -1
  70. package/bin/runtime/host/daemon/Api.js +0 -10
  71. package/bin/runtime/host/daemon/Api.js.map +0 -1
  72. package/bin/runtime/host/daemon/Client.d.ts +0 -17
  73. package/bin/runtime/host/daemon/Client.d.ts.map +0 -1
  74. package/bin/runtime/host/daemon/Client.js +0 -168
  75. package/bin/runtime/host/daemon/Client.js.map +0 -1
  76. package/bin/runtime/host/daemon/Paths.d.ts +0 -20
  77. package/bin/runtime/host/daemon/Paths.d.ts.map +0 -1
  78. package/bin/runtime/host/daemon/Paths.js +0 -23
  79. package/bin/runtime/host/daemon/Paths.js.map +0 -1
  80. package/bin/runtime/host/daemon/ProjectSetup.d.ts.map +0 -1
  81. package/bin/runtime/host/daemon/ProjectSetup.js.map +0 -1
  82. package/bin/runtime/server/http/Server.d.ts +0 -48
  83. package/bin/runtime/server/http/Server.d.ts.map +0 -1
  84. package/bin/runtime/server/http/Server.js +0 -129
  85. package/bin/runtime/server/http/Server.js.map +0 -1
  86. package/bin/runtime/server/http/auth/AuthEnv.d.ts.map +0 -1
  87. package/bin/runtime/server/http/auth/AuthEnv.js.map +0 -1
  88. package/bin/runtime/server/http/auth/CliAuthStateStore.d.ts.map +0 -1
  89. package/bin/runtime/server/http/auth/CliAuthStateStore.js.map +0 -1
  90. package/bin/runtime/server/http/control/AuthControlService.d.ts.map +0 -1
  91. package/bin/runtime/server/http/control/AuthControlService.js.map +0 -1
  92. package/bin/runtime/server/http/control/CommonHelpers.d.ts.map +0 -1
  93. package/bin/runtime/server/http/control/CommonHelpers.js.map +0 -1
  94. package/bin/runtime/server/http/control/ControlApiRoutes.d.ts +0 -14
  95. package/bin/runtime/server/http/control/ControlApiRoutes.d.ts.map +0 -1
  96. package/bin/runtime/server/http/control/ControlApiRoutes.js +0 -25
  97. package/bin/runtime/server/http/control/ControlApiRoutes.js.map +0 -1
  98. package/bin/runtime/server/http/control/ControlAuthorizationRoutes.d.ts +0 -17
  99. package/bin/runtime/server/http/control/ControlAuthorizationRoutes.d.ts.map +0 -1
  100. package/bin/runtime/server/http/control/ControlAuthorizationRoutes.js +0 -84
  101. package/bin/runtime/server/http/control/ControlAuthorizationRoutes.js.map +0 -1
  102. package/bin/runtime/server/http/control/ControlRouter.d.ts +0 -35
  103. package/bin/runtime/server/http/control/ControlRouter.d.ts.map +0 -1
  104. package/bin/runtime/server/http/control/ControlRouter.js +0 -28
  105. package/bin/runtime/server/http/control/ControlRouter.js.map +0 -1
  106. package/bin/runtime/server/http/control/ExecuteBySession.d.ts.map +0 -1
  107. package/bin/runtime/server/http/control/ExecuteBySession.js.map +0 -1
  108. package/bin/runtime/server/http/control/ExecuteInput.d.ts.map +0 -1
  109. package/bin/runtime/server/http/control/ExecuteInput.js.map +0 -1
  110. package/bin/runtime/server/http/control/Helpers.d.ts.map +0 -1
  111. package/bin/runtime/server/http/control/Helpers.js.map +0 -1
  112. package/bin/runtime/server/http/control/MessageTimeline.d.ts.map +0 -1
  113. package/bin/runtime/server/http/control/MessageTimeline.js.map +0 -1
  114. package/bin/runtime/server/http/control/OverviewRoutes.d.ts +0 -13
  115. package/bin/runtime/server/http/control/OverviewRoutes.d.ts.map +0 -1
  116. package/bin/runtime/server/http/control/OverviewRoutes.js +0 -101
  117. package/bin/runtime/server/http/control/OverviewRoutes.js.map +0 -1
  118. package/bin/runtime/server/http/control/SessionRoutes.d.ts +0 -14
  119. package/bin/runtime/server/http/control/SessionRoutes.d.ts.map +0 -1
  120. package/bin/runtime/server/http/control/SessionRoutes.js +0 -334
  121. package/bin/runtime/server/http/control/SessionRoutes.js.map +0 -1
  122. package/bin/runtime/server/http/control/SessionSummaryStore.d.ts.map +0 -1
  123. package/bin/runtime/server/http/control/SessionSummaryStore.js.map +0 -1
  124. package/bin/runtime/server/http/control/TaskRoutes.d.ts +0 -13
  125. package/bin/runtime/server/http/control/TaskRoutes.d.ts.map +0 -1
  126. package/bin/runtime/server/http/control/TaskRoutes.js +0 -364
  127. package/bin/runtime/server/http/control/TaskRoutes.js.map +0 -1
  128. package/bin/runtime/server/http/control/TaskStore.d.ts.map +0 -1
  129. package/bin/runtime/server/http/control/TaskStore.js.map +0 -1
  130. package/bin/runtime/server/http/control/types/AuthControl.d.ts.map +0 -1
  131. package/bin/runtime/server/http/control/types/AuthControl.js.map +0 -1
  132. package/bin/runtime/server/http/control/types/ControlRoutes.d.ts +0 -28
  133. package/bin/runtime/server/http/control/types/ControlRoutes.d.ts.map +0 -1
  134. package/bin/runtime/server/http/control/types/ControlRoutes.js +0 -9
  135. package/bin/runtime/server/http/control/types/ControlRoutes.js.map +0 -1
  136. package/bin/runtime/server/http/control/types/ControlSessionExecute.d.ts.map +0 -1
  137. package/bin/runtime/server/http/control/types/ControlSessionExecute.js.map +0 -1
  138. package/bin/runtime/server/http/control/types/ControlViewData.d.ts.map +0 -1
  139. package/bin/runtime/server/http/control/types/ControlViewData.js.map +0 -1
  140. package/bin/runtime/server/http/execute/execute.d.ts +0 -25
  141. package/bin/runtime/server/http/execute/execute.d.ts.map +0 -1
  142. package/bin/runtime/server/http/execute/execute.js +0 -63
  143. package/bin/runtime/server/http/execute/execute.js.map +0 -1
  144. package/bin/runtime/server/http/health/health.d.ts +0 -14
  145. package/bin/runtime/server/http/health/health.d.ts.map +0 -1
  146. package/bin/runtime/server/http/health/health.js +0 -24
  147. package/bin/runtime/server/http/health/health.js.map +0 -1
  148. package/bin/runtime/server/http/plugins/plugins.d.ts +0 -25
  149. package/bin/runtime/server/http/plugins/plugins.d.ts.map +0 -1
  150. package/bin/runtime/server/http/plugins/plugins.js +0 -114
  151. package/bin/runtime/server/http/plugins/plugins.js.map +0 -1
  152. package/bin/runtime/server/http/sdk/Router.d.ts +0 -14
  153. package/bin/runtime/server/http/sdk/Router.d.ts.map +0 -1
  154. package/bin/runtime/server/http/sdk/Router.js +0 -18
  155. package/bin/runtime/server/http/sdk/Router.js.map +0 -1
  156. package/bin/runtime/server/http/sdk/SessionRoutes.d.ts +0 -15
  157. package/bin/runtime/server/http/sdk/SessionRoutes.d.ts.map +0 -1
  158. package/bin/runtime/server/http/sdk/SessionRoutes.js +0 -249
  159. package/bin/runtime/server/http/sdk/SessionRoutes.js.map +0 -1
  160. package/bin/runtime/server/http/static/static.d.ts +0 -25
  161. package/bin/runtime/server/http/static/static.d.ts.map +0 -1
  162. package/bin/runtime/server/http/static/static.js +0 -99
  163. package/bin/runtime/server/http/static/static.js.map +0 -1
  164. package/bin/types/runtime/daemon/Daemon.d.ts +0 -46
  165. package/bin/types/runtime/daemon/Daemon.d.ts.map +0 -1
  166. package/bin/types/runtime/daemon/Daemon.js +0 -14
  167. package/bin/types/runtime/daemon/Daemon.js.map +0 -1
  168. package/src/runtime/host/daemon/Api.ts +0 -64
  169. package/src/runtime/host/daemon/Client.ts +0 -204
  170. package/src/runtime/host/daemon/Paths.ts +0 -33
  171. package/src/runtime/server/http/Server.ts +0 -183
  172. package/src/runtime/server/http/control/ControlApiRoutes.ts +0 -29
  173. package/src/runtime/server/http/control/ControlAuthorizationRoutes.ts +0 -103
  174. package/src/runtime/server/http/control/ControlRouter.ts +0 -47
  175. package/src/runtime/server/http/control/OverviewRoutes.ts +0 -115
  176. package/src/runtime/server/http/control/SessionRoutes.ts +0 -427
  177. package/src/runtime/server/http/control/TaskRoutes.ts +0 -436
  178. package/src/runtime/server/http/control/types/ControlRoutes.ts +0 -31
  179. package/src/runtime/server/http/execute/execute.ts +0 -97
  180. package/src/runtime/server/http/health/health.ts +0 -27
  181. package/src/runtime/server/http/plugins/plugins.ts +0 -150
  182. package/src/runtime/server/http/sdk/Router.ts +0 -22
  183. package/src/runtime/server/http/sdk/SessionRoutes.ts +0 -300
  184. package/src/runtime/server/http/static/static.ts +0 -120
  185. package/src/types/runtime/daemon/Daemon.ts +0 -53
  186. /package/bin/runtime/{server/http/auth → auth}/AuthEnv.d.ts +0 -0
  187. /package/bin/runtime/{server/http/auth → auth}/AuthEnv.js +0 -0
  188. /package/bin/runtime/{server/http/auth → auth}/CliAuthStateStore.d.ts +0 -0
  189. /package/bin/runtime/{server/http/auth → auth}/CliAuthStateStore.js +0 -0
  190. /package/bin/runtime/{server/http/control → control}/CommonHelpers.d.ts +0 -0
  191. /package/bin/runtime/{server/http/control → control}/CommonHelpers.js +0 -0
  192. /package/bin/runtime/{server/http/control → control}/ExecuteBySession.js +0 -0
  193. /package/bin/runtime/{server/http/control → control}/Helpers.d.ts +0 -0
  194. /package/bin/runtime/{server/http/control → control}/Helpers.js +0 -0
  195. /package/bin/runtime/{server/http/control → control}/types/AuthControl.js +0 -0
  196. /package/bin/runtime/{server/http/control → control}/types/ControlSessionExecute.d.ts +0 -0
  197. /package/bin/runtime/{server/http/control → control}/types/ControlSessionExecute.js +0 -0
  198. /package/bin/runtime/{server/http/control → control}/types/ControlViewData.js +0 -0
  199. /package/bin/runtime/host/{daemon/ProjectSetup.d.ts → ProjectSetup.d.ts} +0 -0
  200. /package/src/runtime/{server/http/auth → auth}/AuthEnv.ts +0 -0
  201. /package/src/runtime/{server/http/auth → auth}/CliAuthStateStore.ts +0 -0
  202. /package/src/runtime/{server/http/control → control}/CommonHelpers.ts +0 -0
  203. /package/src/runtime/{server/http/control → control}/Helpers.ts +0 -0
  204. /package/src/runtime/{server/http/control → control}/types/AuthControl.ts +0 -0
  205. /package/src/runtime/{server/http/control → control}/types/ControlSessionExecute.ts +0 -0
  206. /package/src/runtime/{server/http/control → control}/types/ControlViewData.ts +0 -0
  207. /package/src/runtime/host/{daemon/ProjectSetup.ts → ProjectSetup.ts} +0 -0