@dofe/infra-clients 0.1.1

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 (497) hide show
  1. package/dist/index.d.ts +20 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/index.js +36 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/internal/agentx/agentx-client.module.d.ts +10 -0
  6. package/dist/internal/agentx/agentx-client.module.d.ts.map +1 -0
  7. package/dist/internal/agentx/agentx-client.module.js +38 -0
  8. package/dist/internal/agentx/agentx-client.module.js.map +1 -0
  9. package/dist/internal/agentx/agentx-client.service.d.ts +570 -0
  10. package/dist/internal/agentx/agentx-client.service.d.ts.map +1 -0
  11. package/dist/internal/agentx/agentx-client.service.js +912 -0
  12. package/dist/internal/agentx/agentx-client.service.js.map +1 -0
  13. package/dist/internal/agentx/agentx-file-client.service.d.ts +48 -0
  14. package/dist/internal/agentx/agentx-file-client.service.d.ts.map +1 -0
  15. package/dist/internal/agentx/agentx-file-client.service.js +276 -0
  16. package/dist/internal/agentx/agentx-file-client.service.js.map +1 -0
  17. package/dist/internal/agentx/index.d.ts +9 -0
  18. package/dist/internal/agentx/index.d.ts.map +1 -0
  19. package/dist/internal/agentx/index.js +27 -0
  20. package/dist/internal/agentx/index.js.map +1 -0
  21. package/dist/internal/agentx/interfaces/file.interface.d.ts +21 -0
  22. package/dist/internal/agentx/interfaces/file.interface.d.ts.map +1 -0
  23. package/dist/internal/agentx/interfaces/file.interface.js +22 -0
  24. package/dist/internal/agentx/interfaces/file.interface.js.map +1 -0
  25. package/dist/internal/agentx/interfaces/task.interface.d.ts +74 -0
  26. package/dist/internal/agentx/interfaces/task.interface.d.ts.map +1 -0
  27. package/dist/internal/agentx/interfaces/task.interface.js +16 -0
  28. package/dist/internal/agentx/interfaces/task.interface.js.map +1 -0
  29. package/dist/internal/ai/index.d.ts +3 -0
  30. package/dist/internal/ai/index.d.ts.map +1 -0
  31. package/dist/internal/ai/index.js +19 -0
  32. package/dist/internal/ai/index.js.map +1 -0
  33. package/dist/internal/ai/risk-detection.client.d.ts +74 -0
  34. package/dist/internal/ai/risk-detection.client.d.ts.map +1 -0
  35. package/dist/internal/ai/risk-detection.client.js +224 -0
  36. package/dist/internal/ai/risk-detection.client.js.map +1 -0
  37. package/dist/internal/ai/risk-detection.module.d.ts +3 -0
  38. package/dist/internal/ai/risk-detection.module.d.ts.map +1 -0
  39. package/dist/internal/ai/risk-detection.module.js +35 -0
  40. package/dist/internal/ai/risk-detection.module.js.map +1 -0
  41. package/dist/internal/ai-provider/ai-provider.client.d.ts +81 -0
  42. package/dist/internal/ai-provider/ai-provider.client.d.ts.map +1 -0
  43. package/dist/internal/ai-provider/ai-provider.client.js +435 -0
  44. package/dist/internal/ai-provider/ai-provider.client.js.map +1 -0
  45. package/dist/internal/ai-provider/ai-provider.module.d.ts +3 -0
  46. package/dist/internal/ai-provider/ai-provider.module.d.ts.map +1 -0
  47. package/dist/internal/ai-provider/ai-provider.module.js +28 -0
  48. package/dist/internal/ai-provider/ai-provider.module.js.map +1 -0
  49. package/dist/internal/ai-provider/index.d.ts +4 -0
  50. package/dist/internal/ai-provider/index.d.ts.map +1 -0
  51. package/dist/internal/ai-provider/index.js +8 -0
  52. package/dist/internal/ai-provider/index.js.map +1 -0
  53. package/dist/internal/channel-verify/channel-verify.client.d.ts +31 -0
  54. package/dist/internal/channel-verify/channel-verify.client.d.ts.map +1 -0
  55. package/dist/internal/channel-verify/channel-verify.client.js +150 -0
  56. package/dist/internal/channel-verify/channel-verify.client.js.map +1 -0
  57. package/dist/internal/channel-verify/index.d.ts +5 -0
  58. package/dist/internal/channel-verify/index.d.ts.map +1 -0
  59. package/dist/internal/channel-verify/index.js +26 -0
  60. package/dist/internal/channel-verify/index.js.map +1 -0
  61. package/dist/internal/complexity-classifier/complexity-classifier.module.d.ts +3 -0
  62. package/dist/internal/complexity-classifier/complexity-classifier.module.d.ts.map +1 -0
  63. package/dist/internal/complexity-classifier/complexity-classifier.module.js +30 -0
  64. package/dist/internal/complexity-classifier/complexity-classifier.module.js.map +1 -0
  65. package/dist/internal/complexity-classifier/complexity-classifier.service.d.ts +57 -0
  66. package/dist/internal/complexity-classifier/complexity-classifier.service.d.ts.map +1 -0
  67. package/dist/internal/complexity-classifier/complexity-classifier.service.js +285 -0
  68. package/dist/internal/complexity-classifier/complexity-classifier.service.js.map +1 -0
  69. package/dist/internal/complexity-classifier/complexity-classifier.types.d.ts +78 -0
  70. package/dist/internal/complexity-classifier/complexity-classifier.types.d.ts.map +1 -0
  71. package/dist/internal/complexity-classifier/complexity-classifier.types.js +20 -0
  72. package/dist/internal/complexity-classifier/complexity-classifier.types.js.map +1 -0
  73. package/dist/internal/complexity-classifier/index.d.ts +7 -0
  74. package/dist/internal/complexity-classifier/index.d.ts.map +1 -0
  75. package/dist/internal/complexity-classifier/index.js +25 -0
  76. package/dist/internal/complexity-classifier/index.js.map +1 -0
  77. package/dist/internal/crypt/crypt-client.service.spec.d.ts +2 -0
  78. package/dist/internal/crypt/crypt-client.service.spec.d.ts.map +1 -0
  79. package/dist/internal/crypt/crypt-client.service.spec.js +17 -0
  80. package/dist/internal/crypt/crypt-client.service.spec.js.map +1 -0
  81. package/dist/internal/crypt/crypt.client.d.ts +10 -0
  82. package/dist/internal/crypt/crypt.client.d.ts.map +1 -0
  83. package/dist/internal/crypt/crypt.client.js +78 -0
  84. package/dist/internal/crypt/crypt.client.js.map +1 -0
  85. package/dist/internal/crypt/crypt.module.d.ts +3 -0
  86. package/dist/internal/crypt/crypt.module.d.ts.map +1 -0
  87. package/dist/internal/crypt/crypt.module.js +23 -0
  88. package/dist/internal/crypt/crypt.module.js.map +1 -0
  89. package/dist/internal/crypt/index.d.ts +3 -0
  90. package/dist/internal/crypt/index.d.ts.map +1 -0
  91. package/dist/internal/crypt/index.js +19 -0
  92. package/dist/internal/crypt/index.js.map +1 -0
  93. package/dist/internal/email/dto/email.dto.d.ts +62 -0
  94. package/dist/internal/email/dto/email.dto.d.ts.map +1 -0
  95. package/dist/internal/email/dto/email.dto.js +50 -0
  96. package/dist/internal/email/dto/email.dto.js.map +1 -0
  97. package/dist/internal/email/index.d.ts +10 -0
  98. package/dist/internal/email/index.d.ts.map +1 -0
  99. package/dist/internal/email/index.js +29 -0
  100. package/dist/internal/email/index.js.map +1 -0
  101. package/dist/internal/email/sendcloud.client.d.ts +103 -0
  102. package/dist/internal/email/sendcloud.client.d.ts.map +1 -0
  103. package/dist/internal/email/sendcloud.client.js +336 -0
  104. package/dist/internal/email/sendcloud.client.js.map +1 -0
  105. package/dist/internal/exchange-rate/exchange-rate.client.d.ts +49 -0
  106. package/dist/internal/exchange-rate/exchange-rate.client.d.ts.map +1 -0
  107. package/dist/internal/exchange-rate/exchange-rate.client.js +166 -0
  108. package/dist/internal/exchange-rate/exchange-rate.client.js.map +1 -0
  109. package/dist/internal/exchange-rate/exchange-rate.module.d.ts +3 -0
  110. package/dist/internal/exchange-rate/exchange-rate.module.d.ts.map +1 -0
  111. package/dist/internal/exchange-rate/exchange-rate.module.js +23 -0
  112. package/dist/internal/exchange-rate/exchange-rate.module.js.map +1 -0
  113. package/dist/internal/exchange-rate/index.d.ts +3 -0
  114. package/dist/internal/exchange-rate/index.d.ts.map +1 -0
  115. package/dist/internal/exchange-rate/index.js +19 -0
  116. package/dist/internal/exchange-rate/index.js.map +1 -0
  117. package/dist/internal/file-cdn/dto/file-cdn.dto.d.ts +78 -0
  118. package/dist/internal/file-cdn/dto/file-cdn.dto.d.ts.map +1 -0
  119. package/dist/internal/file-cdn/dto/file-cdn.dto.js +70 -0
  120. package/dist/internal/file-cdn/dto/file-cdn.dto.js.map +1 -0
  121. package/dist/internal/file-cdn/file-cdn-client.service.spec.d.ts +2 -0
  122. package/dist/internal/file-cdn/file-cdn-client.service.spec.d.ts.map +1 -0
  123. package/dist/internal/file-cdn/file-cdn-client.service.spec.js +17 -0
  124. package/dist/internal/file-cdn/file-cdn-client.service.spec.js.map +1 -0
  125. package/dist/internal/file-cdn/file-cdn.client.d.ts +283 -0
  126. package/dist/internal/file-cdn/file-cdn.client.d.ts.map +1 -0
  127. package/dist/internal/file-cdn/file-cdn.client.js +526 -0
  128. package/dist/internal/file-cdn/file-cdn.client.js.map +1 -0
  129. package/dist/internal/file-cdn/file-cdn.module.d.ts +3 -0
  130. package/dist/internal/file-cdn/file-cdn.module.d.ts.map +1 -0
  131. package/dist/internal/file-cdn/file-cdn.module.js +32 -0
  132. package/dist/internal/file-cdn/file-cdn.module.js.map +1 -0
  133. package/dist/internal/file-cdn/index.d.ts +35 -0
  134. package/dist/internal/file-cdn/index.d.ts.map +1 -0
  135. package/dist/internal/file-cdn/index.js +54 -0
  136. package/dist/internal/file-cdn/index.js.map +1 -0
  137. package/dist/internal/file-storage/config/file.config.d.ts +12 -0
  138. package/dist/internal/file-storage/config/file.config.d.ts.map +1 -0
  139. package/dist/internal/file-storage/config/file.config.js +15 -0
  140. package/dist/internal/file-storage/config/file.config.js.map +1 -0
  141. package/dist/internal/file-storage/dto/file.dto.d.ts +163 -0
  142. package/dist/internal/file-storage/dto/file.dto.d.ts.map +1 -0
  143. package/dist/internal/file-storage/dto/file.dto.js +98 -0
  144. package/dist/internal/file-storage/dto/file.dto.js.map +1 -0
  145. package/dist/internal/file-storage/file-gcs.client.d.ts +33 -0
  146. package/dist/internal/file-storage/file-gcs.client.d.ts.map +1 -0
  147. package/dist/internal/file-storage/file-gcs.client.js +118 -0
  148. package/dist/internal/file-storage/file-gcs.client.js.map +1 -0
  149. package/dist/internal/file-storage/file-qiniu.client.d.ts +199 -0
  150. package/dist/internal/file-storage/file-qiniu.client.d.ts.map +1 -0
  151. package/dist/internal/file-storage/file-qiniu.client.js +526 -0
  152. package/dist/internal/file-storage/file-qiniu.client.js.map +1 -0
  153. package/dist/internal/file-storage/file-s3.client.d.ts +158 -0
  154. package/dist/internal/file-storage/file-s3.client.d.ts.map +1 -0
  155. package/dist/internal/file-storage/file-s3.client.js +865 -0
  156. package/dist/internal/file-storage/file-s3.client.js.map +1 -0
  157. package/dist/internal/file-storage/file-storage.interface.d.ts +38 -0
  158. package/dist/internal/file-storage/file-storage.interface.d.ts.map +1 -0
  159. package/dist/internal/file-storage/file-storage.interface.js +3 -0
  160. package/dist/internal/file-storage/file-storage.interface.js.map +1 -0
  161. package/dist/internal/file-storage/file-tos.client.d.ts +109 -0
  162. package/dist/internal/file-storage/file-tos.client.d.ts.map +1 -0
  163. package/dist/internal/file-storage/file-tos.client.js +630 -0
  164. package/dist/internal/file-storage/file-tos.client.js.map +1 -0
  165. package/dist/internal/file-storage/file-us3.client.d.ts +30 -0
  166. package/dist/internal/file-storage/file-us3.client.d.ts.map +1 -0
  167. package/dist/internal/file-storage/file-us3.client.js +129 -0
  168. package/dist/internal/file-storage/file-us3.client.js.map +1 -0
  169. package/dist/internal/file-storage/index.d.ts +15 -0
  170. package/dist/internal/file-storage/index.d.ts.map +1 -0
  171. package/dist/internal/file-storage/index.js +37 -0
  172. package/dist/internal/file-storage/index.js.map +1 -0
  173. package/dist/internal/health-check/health-check.client.d.ts +37 -0
  174. package/dist/internal/health-check/health-check.client.d.ts.map +1 -0
  175. package/dist/internal/health-check/health-check.client.js +142 -0
  176. package/dist/internal/health-check/health-check.client.js.map +1 -0
  177. package/dist/internal/health-check/health-check.module.d.ts +3 -0
  178. package/dist/internal/health-check/health-check.module.d.ts.map +1 -0
  179. package/dist/internal/health-check/health-check.module.js +33 -0
  180. package/dist/internal/health-check/health-check.module.js.map +1 -0
  181. package/dist/internal/health-check/index.d.ts +6 -0
  182. package/dist/internal/health-check/index.d.ts.map +1 -0
  183. package/dist/internal/health-check/index.js +11 -0
  184. package/dist/internal/health-check/index.js.map +1 -0
  185. package/dist/internal/ip-info/dto/ip-info.dto.d.ts +16 -0
  186. package/dist/internal/ip-info/dto/ip-info.dto.d.ts.map +1 -0
  187. package/dist/internal/ip-info/dto/ip-info.dto.js +3 -0
  188. package/dist/internal/ip-info/dto/ip-info.dto.js.map +1 -0
  189. package/dist/internal/ip-info/index.d.ts +4 -0
  190. package/dist/internal/ip-info/index.d.ts.map +1 -0
  191. package/dist/internal/ip-info/index.js +20 -0
  192. package/dist/internal/ip-info/index.js.map +1 -0
  193. package/dist/internal/ip-info/ip-info.client.d.ts +16 -0
  194. package/dist/internal/ip-info/ip-info.client.d.ts.map +1 -0
  195. package/dist/internal/ip-info/ip-info.client.js +77 -0
  196. package/dist/internal/ip-info/ip-info.client.js.map +1 -0
  197. package/dist/internal/ip-info/ip-info.module.d.ts +3 -0
  198. package/dist/internal/ip-info/ip-info.module.d.ts.map +1 -0
  199. package/dist/internal/ip-info/ip-info.module.js +28 -0
  200. package/dist/internal/ip-info/ip-info.module.js.map +1 -0
  201. package/dist/internal/mlflow/mlflow.client.d.ts +44 -0
  202. package/dist/internal/mlflow/mlflow.client.d.ts.map +1 -0
  203. package/dist/internal/mlflow/mlflow.client.js +184 -0
  204. package/dist/internal/mlflow/mlflow.client.js.map +1 -0
  205. package/dist/internal/mlflow/mlflow.module.d.ts +3 -0
  206. package/dist/internal/mlflow/mlflow.module.d.ts.map +1 -0
  207. package/dist/internal/mlflow/mlflow.module.js +23 -0
  208. package/dist/internal/mlflow/mlflow.module.js.map +1 -0
  209. package/dist/internal/model-research-proxy/anthropic-proxy-research.client.d.ts +52 -0
  210. package/dist/internal/model-research-proxy/anthropic-proxy-research.client.d.ts.map +1 -0
  211. package/dist/internal/model-research-proxy/anthropic-proxy-research.client.js +174 -0
  212. package/dist/internal/model-research-proxy/anthropic-proxy-research.client.js.map +1 -0
  213. package/dist/internal/model-research-proxy/anthropic-proxy-research.client.spec.d.ts +2 -0
  214. package/dist/internal/model-research-proxy/anthropic-proxy-research.client.spec.d.ts.map +1 -0
  215. package/dist/internal/model-research-proxy/anthropic-proxy-research.client.spec.js +145 -0
  216. package/dist/internal/model-research-proxy/anthropic-proxy-research.client.spec.js.map +1 -0
  217. package/dist/internal/model-research-proxy/anthropic-proxy-research.module.d.ts +3 -0
  218. package/dist/internal/model-research-proxy/anthropic-proxy-research.module.d.ts.map +1 -0
  219. package/dist/internal/model-research-proxy/anthropic-proxy-research.module.js +30 -0
  220. package/dist/internal/model-research-proxy/anthropic-proxy-research.module.js.map +1 -0
  221. package/dist/internal/model-research-proxy/index.d.ts +6 -0
  222. package/dist/internal/model-research-proxy/index.d.ts.map +1 -0
  223. package/dist/internal/model-research-proxy/index.js +24 -0
  224. package/dist/internal/model-research-proxy/index.js.map +1 -0
  225. package/dist/internal/model-verify/index.d.ts +4 -0
  226. package/dist/internal/model-verify/index.d.ts.map +1 -0
  227. package/dist/internal/model-verify/index.js +26 -0
  228. package/dist/internal/model-verify/index.js.map +1 -0
  229. package/dist/internal/model-verify/model-verify.client.d.ts +77 -0
  230. package/dist/internal/model-verify/model-verify.client.d.ts.map +1 -0
  231. package/dist/internal/model-verify/model-verify.client.js +324 -0
  232. package/dist/internal/model-verify/model-verify.client.js.map +1 -0
  233. package/dist/internal/ocr/dto/ocr.dto.d.ts +76 -0
  234. package/dist/internal/ocr/dto/ocr.dto.d.ts.map +1 -0
  235. package/dist/internal/ocr/dto/ocr.dto.js +48 -0
  236. package/dist/internal/ocr/dto/ocr.dto.js.map +1 -0
  237. package/dist/internal/ocr/index.d.ts +4 -0
  238. package/dist/internal/ocr/index.d.ts.map +1 -0
  239. package/dist/internal/ocr/index.js +20 -0
  240. package/dist/internal/ocr/index.js.map +1 -0
  241. package/dist/internal/ocr/ocr.client.d.ts +39 -0
  242. package/dist/internal/ocr/ocr.client.d.ts.map +1 -0
  243. package/dist/internal/ocr/ocr.client.js +112 -0
  244. package/dist/internal/ocr/ocr.client.js.map +1 -0
  245. package/dist/internal/ocr/ocr.module.d.ts +3 -0
  246. package/dist/internal/ocr/ocr.module.d.ts.map +1 -0
  247. package/dist/internal/ocr/ocr.module.js +28 -0
  248. package/dist/internal/ocr/ocr.module.js.map +1 -0
  249. package/dist/internal/openai/index.d.ts +3 -0
  250. package/dist/internal/openai/index.d.ts.map +1 -0
  251. package/dist/internal/openai/index.js +19 -0
  252. package/dist/internal/openai/index.js.map +1 -0
  253. package/dist/internal/openai/openai.client.d.ts +36 -0
  254. package/dist/internal/openai/openai.client.d.ts.map +1 -0
  255. package/dist/internal/openai/openai.client.js +112 -0
  256. package/dist/internal/openai/openai.client.js.map +1 -0
  257. package/dist/internal/openai/openai.module.d.ts +3 -0
  258. package/dist/internal/openai/openai.module.d.ts.map +1 -0
  259. package/dist/internal/openai/openai.module.js +30 -0
  260. package/dist/internal/openai/openai.module.js.map +1 -0
  261. package/dist/internal/openclaw/docker-exec.service.d.ts +132 -0
  262. package/dist/internal/openclaw/docker-exec.service.d.ts.map +1 -0
  263. package/dist/internal/openclaw/docker-exec.service.js +544 -0
  264. package/dist/internal/openclaw/docker-exec.service.js.map +1 -0
  265. package/dist/internal/openclaw/index.d.ts +14 -0
  266. package/dist/internal/openclaw/index.d.ts.map +1 -0
  267. package/dist/internal/openclaw/index.js +32 -0
  268. package/dist/internal/openclaw/index.js.map +1 -0
  269. package/dist/internal/openclaw/openclaw-agent-coordination.client.d.ts +73 -0
  270. package/dist/internal/openclaw/openclaw-agent-coordination.client.d.ts.map +1 -0
  271. package/dist/internal/openclaw/openclaw-agent-coordination.client.js +249 -0
  272. package/dist/internal/openclaw/openclaw-agent-coordination.client.js.map +1 -0
  273. package/dist/internal/openclaw/openclaw-context-status.client.d.ts +66 -0
  274. package/dist/internal/openclaw/openclaw-context-status.client.d.ts.map +1 -0
  275. package/dist/internal/openclaw/openclaw-context-status.client.js +164 -0
  276. package/dist/internal/openclaw/openclaw-context-status.client.js.map +1 -0
  277. package/dist/internal/openclaw/openclaw-cron.client.d.ts +61 -0
  278. package/dist/internal/openclaw/openclaw-cron.client.d.ts.map +1 -0
  279. package/dist/internal/openclaw/openclaw-cron.client.js +416 -0
  280. package/dist/internal/openclaw/openclaw-cron.client.js.map +1 -0
  281. package/dist/internal/openclaw/openclaw-gateway.client.d.ts +41 -0
  282. package/dist/internal/openclaw/openclaw-gateway.client.d.ts.map +1 -0
  283. package/dist/internal/openclaw/openclaw-gateway.client.js +175 -0
  284. package/dist/internal/openclaw/openclaw-gateway.client.js.map +1 -0
  285. package/dist/internal/openclaw/openclaw-skill-sync.client.d.ts +222 -0
  286. package/dist/internal/openclaw/openclaw-skill-sync.client.d.ts.map +1 -0
  287. package/dist/internal/openclaw/openclaw-skill-sync.client.js +720 -0
  288. package/dist/internal/openclaw/openclaw-skill-sync.client.js.map +1 -0
  289. package/dist/internal/openclaw/openclaw.client.d.ts +602 -0
  290. package/dist/internal/openclaw/openclaw.client.d.ts.map +1 -0
  291. package/dist/internal/openclaw/openclaw.client.js +3062 -0
  292. package/dist/internal/openclaw/openclaw.client.js.map +1 -0
  293. package/dist/internal/openclaw/openclaw.module.d.ts +3 -0
  294. package/dist/internal/openclaw/openclaw.module.d.ts.map +1 -0
  295. package/dist/internal/openclaw/openclaw.module.js +62 -0
  296. package/dist/internal/openclaw/openclaw.module.js.map +1 -0
  297. package/dist/internal/openclaw/skill-translation.service.d.ts +39 -0
  298. package/dist/internal/openclaw/skill-translation.service.d.ts.map +1 -0
  299. package/dist/internal/openclaw/skill-translation.service.js +217 -0
  300. package/dist/internal/openclaw/skill-translation.service.js.map +1 -0
  301. package/dist/internal/openclaw/types/cron.types.d.ts +112 -0
  302. package/dist/internal/openclaw/types/cron.types.d.ts.map +1 -0
  303. package/dist/internal/openclaw/types/cron.types.js +9 -0
  304. package/dist/internal/openclaw/types/cron.types.js.map +1 -0
  305. package/dist/internal/openspeech/index.d.ts +35 -0
  306. package/dist/internal/openspeech/index.d.ts.map +1 -0
  307. package/dist/internal/openspeech/index.js +56 -0
  308. package/dist/internal/openspeech/index.js.map +1 -0
  309. package/dist/internal/openspeech/openspeech.client.d.ts +304 -0
  310. package/dist/internal/openspeech/openspeech.client.d.ts.map +1 -0
  311. package/dist/internal/openspeech/openspeech.client.js +405 -0
  312. package/dist/internal/openspeech/openspeech.client.js.map +1 -0
  313. package/dist/internal/openspeech/openspeech.factory.d.ts +247 -0
  314. package/dist/internal/openspeech/openspeech.factory.d.ts.map +1 -0
  315. package/dist/internal/openspeech/openspeech.factory.js +406 -0
  316. package/dist/internal/openspeech/openspeech.factory.js.map +1 -0
  317. package/dist/internal/openspeech/openspeech.module.d.ts +45 -0
  318. package/dist/internal/openspeech/openspeech.module.d.ts.map +1 -0
  319. package/dist/internal/openspeech/openspeech.module.js +68 -0
  320. package/dist/internal/openspeech/openspeech.module.js.map +1 -0
  321. package/dist/internal/openspeech/providers/aliyun.provider.d.ts +125 -0
  322. package/dist/internal/openspeech/providers/aliyun.provider.d.ts.map +1 -0
  323. package/dist/internal/openspeech/providers/aliyun.provider.js +274 -0
  324. package/dist/internal/openspeech/providers/aliyun.provider.js.map +1 -0
  325. package/dist/internal/openspeech/providers/base.provider.d.ts +98 -0
  326. package/dist/internal/openspeech/providers/base.provider.d.ts.map +1 -0
  327. package/dist/internal/openspeech/providers/base.provider.js +87 -0
  328. package/dist/internal/openspeech/providers/base.provider.js.map +1 -0
  329. package/dist/internal/openspeech/providers/index.d.ts +10 -0
  330. package/dist/internal/openspeech/providers/index.d.ts.map +1 -0
  331. package/dist/internal/openspeech/providers/index.js +26 -0
  332. package/dist/internal/openspeech/providers/index.js.map +1 -0
  333. package/dist/internal/openspeech/providers/volcengine-streaming.provider.d.ts +291 -0
  334. package/dist/internal/openspeech/providers/volcengine-streaming.provider.d.ts.map +1 -0
  335. package/dist/internal/openspeech/providers/volcengine-streaming.provider.js +1358 -0
  336. package/dist/internal/openspeech/providers/volcengine-streaming.provider.js.map +1 -0
  337. package/dist/internal/openspeech/providers/volcengine.provider.d.ts +144 -0
  338. package/dist/internal/openspeech/providers/volcengine.provider.d.ts.map +1 -0
  339. package/dist/internal/openspeech/providers/volcengine.provider.js +337 -0
  340. package/dist/internal/openspeech/providers/volcengine.provider.js.map +1 -0
  341. package/dist/internal/openspeech/types.d.ts +408 -0
  342. package/dist/internal/openspeech/types.d.ts.map +1 -0
  343. package/dist/internal/openspeech/types.js +11 -0
  344. package/dist/internal/openspeech/types.js.map +1 -0
  345. package/dist/internal/provider-verify/index.d.ts +6 -0
  346. package/dist/internal/provider-verify/index.d.ts.map +1 -0
  347. package/dist/internal/provider-verify/index.js +24 -0
  348. package/dist/internal/provider-verify/index.js.map +1 -0
  349. package/dist/internal/provider-verify/provider-verify.client.d.ts +55 -0
  350. package/dist/internal/provider-verify/provider-verify.client.d.ts.map +1 -0
  351. package/dist/internal/provider-verify/provider-verify.client.js +284 -0
  352. package/dist/internal/provider-verify/provider-verify.client.js.map +1 -0
  353. package/dist/internal/provider-verify/provider-verify.module.d.ts +3 -0
  354. package/dist/internal/provider-verify/provider-verify.module.d.ts.map +1 -0
  355. package/dist/internal/provider-verify/provider-verify.module.js +28 -0
  356. package/dist/internal/provider-verify/provider-verify.module.js.map +1 -0
  357. package/dist/internal/routing-llm/index.d.ts +7 -0
  358. package/dist/internal/routing-llm/index.d.ts.map +1 -0
  359. package/dist/internal/routing-llm/index.js +25 -0
  360. package/dist/internal/routing-llm/index.js.map +1 -0
  361. package/dist/internal/routing-llm/interfaces/routing-llm.interface.d.ts +88 -0
  362. package/dist/internal/routing-llm/interfaces/routing-llm.interface.d.ts.map +1 -0
  363. package/dist/internal/routing-llm/interfaces/routing-llm.interface.js +64 -0
  364. package/dist/internal/routing-llm/interfaces/routing-llm.interface.js.map +1 -0
  365. package/dist/internal/routing-llm/routing-llm.client.d.ts +32 -0
  366. package/dist/internal/routing-llm/routing-llm.client.d.ts.map +1 -0
  367. package/dist/internal/routing-llm/routing-llm.client.js +275 -0
  368. package/dist/internal/routing-llm/routing-llm.client.js.map +1 -0
  369. package/dist/internal/routing-llm/routing-llm.module.d.ts +3 -0
  370. package/dist/internal/routing-llm/routing-llm.module.d.ts.map +1 -0
  371. package/dist/internal/routing-llm/routing-llm.module.js +28 -0
  372. package/dist/internal/routing-llm/routing-llm.module.js.map +1 -0
  373. package/dist/internal/sms/dto/sms.dto.d.ts +156 -0
  374. package/dist/internal/sms/dto/sms.dto.d.ts.map +1 -0
  375. package/dist/internal/sms/dto/sms.dto.js +78 -0
  376. package/dist/internal/sms/dto/sms.dto.js.map +1 -0
  377. package/dist/internal/sms/index.d.ts +14 -0
  378. package/dist/internal/sms/index.d.ts.map +1 -0
  379. package/dist/internal/sms/index.js +37 -0
  380. package/dist/internal/sms/index.js.map +1 -0
  381. package/dist/internal/sms/sms-aliyun.client.d.ts +19 -0
  382. package/dist/internal/sms/sms-aliyun.client.d.ts.map +1 -0
  383. package/dist/internal/sms/sms-aliyun.client.js +74 -0
  384. package/dist/internal/sms/sms-aliyun.client.js.map +1 -0
  385. package/dist/internal/sms/sms-http.client.d.ts +21 -0
  386. package/dist/internal/sms/sms-http.client.d.ts.map +1 -0
  387. package/dist/internal/sms/sms-http.client.js +76 -0
  388. package/dist/internal/sms/sms-http.client.js.map +1 -0
  389. package/dist/internal/sms/sms-tencent.client.d.ts +18 -0
  390. package/dist/internal/sms/sms-tencent.client.d.ts.map +1 -0
  391. package/dist/internal/sms/sms-tencent.client.js +76 -0
  392. package/dist/internal/sms/sms-tencent.client.js.map +1 -0
  393. package/dist/internal/sms/sms-volcengine.client.d.ts +29 -0
  394. package/dist/internal/sms/sms-volcengine.client.d.ts.map +1 -0
  395. package/dist/internal/sms/sms-volcengine.client.js +124 -0
  396. package/dist/internal/sms/sms-volcengine.client.js.map +1 -0
  397. package/dist/internal/sms/sms-zxjc.client.d.ts +18 -0
  398. package/dist/internal/sms/sms-zxjc.client.d.ts.map +1 -0
  399. package/dist/internal/sms/sms-zxjc.client.js +40 -0
  400. package/dist/internal/sms/sms-zxjc.client.js.map +1 -0
  401. package/dist/internal/sse/index.d.ts +3 -0
  402. package/dist/internal/sse/index.d.ts.map +1 -0
  403. package/dist/internal/sse/index.js +19 -0
  404. package/dist/internal/sse/index.js.map +1 -0
  405. package/dist/internal/sse/sse-client.service.spec.d.ts +2 -0
  406. package/dist/internal/sse/sse-client.service.spec.d.ts.map +1 -0
  407. package/dist/internal/sse/sse-client.service.spec.js +17 -0
  408. package/dist/internal/sse/sse-client.service.spec.js.map +1 -0
  409. package/dist/internal/sse/sse.client.d.ts +63 -0
  410. package/dist/internal/sse/sse.client.d.ts.map +1 -0
  411. package/dist/internal/sse/sse.client.js +304 -0
  412. package/dist/internal/sse/sse.client.js.map +1 -0
  413. package/dist/internal/sse/sse.module.d.ts +3 -0
  414. package/dist/internal/sse/sse.module.d.ts.map +1 -0
  415. package/dist/internal/sse/sse.module.js +30 -0
  416. package/dist/internal/sse/sse.module.js.map +1 -0
  417. package/dist/internal/third-party-sse/index.d.ts +3 -0
  418. package/dist/internal/third-party-sse/index.d.ts.map +1 -0
  419. package/dist/internal/third-party-sse/index.js +19 -0
  420. package/dist/internal/third-party-sse/index.js.map +1 -0
  421. package/dist/internal/third-party-sse/third-party-sse.client.d.ts +14 -0
  422. package/dist/internal/third-party-sse/third-party-sse.client.d.ts.map +1 -0
  423. package/dist/internal/third-party-sse/third-party-sse.client.js +63 -0
  424. package/dist/internal/third-party-sse/third-party-sse.client.js.map +1 -0
  425. package/dist/internal/third-party-sse/third-party-sse.module.d.ts +3 -0
  426. package/dist/internal/third-party-sse/third-party-sse.module.d.ts.map +1 -0
  427. package/dist/internal/third-party-sse/third-party-sse.module.js +23 -0
  428. package/dist/internal/third-party-sse/third-party-sse.module.js.map +1 -0
  429. package/dist/internal/third-party-sse/third-party-sse.service.spec.d.ts +2 -0
  430. package/dist/internal/third-party-sse/third-party-sse.service.spec.d.ts.map +1 -0
  431. package/dist/internal/third-party-sse/third-party-sse.service.spec.js +17 -0
  432. package/dist/internal/third-party-sse/third-party-sse.service.spec.js.map +1 -0
  433. package/dist/internal/verify/index.d.ts +3 -0
  434. package/dist/internal/verify/index.d.ts.map +1 -0
  435. package/dist/internal/verify/index.js +19 -0
  436. package/dist/internal/verify/index.js.map +1 -0
  437. package/dist/internal/verify/verify.client.d.ts +12 -0
  438. package/dist/internal/verify/verify.client.d.ts.map +1 -0
  439. package/dist/internal/verify/verify.client.js +57 -0
  440. package/dist/internal/verify/verify.client.js.map +1 -0
  441. package/dist/internal/verify/verify.module.d.ts +3 -0
  442. package/dist/internal/verify/verify.module.d.ts.map +1 -0
  443. package/dist/internal/verify/verify.module.js +23 -0
  444. package/dist/internal/verify/verify.module.js.map +1 -0
  445. package/dist/internal/volcengine-tts/dto/tts.dto.d.ts +52 -0
  446. package/dist/internal/volcengine-tts/dto/tts.dto.d.ts.map +1 -0
  447. package/dist/internal/volcengine-tts/dto/tts.dto.js +59 -0
  448. package/dist/internal/volcengine-tts/dto/tts.dto.js.map +1 -0
  449. package/dist/internal/volcengine-tts/index.d.ts +4 -0
  450. package/dist/internal/volcengine-tts/index.d.ts.map +1 -0
  451. package/dist/internal/volcengine-tts/index.js +20 -0
  452. package/dist/internal/volcengine-tts/index.js.map +1 -0
  453. package/dist/internal/volcengine-tts/volcengine-tts.client.d.ts +104 -0
  454. package/dist/internal/volcengine-tts/volcengine-tts.client.d.ts.map +1 -0
  455. package/dist/internal/volcengine-tts/volcengine-tts.client.js +690 -0
  456. package/dist/internal/volcengine-tts/volcengine-tts.client.js.map +1 -0
  457. package/dist/internal/volcengine-tts/volcengine-tts.module.d.ts +3 -0
  458. package/dist/internal/volcengine-tts/volcengine-tts.module.d.ts.map +1 -0
  459. package/dist/internal/volcengine-tts/volcengine-tts.module.js +34 -0
  460. package/dist/internal/volcengine-tts/volcengine-tts.module.js.map +1 -0
  461. package/dist/internal/wechat/index.d.ts +3 -0
  462. package/dist/internal/wechat/index.d.ts.map +1 -0
  463. package/dist/internal/wechat/index.js +19 -0
  464. package/dist/internal/wechat/index.js.map +1 -0
  465. package/dist/internal/wechat/wechat-client.service.spec.d.ts +2 -0
  466. package/dist/internal/wechat/wechat-client.service.spec.d.ts.map +1 -0
  467. package/dist/internal/wechat/wechat-client.service.spec.js +17 -0
  468. package/dist/internal/wechat/wechat-client.service.spec.js.map +1 -0
  469. package/dist/internal/wechat/wechat.client.d.ts +3 -0
  470. package/dist/internal/wechat/wechat.client.d.ts.map +1 -0
  471. package/dist/internal/wechat/wechat.client.js +17 -0
  472. package/dist/internal/wechat/wechat.client.js.map +1 -0
  473. package/dist/internal/wechat/wechat.module.d.ts +3 -0
  474. package/dist/internal/wechat/wechat.module.d.ts.map +1 -0
  475. package/dist/internal/wechat/wechat.module.js +21 -0
  476. package/dist/internal/wechat/wechat.module.js.map +1 -0
  477. package/dist/plugin/decorators/inject-client.decorator.d.ts +40 -0
  478. package/dist/plugin/decorators/inject-client.decorator.d.ts.map +1 -0
  479. package/dist/plugin/decorators/inject-client.decorator.js +63 -0
  480. package/dist/plugin/decorators/inject-client.decorator.js.map +1 -0
  481. package/dist/plugin/index.d.ts +14 -0
  482. package/dist/plugin/index.d.ts.map +1 -0
  483. package/dist/plugin/index.js +34 -0
  484. package/dist/plugin/index.js.map +1 -0
  485. package/dist/plugin/interceptors/http-logging.interceptor.d.ts +51 -0
  486. package/dist/plugin/interceptors/http-logging.interceptor.d.ts.map +1 -0
  487. package/dist/plugin/interceptors/http-logging.interceptor.js +84 -0
  488. package/dist/plugin/interceptors/http-logging.interceptor.js.map +1 -0
  489. package/dist/plugin/interfaces/client.interface.d.ts +80 -0
  490. package/dist/plugin/interfaces/client.interface.d.ts.map +1 -0
  491. package/dist/plugin/interfaces/client.interface.js +8 -0
  492. package/dist/plugin/interfaces/client.interface.js.map +1 -0
  493. package/dist/plugin/utils/retry.util.d.ts +49 -0
  494. package/dist/plugin/utils/retry.util.d.ts.map +1 -0
  495. package/dist/plugin/utils/retry.util.js +110 -0
  496. package/dist/plugin/utils/retry.util.js.map +1 -0
  497. package/package.json +55 -0
@@ -0,0 +1,912 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
12
+ return function (target, key) { decorator(target, key, paramIndex); }
13
+ };
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AgentXClient = exports.ImageGenerationResponseSchema = exports.ImageEditRequestSchema = exports.ImageGenerationRequestSchema = void 0;
16
+ const common_1 = require("@nestjs/common");
17
+ const nest_winston_1 = require("nest-winston");
18
+ const winston_1 = require("winston");
19
+ const axios_1 = require("@nestjs/axios");
20
+ const config_1 = require("@nestjs/config");
21
+ const rxjs_1 = require("rxjs");
22
+ const zod_1 = require("zod");
23
+ const infra_common_1 = require("@dofe/infra-common");
24
+ const infra_common_2 = require("@dofe/infra-common");
25
+ const infra_utils_1 = require("@dofe/infra-utils");
26
+ // ============================================================================
27
+ // Types - Image Generation (Zod-first)
28
+ // ============================================================================
29
+ /**
30
+ * 图像生成请求 Schema
31
+ */
32
+ exports.ImageGenerationRequestSchema = zod_1.z.object({
33
+ model: zod_1.z.string().min(1, '模型名称不能为空'),
34
+ prompt: zod_1.z.string().min(1, '提示词不能为空'),
35
+ n: zod_1.z.number().int().positive().optional().default(1),
36
+ response_format: zod_1.z
37
+ .enum(['url', 'b64_json'])
38
+ .optional()
39
+ .default('url'),
40
+ aspect_ratio: zod_1.z.string().optional(),
41
+ image_size: zod_1.z.string().optional(),
42
+ });
43
+ /**
44
+ * 图像编辑请求 Schema
45
+ */
46
+ exports.ImageEditRequestSchema = exports.ImageGenerationRequestSchema.extend({
47
+ image: zod_1.z
48
+ .array(zod_1.z.string().url('图片URL格式不正确'))
49
+ .min(1, '至少需要一张图片'),
50
+ });
51
+ /**
52
+ * 图像生成响应 Schema
53
+ */
54
+ exports.ImageGenerationResponseSchema = zod_1.z.object({
55
+ data: zod_1.z.array(zod_1.z.object({
56
+ url: zod_1.z.string().url().optional(),
57
+ b64_json: zod_1.z.string().optional().nullable(),
58
+ })),
59
+ created: zod_1.z.number().int(),
60
+ });
61
+ /**
62
+ * AgentX Internal Client
63
+ *
64
+ * 封装所有与 Python AgentX API 的交互
65
+ * - 统一的 HTTP 请求处理
66
+ * - 统一的错误处理和重试机制
67
+ * - 统一的超时管理
68
+ * - 统一的 callback URL 管理
69
+ * - 协同过滤推荐
70
+ * - 健康检查
71
+ */
72
+ let AgentXClient = class AgentXClient {
73
+ logger;
74
+ httpService;
75
+ configService;
76
+ baseUrl = '';
77
+ internalApiUrl = '';
78
+ agentxConfig;
79
+ constructor(logger, httpService, configService) {
80
+ this.logger = logger;
81
+ this.httpService = httpService;
82
+ this.configService = configService;
83
+ }
84
+ onModuleInit() {
85
+ const keysConfig = (0, infra_common_1.getKeysConfig)();
86
+ this.agentxConfig = keysConfig?.agentx;
87
+ this.baseUrl = this.agentxConfig?.baseUrl || '';
88
+ if (!this.baseUrl) {
89
+ throw new Error('AgentXClient: baseUrl not configured');
90
+ }
91
+ // 初始化 internalApiUrl 用于 callback
92
+ this.internalApiUrl = infra_utils_1.environmentUtil
93
+ .generateEnvironmentUrls()
94
+ .internalApi.replace(/\/+$/, ''); // 去除末尾斜杠
95
+ this.logger.info(`AgentX Client initialized with baseUrl: ${this.baseUrl}`);
96
+ this.logger.info(`Callback URL: ${this.internalApiUrl}/webhook/python-task`);
97
+ }
98
+ /**
99
+ * 获取包含认证头的请求配置
100
+ */
101
+ getAuthHeaders(additionalHeaders = {}) {
102
+ return {
103
+ ...additionalHeaders,
104
+ ...infra_common_2.AgentXConfigHelper.getAuthHeaders(),
105
+ ...{ 'Content-Type': 'application/json' },
106
+ };
107
+ }
108
+ /**
109
+ * 创建 Python 任务
110
+ *
111
+ * @param request 创建任务请求参数
112
+ * @returns 任务 ID
113
+ */
114
+ async createTask(request) {
115
+ this.logger.info(`Creating task: ${request.name}`);
116
+ // 自动添加统一的 callback URL(如果未提供)
117
+ const callbackUrl = request.callback || `${this.internalApiUrl}/webhook/python-task`;
118
+ try {
119
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}/task`, {
120
+ name: request.name,
121
+ params: request.params,
122
+ callback: callbackUrl,
123
+ }, {
124
+ headers: this.getAuthHeaders(),
125
+ timeout: 30000, // 30 秒超时
126
+ }));
127
+ const taskId = response.data.id;
128
+ this.logger.info(`Task created successfully: ${taskId}, callback: ${callbackUrl}`);
129
+ return taskId;
130
+ }
131
+ catch (error) {
132
+ this.handleError('createTask', error, {
133
+ taskName: request.name,
134
+ });
135
+ }
136
+ }
137
+ /**
138
+ * 查询任务状态
139
+ *
140
+ * @param taskId 任务 ID
141
+ * @returns 任务状态信息
142
+ */
143
+ async getTaskStatus(taskId) {
144
+ this.logger.debug(`Getting task status: ${taskId}`);
145
+ try {
146
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}/task/${taskId}`, {
147
+ headers: this.getAuthHeaders(),
148
+ timeout: 10000, // 10 秒超时
149
+ }));
150
+ return response.data;
151
+ }
152
+ catch (error) {
153
+ this.handleError('getTaskStatus', error, { taskId });
154
+ }
155
+ }
156
+ /**
157
+ * 取消任务
158
+ *
159
+ * @param taskId 任务 ID
160
+ * @returns 取消结果
161
+ */
162
+ async cancelTask(taskId) {
163
+ this.logger.info(`Cancelling task: ${taskId}`);
164
+ try {
165
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.delete(`${this.baseUrl}/task/${taskId}`, {
166
+ headers: this.getAuthHeaders(),
167
+ timeout: 10000, // 10 秒超时
168
+ }));
169
+ this.logger.info(`Task cancelled successfully: ${taskId}`);
170
+ return response.data;
171
+ }
172
+ catch (error) {
173
+ this.handleError('cancelTask', error, { taskId });
174
+ }
175
+ }
176
+ /**
177
+ * 统一错误处理
178
+ *
179
+ * @param operation 操作名称
180
+ * @param error Axios 错误对象
181
+ * @param context 上下文信息
182
+ */
183
+ handleError(operation, error, context) {
184
+ const errorMessage = this.extractErrorMessage(error);
185
+ const statusCode = error.response?.status;
186
+ this.logger.error(`AgentX API Error [${operation}]: ${errorMessage}`, {
187
+ statusCode,
188
+ context,
189
+ responseData: error.response?.data,
190
+ });
191
+ // 根据 HTTP 状态码抛出不同的错误
192
+ if (statusCode === 404) {
193
+ throw new Error(`Task not found: ${context?.taskId || 'unknown'}`);
194
+ }
195
+ else if (statusCode === 400) {
196
+ throw new Error(`Invalid request: ${errorMessage}`);
197
+ }
198
+ else if (statusCode === 500) {
199
+ throw new Error(`AgentX server error: ${errorMessage}`);
200
+ }
201
+ else if (statusCode === 503) {
202
+ throw new Error(`AgentX service unavailable: ${errorMessage}`);
203
+ }
204
+ else if (error.code === 'ECONNREFUSED') {
205
+ throw new Error(`Cannot connect to AgentX server: ${this.baseUrl}`);
206
+ }
207
+ else if (error.code === 'ETIMEDOUT') {
208
+ throw new Error(`AgentX request timeout: ${operation}`);
209
+ }
210
+ else {
211
+ throw new Error(`AgentX API error: ${errorMessage}`);
212
+ }
213
+ }
214
+ /**
215
+ * 提取错误消息
216
+ *
217
+ * @param error Axios 错误对象
218
+ * @returns 错误消息
219
+ */
220
+ extractErrorMessage(error) {
221
+ if (error.response?.data) {
222
+ const data = error.response.data;
223
+ return data.message || data.error || data.detail || 'Unknown error';
224
+ }
225
+ return error.message || 'Unknown error';
226
+ }
227
+ /**
228
+ * 通用 GET 请求
229
+ */
230
+ async get(url, config) {
231
+ try {
232
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}${url}`, config));
233
+ return response.data;
234
+ }
235
+ catch (error) {
236
+ this.handleError('get', error, { url });
237
+ }
238
+ }
239
+ /**
240
+ * 通用 POST 请求
241
+ */
242
+ async post(url, data, config) {
243
+ try {
244
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${url}`, data, config));
245
+ return response.data;
246
+ }
247
+ catch (error) {
248
+ this.handleError('post', error, { url });
249
+ }
250
+ }
251
+ /**
252
+ * 通用 PUT 请求
253
+ */
254
+ async put(url, data, config) {
255
+ try {
256
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.put(`${this.baseUrl}${url}`, data, config));
257
+ return response.data;
258
+ }
259
+ catch (error) {
260
+ this.handleError('put', error, { url });
261
+ }
262
+ }
263
+ /**
264
+ * 通用 DELETE 请求
265
+ */
266
+ async delete(url, config) {
267
+ try {
268
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.delete(`${this.baseUrl}${url}`, config));
269
+ return response.data;
270
+ }
271
+ catch (error) {
272
+ this.handleError('delete', error, { url });
273
+ }
274
+ }
275
+ /**
276
+ * 检查 AgentX 服务是否可用
277
+ *
278
+ * @returns 是否可用
279
+ */
280
+ async isHealthy() {
281
+ try {
282
+ await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}/health`, {
283
+ timeout: 5000,
284
+ }));
285
+ return true;
286
+ }
287
+ catch (error) {
288
+ this.logger.warn('AgentX health check failed', {
289
+ error: error.message,
290
+ });
291
+ return false;
292
+ }
293
+ }
294
+ /**
295
+ * 健康检查(别名方法,兼容旧代码)
296
+ */
297
+ async healthCheck() {
298
+ return this.isHealthy();
299
+ }
300
+ /**
301
+ * 生成协同过滤推荐
302
+ *
303
+ * @param request - 推荐请求参数
304
+ * @returns 推荐结果
305
+ * @throws 如果 AgentX 服务不可用或返回错误
306
+ */
307
+ async generateCollaborativeRecommendations(request) {
308
+ const endpoint = '/api/recommendation/collaborative';
309
+ try {
310
+ this.logger.info('[AgentX] Generating collaborative recommendations', {
311
+ teamId: request.team_id,
312
+ userId: request.user_id,
313
+ algorithm: request.algorithm || 'hybrid',
314
+ });
315
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, request, {
316
+ headers: this.getAuthHeaders(),
317
+ timeout: 30000,
318
+ }));
319
+ this.logger.info('[AgentX] Collaborative recommendations generated', {
320
+ total: response.data.total,
321
+ executionTime: response.data.execution_time_ms,
322
+ });
323
+ return response.data;
324
+ }
325
+ catch (error) {
326
+ this.logger.error('[AgentX] Failed to generate collaborative recommendations', {
327
+ error: error.message,
328
+ teamId: request.team_id,
329
+ userId: request.user_id,
330
+ });
331
+ throw new Error(`AgentX collaborative recommendation failed: ${error.message}`);
332
+ }
333
+ }
334
+ /**
335
+ * 生成产品关键词
336
+ *
337
+ * @param request - 关键词生成请求参数
338
+ * @returns 关键词数组
339
+ * @throws 如果 AgentX 服务不可用或返回错误
340
+ */
341
+ async generateProductKeywords(request) {
342
+ const endpoint = '/api/ai/keywords';
343
+ try {
344
+ this.logger.info('[AgentX] Generating product keywords', {
345
+ productName: request.productName,
346
+ });
347
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, {
348
+ product_name: request.productName,
349
+ product_selling_points: request.productSellingPoints,
350
+ }, {
351
+ headers: this.getAuthHeaders(),
352
+ timeout: 30000,
353
+ }));
354
+ this.logger.info('[AgentX] Product keywords generated', {
355
+ count: response.data.keywords.length,
356
+ });
357
+ return response.data.keywords;
358
+ }
359
+ catch (error) {
360
+ this.logger.error('[AgentX] Failed to generate product keywords', {
361
+ error: error.message,
362
+ productName: request.productName,
363
+ });
364
+ throw new Error(`AgentX product keywords generation failed: ${error.message}`);
365
+ }
366
+ }
367
+ /**
368
+ * LLM Chat Completion
369
+ *
370
+ * @param request - LLM 请求参数
371
+ * @returns LLM 响应
372
+ * @throws 如果 AgentX 服务不可用或返回错误
373
+ */
374
+ async chatCompletion(request) {
375
+ const endpoint = '/ai/v1/chat/completions';
376
+ try {
377
+ this.logger.info('[AgentX] Calling LLM chat completion', {
378
+ model: request.model,
379
+ messageCount: request.messages.length,
380
+ });
381
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, request, {
382
+ headers: this.getAuthHeaders(),
383
+ timeout: 120000, // 2分钟超时
384
+ }));
385
+ this.logger.info('[AgentX] LLM chat completion successful', {
386
+ model: request.model,
387
+ finishReason: response.data.choices?.[0]?.finish_reason,
388
+ });
389
+ return response.data;
390
+ }
391
+ catch (error) {
392
+ this.logger.error('[AgentX] LLM chat completion failed', {
393
+ error: error.message,
394
+ model: request.model,
395
+ });
396
+ throw new Error(`AgentX LLM chat completion failed: ${error.message}`);
397
+ }
398
+ }
399
+ /**
400
+ * 生成图像
401
+ *
402
+ * @param request - 图像生成请求参数
403
+ * @returns 图像生成响应
404
+ * @throws 如果 AgentX 服务不可用或返回错误
405
+ */
406
+ async generateImage(request) {
407
+ const endpoint = '/ai/v1/images/generations';
408
+ try {
409
+ // Zod 验证请求参数
410
+ const validatedRequest = exports.ImageGenerationRequestSchema.parse(request);
411
+ this.logger.info('[AgentX] Generating image', {
412
+ model: validatedRequest.model,
413
+ prompt: validatedRequest.prompt.substring(0, 50),
414
+ });
415
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, {
416
+ model: validatedRequest.model,
417
+ prompt: validatedRequest.prompt,
418
+ n: validatedRequest.n,
419
+ response_format: validatedRequest.response_format,
420
+ aspect_ratio: validatedRequest.aspect_ratio,
421
+ image_size: validatedRequest.image_size,
422
+ }, {
423
+ headers: this.getAuthHeaders(),
424
+ timeout: 120000, // 2分钟超时
425
+ }));
426
+ // Zod 验证响应数据
427
+ const validatedResponse = exports.ImageGenerationResponseSchema.parse(response.data);
428
+ this.logger.info('[AgentX] Image generated successfully', {
429
+ model: validatedRequest.model,
430
+ imageCount: validatedResponse.data.length,
431
+ });
432
+ return validatedResponse;
433
+ }
434
+ catch (error) {
435
+ if (error instanceof zod_1.z.ZodError) {
436
+ this.logger.error('[AgentX] Image generation validation failed', {
437
+ errors: error.issues,
438
+ });
439
+ throw new Error(`AgentX image generation validation failed: ${error.issues.map((e) => e.message).join(', ')}`);
440
+ }
441
+ this.logger.error('[AgentX] Image generation failed', {
442
+ error: error.message,
443
+ model: request.model,
444
+ });
445
+ throw new Error(`AgentX image generation failed: ${error.message}`);
446
+ }
447
+ }
448
+ /**
449
+ * 编辑图像
450
+ *
451
+ * @param request - 图像编辑请求参数
452
+ * @returns 图像生成响应
453
+ * @throws 如果 AgentX 服务不可用或返回错误
454
+ */
455
+ async editImage(request) {
456
+ const endpoint = '/ai/v1/images/edits';
457
+ try {
458
+ // Zod 验证请求参数
459
+ const validatedRequest = exports.ImageEditRequestSchema.parse(request);
460
+ this.logger.info('[AgentX] Editing image', {
461
+ model: validatedRequest.model,
462
+ prompt: validatedRequest.prompt.substring(0, 50),
463
+ imageCount: validatedRequest.image.length,
464
+ });
465
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, {
466
+ model: validatedRequest.model,
467
+ image: validatedRequest.image,
468
+ prompt: validatedRequest.prompt,
469
+ response_format: validatedRequest.response_format,
470
+ aspect_ratio: validatedRequest.aspect_ratio,
471
+ image_size: validatedRequest.image_size,
472
+ }, {
473
+ headers: this.getAuthHeaders(),
474
+ timeout: 120000,
475
+ }));
476
+ // Zod 验证响应数据
477
+ const validatedResponse = exports.ImageGenerationResponseSchema.parse(response.data);
478
+ this.logger.info('[AgentX] Image edited successfully', {
479
+ model: validatedRequest.model,
480
+ imageCount: validatedResponse.data.length,
481
+ });
482
+ return validatedResponse;
483
+ }
484
+ catch (error) {
485
+ if (error instanceof zod_1.z.ZodError) {
486
+ this.logger.error('[AgentX] Image editing validation failed', {
487
+ errors: error.issues,
488
+ });
489
+ throw new Error(`AgentX image editing validation failed: ${error.issues.map((e) => e.message).join(', ')}`);
490
+ }
491
+ this.logger.error('[AgentX] Image editing failed', {
492
+ error: error.message,
493
+ model: request.model,
494
+ });
495
+ throw new Error(`AgentX image editing failed: ${error.message}`);
496
+ }
497
+ }
498
+ // ============================================================================
499
+ // Memory Management APIs
500
+ // ============================================================================
501
+ /**
502
+ * 创建对话记忆
503
+ */
504
+ async createConversationMemory(request) {
505
+ const endpoint = '/api/memory/conversations';
506
+ try {
507
+ this.logger.info('[AgentX] Creating conversation memory', {
508
+ teamId: request.team_id,
509
+ userId: request.user_id,
510
+ sessionId: request.session_id,
511
+ });
512
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, request, {
513
+ headers: this.getAuthHeaders(),
514
+ timeout: 30000,
515
+ }));
516
+ this.logger.info('[AgentX] Conversation memory created', {
517
+ memoryId: response.data.memory_id,
518
+ });
519
+ return response.data;
520
+ }
521
+ catch (error) {
522
+ this.handleError('createConversationMemory', error, {
523
+ teamId: request.team_id,
524
+ userId: request.user_id,
525
+ });
526
+ }
527
+ }
528
+ /**
529
+ * 创建任务记忆
530
+ */
531
+ async createTaskMemory(request) {
532
+ const endpoint = '/api/memory/tasks';
533
+ try {
534
+ this.logger.info('[AgentX] Creating task memory', {
535
+ taskId: request.task_id,
536
+ taskName: request.task_name,
537
+ });
538
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, {
539
+ ...request,
540
+ task_result: JSON.stringify(request.task_result),
541
+ }, {
542
+ headers: this.getAuthHeaders(),
543
+ timeout: 30000,
544
+ }));
545
+ return response.data;
546
+ }
547
+ catch (error) {
548
+ this.handleError('createTaskMemory', error, {
549
+ taskId: request.task_id,
550
+ });
551
+ }
552
+ }
553
+ /**
554
+ * 创建决策记忆
555
+ */
556
+ async createDecisionMemory(request) {
557
+ const endpoint = '/api/memory/decisions';
558
+ try {
559
+ this.logger.info('[AgentX] Creating decision memory', {
560
+ userId: request.user_id,
561
+ workflowId: request.workflow_id,
562
+ });
563
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, {
564
+ ...request,
565
+ decision_result: JSON.stringify(request.decision_result),
566
+ }, {
567
+ headers: this.getAuthHeaders(),
568
+ timeout: 30000,
569
+ }));
570
+ return response.data;
571
+ }
572
+ catch (error) {
573
+ this.handleError('createDecisionMemory', error, {
574
+ userId: request.user_id,
575
+ });
576
+ }
577
+ }
578
+ /**
579
+ * 搜索记忆 (GET)
580
+ */
581
+ async searchMemories(params) {
582
+ const endpoint = '/api/memory/search';
583
+ try {
584
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}${endpoint}`, {
585
+ params,
586
+ headers: this.getAuthHeaders(),
587
+ timeout: 30000,
588
+ }));
589
+ return response.data;
590
+ }
591
+ catch (error) {
592
+ this.handleError('searchMemories', error, {
593
+ query: params.q,
594
+ });
595
+ }
596
+ }
597
+ /**
598
+ * 搜索记忆 (POST - 复杂查询)
599
+ */
600
+ async searchMemoriesPost(data) {
601
+ const endpoint = '/api/memory/search';
602
+ try {
603
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, data, {
604
+ headers: this.getAuthHeaders(),
605
+ timeout: 30000,
606
+ }));
607
+ return response.data;
608
+ }
609
+ catch (error) {
610
+ this.handleError('searchMemoriesPost', error, {
611
+ query: data.query,
612
+ });
613
+ }
614
+ }
615
+ /**
616
+ * 获取记忆详情
617
+ */
618
+ async getMemoryById(memoryId) {
619
+ const endpoint = `/api/memory/${memoryId}`;
620
+ try {
621
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}${endpoint}`, {
622
+ headers: this.getAuthHeaders(),
623
+ timeout: 10000,
624
+ }));
625
+ return response.data;
626
+ }
627
+ catch (error) {
628
+ this.handleError('getMemoryById', error, {
629
+ memoryId,
630
+ });
631
+ }
632
+ }
633
+ /**
634
+ * 删除记忆
635
+ */
636
+ async deleteMemory(memoryId) {
637
+ const endpoint = `/api/memory/${memoryId}`;
638
+ try {
639
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.delete(`${this.baseUrl}${endpoint}`, {
640
+ headers: this.getAuthHeaders(),
641
+ timeout: 10000,
642
+ }));
643
+ return response.data;
644
+ }
645
+ catch (error) {
646
+ this.handleError('deleteMemory', error, {
647
+ memoryId,
648
+ });
649
+ }
650
+ }
651
+ /**
652
+ * 获取记忆列表
653
+ */
654
+ async listMemories(params) {
655
+ const endpoint = '/api/memory/list';
656
+ try {
657
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}${endpoint}`, {
658
+ params,
659
+ headers: this.getAuthHeaders(),
660
+ timeout: 30000,
661
+ }));
662
+ return response.data;
663
+ }
664
+ catch (error) {
665
+ this.handleError('listMemories', error, {
666
+ userId: params.user_id,
667
+ });
668
+ }
669
+ }
670
+ /**
671
+ * 获取记忆统计
672
+ */
673
+ async getMemoryStats(params) {
674
+ const endpoint = '/api/memory/stats';
675
+ try {
676
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}${endpoint}`, {
677
+ params,
678
+ headers: this.getAuthHeaders(),
679
+ timeout: 30000,
680
+ }));
681
+ return response.data;
682
+ }
683
+ catch (error) {
684
+ this.handleError('getMemoryStats', error, {
685
+ userId: params.user_id,
686
+ });
687
+ }
688
+ }
689
+ /**
690
+ * 获取会话历史
691
+ */
692
+ async getSessionHistory(sessionId) {
693
+ const endpoint = `/api/memory/sessions/${sessionId}`;
694
+ try {
695
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}${endpoint}`, {
696
+ headers: this.getAuthHeaders(),
697
+ timeout: 30000,
698
+ }));
699
+ return response.data;
700
+ }
701
+ catch (error) {
702
+ this.handleError('getSessionHistory', error, {
703
+ sessionId,
704
+ });
705
+ }
706
+ }
707
+ // ============================================================================
708
+ // Preference Management APIs
709
+ // ============================================================================
710
+ /**
711
+ * 推断用户偏好
712
+ */
713
+ async inferPreference(request) {
714
+ const endpoint = '/preferences/infer';
715
+ try {
716
+ this.logger.info('[AgentX] Inferring user preference', {
717
+ teamId: request.team_id,
718
+ userId: request.user_id,
719
+ category: request.category,
720
+ });
721
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.post(`${this.baseUrl}${endpoint}`, request, {
722
+ headers: this.getAuthHeaders(),
723
+ timeout: 30000,
724
+ }));
725
+ return response.data;
726
+ }
727
+ catch (error) {
728
+ this.handleError('inferPreference', error, {
729
+ teamId: request.team_id,
730
+ userId: request.user_id,
731
+ });
732
+ }
733
+ }
734
+ /**
735
+ * 获取用户偏好
736
+ */
737
+ async getUserPreferences(params) {
738
+ const endpoint = '/preferences';
739
+ try {
740
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}${endpoint}`, {
741
+ params,
742
+ headers: this.getAuthHeaders(),
743
+ timeout: 30000,
744
+ }));
745
+ return response.data;
746
+ }
747
+ catch (error) {
748
+ this.handleError('getUserPreferences', error, {
749
+ userId: params.user_id,
750
+ });
751
+ }
752
+ }
753
+ /**
754
+ * 更新用户偏好
755
+ */
756
+ async updatePreference(preferenceId, data) {
757
+ const endpoint = `/preferences/${preferenceId}`;
758
+ try {
759
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.put(`${this.baseUrl}${endpoint}`, data, {
760
+ headers: this.getAuthHeaders(),
761
+ timeout: 30000,
762
+ }));
763
+ return response.data;
764
+ }
765
+ catch (error) {
766
+ this.handleError('updatePreference', error, {
767
+ preferenceId,
768
+ });
769
+ }
770
+ }
771
+ /**
772
+ * 删除用户偏好
773
+ */
774
+ async deletePreference(preferenceId, params) {
775
+ const endpoint = `/preferences/${preferenceId}`;
776
+ try {
777
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.delete(`${this.baseUrl}${endpoint}`, {
778
+ params,
779
+ headers: this.getAuthHeaders(),
780
+ timeout: 10000,
781
+ }));
782
+ return response.data;
783
+ }
784
+ catch (error) {
785
+ this.handleError('deletePreference', error, {
786
+ preferenceId,
787
+ });
788
+ }
789
+ }
790
+ /**
791
+ * 获取偏好统计
792
+ */
793
+ async getPreferenceStats(params) {
794
+ const endpoint = '/preferences/stats';
795
+ try {
796
+ const response = await (0, rxjs_1.firstValueFrom)(this.httpService.get(`${this.baseUrl}${endpoint}`, {
797
+ params,
798
+ headers: this.getAuthHeaders(),
799
+ timeout: 30000,
800
+ }));
801
+ return response.data;
802
+ }
803
+ catch (error) {
804
+ this.handleError('getPreferenceStats', error, {
805
+ userId: params.user_id,
806
+ });
807
+ }
808
+ }
809
+ // ============================================================================
810
+ // SSE Monitoring
811
+ // ============================================================================
812
+ /**
813
+ * 使用 SSE 监控任务进度
814
+ * @param taskId 任务ID
815
+ * @returns Promise that resolves when task completes
816
+ */
817
+ async monitorTaskWithSSE(taskId) {
818
+ return new Promise((resolve, reject) => {
819
+ let eventSource = null;
820
+ // 清理函数,确保连接被正确关闭
821
+ const cleanup = () => {
822
+ if (eventSource) {
823
+ eventSource.close();
824
+ eventSource = null;
825
+ this.logger.info('SSE connection closed');
826
+ }
827
+ };
828
+ try {
829
+ const { EventSource } = require('eventsource');
830
+ eventSource = new EventSource(`${this.baseUrl}/task/${taskId}/sse`);
831
+ eventSource.onmessage = (event) => {
832
+ try {
833
+ const data = JSON.parse(event.data);
834
+ const progress = data.progress ?? 0;
835
+ const currentStep = data.current_step ?? 'Processing';
836
+ this.logger.debug(`Task progress: ${progress}% - ${currentStep}`);
837
+ if (data.ready) {
838
+ cleanup();
839
+ if (data.state === 'SUCCESS') {
840
+ this.logger.info(`Task ${taskId} completed successfully`);
841
+ resolve(data);
842
+ }
843
+ else {
844
+ this.logger.error(`Task ${taskId} failed: ${data.error}`);
845
+ reject(new Error(data.error || 'Task failed'));
846
+ }
847
+ }
848
+ }
849
+ catch (error) {
850
+ this.logger.error('Failed to parse SSE data', error);
851
+ cleanup();
852
+ reject(new Error('Failed to parse SSE data'));
853
+ }
854
+ };
855
+ eventSource.onerror = (error) => {
856
+ cleanup();
857
+ this.logger.warn('SSE connection error, falling back to polling');
858
+ // Fallback to polling
859
+ this.pollTaskStatus(taskId).then(resolve).catch(reject);
860
+ };
861
+ eventSource.onopen = () => {
862
+ this.logger.info(`SSE connection established for ${taskId}`);
863
+ };
864
+ }
865
+ catch (error) {
866
+ this.logger.warn('SSE not available, using polling mode');
867
+ this.pollTaskStatus(taskId).then(resolve).catch(reject);
868
+ }
869
+ });
870
+ }
871
+ /**
872
+ * 轮询任务状态(SSE 失败时的降级方案)
873
+ */
874
+ async pollTaskStatus(taskId, timeout = 300000, checkInterval = 3000) {
875
+ this.logger.info(`Polling task status: ${taskId}`);
876
+ const startTime = Date.now();
877
+ while (Date.now() - startTime < timeout) {
878
+ const result = await this.getTaskStatus(taskId);
879
+ const state = result.state ?? 'UNKNOWN';
880
+ const progress = result.progress ?? 0;
881
+ const currentStep = result.current_step ?? 'Processing';
882
+ this.logger.debug(`Task progress: ${progress}% - ${currentStep} - ${state}`);
883
+ if (result.ready) {
884
+ if (state === 'SUCCESS') {
885
+ this.logger.info(`Task ${taskId} completed successfully`);
886
+ return result;
887
+ }
888
+ else {
889
+ const errorMsg = result.error ?? 'Task failed';
890
+ throw new Error(`Task failed: ${errorMsg}`);
891
+ }
892
+ }
893
+ await this.sleep(checkInterval);
894
+ }
895
+ throw new Error(`Task timeout: ${taskId}`);
896
+ }
897
+ /**
898
+ * 睡眠函数
899
+ */
900
+ sleep(ms) {
901
+ return new Promise((resolve) => setTimeout(resolve, ms));
902
+ }
903
+ };
904
+ exports.AgentXClient = AgentXClient;
905
+ exports.AgentXClient = AgentXClient = __decorate([
906
+ (0, common_1.Injectable)(),
907
+ __param(0, (0, common_1.Inject)(nest_winston_1.WINSTON_MODULE_PROVIDER)),
908
+ __metadata("design:paramtypes", [winston_1.Logger,
909
+ axios_1.HttpService,
910
+ config_1.ConfigService])
911
+ ], AgentXClient);
912
+ //# sourceMappingURL=agentx-client.service.js.map