@cryptorobot.ai/client 0.0.39 → 1.26.0-dev.1000

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 (634) hide show
  1. package/lib/src/client.d.ts +260 -0
  2. package/lib/src/client.js +181 -12
  3. package/lib/src/services/advisor/advisor.class.d.ts +12 -0
  4. package/lib/src/services/advisor/advisor.d.ts +11 -0
  5. package/lib/src/services/advisor/advisor.hooks.d.ts +9 -0
  6. package/lib/src/services/advisor/advisor.schema.d.ts +2744 -0
  7. package/lib/src/services/advisor/advisor.shared.d.ts +13 -0
  8. package/lib/src/services/advisor/advisor.shared.js +13 -0
  9. package/lib/src/services/advisor/messages/messages.class.d.ts +11 -0
  10. package/lib/src/services/advisor/messages/messages.d.ts +11 -0
  11. package/lib/src/services/advisor/messages/messages.schema.d.ts +575 -0
  12. package/lib/src/services/advisor/messages/messages.shared.d.ts +13 -0
  13. package/lib/src/services/advisor/messages/messages.shared.js +13 -0
  14. package/lib/src/services/affiliates/affiliates.class.d.ts +18 -0
  15. package/lib/src/services/affiliates/affiliates.d.ts +11 -0
  16. package/lib/src/services/affiliates/affiliates.schema.d.ts +579 -0
  17. package/lib/src/services/affiliates/affiliates.shared.d.ts +13 -0
  18. package/lib/src/services/affiliates/affiliates.shared.js +20 -0
  19. package/lib/src/services/affiliates/clicks/clicks.class.d.ts +11 -0
  20. package/lib/src/services/affiliates/clicks/clicks.d.ts +11 -0
  21. package/lib/src/services/affiliates/clicks/clicks.schema.d.ts +507 -0
  22. package/lib/src/services/affiliates/clicks/clicks.shared.d.ts +13 -0
  23. package/lib/src/services/affiliates/clicks/clicks.shared.js +19 -0
  24. package/lib/src/services/affiliates/comissions/comissions.class.d.ts +11 -0
  25. package/lib/src/services/affiliates/comissions/comissions.d.ts +11 -0
  26. package/lib/src/services/affiliates/comissions/comissions.schema.d.ts +841 -0
  27. package/lib/src/services/affiliates/comissions/comissions.shared.d.ts +13 -0
  28. package/lib/src/services/affiliates/comissions/comissions.shared.js +19 -0
  29. package/lib/src/services/affiliates/contracts/contracts.class.d.ts +11 -0
  30. package/lib/src/services/affiliates/contracts/contracts.d.ts +11 -0
  31. package/lib/src/services/affiliates/contracts/contracts.schema.d.ts +667 -0
  32. package/lib/src/services/affiliates/contracts/contracts.shared.d.ts +13 -0
  33. package/lib/src/services/affiliates/contracts/contracts.shared.js +19 -0
  34. package/lib/src/services/affiliates/coupons/coupons.class.d.ts +11 -0
  35. package/lib/src/services/affiliates/coupons/coupons.d.ts +11 -0
  36. package/lib/src/services/affiliates/coupons/coupons.schema.d.ts +523 -0
  37. package/lib/src/services/affiliates/coupons/coupons.shared.d.ts +13 -0
  38. package/lib/src/services/affiliates/coupons/coupons.shared.js +19 -0
  39. package/lib/src/services/affiliates/links/links.class.d.ts +11 -0
  40. package/lib/src/services/affiliates/links/links.d.ts +11 -0
  41. package/lib/src/services/affiliates/links/links.schema.d.ts +515 -0
  42. package/lib/src/services/affiliates/links/links.shared.d.ts +13 -0
  43. package/lib/src/services/affiliates/links/links.shared.js +13 -0
  44. package/lib/src/services/affiliates/payouts/payouts.class.d.ts +11 -0
  45. package/lib/src/services/affiliates/payouts/payouts.d.ts +11 -0
  46. package/lib/src/services/affiliates/payouts/payouts.schema.d.ts +433 -0
  47. package/lib/src/services/affiliates/payouts/payouts.shared.d.ts +13 -0
  48. package/lib/src/services/affiliates/payouts/payouts.shared.js +19 -0
  49. package/lib/src/services/agents/agents.class.d.ts +12 -0
  50. package/lib/src/services/agents/agents.d.ts +11 -0
  51. package/lib/src/services/agents/agents.schema.d.ts +3573 -0
  52. package/lib/src/services/agents/agents.shared.d.ts +13 -0
  53. package/lib/src/services/agents/agents.shared.js +13 -0
  54. package/lib/src/services/agents/configure-bedrock-features.hooks.d.ts +2 -0
  55. package/lib/src/services/agents/create-agent-api-key.hooks.d.ts +2 -0
  56. package/lib/src/services/agents/create-bedrock-agent.hooks.d.ts +2 -0
  57. package/lib/src/services/agents/delete-agent-api-key.hooks.d.ts +2 -0
  58. package/lib/src/services/agents/delete-agent-triggers.hooks.d.ts +5 -0
  59. package/lib/src/services/agents/delete-bedrock-agent.hooks.d.ts +2 -0
  60. package/lib/src/services/agents/manage-bedrock-action-groups.hooks.d.ts +2 -0
  61. package/lib/src/services/agents/prepare/agents/backtest-analyst.d.ts +2 -0
  62. package/lib/src/services/agents/prepare/agents/financial-manager.d.ts +16 -0
  63. package/lib/src/services/agents/prepare/agents/hyperopt-analyst.d.ts +2 -0
  64. package/lib/src/services/agents/prepare/agents/index.d.ts +13 -0
  65. package/lib/src/services/agents/prepare/agents/risk-critic.d.ts +2 -0
  66. package/lib/src/services/agents/prepare/agents/strategy-researcher.d.ts +2 -0
  67. package/lib/src/services/agents/prepare/prepare.class.d.ts +18 -0
  68. package/lib/src/services/agents/prepare/prepare.d.ts +11 -0
  69. package/lib/src/services/agents/prepare/prepare.schema.d.ts +285 -0
  70. package/lib/src/services/agents/prepare/prepare.shared.d.ts +13 -0
  71. package/lib/src/services/agents/prepare/prepare.shared.js +13 -0
  72. package/lib/src/services/agents/refresh-bedrock-agent-status.hooks.d.ts +2 -0
  73. package/lib/src/services/agents/sessions/conversations/conversations.class.d.ts +12 -0
  74. package/lib/src/services/agents/sessions/conversations/conversations.d.ts +11 -0
  75. package/lib/src/services/agents/sessions/conversations/conversations.hooks.d.ts +11 -0
  76. package/lib/src/services/agents/sessions/conversations/conversations.schema.d.ts +2931 -0
  77. package/lib/src/services/agents/sessions/conversations/conversations.shared.d.ts +13 -0
  78. package/lib/src/services/agents/sessions/conversations/conversations.shared.js +13 -0
  79. package/lib/src/services/agents/sessions/conversations/invoke-agent-provider.hooks.d.ts +2 -0
  80. package/lib/src/services/agents/sessions/conversations/invoke-bedrock-agent.hooks.d.ts +2 -0
  81. package/lib/src/services/agents/sessions/conversations/set-conversation-timestamps.hooks.d.ts +0 -0
  82. package/lib/src/services/agents/sessions/create-bedrock-session.hooks.d.ts +2 -0
  83. package/lib/src/services/agents/sessions/delete-bedrock-session.hooks.d.ts +2 -0
  84. package/lib/src/services/agents/sessions/sessions.class.d.ts +12 -0
  85. package/lib/src/services/agents/sessions/sessions.d.ts +11 -0
  86. package/lib/src/services/agents/sessions/sessions.hooks.d.ts +11 -0
  87. package/lib/src/services/agents/sessions/sessions.schema.d.ts +891 -0
  88. package/lib/src/services/agents/sessions/sessions.shared.d.ts +13 -0
  89. package/lib/src/services/agents/sessions/sessions.shared.js +13 -0
  90. package/lib/src/services/agents/sessions/sync-bedrock-sessions.hooks.d.ts +2 -0
  91. package/lib/src/services/agents/sessions/update-bedrock-session.hooks.d.ts +2 -0
  92. package/lib/src/services/agents/update-bedrock-agent.hooks.d.ts +2 -0
  93. package/lib/src/services/agents/update-trigger-rules-with-agent-info.hooks.d.ts +5 -0
  94. package/lib/src/services/agents/validate-agent-actions.hooks.d.ts +3 -0
  95. package/lib/src/services/autotune/apply-params.d.ts +44 -0
  96. package/lib/src/services/autotune/callback.d.ts +2 -0
  97. package/lib/src/services/autotune/compute/compute.d.ts +40 -0
  98. package/lib/src/services/autotune/optuna-bridge.d.ts +10 -0
  99. package/lib/src/services/autotune/score.d.ts +37 -0
  100. package/lib/src/services/autotune/storage.d.ts +6 -0
  101. package/lib/src/services/autotune/studies/studies.class.d.ts +12 -0
  102. package/lib/src/services/autotune/studies/studies.d.ts +12 -0
  103. package/lib/src/services/autotune/studies/studies.schema.d.ts +1229 -0
  104. package/lib/src/services/autotune/studies/studies.shared.d.ts +13 -0
  105. package/lib/src/services/autotune/studies/studies.shared.js +13 -0
  106. package/lib/src/services/autotune/trials/trials.class.d.ts +12 -0
  107. package/lib/src/services/autotune/trials/trials.d.ts +12 -0
  108. package/lib/src/services/autotune/trials/trials.schema.d.ts +790 -0
  109. package/lib/src/services/autotune/trials/trials.shared.d.ts +13 -0
  110. package/lib/src/services/autotune/trials/trials.shared.js +13 -0
  111. package/lib/src/services/autotune/usage/usage.class.d.ts +11 -0
  112. package/lib/src/services/autotune/usage/usage.d.ts +11 -0
  113. package/lib/src/services/autotune/usage/usage.schema.d.ts +1407 -0
  114. package/lib/src/services/autotune/usage/usage.shared.d.ts +13 -0
  115. package/lib/src/services/autotune/usage/usage.shared.js +13 -0
  116. package/lib/src/services/blog/actions/actions.class.d.ts +29 -0
  117. package/lib/src/services/blog/actions/actions.d.ts +10 -0
  118. package/lib/src/services/blog/actions/actions.shared.d.ts +13 -0
  119. package/lib/src/services/blog/actions/actions.shared.js +13 -0
  120. package/lib/src/services/blog/calendar/calendar.class.d.ts +11 -0
  121. package/lib/src/services/blog/calendar/calendar.d.ts +11 -0
  122. package/lib/src/services/blog/calendar/calendar.schema.d.ts +333 -0
  123. package/lib/src/services/blog/calendar/calendar.shared.d.ts +13 -0
  124. package/lib/src/services/blog/calendar/calendar.shared.js +13 -0
  125. package/lib/src/services/blog/integrations/integrations.class.d.ts +11 -0
  126. package/lib/src/services/blog/integrations/integrations.d.ts +11 -0
  127. package/lib/src/services/blog/integrations/integrations.schema.d.ts +391 -0
  128. package/lib/src/services/blog/integrations/integrations.shared.d.ts +13 -0
  129. package/lib/src/services/blog/integrations/integrations.shared.js +19 -0
  130. package/lib/src/services/blog/posts/posts.class.d.ts +11 -0
  131. package/lib/src/services/blog/posts/posts.d.ts +11 -0
  132. package/lib/src/services/blog/posts/posts.schema.d.ts +1295 -0
  133. package/lib/src/services/blog/posts/posts.shared.d.ts +13 -0
  134. package/lib/src/services/blog/posts/posts.shared.js +13 -0
  135. package/lib/src/services/blog/queries/queries.class.d.ts +11 -0
  136. package/lib/src/services/blog/queries/queries.d.ts +11 -0
  137. package/lib/src/services/blog/queries/queries.schema.d.ts +1187 -0
  138. package/lib/src/services/blog/queries/queries.shared.d.ts +13 -0
  139. package/lib/src/services/blog/queries/queries.shared.js +13 -0
  140. package/lib/src/services/blog/sitemaps/pages/pages.class.d.ts +11 -0
  141. package/lib/src/services/blog/sitemaps/pages/pages.d.ts +11 -0
  142. package/lib/src/services/blog/sitemaps/pages/pages.schema.d.ts +871 -0
  143. package/lib/src/services/blog/sitemaps/pages/pages.shared.d.ts +13 -0
  144. package/lib/src/services/blog/sitemaps/pages/pages.shared.js +13 -0
  145. package/lib/src/services/blog/sitemaps/sitemaps.class.d.ts +11 -0
  146. package/lib/src/services/blog/sitemaps/sitemaps.d.ts +11 -0
  147. package/lib/src/services/blog/sitemaps/sitemaps.schema.d.ts +770 -0
  148. package/lib/src/services/blog/sitemaps/sitemaps.shared.d.ts +13 -0
  149. package/lib/src/services/blog/sitemaps/sitemaps.shared.js +13 -0
  150. package/lib/src/services/blog/suggestions/suggestions.class.d.ts +11 -0
  151. package/lib/src/services/blog/suggestions/suggestions.d.ts +11 -0
  152. package/lib/src/services/blog/suggestions/suggestions.schema.d.ts +963 -0
  153. package/lib/src/services/blog/suggestions/suggestions.shared.d.ts +13 -0
  154. package/lib/src/services/blog/suggestions/suggestions.shared.js +13 -0
  155. package/lib/src/services/changelog/changelog.class.d.ts +34 -0
  156. package/lib/src/services/changelog/changelog.d.ts +11 -0
  157. package/lib/src/services/changelog/changelog.helper.d.ts +50 -0
  158. package/lib/src/services/changelog/changelog.schema.d.ts +456 -0
  159. package/lib/src/services/changelog/changelog.shared.d.ts +13 -0
  160. package/lib/src/services/changelog/changelog.shared.js +13 -0
  161. package/lib/src/services/changelog/hooks/parse-from-file.d.ts +8 -0
  162. package/lib/src/services/config/config.class.d.ts +2 -2
  163. package/lib/src/services/config/config.shared.d.ts +1 -1
  164. package/lib/src/services/copilot/concerns/concerns.class.d.ts +12 -0
  165. package/lib/src/services/copilot/concerns/concerns.d.ts +11 -0
  166. package/lib/src/services/copilot/concerns/concerns.schema.d.ts +727 -0
  167. package/lib/src/services/copilot/concerns/concerns.shared.d.ts +13 -0
  168. package/lib/src/services/copilot/concerns/concerns.shared.js +13 -0
  169. package/lib/src/services/copilot/decisions/decisions.class.d.ts +12 -0
  170. package/lib/src/services/copilot/decisions/decisions.d.ts +11 -0
  171. package/lib/src/services/copilot/decisions/decisions.schema.d.ts +728 -0
  172. package/lib/src/services/copilot/decisions/decisions.shared.d.ts +13 -0
  173. package/lib/src/services/copilot/decisions/decisions.shared.js +19 -0
  174. package/lib/src/services/copilot/help/help.class.d.ts +18 -0
  175. package/lib/src/services/copilot/help/help.d.ts +11 -0
  176. package/lib/src/services/copilot/help/help.schema.d.ts +237 -0
  177. package/lib/src/services/copilot/help/help.shared.d.ts +13 -0
  178. package/lib/src/services/copilot/help/help.shared.js +13 -0
  179. package/lib/src/services/copilot/recommendations/recommendations.class.d.ts +12 -0
  180. package/lib/src/services/copilot/recommendations/recommendations.d.ts +11 -0
  181. package/lib/src/services/copilot/recommendations/recommendations.schema.d.ts +949 -0
  182. package/lib/src/services/copilot/recommendations/recommendations.shared.d.ts +13 -0
  183. package/lib/src/services/copilot/recommendations/recommendations.shared.js +19 -0
  184. package/lib/src/services/currencies/currencies.class.d.ts +11 -0
  185. package/lib/src/services/currencies/currencies.d.ts +11 -0
  186. package/lib/src/services/currencies/currencies.schema.d.ts +769 -0
  187. package/lib/src/services/currencies/currencies.shared.d.ts +13 -0
  188. package/lib/src/services/currencies/currencies.shared.js +13 -0
  189. package/lib/src/services/custom/custom.shared.d.ts +1 -1
  190. package/lib/src/services/emails/emails.class.d.ts +11 -0
  191. package/lib/src/services/emails/emails.d.ts +11 -0
  192. package/lib/src/services/emails/emails.schema.d.ts +563 -0
  193. package/lib/src/services/emails/emails.shared.d.ts +13 -0
  194. package/lib/src/services/emails/emails.shared.js +13 -0
  195. package/lib/src/services/events/events.class.d.ts +12 -0
  196. package/lib/src/services/events/events.d.ts +11 -0
  197. package/lib/src/services/events/events.schema.d.ts +786 -0
  198. package/lib/src/services/events/events.shared.d.ts +13 -0
  199. package/lib/src/services/events/events.shared.js +13 -0
  200. package/lib/src/services/events/triggers/triggers.class.d.ts +12 -0
  201. package/lib/src/services/events/triggers/triggers.d.ts +11 -0
  202. package/lib/src/services/events/triggers/triggers.schema.d.ts +1762 -0
  203. package/lib/src/services/events/triggers/triggers.shared.d.ts +13 -0
  204. package/lib/src/services/events/triggers/triggers.shared.js +13 -0
  205. package/lib/src/services/events/types/types.class.d.ts +12 -0
  206. package/lib/src/services/events/types/types.d.ts +11 -0
  207. package/lib/src/services/events/types/types.schema.d.ts +688 -0
  208. package/lib/src/services/events/types/types.shared.d.ts +13 -0
  209. package/lib/src/services/events/types/types.shared.js +13 -0
  210. package/lib/src/services/exchanges/arb-signals/arb-signals.class.d.ts +29 -0
  211. package/lib/src/services/exchanges/arb-signals/arb-signals.d.ts +11 -0
  212. package/lib/src/services/exchanges/arb-signals/arb-signals.schema.d.ts +55 -0
  213. package/lib/src/services/exchanges/arb-signals/arb-signals.shared.d.ts +13 -0
  214. package/lib/src/services/exchanges/arb-signals/arb-signals.shared.js +13 -0
  215. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.class.d.ts +27 -0
  216. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.d.ts +11 -0
  217. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.schema.d.ts +148 -0
  218. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.d.ts +13 -0
  219. package/lib/src/services/exchanges/arbitrage/opportunities/opportunities.shared.js +13 -0
  220. package/lib/src/services/exchanges/balance/balance.class.d.ts +3 -2
  221. package/lib/src/services/exchanges/balance/balance.schema.d.ts +141 -141
  222. package/lib/src/services/exchanges/balance/balance.shared.d.ts +1 -1
  223. package/lib/src/services/exchanges/deposits/deposits.class.d.ts +11 -0
  224. package/lib/src/services/exchanges/deposits/deposits.d.ts +11 -0
  225. package/lib/src/services/exchanges/deposits/deposits.schema.d.ts +905 -0
  226. package/lib/src/services/exchanges/deposits/deposits.shared.d.ts +13 -0
  227. package/lib/src/services/exchanges/deposits/deposits.shared.js +19 -0
  228. package/lib/src/services/exchanges/deposits/sync/sync.class.d.ts +11 -0
  229. package/lib/src/services/exchanges/deposits/sync/sync.d.ts +11 -0
  230. package/lib/src/services/exchanges/deposits/sync/sync.schema.d.ts +621 -0
  231. package/lib/src/services/exchanges/deposits/sync/sync.shared.d.ts +13 -0
  232. package/lib/src/services/exchanges/deposits/sync/sync.shared.js +19 -0
  233. package/lib/src/services/exchanges/download/download.class.d.ts +3 -2
  234. package/lib/src/services/exchanges/download/download.schema.d.ts +149 -149
  235. package/lib/src/services/exchanges/download/download.shared.d.ts +2 -2
  236. package/lib/src/services/exchanges/download/download.shared.js +1 -1
  237. package/lib/src/services/exchanges/download/webhooks/webhooks.class.d.ts +2 -2
  238. package/lib/src/services/exchanges/download/webhooks/webhooks.schema.d.ts +171 -171
  239. package/lib/src/services/exchanges/download/webhooks/webhooks.shared.d.ts +1 -1
  240. package/lib/src/services/exchanges/exchanges.class.d.ts +3 -2
  241. package/lib/src/services/exchanges/exchanges.schema.d.ts +626 -359
  242. package/lib/src/services/exchanges/exchanges.shared.d.ts +1 -1
  243. package/lib/src/services/exchanges/ledger/ledger.class.d.ts +11 -0
  244. package/lib/src/services/exchanges/ledger/ledger.d.ts +11 -0
  245. package/lib/src/services/exchanges/ledger/ledger.schema.d.ts +1045 -0
  246. package/lib/src/services/exchanges/ledger/ledger.shared.d.ts +13 -0
  247. package/lib/src/services/exchanges/ledger/ledger.shared.js +13 -0
  248. package/lib/src/services/exchanges/ledger/sync/sync.class.d.ts +11 -0
  249. package/lib/src/services/exchanges/ledger/sync/sync.d.ts +11 -0
  250. package/lib/src/services/exchanges/ledger/sync/sync.schema.d.ts +621 -0
  251. package/lib/src/services/exchanges/ledger/sync/sync.shared.d.ts +13 -0
  252. package/lib/src/services/exchanges/ledger/sync/sync.shared.js +19 -0
  253. package/lib/src/services/exchanges/markets-stats/markets-stats.class.d.ts +23 -0
  254. package/lib/src/services/exchanges/markets-stats/markets-stats.d.ts +11 -0
  255. package/lib/src/services/exchanges/markets-stats/markets-stats.schema.d.ts +178 -0
  256. package/lib/src/services/exchanges/markets-stats/markets-stats.shared.d.ts +13 -0
  257. package/lib/src/services/exchanges/markets-stats/markets-stats.shared.js +13 -0
  258. package/lib/src/services/exchanges/ohlcv/history/history.class.d.ts +11 -0
  259. package/lib/src/services/exchanges/ohlcv/history/history.d.ts +11 -0
  260. package/lib/src/services/exchanges/ohlcv/history/history.schema.d.ts +473 -0
  261. package/lib/src/services/exchanges/ohlcv/history/history.shared.d.ts +13 -0
  262. package/lib/src/services/exchanges/ohlcv/history/history.shared.js +19 -0
  263. package/lib/src/services/exchanges/ohlcv/ohlcv.schema.d.ts +162 -162
  264. package/lib/src/services/exchanges/ohlcv/ohlcv.shared.d.ts +1 -1
  265. package/lib/src/services/exchanges/orderbook/orderbook.class.d.ts +30 -0
  266. package/lib/src/services/exchanges/orderbook/orderbook.d.ts +11 -0
  267. package/lib/src/services/exchanges/orderbook/orderbook.schema.d.ts +272 -0
  268. package/lib/src/services/exchanges/orderbook/orderbook.shared.d.ts +13 -0
  269. package/lib/src/services/exchanges/orderbook/orderbook.shared.js +13 -0
  270. package/lib/src/services/exchanges/ticker/ticker.class.d.ts +3 -2
  271. package/lib/src/services/exchanges/ticker/ticker.schema.d.ts +243 -243
  272. package/lib/src/services/exchanges/ticker/ticker.shared.d.ts +1 -1
  273. package/lib/src/services/exchanges/transactions/sync/sync.class.d.ts +11 -0
  274. package/lib/src/services/exchanges/transactions/sync/sync.d.ts +11 -0
  275. package/lib/src/services/exchanges/transactions/sync/sync.schema.d.ts +653 -0
  276. package/lib/src/services/exchanges/transactions/sync/sync.shared.d.ts +13 -0
  277. package/lib/src/services/exchanges/transactions/sync/sync.shared.js +19 -0
  278. package/lib/src/services/exchanges/transactions/transactions.class.d.ts +11 -0
  279. package/lib/src/services/exchanges/transactions/transactions.d.ts +11 -0
  280. package/lib/src/services/exchanges/transactions/transactions.schema.d.ts +1119 -0
  281. package/lib/src/services/exchanges/transactions/transactions.shared.d.ts +13 -0
  282. package/lib/src/services/exchanges/transactions/transactions.shared.js +19 -0
  283. package/lib/src/services/extensions/aggregate-extensions.hooks.d.ts +2 -0
  284. package/lib/src/services/extensions/extensions.class.d.ts +12 -0
  285. package/lib/src/services/extensions/extensions.d.ts +11 -0
  286. package/lib/src/services/extensions/extensions.schema.d.ts +1357 -0
  287. package/lib/src/services/extensions/extensions.shared.d.ts +13 -0
  288. package/lib/src/services/extensions/extensions.shared.js +13 -0
  289. package/lib/src/services/homepage/homepage.schema.d.ts +17 -9
  290. package/lib/src/services/homepage/homepage.shared.d.ts +10 -2
  291. package/lib/src/services/homepage/homepage.shared.js +8 -1
  292. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.class.d.ts +52 -0
  293. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.d.ts +11 -0
  294. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.schema.d.ts +684 -0
  295. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.d.ts +13 -0
  296. package/lib/src/services/insights/crypto-stress-index/crypto-stress-index.shared.js +14 -0
  297. package/lib/src/services/insights/etf-flow/etf-flow.class.d.ts +11 -0
  298. package/lib/src/services/insights/etf-flow/etf-flow.d.ts +11 -0
  299. package/lib/src/services/insights/etf-flow/etf-flow.schema.d.ts +237 -0
  300. package/lib/src/services/insights/etf-flow/etf-flow.shared.d.ts +13 -0
  301. package/lib/src/services/insights/etf-flow/etf-flow.shared.js +13 -0
  302. package/lib/src/services/insights/fear-and-greed/fear-and-greed.class.d.ts +11 -0
  303. package/lib/src/services/insights/fear-and-greed/fear-and-greed.d.ts +11 -0
  304. package/lib/src/services/insights/fear-and-greed/fear-and-greed.schema.d.ts +1831 -0
  305. package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.d.ts +13 -0
  306. package/lib/src/services/insights/fear-and-greed/fear-and-greed.shared.js +13 -0
  307. package/lib/src/services/insights/global/global.class.d.ts +11 -0
  308. package/lib/src/services/insights/global/global.d.ts +11 -0
  309. package/lib/src/services/insights/global/global.schema.d.ts +779 -0
  310. package/lib/src/services/insights/global/global.shared.d.ts +13 -0
  311. package/lib/src/services/insights/global/global.shared.js +13 -0
  312. package/lib/src/services/insights/insights.class.d.ts +11 -0
  313. package/lib/src/services/insights/insights.d.ts +11 -0
  314. package/lib/src/services/insights/insights.hooks.d.ts +20 -0
  315. package/lib/src/services/insights/insights.schema.d.ts +237 -0
  316. package/lib/src/services/insights/insights.shared.d.ts +13 -0
  317. package/lib/src/services/insights/insights.shared.js +13 -0
  318. package/lib/src/services/insights/news/news.class.d.ts +23 -0
  319. package/lib/src/services/insights/news/news.d.ts +11 -0
  320. package/lib/src/services/insights/news/news.schema.d.ts +857 -0
  321. package/lib/src/services/insights/news/news.shared.d.ts +23 -0
  322. package/lib/src/services/insights/news/news.shared.js +20 -0
  323. package/lib/src/services/keys/KeysService.d.ts +13 -0
  324. package/lib/src/services/keys/keys.class.d.ts +12 -0
  325. package/lib/src/services/keys/keys.d.ts +11 -0
  326. package/lib/src/services/keys/keys.schema.d.ts +719 -0
  327. package/lib/src/services/keys/keys.shared.d.ts +14 -0
  328. package/lib/src/services/keys/keys.shared.js +13 -0
  329. package/lib/src/services/knowledges/knowledges.class.d.ts +37 -0
  330. package/lib/src/services/knowledges/knowledges.d.ts +11 -0
  331. package/lib/src/services/knowledges/knowledges.schema.d.ts +566 -0
  332. package/lib/src/services/knowledges/knowledges.shared.d.ts +13 -0
  333. package/lib/src/services/knowledges/knowledges.shared.js +13 -0
  334. package/lib/src/services/mailer/mailer.shared.d.ts +1 -1
  335. package/lib/src/services/marketplaces/marketplaces.class.d.ts +2 -2
  336. package/lib/src/services/marketplaces/marketplaces.shared.d.ts +1 -1
  337. package/lib/src/services/markets/markets.class.d.ts +2 -2
  338. package/lib/src/services/markets/markets.schema.d.ts +112 -112
  339. package/lib/src/services/markets/markets.shared.d.ts +1 -1
  340. package/lib/src/services/messages/messages.class.d.ts +2 -2
  341. package/lib/src/services/messages/messages.schema.d.ts +1257 -353
  342. package/lib/src/services/messages/messages.shared.d.ts +1 -1
  343. package/lib/src/services/models/pods/events/events.class.d.ts +11 -0
  344. package/lib/src/services/models/pods/events/events.d.ts +11 -0
  345. package/lib/src/services/models/pods/events/events.schema.d.ts +669 -0
  346. package/lib/src/services/models/pods/events/events.shared.d.ts +13 -0
  347. package/lib/src/services/models/pods/events/events.shared.js +13 -0
  348. package/lib/src/services/models/pods/pods.class.d.ts +12 -0
  349. package/lib/src/services/models/pods/pods.d.ts +12 -0
  350. package/lib/src/services/models/pods/pods.schema.d.ts +1095 -0
  351. package/lib/src/services/models/pods/pods.shared.d.ts +13 -0
  352. package/lib/src/services/models/pods/pods.shared.js +13 -0
  353. package/lib/src/services/models/presets/presets-generate-and-queue.hooks.d.ts +2 -0
  354. package/lib/src/services/models/presets/presets-generate-freqai-config.hooks.d.ts +2 -0
  355. package/lib/src/services/models/presets/presets-generate-strategy.hooks.d.ts +2 -0
  356. package/lib/src/services/models/presets/presets-get-results.hooks.d.ts +2 -0
  357. package/lib/src/services/models/presets/presets-validate.hooks.d.ts +2 -0
  358. package/lib/src/services/models/presets/presets.class.d.ts +12 -0
  359. package/lib/src/services/models/presets/presets.d.ts +12 -0
  360. package/lib/src/services/models/presets/presets.schema.d.ts +2611 -0
  361. package/lib/src/services/models/presets/presets.shared.d.ts +13 -0
  362. package/lib/src/services/models/presets/presets.shared.js +13 -0
  363. package/lib/src/services/models/signals/history/history.class.d.ts +11 -0
  364. package/lib/src/services/models/signals/history/history.d.ts +11 -0
  365. package/lib/src/services/models/signals/history/history.schema.d.ts +513 -0
  366. package/lib/src/services/models/signals/history/history.shared.d.ts +13 -0
  367. package/lib/src/services/models/signals/history/history.shared.js +13 -0
  368. package/lib/src/services/models/signals/signals-proxy-router.d.ts +47 -0
  369. package/lib/src/services/models/signals/signals.class.d.ts +12 -0
  370. package/lib/src/services/models/signals/signals.d.ts +12 -0
  371. package/lib/src/services/models/signals/signals.schema.d.ts +976 -0
  372. package/lib/src/services/models/signals/signals.shared.d.ts +13 -0
  373. package/lib/src/services/models/signals/signals.shared.js +13 -0
  374. package/lib/src/services/models/signals/subscriptions/subscriptions.class.d.ts +11 -0
  375. package/lib/src/services/models/signals/subscriptions/subscriptions.d.ts +11 -0
  376. package/lib/src/services/models/signals/subscriptions/subscriptions.schema.d.ts +585 -0
  377. package/lib/src/services/models/signals/subscriptions/subscriptions.shared.d.ts +13 -0
  378. package/lib/src/services/models/signals/subscriptions/subscriptions.shared.js +15 -0
  379. package/lib/src/services/objectives/objectives.class.d.ts +11 -0
  380. package/lib/src/services/objectives/objectives.d.ts +11 -0
  381. package/lib/src/services/objectives/objectives.hooks.d.ts +12 -0
  382. package/lib/src/services/objectives/objectives.schema.d.ts +717 -0
  383. package/lib/src/services/objectives/objectives.shared.d.ts +13 -0
  384. package/lib/src/services/objectives/objectives.shared.js +13 -0
  385. package/lib/src/services/plans/plans.class.d.ts +20 -0
  386. package/lib/src/services/plans/plans.d.ts +11 -0
  387. package/lib/src/services/plans/plans.schema.d.ts +383 -0
  388. package/lib/src/services/plans/plans.shared.d.ts +13 -0
  389. package/lib/src/services/plans/plans.shared.js +13 -0
  390. package/lib/src/services/referrals/referrals.class.d.ts +11 -0
  391. package/lib/src/services/referrals/referrals.d.ts +11 -0
  392. package/lib/src/services/referrals/referrals.schema.d.ts +581 -0
  393. package/lib/src/services/referrals/referrals.shared.d.ts +13 -0
  394. package/lib/src/services/referrals/referrals.shared.js +13 -0
  395. package/lib/src/services/restricted/restricted.class.d.ts +26 -0
  396. package/lib/src/services/restricted/restricted.d.ts +21 -0
  397. package/lib/src/services/restricted/restricted.shared.d.ts +13 -0
  398. package/lib/src/services/restricted/restricted.shared.js +13 -0
  399. package/lib/src/services/security/events/security-events.class.d.ts +11 -0
  400. package/lib/src/services/security/events/security-events.d.ts +11 -0
  401. package/lib/src/services/security/events/security-events.schema.d.ts +499 -0
  402. package/lib/src/services/security/events/security-events.shared.d.ts +8 -0
  403. package/lib/src/services/security/events/security-events.shared.js +13 -0
  404. package/lib/src/services/series/balance/balance.class.d.ts +11 -0
  405. package/lib/src/services/series/balance/balance.d.ts +11 -0
  406. package/lib/src/services/series/balance/balance.schema.d.ts +527 -0
  407. package/lib/src/services/series/balance/balance.shared.d.ts +13 -0
  408. package/lib/src/services/series/balance/balance.shared.js +13 -0
  409. package/lib/src/services/series/performance/performance.class.d.ts +11 -0
  410. package/lib/src/services/series/performance/performance.d.ts +11 -0
  411. package/lib/src/services/series/performance/performance.schema.d.ts +495 -0
  412. package/lib/src/services/series/performance/performance.shared.d.ts +13 -0
  413. package/lib/src/services/series/performance/performance.shared.js +19 -0
  414. package/lib/src/services/series/performance/performance.usage.examples.d.ts +81 -0
  415. package/lib/src/services/snapshot/snapshot.class.d.ts +11 -0
  416. package/lib/src/services/snapshot/snapshot.d.ts +11 -0
  417. package/lib/src/services/snapshot/snapshot.schema.d.ts +11963 -0
  418. package/lib/src/services/snapshot/snapshot.shared.d.ts +13 -0
  419. package/lib/src/services/snapshot/snapshot.shared.js +14 -0
  420. package/lib/src/services/store/items/items.class.d.ts +12 -0
  421. package/lib/src/services/store/items/items.d.ts +11 -0
  422. package/lib/src/services/store/items/items.schema.d.ts +1395 -0
  423. package/lib/src/services/store/items/items.shared.d.ts +13 -0
  424. package/lib/src/services/store/items/items.shared.js +13 -0
  425. package/lib/src/services/strategies/ai/ai.class.d.ts +3 -2
  426. package/lib/src/services/strategies/ai/ai.schema.d.ts +33 -33
  427. package/lib/src/services/strategies/ai/ai.shared.d.ts +1 -1
  428. package/lib/src/services/strategies/ai/stream/stream.shared.d.ts +1 -1
  429. package/lib/src/services/strategies/backtest/backtest.class.d.ts +3 -2
  430. package/lib/src/services/strategies/backtest/backtest.schema.d.ts +820 -288
  431. package/lib/src/services/strategies/backtest/backtest.shared.d.ts +1 -1
  432. package/lib/src/services/strategies/backtest/preflight/preflight.class.d.ts +46 -0
  433. package/lib/src/services/strategies/backtest/preflight/preflight.d.ts +11 -0
  434. package/lib/src/services/strategies/backtest/preflight/preflight.schema.d.ts +737 -0
  435. package/lib/src/services/strategies/backtest/preflight/preflight.shared.d.ts +13 -0
  436. package/lib/src/services/strategies/backtest/preflight/preflight.shared.js +13 -0
  437. package/lib/src/services/strategies/backtest/results/results.class.d.ts +2 -2
  438. package/lib/src/services/strategies/backtest/results/results.schema.d.ts +295 -295
  439. package/lib/src/services/strategies/backtest/results/results.shared.d.ts +1 -1
  440. package/lib/src/services/strategies/blob/blob.shared.d.ts +1 -1
  441. package/lib/src/services/strategies/follow/follow.class.d.ts +12 -0
  442. package/lib/src/services/strategies/follow/follow.d.ts +11 -0
  443. package/lib/src/services/strategies/follow/follow.schema.d.ts +711 -0
  444. package/lib/src/services/strategies/follow/follow.shared.d.ts +13 -0
  445. package/lib/src/services/strategies/follow/follow.shared.js +19 -0
  446. package/lib/src/services/strategies/generate/generate.class.d.ts +12 -0
  447. package/lib/src/services/strategies/generate/generate.d.ts +11 -0
  448. package/lib/src/services/strategies/generate/generate.schema.d.ts +875 -0
  449. package/lib/src/services/strategies/generate/generate.shared.d.ts +13 -0
  450. package/lib/src/services/strategies/generate/generate.shared.js +13 -0
  451. package/lib/src/services/strategies/history/history.class.d.ts +11 -0
  452. package/lib/src/services/strategies/history/history.d.ts +11 -0
  453. package/lib/src/services/strategies/history/history.schema.d.ts +714 -0
  454. package/lib/src/services/strategies/history/history.shared.d.ts +13 -0
  455. package/lib/src/services/strategies/history/history.shared.js +19 -0
  456. package/lib/src/services/strategies/hyperopt/hyperopt-generate-and-queue.hooks.d.ts +2 -0
  457. package/lib/src/services/strategies/hyperopt/hyperopt-generate-config-in-disk.hooks.d.ts +2 -0
  458. package/lib/src/services/strategies/hyperopt/hyperopt-generate-exchange-config.hooks.d.ts +8 -0
  459. package/lib/src/services/strategies/hyperopt/hyperopt-get-results.hooks.d.ts +2 -0
  460. package/lib/src/services/strategies/hyperopt/hyperopt-in-disk-clone-strategy.hooks.d.ts +2 -0
  461. package/lib/src/services/strategies/hyperopt/hyperopt-populate-exchange.hooks.d.ts +7 -0
  462. package/lib/src/services/strategies/hyperopt/hyperopt-promote-template.hooks.d.ts +9 -0
  463. package/lib/src/services/strategies/hyperopt/hyperopt-propagate-results.hooks.d.ts +2 -0
  464. package/lib/src/services/strategies/hyperopt/hyperopt-validate-exchange-whitelist.hooks.d.ts +10 -0
  465. package/lib/src/services/strategies/hyperopt/hyperopt-validate-historical-data.hooks.d.ts +9 -0
  466. package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-balance.hooks.d.ts +7 -0
  467. package/lib/src/services/strategies/hyperopt/hyperopt-validate-stake-currency.hooks.d.ts +9 -0
  468. package/lib/src/services/strategies/hyperopt/hyperopt-validate.hooks.d.ts +7 -0
  469. package/lib/src/services/strategies/hyperopt/hyperopt-verify-subscription-limits.hooks.d.ts +6 -0
  470. package/lib/src/services/strategies/hyperopt/hyperopt.class.d.ts +3 -2
  471. package/lib/src/services/strategies/hyperopt/hyperopt.schema.d.ts +2560 -278
  472. package/lib/src/services/strategies/hyperopt/hyperopt.shared.d.ts +1 -1
  473. package/lib/src/services/strategies/indicators/indicators.class.d.ts +2 -2
  474. package/lib/src/services/strategies/indicators/indicators.schema.d.ts +221 -141
  475. package/lib/src/services/strategies/indicators/indicators.shared.d.ts +1 -1
  476. package/lib/src/services/strategies/indicators/talib/talib.class.d.ts +2 -2
  477. package/lib/src/services/strategies/indicators/talib/talib.schema.d.ts +98 -98
  478. package/lib/src/services/strategies/indicators/talib/talib.shared.d.ts +1 -1
  479. package/lib/src/services/strategies/research/research.class.d.ts +11 -0
  480. package/lib/src/services/strategies/research/research.d.ts +12 -0
  481. package/lib/src/services/strategies/research/research.schema.d.ts +1006 -0
  482. package/lib/src/services/strategies/research/research.shared.d.ts +13 -0
  483. package/lib/src/services/strategies/research/research.shared.js +19 -0
  484. package/lib/src/services/strategies/strategies.class.d.ts +3 -2
  485. package/lib/src/services/strategies/strategies.schema.d.ts +4335 -1558
  486. package/lib/src/services/strategies/strategies.shared.d.ts +1 -1
  487. package/lib/src/services/strategies/templates/templates.class.d.ts +2 -2
  488. package/lib/src/services/strategies/templates/templates.schema.d.ts +9337 -95
  489. package/lib/src/services/strategies/templates/templates.shared.d.ts +1 -1
  490. package/lib/src/services/stripe/charges/charges.shared.d.ts +1 -1
  491. package/lib/src/services/stripe/customers/cards/cards.shared.d.ts +1 -1
  492. package/lib/src/services/stripe/customers/customers.shared.d.ts +1 -1
  493. package/lib/src/services/stripe/customers/paymentintent/paymentintent.shared.d.ts +1 -1
  494. package/lib/src/services/stripe/customers/paymentmethods/paymentmethods.shared.d.ts +1 -1
  495. package/lib/src/services/stripe/customers/subscriptions/subscriptions.shared.d.ts +1 -1
  496. package/lib/src/services/stripe/products/products.shared.d.ts +1 -1
  497. package/lib/src/services/stripe/webhooks/webhooks.shared.d.ts +1 -1
  498. package/lib/src/services/support/support.class.d.ts +18 -0
  499. package/lib/src/services/support/support.d.ts +11 -0
  500. package/lib/src/services/support/support.schema.d.ts +507 -0
  501. package/lib/src/services/support/support.shared.d.ts +13 -0
  502. package/lib/src/services/support/support.shared.js +13 -0
  503. package/lib/src/services/tasks/comments/comments.class.d.ts +11 -0
  504. package/lib/src/services/tasks/comments/comments.d.ts +11 -0
  505. package/lib/src/services/tasks/comments/comments.schema.d.ts +771 -0
  506. package/lib/src/services/tasks/comments/comments.shared.d.ts +13 -0
  507. package/lib/src/services/tasks/comments/comments.shared.js +13 -0
  508. package/lib/src/services/tasks/tasks.class.d.ts +14 -0
  509. package/lib/src/services/tasks/tasks.d.ts +11 -0
  510. package/lib/src/services/tasks/tasks.hooks.d.ts +90 -0
  511. package/lib/src/services/tasks/tasks.schema.d.ts +1281 -0
  512. package/lib/src/services/tasks/tasks.shared.d.ts +13 -0
  513. package/lib/src/services/tasks/tasks.shared.js +13 -0
  514. package/lib/src/services/tax/research/research.class.d.ts +11 -0
  515. package/lib/src/services/tax/research/research.d.ts +11 -0
  516. package/lib/src/services/tax/research/research.schema.d.ts +237 -0
  517. package/lib/src/services/tax/research/research.shared.d.ts +13 -0
  518. package/lib/src/services/tax/research/research.shared.js +13 -0
  519. package/lib/src/services/tax/sessions/conversations/conversations.class.d.ts +12 -0
  520. package/lib/src/services/tax/sessions/conversations/conversations.d.ts +11 -0
  521. package/lib/src/services/tax/sessions/conversations/conversations.hooks.d.ts +11 -0
  522. package/lib/src/services/tax/sessions/conversations/conversations.schema.d.ts +2923 -0
  523. package/lib/src/services/tax/sessions/conversations/conversations.shared.d.ts +13 -0
  524. package/lib/src/services/tax/sessions/conversations/conversations.shared.js +13 -0
  525. package/lib/src/services/tax/sessions/conversations/invoke-tax-bedrock-agent.hooks.d.ts +2 -0
  526. package/lib/src/services/tax/sessions/create-tax-bedrock-session.hooks.d.ts +2 -0
  527. package/lib/src/services/tax/sessions/delete-tax-bedrock-session.hooks.d.ts +2 -0
  528. package/lib/src/services/tax/sessions/sessions.class.d.ts +12 -0
  529. package/lib/src/services/tax/sessions/sessions.d.ts +11 -0
  530. package/lib/src/services/tax/sessions/sessions.hooks.d.ts +11 -0
  531. package/lib/src/services/tax/sessions/sessions.schema.d.ts +803 -0
  532. package/lib/src/services/tax/sessions/sessions.shared.d.ts +13 -0
  533. package/lib/src/services/tax/sessions/sessions.shared.js +13 -0
  534. package/lib/src/services/tax/sessions/sync-tax-bedrock-sessions.hooks.d.ts +2 -0
  535. package/lib/src/services/tax/sessions/update-tax-bedrock-session.hooks.d.ts +2 -0
  536. package/lib/src/services/telegram/link/link.class.d.ts +26 -0
  537. package/lib/src/services/telegram/link/link.d.ts +11 -0
  538. package/lib/src/services/telegram/link/link.schema.d.ts +174 -0
  539. package/lib/src/services/telegram/link/link.shared.d.ts +13 -0
  540. package/lib/src/services/telegram/link/link.shared.js +13 -0
  541. package/lib/src/services/telegram/telegram.class.d.ts +34 -0
  542. package/lib/src/services/telegram/telegram.d.ts +11 -0
  543. package/lib/src/services/telegram/telegram.schema.d.ts +152 -0
  544. package/lib/src/services/telegram/telegram.shared.d.ts +13 -0
  545. package/lib/src/services/telegram/telegram.shared.js +13 -0
  546. package/lib/src/services/toggles/toggles.class.d.ts +19 -0
  547. package/lib/src/services/toggles/toggles.d.ts +11 -0
  548. package/lib/src/services/toggles/toggles.schema.d.ts +335 -0
  549. package/lib/src/services/toggles/toggles.shared.d.ts +13 -0
  550. package/lib/src/services/toggles/toggles.shared.js +13 -0
  551. package/lib/src/services/tokens/tokens.class.d.ts +11 -0
  552. package/lib/src/services/tokens/tokens.d.ts +11 -0
  553. package/lib/src/services/tokens/tokens.schema.d.ts +941 -0
  554. package/lib/src/services/tokens/tokens.shared.d.ts +13 -0
  555. package/lib/src/services/tokens/tokens.shared.js +13 -0
  556. package/lib/src/services/traders/pods/api/api.class.d.ts +3 -2
  557. package/lib/src/services/traders/pods/api/api.schema.d.ts +12091 -2907
  558. package/lib/src/services/traders/pods/api/api.shared.d.ts +1 -1
  559. package/lib/src/services/traders/pods/blob/blob.shared.d.ts +1 -1
  560. package/lib/src/services/traders/pods/events/events.class.d.ts +2 -2
  561. package/lib/src/services/traders/pods/events/events.schema.d.ts +388 -332
  562. package/lib/src/services/traders/pods/events/events.shared.d.ts +1 -1
  563. package/lib/src/services/traders/pods/pods.class.d.ts +3 -2
  564. package/lib/src/services/traders/pods/pods.schema.d.ts +10164 -2104
  565. package/lib/src/services/traders/pods/pods.shared.d.ts +1 -1
  566. package/lib/src/services/traders/pods/webhooks/webhooks.class.d.ts +2 -2
  567. package/lib/src/services/traders/pods/webhooks/webhooks.schema.d.ts +105 -105
  568. package/lib/src/services/traders/pods/webhooks/webhooks.shared.d.ts +1 -1
  569. package/lib/src/services/traders/traders.class.d.ts +4 -2
  570. package/lib/src/services/traders/traders.schema.d.ts +2923 -2450
  571. package/lib/src/services/traders/traders.shared.d.ts +1 -1
  572. package/lib/src/services/trades/trades.class.d.ts +11 -0
  573. package/lib/src/services/trades/trades.d.ts +11 -0
  574. package/lib/src/services/trades/trades.schema.d.ts +16969 -0
  575. package/lib/src/services/trades/trades.shared.d.ts +13 -0
  576. package/lib/src/services/trades/trades.shared.js +13 -0
  577. package/lib/src/services/users/access/access.class.d.ts +11 -0
  578. package/lib/src/services/users/access/access.d.ts +11 -0
  579. package/lib/src/services/users/access/access.schema.d.ts +393 -0
  580. package/lib/src/services/users/access/access.shared.d.ts +13 -0
  581. package/lib/src/services/users/access/access.shared.js +13 -0
  582. package/lib/src/services/users/cancel-subscription.class.d.ts +13 -0
  583. package/lib/src/services/users/cancel-subscription.d.ts +9 -0
  584. package/lib/src/services/users/marketing/campaigns/01-welcome.campaign.d.ts +3 -0
  585. package/lib/src/services/users/marketing/campaigns/02-first-bot-running.campaign.d.ts +3 -0
  586. package/lib/src/services/users/marketing/campaigns/03-ai-strategy.campaign.d.ts +3 -0
  587. package/lib/src/services/users/marketing/campaigns/04-hyperopt.campaign.d.ts +3 -0
  588. package/lib/src/services/users/marketing/campaigns/05-safety-tips.campaign.d.ts +3 -0
  589. package/lib/src/services/users/marketing/campaigns/06-humor.campaign.d.ts +3 -0
  590. package/lib/src/services/users/marketing/campaigns/07-paper-vs-real.campaign.d.ts +3 -0
  591. package/lib/src/services/users/marketing/campaigns/08-trial-summary.campaign.d.ts +3 -0
  592. package/lib/src/services/users/marketing/campaigns/09-trial-ending.campaign.d.ts +3 -0
  593. package/lib/src/services/users/marketing/campaigns/10-reactivation.campaign.d.ts +3 -0
  594. package/lib/src/services/users/marketing/campaigns/11-onboarding-incomplete.campaign.d.ts +6 -0
  595. package/lib/src/services/users/marketing/campaigns/index.d.ts +10 -0
  596. package/lib/src/services/users/marketing/campaigns/supervisor-welcome.campaign.d.ts +6 -0
  597. package/lib/src/services/users/marketing/campaigns/trial.context.d.ts +27 -0
  598. package/lib/src/services/users/marketing/marketing.class.d.ts +26 -0
  599. package/lib/src/services/users/marketing/marketing.d.ts +11 -0
  600. package/lib/src/services/users/marketing/marketing.engine.d.ts +36 -0
  601. package/lib/src/services/users/marketing/marketing.schema.d.ts +515 -0
  602. package/lib/src/services/users/marketing/marketing.shared.d.ts +13 -0
  603. package/lib/src/services/users/marketing/marketing.shared.js +20 -0
  604. package/lib/src/services/users/onboarding/onboarding.class.d.ts +11 -0
  605. package/lib/src/services/users/onboarding/onboarding.d.ts +11 -0
  606. package/lib/src/services/users/onboarding/onboarding.hooks.d.ts +60 -0
  607. package/lib/src/services/users/onboarding/onboarding.schema.d.ts +768 -0
  608. package/lib/src/services/users/onboarding/onboarding.shared.d.ts +13 -0
  609. package/lib/src/services/users/onboarding/onboarding.shared.js +13 -0
  610. package/lib/src/services/users/onboarding/steps/exchanges.processor.d.ts +15 -0
  611. package/lib/src/services/users/onboarding/steps/index.d.ts +32 -0
  612. package/lib/src/services/users/onboarding/steps/notifications.processor.d.ts +15 -0
  613. package/lib/src/services/users/onboarding/steps/preferences.processor.d.ts +16 -0
  614. package/lib/src/services/users/onboarding/steps/strategy.processor.d.ts +15 -0
  615. package/lib/src/services/users/onboarding/steps/traders.processor.d.ts +16 -0
  616. package/lib/src/services/users/reset-account.class.d.ts +11 -0
  617. package/lib/src/services/users/reset-account.d.ts +9 -0
  618. package/lib/src/services/users/sessions/sessions.class.d.ts +18 -0
  619. package/lib/src/services/users/sessions/sessions.d.ts +11 -0
  620. package/lib/src/services/users/sessions/sessions.schema.d.ts +698 -0
  621. package/lib/src/services/users/sessions/sessions.shared.d.ts +13 -0
  622. package/lib/src/services/users/sessions/sessions.shared.js +13 -0
  623. package/lib/src/services/users/setup-trial.class.d.ts +21 -0
  624. package/lib/src/services/users/setup-trial.d.ts +9 -0
  625. package/lib/src/services/users/stripe-check-subscription.hooks.d.ts +2 -0
  626. package/lib/src/services/users/stripe-create-payment-intent.hooks.d.ts +2 -0
  627. package/lib/src/services/users/stripe-is-subscription-active.hooks.d.ts +2 -0
  628. package/lib/src/services/users/stripe-sync-customer-data.hooks.d.ts +2 -0
  629. package/lib/src/services/users/users.class.d.ts +298 -59
  630. package/lib/src/services/users/users.schema.d.ts +1942 -350
  631. package/lib/src/services/users/users.shared.d.ts +2 -2
  632. package/lib/src/services/users/users.shared.js +1 -1
  633. package/lib/src/services/version/version.shared.d.ts +1 -1
  634. package/package.json +9 -3
@@ -0,0 +1,2931 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import { type HookContext } from '../../../../declarations';
3
+ import type { AgentsSessionsConversationsService } from './conversations.class';
4
+ export declare const agentsSessionsConversationsSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
6
+ text: import("@feathersjs/typebox").TString<string>;
7
+ role: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
8
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
9
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
10
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
11
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
12
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
13
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
14
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
15
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
16
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
17
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
18
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
19
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
20
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
21
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
22
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
23
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
24
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
25
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
26
+ }>>>;
27
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
28
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
29
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
30
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
31
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
32
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
33
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
34
+ }>>>;
35
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
36
+ }>>;
37
+ source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"web">, import("@feathersjs/typebox").TLiteral<"telegram">, import("@feathersjs/typebox").TLiteral<"system">]>>;
38
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
39
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
40
+ }>;
41
+ export type AgentsSessionsConversations = Static<typeof agentsSessionsConversationsSchema>;
42
+ export declare const agentsSessionsConversationsValidator: import("@feathersjs/schema").Validator<any, any>;
43
+ export declare const agentsSessionsConversationsResolver: import("@feathersjs/schema").Resolver<{
44
+ _id: string | {};
45
+ text: string;
46
+ role: "assistant" | "user";
47
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
48
+ sessionId?: string | undefined;
49
+ agentId?: string | {} | undefined;
50
+ userId?: string | {} | undefined;
51
+ trace?: {
52
+ rationale?: string[] | undefined;
53
+ toolCalls?: {
54
+ actionGroupName?: string | undefined;
55
+ apiPath?: string | undefined;
56
+ verb?: string | undefined;
57
+ parameters?: any;
58
+ requestBody?: any;
59
+ response?: any;
60
+ success?: boolean | undefined;
61
+ executionTimeMs?: number | undefined;
62
+ startTime?: string | undefined;
63
+ endTime?: string | undefined;
64
+ error?: string | undefined;
65
+ }[] | undefined;
66
+ modelInvocations?: {
67
+ foundationModel?: string | undefined;
68
+ inputTokens?: number | undefined;
69
+ outputTokens?: number | undefined;
70
+ totalTimeMs?: number | undefined;
71
+ startTime?: string | undefined;
72
+ endTime?: string | undefined;
73
+ }[] | undefined;
74
+ fullTrace?: any;
75
+ } | undefined;
76
+ source?: "system" | "telegram" | "web" | undefined;
77
+ createdAt?: any;
78
+ updatedAt?: any;
79
+ }, HookContext<AgentsSessionsConversationsService<import("./conversations.class").AgentsSessionsConversationsParams>>>;
80
+ export declare const agentsSessionsConversationsExternalResolver: import("@feathersjs/schema").Resolver<{
81
+ _id: string | {};
82
+ text: string;
83
+ role: "assistant" | "user";
84
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
85
+ sessionId?: string | undefined;
86
+ agentId?: string | {} | undefined;
87
+ userId?: string | {} | undefined;
88
+ trace?: {
89
+ rationale?: string[] | undefined;
90
+ toolCalls?: {
91
+ actionGroupName?: string | undefined;
92
+ apiPath?: string | undefined;
93
+ verb?: string | undefined;
94
+ parameters?: any;
95
+ requestBody?: any;
96
+ response?: any;
97
+ success?: boolean | undefined;
98
+ executionTimeMs?: number | undefined;
99
+ startTime?: string | undefined;
100
+ endTime?: string | undefined;
101
+ error?: string | undefined;
102
+ }[] | undefined;
103
+ modelInvocations?: {
104
+ foundationModel?: string | undefined;
105
+ inputTokens?: number | undefined;
106
+ outputTokens?: number | undefined;
107
+ totalTimeMs?: number | undefined;
108
+ startTime?: string | undefined;
109
+ endTime?: string | undefined;
110
+ }[] | undefined;
111
+ fullTrace?: any;
112
+ } | undefined;
113
+ source?: "system" | "telegram" | "web" | undefined;
114
+ createdAt?: any;
115
+ updatedAt?: any;
116
+ }, HookContext<AgentsSessionsConversationsService<import("./conversations.class").AgentsSessionsConversationsParams>>>;
117
+ export declare const agentsSessionsConversationsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
118
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
119
+ text: import("@feathersjs/typebox").TString<string>;
120
+ role: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
121
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
122
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
123
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
124
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
125
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
126
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
127
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
128
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
129
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
130
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
131
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
132
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
133
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
134
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
135
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
136
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
137
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
138
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
139
+ }>>>;
140
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
141
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
142
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
143
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
144
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
145
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
146
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
147
+ }>>>;
148
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
149
+ }>>;
150
+ source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"web">, import("@feathersjs/typebox").TLiteral<"telegram">, import("@feathersjs/typebox").TLiteral<"system">]>>;
151
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
152
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
153
+ }>, ["text", "role", "type", "sessionId", "agentId", "userId", "trace", "source"]>;
154
+ export type AgentsSessionsConversationsData = Static<typeof agentsSessionsConversationsDataSchema>;
155
+ export declare const agentsSessionsConversationsDataValidator: import("@feathersjs/schema").Validator<any, any>;
156
+ export declare const agentsSessionsConversationsDataResolver: import("@feathersjs/schema").Resolver<{
157
+ _id: string | {};
158
+ text: string;
159
+ role: "assistant" | "user";
160
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
161
+ sessionId?: string | undefined;
162
+ agentId?: string | {} | undefined;
163
+ userId?: string | {} | undefined;
164
+ trace?: {
165
+ rationale?: string[] | undefined;
166
+ toolCalls?: {
167
+ actionGroupName?: string | undefined;
168
+ apiPath?: string | undefined;
169
+ verb?: string | undefined;
170
+ parameters?: any;
171
+ requestBody?: any;
172
+ response?: any;
173
+ success?: boolean | undefined;
174
+ executionTimeMs?: number | undefined;
175
+ startTime?: string | undefined;
176
+ endTime?: string | undefined;
177
+ error?: string | undefined;
178
+ }[] | undefined;
179
+ modelInvocations?: {
180
+ foundationModel?: string | undefined;
181
+ inputTokens?: number | undefined;
182
+ outputTokens?: number | undefined;
183
+ totalTimeMs?: number | undefined;
184
+ startTime?: string | undefined;
185
+ endTime?: string | undefined;
186
+ }[] | undefined;
187
+ fullTrace?: any;
188
+ } | undefined;
189
+ source?: "system" | "telegram" | "web" | undefined;
190
+ createdAt?: any;
191
+ updatedAt?: any;
192
+ }, HookContext<AgentsSessionsConversationsService<import("./conversations.class").AgentsSessionsConversationsParams>>>;
193
+ export declare const agentsSessionsConversationsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
194
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
195
+ text: import("@feathersjs/typebox").TString<string>;
196
+ role: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
197
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
198
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
199
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
200
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
201
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
202
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
203
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
204
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
205
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
206
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
207
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
208
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
209
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
210
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
211
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
212
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
213
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
214
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
215
+ }>>>;
216
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
217
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
218
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
219
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
220
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
221
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
222
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
223
+ }>>>;
224
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
225
+ }>>;
226
+ source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"web">, import("@feathersjs/typebox").TLiteral<"telegram">, import("@feathersjs/typebox").TLiteral<"system">]>>;
227
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
228
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
229
+ }>>;
230
+ export type AgentsSessionsConversationsPatch = Static<typeof agentsSessionsConversationsPatchSchema>;
231
+ export declare const agentsSessionsConversationsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
232
+ export declare const agentsSessionsConversationsPatchResolver: import("@feathersjs/schema").Resolver<{
233
+ _id: string | {};
234
+ text: string;
235
+ role: "assistant" | "user";
236
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
237
+ sessionId?: string | undefined;
238
+ agentId?: string | {} | undefined;
239
+ userId?: string | {} | undefined;
240
+ trace?: {
241
+ rationale?: string[] | undefined;
242
+ toolCalls?: {
243
+ actionGroupName?: string | undefined;
244
+ apiPath?: string | undefined;
245
+ verb?: string | undefined;
246
+ parameters?: any;
247
+ requestBody?: any;
248
+ response?: any;
249
+ success?: boolean | undefined;
250
+ executionTimeMs?: number | undefined;
251
+ startTime?: string | undefined;
252
+ endTime?: string | undefined;
253
+ error?: string | undefined;
254
+ }[] | undefined;
255
+ modelInvocations?: {
256
+ foundationModel?: string | undefined;
257
+ inputTokens?: number | undefined;
258
+ outputTokens?: number | undefined;
259
+ totalTimeMs?: number | undefined;
260
+ startTime?: string | undefined;
261
+ endTime?: string | undefined;
262
+ }[] | undefined;
263
+ fullTrace?: any;
264
+ } | undefined;
265
+ source?: "system" | "telegram" | "web" | undefined;
266
+ createdAt?: any;
267
+ updatedAt?: any;
268
+ }, HookContext<AgentsSessionsConversationsService<import("./conversations.class").AgentsSessionsConversationsParams>>>;
269
+ export declare const agentsSessionsConversationsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
270
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
271
+ text: import("@feathersjs/typebox").TString<string>;
272
+ role: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
273
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
274
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
275
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
276
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
277
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
278
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
279
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
280
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
281
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
282
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
283
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
284
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
285
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
286
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
287
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
288
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
289
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
290
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
291
+ }>>>;
292
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
293
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
294
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
295
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
296
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
297
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
298
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
299
+ }>>>;
300
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
301
+ }>>;
302
+ source: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"web">, import("@feathersjs/typebox").TLiteral<"telegram">, import("@feathersjs/typebox").TLiteral<"system">]>>;
303
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
304
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
305
+ }>, ["_id", "text", "role", "type", "sessionId", "agentId", "trace", "createdAt", "updatedAt"]>;
306
+ export declare const agentsSessionsConversationsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
307
+ $limit: import("@feathersjs/typebox").TNumber;
308
+ $skip: import("@feathersjs/typebox").TNumber;
309
+ $sort: import("@feathersjs/typebox").TObject<{
310
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
311
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
312
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
313
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
314
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
315
+ text: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
316
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
317
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
318
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
319
+ }>;
320
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "agentId" | "createdAt" | "role" | "sessionId" | "text" | "trace" | "type" | "updatedAt")[]>;
321
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
322
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
323
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
324
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
325
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
326
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
327
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
328
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
329
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
330
+ }>, import("@feathersjs/typebox").TObject<{
331
+ [key: string]: import("@feathersjs/typebox").TSchema;
332
+ } | undefined>]>>]>>;
333
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
334
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
335
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
336
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
337
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
338
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
339
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
340
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
341
+ }>, import("@feathersjs/typebox").TObject<{
342
+ [key: string]: import("@feathersjs/typebox").TSchema;
343
+ } | undefined>]>>]>>;
344
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
345
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
346
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
347
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
348
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
349
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
350
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
351
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
352
+ }>, import("@feathersjs/typebox").TObject<{
353
+ [key: string]: import("@feathersjs/typebox").TSchema;
354
+ } | undefined>]>>]>>;
355
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
356
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
357
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
358
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
359
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
360
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
361
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
362
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
363
+ }>, import("@feathersjs/typebox").TObject<{
364
+ [key: string]: import("@feathersjs/typebox").TSchema;
365
+ } | undefined>]>>]>>;
366
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
367
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
368
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
369
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
370
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
371
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
372
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
373
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
374
+ }>, import("@feathersjs/typebox").TObject<{
375
+ [key: string]: import("@feathersjs/typebox").TSchema;
376
+ } | undefined>]>>]>>;
377
+ text: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
378
+ $gt: import("@feathersjs/typebox").TString<string>;
379
+ $gte: import("@feathersjs/typebox").TString<string>;
380
+ $lt: import("@feathersjs/typebox").TString<string>;
381
+ $lte: import("@feathersjs/typebox").TString<string>;
382
+ $ne: import("@feathersjs/typebox").TString<string>;
383
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
384
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
385
+ }>, import("@feathersjs/typebox").TObject<{
386
+ [key: string]: import("@feathersjs/typebox").TSchema;
387
+ } | undefined>]>>]>>;
388
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
389
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
390
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
391
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
392
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
393
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
394
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
395
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
396
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
397
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
398
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
399
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
400
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
401
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
402
+ }>>>;
403
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
404
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
405
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
406
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
407
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
408
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
409
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
410
+ }>>>;
411
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
412
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
413
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
414
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
415
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
416
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
417
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
418
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
419
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
420
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
421
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
422
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
423
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
424
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
425
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
426
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
427
+ }>>>;
428
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
429
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
430
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
431
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
432
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
433
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
434
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
435
+ }>>>;
436
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
437
+ }>>;
438
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
439
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
440
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
441
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
442
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
443
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
444
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
445
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
446
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
447
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
448
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
449
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
450
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
451
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
452
+ }>>>;
453
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
454
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
455
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
456
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
457
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
458
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
459
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
460
+ }>>>;
461
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
462
+ }>>;
463
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
464
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
465
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
466
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
467
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
468
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
469
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
470
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
471
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
472
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
473
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
474
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
475
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
476
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
477
+ }>>>;
478
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
479
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
480
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
481
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
482
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
483
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
484
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
485
+ }>>>;
486
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
487
+ }>>;
488
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
489
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
490
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
491
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
492
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
493
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
494
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
495
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
496
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
497
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
498
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
499
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
500
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
501
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
502
+ }>>>;
503
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
504
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
505
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
506
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
507
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
508
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
509
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
510
+ }>>>;
511
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
512
+ }>>;
513
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
514
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
515
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
516
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
517
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
518
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
519
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
520
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
521
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
522
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
523
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
524
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
525
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
526
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
527
+ }>>>;
528
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
529
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
530
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
531
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
532
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
533
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
534
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
535
+ }>>>;
536
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
537
+ }>>;
538
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
539
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
540
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
541
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
542
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
543
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
544
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
545
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
546
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
547
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
548
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
549
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
550
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
551
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
552
+ }>>>;
553
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
554
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
555
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
556
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
557
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
558
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
559
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
560
+ }>>>;
561
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
562
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
563
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
564
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
565
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
566
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
567
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
568
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
569
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
570
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
571
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
572
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
573
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
574
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
575
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
576
+ }>>>;
577
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
578
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
579
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
580
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
581
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
582
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
583
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
584
+ }>>>;
585
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
586
+ }>>;
587
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
588
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
589
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
590
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
591
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
592
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
593
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
594
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
595
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
596
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
597
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
598
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
599
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
600
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
601
+ }>>>;
602
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
603
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
604
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
605
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
606
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
607
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
608
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
609
+ }>>>;
610
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
611
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
612
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
613
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
614
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
615
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
616
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
617
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
618
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
619
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
620
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
621
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
622
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
623
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
624
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
625
+ }>>>;
626
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
627
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
628
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
629
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
630
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
631
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
632
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
633
+ }>>>;
634
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
635
+ }>>;
636
+ }>, import("@feathersjs/typebox").TObject<{
637
+ [key: string]: import("@feathersjs/typebox").TSchema;
638
+ } | undefined>]>>]>>;
639
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
640
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
641
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
642
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
643
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
644
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
645
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
646
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
647
+ }>, import("@feathersjs/typebox").TObject<{
648
+ [key: string]: import("@feathersjs/typebox").TSchema;
649
+ } | undefined>]>>]>>;
650
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
651
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
652
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
653
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
654
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
655
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
656
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
657
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
658
+ }>, import("@feathersjs/typebox").TObject<{
659
+ [key: string]: import("@feathersjs/typebox").TSchema;
660
+ } | undefined>]>>]>>;
661
+ }>>, import("@feathersjs/typebox").TObject<{
662
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
663
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
664
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
665
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
666
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
667
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
668
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
669
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
670
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
671
+ }>, import("@feathersjs/typebox").TObject<{
672
+ [key: string]: import("@feathersjs/typebox").TSchema;
673
+ } | undefined>]>>]>>;
674
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
675
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
676
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
677
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
678
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
679
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
680
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
681
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
682
+ }>, import("@feathersjs/typebox").TObject<{
683
+ [key: string]: import("@feathersjs/typebox").TSchema;
684
+ } | undefined>]>>]>>;
685
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
686
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
687
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
688
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
689
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
690
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
691
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
692
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
693
+ }>, import("@feathersjs/typebox").TObject<{
694
+ [key: string]: import("@feathersjs/typebox").TSchema;
695
+ } | undefined>]>>]>>;
696
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
697
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
698
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
699
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
700
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
701
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
702
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
703
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
704
+ }>, import("@feathersjs/typebox").TObject<{
705
+ [key: string]: import("@feathersjs/typebox").TSchema;
706
+ } | undefined>]>>]>>;
707
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
708
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
709
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
710
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
711
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
712
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
713
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
714
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
715
+ }>, import("@feathersjs/typebox").TObject<{
716
+ [key: string]: import("@feathersjs/typebox").TSchema;
717
+ } | undefined>]>>]>>;
718
+ text: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
719
+ $gt: import("@feathersjs/typebox").TString<string>;
720
+ $gte: import("@feathersjs/typebox").TString<string>;
721
+ $lt: import("@feathersjs/typebox").TString<string>;
722
+ $lte: import("@feathersjs/typebox").TString<string>;
723
+ $ne: import("@feathersjs/typebox").TString<string>;
724
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
725
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
726
+ }>, import("@feathersjs/typebox").TObject<{
727
+ [key: string]: import("@feathersjs/typebox").TSchema;
728
+ } | undefined>]>>]>>;
729
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
730
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
731
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
732
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
733
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
734
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
735
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
736
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
737
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
738
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
739
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
740
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
741
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
742
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
743
+ }>>>;
744
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
745
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
746
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
747
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
748
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
749
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
750
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
751
+ }>>>;
752
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
753
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
754
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
755
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
756
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
757
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
758
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
759
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
760
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
761
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
762
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
763
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
764
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
765
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
766
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
767
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
768
+ }>>>;
769
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
770
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
771
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
772
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
773
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
774
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
775
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
776
+ }>>>;
777
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
778
+ }>>;
779
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
780
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
781
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
782
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
783
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
784
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
785
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
786
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
787
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
788
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
789
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
790
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
791
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
792
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
793
+ }>>>;
794
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
795
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
796
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
797
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
798
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
799
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
800
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
801
+ }>>>;
802
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
803
+ }>>;
804
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
805
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
806
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
807
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
808
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
809
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
810
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
811
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
812
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
813
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
814
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
815
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
816
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
817
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
818
+ }>>>;
819
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
820
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
821
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
822
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
823
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
824
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
825
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
826
+ }>>>;
827
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
828
+ }>>;
829
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
830
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
831
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
832
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
833
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
834
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
835
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
836
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
837
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
838
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
839
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
840
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
841
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
842
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
843
+ }>>>;
844
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
845
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
846
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
847
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
848
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
849
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
850
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
851
+ }>>>;
852
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
853
+ }>>;
854
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
855
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
856
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
857
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
858
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
859
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
860
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
861
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
862
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
863
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
864
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
865
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
866
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
867
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
868
+ }>>>;
869
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
870
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
871
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
872
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
873
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
874
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
875
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
876
+ }>>>;
877
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
878
+ }>>;
879
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
880
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
881
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
882
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
883
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
884
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
885
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
886
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
887
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
888
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
889
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
890
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
891
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
892
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
893
+ }>>>;
894
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
895
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
896
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
897
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
898
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
899
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
900
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
901
+ }>>>;
902
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
903
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
904
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
905
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
906
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
907
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
908
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
909
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
910
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
911
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
912
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
913
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
914
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
915
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
916
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
917
+ }>>>;
918
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
919
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
920
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
921
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
922
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
923
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
924
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
925
+ }>>>;
926
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
927
+ }>>;
928
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
929
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
930
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
931
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
932
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
933
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
934
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
935
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
936
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
937
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
938
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
939
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
940
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
941
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
942
+ }>>>;
943
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
944
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
945
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
946
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
947
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
948
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
949
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
950
+ }>>>;
951
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
952
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
953
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
954
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
955
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
956
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
957
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
958
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
959
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
960
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
961
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
962
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
963
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
964
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
965
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
966
+ }>>>;
967
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
968
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
969
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
970
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
971
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
972
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
973
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
974
+ }>>>;
975
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
976
+ }>>;
977
+ }>, import("@feathersjs/typebox").TObject<{
978
+ [key: string]: import("@feathersjs/typebox").TSchema;
979
+ } | undefined>]>>]>>;
980
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
981
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
982
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
983
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
984
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
985
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
986
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
987
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
988
+ }>, import("@feathersjs/typebox").TObject<{
989
+ [key: string]: import("@feathersjs/typebox").TSchema;
990
+ } | undefined>]>>]>>;
991
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
992
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
993
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
994
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
995
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
996
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
997
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
998
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
999
+ }>, import("@feathersjs/typebox").TObject<{
1000
+ [key: string]: import("@feathersjs/typebox").TSchema;
1001
+ } | undefined>]>>]>>;
1002
+ }>>>;
1003
+ }>]>>;
1004
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1005
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1006
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1007
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1008
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1009
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1010
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1011
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1012
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1013
+ }>, import("@feathersjs/typebox").TObject<{
1014
+ [key: string]: import("@feathersjs/typebox").TSchema;
1015
+ } | undefined>]>>]>>;
1016
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1017
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1018
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1019
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1020
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1021
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1022
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1023
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1024
+ }>, import("@feathersjs/typebox").TObject<{
1025
+ [key: string]: import("@feathersjs/typebox").TSchema;
1026
+ } | undefined>]>>]>>;
1027
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1028
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1029
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1030
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1031
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1032
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1033
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1034
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1035
+ }>, import("@feathersjs/typebox").TObject<{
1036
+ [key: string]: import("@feathersjs/typebox").TSchema;
1037
+ } | undefined>]>>]>>;
1038
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1039
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1040
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1041
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1042
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1043
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1044
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1045
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1046
+ }>, import("@feathersjs/typebox").TObject<{
1047
+ [key: string]: import("@feathersjs/typebox").TSchema;
1048
+ } | undefined>]>>]>>;
1049
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1050
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1051
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1052
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1053
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1054
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1055
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1056
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1057
+ }>, import("@feathersjs/typebox").TObject<{
1058
+ [key: string]: import("@feathersjs/typebox").TSchema;
1059
+ } | undefined>]>>]>>;
1060
+ text: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1061
+ $gt: import("@feathersjs/typebox").TString<string>;
1062
+ $gte: import("@feathersjs/typebox").TString<string>;
1063
+ $lt: import("@feathersjs/typebox").TString<string>;
1064
+ $lte: import("@feathersjs/typebox").TString<string>;
1065
+ $ne: import("@feathersjs/typebox").TString<string>;
1066
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1067
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1068
+ }>, import("@feathersjs/typebox").TObject<{
1069
+ [key: string]: import("@feathersjs/typebox").TSchema;
1070
+ } | undefined>]>>]>>;
1071
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1072
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1073
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1074
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1075
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1076
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1077
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1078
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1079
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1080
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1081
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1082
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1083
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1084
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1085
+ }>>>;
1086
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1087
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1088
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1089
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1090
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1091
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1092
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1093
+ }>>>;
1094
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1095
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1096
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1097
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1098
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1099
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1100
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1101
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1102
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1103
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1104
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1105
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1106
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1107
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1108
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1109
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1110
+ }>>>;
1111
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1112
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1113
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1114
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1115
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1116
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1117
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1118
+ }>>>;
1119
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1120
+ }>>;
1121
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1122
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1123
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1124
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1125
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1126
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1127
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1128
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1129
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1130
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1131
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1132
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1133
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1134
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1135
+ }>>>;
1136
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1137
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1138
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1139
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1140
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1141
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1142
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1143
+ }>>>;
1144
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1145
+ }>>;
1146
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1147
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1148
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1149
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1150
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1151
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1152
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1153
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1154
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1155
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1156
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1157
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1158
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1159
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1160
+ }>>>;
1161
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1162
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1163
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1164
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1165
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1166
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1167
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1168
+ }>>>;
1169
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1170
+ }>>;
1171
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1172
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1173
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1174
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1175
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1176
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1177
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1178
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1179
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1180
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1181
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1182
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1183
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1184
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1185
+ }>>>;
1186
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1187
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1188
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1189
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1190
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1191
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1192
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1193
+ }>>>;
1194
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1195
+ }>>;
1196
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1197
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1198
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1199
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1200
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1201
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1202
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1203
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1204
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1205
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1206
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1207
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1208
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1209
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1210
+ }>>>;
1211
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1212
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1213
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1214
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1215
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1216
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1217
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1218
+ }>>>;
1219
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1220
+ }>>;
1221
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1222
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1223
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1224
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1225
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1226
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1227
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1228
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1229
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1230
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1231
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1232
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1233
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1234
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1235
+ }>>>;
1236
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1237
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1238
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1239
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1240
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1241
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1242
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1243
+ }>>>;
1244
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1245
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1246
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1247
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1248
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1249
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1250
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1251
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1252
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1253
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1254
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1255
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1256
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1257
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1258
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1259
+ }>>>;
1260
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1261
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1262
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1263
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1264
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1265
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1266
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1267
+ }>>>;
1268
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1269
+ }>>;
1270
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1271
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1272
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1273
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1274
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1275
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1276
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1277
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1278
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1279
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1280
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1281
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1282
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1283
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1284
+ }>>>;
1285
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1286
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1287
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1288
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1289
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1290
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1291
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1292
+ }>>>;
1293
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1294
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1295
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1296
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1297
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1298
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1299
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1300
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1301
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1302
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1303
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1304
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1305
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1306
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1307
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1308
+ }>>>;
1309
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1310
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1311
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1312
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1313
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1314
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1315
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1316
+ }>>>;
1317
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1318
+ }>>;
1319
+ }>, import("@feathersjs/typebox").TObject<{
1320
+ [key: string]: import("@feathersjs/typebox").TSchema;
1321
+ } | undefined>]>>]>>;
1322
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1323
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1324
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1325
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1326
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1327
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1328
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1329
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1330
+ }>, import("@feathersjs/typebox").TObject<{
1331
+ [key: string]: import("@feathersjs/typebox").TSchema;
1332
+ } | undefined>]>>]>>;
1333
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1334
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1335
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1336
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1337
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1338
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1339
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1340
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1341
+ }>, import("@feathersjs/typebox").TObject<{
1342
+ [key: string]: import("@feathersjs/typebox").TSchema;
1343
+ } | undefined>]>>]>>;
1344
+ }>>>;
1345
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1346
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1347
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1348
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1349
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1350
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1351
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1352
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1353
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1354
+ }>, import("@feathersjs/typebox").TObject<{
1355
+ [key: string]: import("@feathersjs/typebox").TSchema;
1356
+ } | undefined>]>>]>>;
1357
+ agentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1358
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1359
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1360
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1361
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1362
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1363
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1364
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1365
+ }>, import("@feathersjs/typebox").TObject<{
1366
+ [key: string]: import("@feathersjs/typebox").TSchema;
1367
+ } | undefined>]>>]>>;
1368
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1369
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1370
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1371
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1372
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1373
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1374
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1375
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1376
+ }>, import("@feathersjs/typebox").TObject<{
1377
+ [key: string]: import("@feathersjs/typebox").TSchema;
1378
+ } | undefined>]>>]>>;
1379
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1380
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1381
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1382
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1383
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1384
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1385
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1386
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"assistant">]>;
1387
+ }>, import("@feathersjs/typebox").TObject<{
1388
+ [key: string]: import("@feathersjs/typebox").TSchema;
1389
+ } | undefined>]>>]>>;
1390
+ sessionId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1391
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1392
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1393
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1394
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1395
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1396
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1397
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1398
+ }>, import("@feathersjs/typebox").TObject<{
1399
+ [key: string]: import("@feathersjs/typebox").TSchema;
1400
+ } | undefined>]>>]>>;
1401
+ text: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1402
+ $gt: import("@feathersjs/typebox").TString<string>;
1403
+ $gte: import("@feathersjs/typebox").TString<string>;
1404
+ $lt: import("@feathersjs/typebox").TString<string>;
1405
+ $lte: import("@feathersjs/typebox").TString<string>;
1406
+ $ne: import("@feathersjs/typebox").TString<string>;
1407
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1408
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1409
+ }>, import("@feathersjs/typebox").TObject<{
1410
+ [key: string]: import("@feathersjs/typebox").TSchema;
1411
+ } | undefined>]>>]>>;
1412
+ trace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1413
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1414
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1415
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1416
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1417
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1418
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1419
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1420
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1421
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1422
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1423
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1424
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1425
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1426
+ }>>>;
1427
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1428
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1429
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1430
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1431
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1432
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1433
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1434
+ }>>>;
1435
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1436
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1437
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1438
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1439
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1440
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1441
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1442
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1443
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1444
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1445
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1446
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1447
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1448
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1449
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1450
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1451
+ }>>>;
1452
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1453
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1454
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1455
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1456
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1457
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1458
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1459
+ }>>>;
1460
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1461
+ }>>;
1462
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1463
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1464
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1465
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1466
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1467
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1468
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1469
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1470
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1471
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1472
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1473
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1474
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1475
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1476
+ }>>>;
1477
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1478
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1479
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1480
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1481
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1482
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1483
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1484
+ }>>>;
1485
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1486
+ }>>;
1487
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1488
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1489
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1490
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1491
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1492
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1493
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1494
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1495
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1496
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1497
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1498
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1499
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1500
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1501
+ }>>>;
1502
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1503
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1504
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1505
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1506
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1507
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1508
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1509
+ }>>>;
1510
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1511
+ }>>;
1512
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1513
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1514
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1515
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1516
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1517
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1518
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1519
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1520
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1521
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1522
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1523
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1524
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1525
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1526
+ }>>>;
1527
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1528
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1529
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1530
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1531
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1532
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1533
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1534
+ }>>>;
1535
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1536
+ }>>;
1537
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1538
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1539
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1540
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1541
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1542
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1543
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1544
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1545
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1546
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1547
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1548
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1549
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1550
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1551
+ }>>>;
1552
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1553
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1554
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1555
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1556
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1557
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1558
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1559
+ }>>>;
1560
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1561
+ }>>;
1562
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1563
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1564
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1565
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1566
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1567
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1568
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1569
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1570
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1571
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1572
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1573
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1574
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1575
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1576
+ }>>>;
1577
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1578
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1579
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1580
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1581
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1582
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1583
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1584
+ }>>>;
1585
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1586
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1587
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1588
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1589
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1590
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1591
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1592
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1593
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1594
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1595
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1596
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1597
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1598
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1599
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1600
+ }>>>;
1601
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1602
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1603
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1604
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1605
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1606
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1607
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1608
+ }>>>;
1609
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1610
+ }>>;
1611
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1612
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1613
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1614
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1615
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1616
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1617
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1618
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1619
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1620
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1621
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1622
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1623
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1624
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1625
+ }>>>;
1626
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1627
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1628
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1629
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1630
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1631
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1632
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1633
+ }>>>;
1634
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1635
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1636
+ rationale: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1637
+ toolCalls: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1638
+ actionGroupName: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1639
+ apiPath: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1640
+ verb: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1641
+ parameters: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1642
+ requestBody: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1643
+ response: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1644
+ success: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1645
+ executionTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1646
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1647
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1648
+ error: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1649
+ }>>>;
1650
+ modelInvocations: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1651
+ foundationModel: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1652
+ inputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1653
+ outputTokens: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1654
+ totalTimeMs: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1655
+ startTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1656
+ endTime: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1657
+ }>>>;
1658
+ fullTrace: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1659
+ }>>;
1660
+ }>, import("@feathersjs/typebox").TObject<{
1661
+ [key: string]: import("@feathersjs/typebox").TSchema;
1662
+ } | undefined>]>>]>>;
1663
+ type: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1664
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1665
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1666
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1667
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1668
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1669
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1670
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"user_message">, import("@feathersjs/typebox").TLiteral<"thinking">, import("@feathersjs/typebox").TLiteral<"tool_usage">, import("@feathersjs/typebox").TLiteral<"tool_response">, import("@feathersjs/typebox").TLiteral<"model_output">, import("@feathersjs/typebox").TLiteral<"final_response">, import("@feathersjs/typebox").TLiteral<"answer">, import("@feathersjs/typebox").TLiteral<"error">, import("@feathersjs/typebox").TLiteral<"loading">, import("@feathersjs/typebox").TLiteral<"debug_request">, import("@feathersjs/typebox").TLiteral<"debug_response">, import("@feathersjs/typebox").TLiteral<"tool_call">, import("@feathersjs/typebox").TLiteral<"tool_result">, import("@feathersjs/typebox").TLiteral<"question">, import("@feathersjs/typebox").TLiteral<"response">, import("@feathersjs/typebox").TLiteral<"supervisor_decision">, import("@feathersjs/typebox").TLiteral<"supervisor_report">, import("@feathersjs/typebox").TLiteral<"supervisor_question">, import("@feathersjs/typebox").TLiteral<"supervisor_announcement">, import("@feathersjs/typebox").TLiteral<"system_prompt">]>>;
1671
+ }>, import("@feathersjs/typebox").TObject<{
1672
+ [key: string]: import("@feathersjs/typebox").TSchema;
1673
+ } | undefined>]>>]>>;
1674
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1675
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1676
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1677
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1678
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1679
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1680
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1681
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1682
+ }>, import("@feathersjs/typebox").TObject<{
1683
+ [key: string]: import("@feathersjs/typebox").TSchema;
1684
+ } | undefined>]>>]>>;
1685
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
1686
+ export type AgentsSessionsConversationsQuery = Static<typeof agentsSessionsConversationsQuerySchema>;
1687
+ export declare const agentsSessionsConversationsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
1688
+ export declare const agentsSessionsConversationsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
1689
+ $limit: number;
1690
+ $skip: number;
1691
+ $sort: {
1692
+ _id?: number | undefined;
1693
+ agentId?: number | undefined;
1694
+ createdAt?: number | undefined;
1695
+ role?: number | undefined;
1696
+ sessionId?: number | undefined;
1697
+ text?: number | undefined;
1698
+ trace?: number | undefined;
1699
+ type?: number | undefined;
1700
+ updatedAt?: number | undefined;
1701
+ };
1702
+ $select: ("_id" | "agentId" | "createdAt" | "role" | "sessionId" | "text" | "trace" | "type" | "updatedAt")[];
1703
+ $and: ({
1704
+ _id?: string | Partial<{
1705
+ $gt: string | {};
1706
+ $gte: string | {};
1707
+ $lt: string | {};
1708
+ $lte: string | {};
1709
+ $ne: string | {};
1710
+ $in: string | (string | {})[] | {};
1711
+ $nin: string | (string | {})[] | {};
1712
+ } & {}> | {} | undefined;
1713
+ agentId?: string | Partial<{
1714
+ $gt?: string | {} | undefined;
1715
+ $gte?: string | {} | undefined;
1716
+ $lt?: string | {} | undefined;
1717
+ $lte?: string | {} | undefined;
1718
+ $ne?: string | {} | undefined;
1719
+ $in: string | (string | {})[] | {};
1720
+ $nin: string | (string | {})[] | {};
1721
+ } & {}> | {} | undefined;
1722
+ createdAt?: any;
1723
+ role?: "assistant" | "user" | Partial<{
1724
+ $gt: "assistant" | "user";
1725
+ $gte: "assistant" | "user";
1726
+ $lt: "assistant" | "user";
1727
+ $lte: "assistant" | "user";
1728
+ $ne: "assistant" | "user";
1729
+ $in: "assistant" | "user" | ("assistant" | "user")[];
1730
+ $nin: "assistant" | "user" | ("assistant" | "user")[];
1731
+ } & {}> | undefined;
1732
+ sessionId?: string | Partial<{
1733
+ $gt?: string | undefined;
1734
+ $gte?: string | undefined;
1735
+ $lt?: string | undefined;
1736
+ $lte?: string | undefined;
1737
+ $ne?: string | undefined;
1738
+ $in: string | string[];
1739
+ $nin: string | string[];
1740
+ } & {}> | undefined;
1741
+ text?: string | Partial<{
1742
+ $gt: string;
1743
+ $gte: string;
1744
+ $lt: string;
1745
+ $lte: string;
1746
+ $ne: string;
1747
+ $in: string | string[];
1748
+ $nin: string | string[];
1749
+ } & {}> | undefined;
1750
+ trace?: Partial<{
1751
+ $gt?: {
1752
+ rationale?: string[] | undefined;
1753
+ toolCalls?: {
1754
+ actionGroupName?: string | undefined;
1755
+ apiPath?: string | undefined;
1756
+ verb?: string | undefined;
1757
+ parameters?: any;
1758
+ requestBody?: any;
1759
+ response?: any;
1760
+ success?: boolean | undefined;
1761
+ executionTimeMs?: number | undefined;
1762
+ startTime?: string | undefined;
1763
+ endTime?: string | undefined;
1764
+ error?: string | undefined;
1765
+ }[] | undefined;
1766
+ modelInvocations?: {
1767
+ foundationModel?: string | undefined;
1768
+ inputTokens?: number | undefined;
1769
+ outputTokens?: number | undefined;
1770
+ totalTimeMs?: number | undefined;
1771
+ startTime?: string | undefined;
1772
+ endTime?: string | undefined;
1773
+ }[] | undefined;
1774
+ fullTrace?: any;
1775
+ } | undefined;
1776
+ $gte?: {
1777
+ rationale?: string[] | undefined;
1778
+ toolCalls?: {
1779
+ actionGroupName?: string | undefined;
1780
+ apiPath?: string | undefined;
1781
+ verb?: string | undefined;
1782
+ parameters?: any;
1783
+ requestBody?: any;
1784
+ response?: any;
1785
+ success?: boolean | undefined;
1786
+ executionTimeMs?: number | undefined;
1787
+ startTime?: string | undefined;
1788
+ endTime?: string | undefined;
1789
+ error?: string | undefined;
1790
+ }[] | undefined;
1791
+ modelInvocations?: {
1792
+ foundationModel?: string | undefined;
1793
+ inputTokens?: number | undefined;
1794
+ outputTokens?: number | undefined;
1795
+ totalTimeMs?: number | undefined;
1796
+ startTime?: string | undefined;
1797
+ endTime?: string | undefined;
1798
+ }[] | undefined;
1799
+ fullTrace?: any;
1800
+ } | undefined;
1801
+ $lt?: {
1802
+ rationale?: string[] | undefined;
1803
+ toolCalls?: {
1804
+ actionGroupName?: string | undefined;
1805
+ apiPath?: string | undefined;
1806
+ verb?: string | undefined;
1807
+ parameters?: any;
1808
+ requestBody?: any;
1809
+ response?: any;
1810
+ success?: boolean | undefined;
1811
+ executionTimeMs?: number | undefined;
1812
+ startTime?: string | undefined;
1813
+ endTime?: string | undefined;
1814
+ error?: string | undefined;
1815
+ }[] | undefined;
1816
+ modelInvocations?: {
1817
+ foundationModel?: string | undefined;
1818
+ inputTokens?: number | undefined;
1819
+ outputTokens?: number | undefined;
1820
+ totalTimeMs?: number | undefined;
1821
+ startTime?: string | undefined;
1822
+ endTime?: string | undefined;
1823
+ }[] | undefined;
1824
+ fullTrace?: any;
1825
+ } | undefined;
1826
+ $lte?: {
1827
+ rationale?: string[] | undefined;
1828
+ toolCalls?: {
1829
+ actionGroupName?: string | undefined;
1830
+ apiPath?: string | undefined;
1831
+ verb?: string | undefined;
1832
+ parameters?: any;
1833
+ requestBody?: any;
1834
+ response?: any;
1835
+ success?: boolean | undefined;
1836
+ executionTimeMs?: number | undefined;
1837
+ startTime?: string | undefined;
1838
+ endTime?: string | undefined;
1839
+ error?: string | undefined;
1840
+ }[] | undefined;
1841
+ modelInvocations?: {
1842
+ foundationModel?: string | undefined;
1843
+ inputTokens?: number | undefined;
1844
+ outputTokens?: number | undefined;
1845
+ totalTimeMs?: number | undefined;
1846
+ startTime?: string | undefined;
1847
+ endTime?: string | undefined;
1848
+ }[] | undefined;
1849
+ fullTrace?: any;
1850
+ } | undefined;
1851
+ $ne?: {
1852
+ rationale?: string[] | undefined;
1853
+ toolCalls?: {
1854
+ actionGroupName?: string | undefined;
1855
+ apiPath?: string | undefined;
1856
+ verb?: string | undefined;
1857
+ parameters?: any;
1858
+ requestBody?: any;
1859
+ response?: any;
1860
+ success?: boolean | undefined;
1861
+ executionTimeMs?: number | undefined;
1862
+ startTime?: string | undefined;
1863
+ endTime?: string | undefined;
1864
+ error?: string | undefined;
1865
+ }[] | undefined;
1866
+ modelInvocations?: {
1867
+ foundationModel?: string | undefined;
1868
+ inputTokens?: number | undefined;
1869
+ outputTokens?: number | undefined;
1870
+ totalTimeMs?: number | undefined;
1871
+ startTime?: string | undefined;
1872
+ endTime?: string | undefined;
1873
+ }[] | undefined;
1874
+ fullTrace?: any;
1875
+ } | undefined;
1876
+ $in: {
1877
+ rationale?: string[] | undefined;
1878
+ toolCalls?: {
1879
+ actionGroupName?: string | undefined;
1880
+ apiPath?: string | undefined;
1881
+ verb?: string | undefined;
1882
+ parameters?: any;
1883
+ requestBody?: any;
1884
+ response?: any;
1885
+ success?: boolean | undefined;
1886
+ executionTimeMs?: number | undefined;
1887
+ startTime?: string | undefined;
1888
+ endTime?: string | undefined;
1889
+ error?: string | undefined;
1890
+ }[] | undefined;
1891
+ modelInvocations?: {
1892
+ foundationModel?: string | undefined;
1893
+ inputTokens?: number | undefined;
1894
+ outputTokens?: number | undefined;
1895
+ totalTimeMs?: number | undefined;
1896
+ startTime?: string | undefined;
1897
+ endTime?: string | undefined;
1898
+ }[] | undefined;
1899
+ fullTrace?: any;
1900
+ }[] | {
1901
+ rationale?: string[] | undefined;
1902
+ toolCalls?: {
1903
+ actionGroupName?: string | undefined;
1904
+ apiPath?: string | undefined;
1905
+ verb?: string | undefined;
1906
+ parameters?: any;
1907
+ requestBody?: any;
1908
+ response?: any;
1909
+ success?: boolean | undefined;
1910
+ executionTimeMs?: number | undefined;
1911
+ startTime?: string | undefined;
1912
+ endTime?: string | undefined;
1913
+ error?: string | undefined;
1914
+ }[] | undefined;
1915
+ modelInvocations?: {
1916
+ foundationModel?: string | undefined;
1917
+ inputTokens?: number | undefined;
1918
+ outputTokens?: number | undefined;
1919
+ totalTimeMs?: number | undefined;
1920
+ startTime?: string | undefined;
1921
+ endTime?: string | undefined;
1922
+ }[] | undefined;
1923
+ fullTrace?: any;
1924
+ };
1925
+ $nin: {
1926
+ rationale?: string[] | undefined;
1927
+ toolCalls?: {
1928
+ actionGroupName?: string | undefined;
1929
+ apiPath?: string | undefined;
1930
+ verb?: string | undefined;
1931
+ parameters?: any;
1932
+ requestBody?: any;
1933
+ response?: any;
1934
+ success?: boolean | undefined;
1935
+ executionTimeMs?: number | undefined;
1936
+ startTime?: string | undefined;
1937
+ endTime?: string | undefined;
1938
+ error?: string | undefined;
1939
+ }[] | undefined;
1940
+ modelInvocations?: {
1941
+ foundationModel?: string | undefined;
1942
+ inputTokens?: number | undefined;
1943
+ outputTokens?: number | undefined;
1944
+ totalTimeMs?: number | undefined;
1945
+ startTime?: string | undefined;
1946
+ endTime?: string | undefined;
1947
+ }[] | undefined;
1948
+ fullTrace?: any;
1949
+ }[] | {
1950
+ rationale?: string[] | undefined;
1951
+ toolCalls?: {
1952
+ actionGroupName?: string | undefined;
1953
+ apiPath?: string | undefined;
1954
+ verb?: string | undefined;
1955
+ parameters?: any;
1956
+ requestBody?: any;
1957
+ response?: any;
1958
+ success?: boolean | undefined;
1959
+ executionTimeMs?: number | undefined;
1960
+ startTime?: string | undefined;
1961
+ endTime?: string | undefined;
1962
+ error?: string | undefined;
1963
+ }[] | undefined;
1964
+ modelInvocations?: {
1965
+ foundationModel?: string | undefined;
1966
+ inputTokens?: number | undefined;
1967
+ outputTokens?: number | undefined;
1968
+ totalTimeMs?: number | undefined;
1969
+ startTime?: string | undefined;
1970
+ endTime?: string | undefined;
1971
+ }[] | undefined;
1972
+ fullTrace?: any;
1973
+ };
1974
+ } & {}> | {
1975
+ rationale?: string[] | undefined;
1976
+ toolCalls?: {
1977
+ actionGroupName?: string | undefined;
1978
+ apiPath?: string | undefined;
1979
+ verb?: string | undefined;
1980
+ parameters?: any;
1981
+ requestBody?: any;
1982
+ response?: any;
1983
+ success?: boolean | undefined;
1984
+ executionTimeMs?: number | undefined;
1985
+ startTime?: string | undefined;
1986
+ endTime?: string | undefined;
1987
+ error?: string | undefined;
1988
+ }[] | undefined;
1989
+ modelInvocations?: {
1990
+ foundationModel?: string | undefined;
1991
+ inputTokens?: number | undefined;
1992
+ outputTokens?: number | undefined;
1993
+ totalTimeMs?: number | undefined;
1994
+ startTime?: string | undefined;
1995
+ endTime?: string | undefined;
1996
+ }[] | undefined;
1997
+ fullTrace?: any;
1998
+ } | undefined;
1999
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | Partial<{
2000
+ $gt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2001
+ $gte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2002
+ $lt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2003
+ $lte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2004
+ $ne?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2005
+ $in: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2006
+ $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2007
+ } & {}> | undefined;
2008
+ updatedAt?: any;
2009
+ } | {
2010
+ $or: {
2011
+ _id?: string | Partial<{
2012
+ $gt: string | {};
2013
+ $gte: string | {};
2014
+ $lt: string | {};
2015
+ $lte: string | {};
2016
+ $ne: string | {};
2017
+ $in: string | (string | {})[] | {};
2018
+ $nin: string | (string | {})[] | {};
2019
+ } & {}> | {} | undefined;
2020
+ agentId?: string | Partial<{
2021
+ $gt?: string | {} | undefined;
2022
+ $gte?: string | {} | undefined;
2023
+ $lt?: string | {} | undefined;
2024
+ $lte?: string | {} | undefined;
2025
+ $ne?: string | {} | undefined;
2026
+ $in: string | (string | {})[] | {};
2027
+ $nin: string | (string | {})[] | {};
2028
+ } & {}> | {} | undefined;
2029
+ createdAt?: any;
2030
+ role?: "assistant" | "user" | Partial<{
2031
+ $gt: "assistant" | "user";
2032
+ $gte: "assistant" | "user";
2033
+ $lt: "assistant" | "user";
2034
+ $lte: "assistant" | "user";
2035
+ $ne: "assistant" | "user";
2036
+ $in: "assistant" | "user" | ("assistant" | "user")[];
2037
+ $nin: "assistant" | "user" | ("assistant" | "user")[];
2038
+ } & {}> | undefined;
2039
+ sessionId?: string | Partial<{
2040
+ $gt?: string | undefined;
2041
+ $gte?: string | undefined;
2042
+ $lt?: string | undefined;
2043
+ $lte?: string | undefined;
2044
+ $ne?: string | undefined;
2045
+ $in: string | string[];
2046
+ $nin: string | string[];
2047
+ } & {}> | undefined;
2048
+ text?: string | Partial<{
2049
+ $gt: string;
2050
+ $gte: string;
2051
+ $lt: string;
2052
+ $lte: string;
2053
+ $ne: string;
2054
+ $in: string | string[];
2055
+ $nin: string | string[];
2056
+ } & {}> | undefined;
2057
+ trace?: Partial<{
2058
+ $gt?: {
2059
+ rationale?: string[] | undefined;
2060
+ toolCalls?: {
2061
+ actionGroupName?: string | undefined;
2062
+ apiPath?: string | undefined;
2063
+ verb?: string | undefined;
2064
+ parameters?: any;
2065
+ requestBody?: any;
2066
+ response?: any;
2067
+ success?: boolean | undefined;
2068
+ executionTimeMs?: number | undefined;
2069
+ startTime?: string | undefined;
2070
+ endTime?: string | undefined;
2071
+ error?: string | undefined;
2072
+ }[] | undefined;
2073
+ modelInvocations?: {
2074
+ foundationModel?: string | undefined;
2075
+ inputTokens?: number | undefined;
2076
+ outputTokens?: number | undefined;
2077
+ totalTimeMs?: number | undefined;
2078
+ startTime?: string | undefined;
2079
+ endTime?: string | undefined;
2080
+ }[] | undefined;
2081
+ fullTrace?: any;
2082
+ } | undefined;
2083
+ $gte?: {
2084
+ rationale?: string[] | undefined;
2085
+ toolCalls?: {
2086
+ actionGroupName?: string | undefined;
2087
+ apiPath?: string | undefined;
2088
+ verb?: string | undefined;
2089
+ parameters?: any;
2090
+ requestBody?: any;
2091
+ response?: any;
2092
+ success?: boolean | undefined;
2093
+ executionTimeMs?: number | undefined;
2094
+ startTime?: string | undefined;
2095
+ endTime?: string | undefined;
2096
+ error?: string | undefined;
2097
+ }[] | undefined;
2098
+ modelInvocations?: {
2099
+ foundationModel?: string | undefined;
2100
+ inputTokens?: number | undefined;
2101
+ outputTokens?: number | undefined;
2102
+ totalTimeMs?: number | undefined;
2103
+ startTime?: string | undefined;
2104
+ endTime?: string | undefined;
2105
+ }[] | undefined;
2106
+ fullTrace?: any;
2107
+ } | undefined;
2108
+ $lt?: {
2109
+ rationale?: string[] | undefined;
2110
+ toolCalls?: {
2111
+ actionGroupName?: string | undefined;
2112
+ apiPath?: string | undefined;
2113
+ verb?: string | undefined;
2114
+ parameters?: any;
2115
+ requestBody?: any;
2116
+ response?: any;
2117
+ success?: boolean | undefined;
2118
+ executionTimeMs?: number | undefined;
2119
+ startTime?: string | undefined;
2120
+ endTime?: string | undefined;
2121
+ error?: string | undefined;
2122
+ }[] | undefined;
2123
+ modelInvocations?: {
2124
+ foundationModel?: string | undefined;
2125
+ inputTokens?: number | undefined;
2126
+ outputTokens?: number | undefined;
2127
+ totalTimeMs?: number | undefined;
2128
+ startTime?: string | undefined;
2129
+ endTime?: string | undefined;
2130
+ }[] | undefined;
2131
+ fullTrace?: any;
2132
+ } | undefined;
2133
+ $lte?: {
2134
+ rationale?: string[] | undefined;
2135
+ toolCalls?: {
2136
+ actionGroupName?: string | undefined;
2137
+ apiPath?: string | undefined;
2138
+ verb?: string | undefined;
2139
+ parameters?: any;
2140
+ requestBody?: any;
2141
+ response?: any;
2142
+ success?: boolean | undefined;
2143
+ executionTimeMs?: number | undefined;
2144
+ startTime?: string | undefined;
2145
+ endTime?: string | undefined;
2146
+ error?: string | undefined;
2147
+ }[] | undefined;
2148
+ modelInvocations?: {
2149
+ foundationModel?: string | undefined;
2150
+ inputTokens?: number | undefined;
2151
+ outputTokens?: number | undefined;
2152
+ totalTimeMs?: number | undefined;
2153
+ startTime?: string | undefined;
2154
+ endTime?: string | undefined;
2155
+ }[] | undefined;
2156
+ fullTrace?: any;
2157
+ } | undefined;
2158
+ $ne?: {
2159
+ rationale?: string[] | undefined;
2160
+ toolCalls?: {
2161
+ actionGroupName?: string | undefined;
2162
+ apiPath?: string | undefined;
2163
+ verb?: string | undefined;
2164
+ parameters?: any;
2165
+ requestBody?: any;
2166
+ response?: any;
2167
+ success?: boolean | undefined;
2168
+ executionTimeMs?: number | undefined;
2169
+ startTime?: string | undefined;
2170
+ endTime?: string | undefined;
2171
+ error?: string | undefined;
2172
+ }[] | undefined;
2173
+ modelInvocations?: {
2174
+ foundationModel?: string | undefined;
2175
+ inputTokens?: number | undefined;
2176
+ outputTokens?: number | undefined;
2177
+ totalTimeMs?: number | undefined;
2178
+ startTime?: string | undefined;
2179
+ endTime?: string | undefined;
2180
+ }[] | undefined;
2181
+ fullTrace?: any;
2182
+ } | undefined;
2183
+ $in: {
2184
+ rationale?: string[] | undefined;
2185
+ toolCalls?: {
2186
+ actionGroupName?: string | undefined;
2187
+ apiPath?: string | undefined;
2188
+ verb?: string | undefined;
2189
+ parameters?: any;
2190
+ requestBody?: any;
2191
+ response?: any;
2192
+ success?: boolean | undefined;
2193
+ executionTimeMs?: number | undefined;
2194
+ startTime?: string | undefined;
2195
+ endTime?: string | undefined;
2196
+ error?: string | undefined;
2197
+ }[] | undefined;
2198
+ modelInvocations?: {
2199
+ foundationModel?: string | undefined;
2200
+ inputTokens?: number | undefined;
2201
+ outputTokens?: number | undefined;
2202
+ totalTimeMs?: number | undefined;
2203
+ startTime?: string | undefined;
2204
+ endTime?: string | undefined;
2205
+ }[] | undefined;
2206
+ fullTrace?: any;
2207
+ }[] | {
2208
+ rationale?: string[] | undefined;
2209
+ toolCalls?: {
2210
+ actionGroupName?: string | undefined;
2211
+ apiPath?: string | undefined;
2212
+ verb?: string | undefined;
2213
+ parameters?: any;
2214
+ requestBody?: any;
2215
+ response?: any;
2216
+ success?: boolean | undefined;
2217
+ executionTimeMs?: number | undefined;
2218
+ startTime?: string | undefined;
2219
+ endTime?: string | undefined;
2220
+ error?: string | undefined;
2221
+ }[] | undefined;
2222
+ modelInvocations?: {
2223
+ foundationModel?: string | undefined;
2224
+ inputTokens?: number | undefined;
2225
+ outputTokens?: number | undefined;
2226
+ totalTimeMs?: number | undefined;
2227
+ startTime?: string | undefined;
2228
+ endTime?: string | undefined;
2229
+ }[] | undefined;
2230
+ fullTrace?: any;
2231
+ };
2232
+ $nin: {
2233
+ rationale?: string[] | undefined;
2234
+ toolCalls?: {
2235
+ actionGroupName?: string | undefined;
2236
+ apiPath?: string | undefined;
2237
+ verb?: string | undefined;
2238
+ parameters?: any;
2239
+ requestBody?: any;
2240
+ response?: any;
2241
+ success?: boolean | undefined;
2242
+ executionTimeMs?: number | undefined;
2243
+ startTime?: string | undefined;
2244
+ endTime?: string | undefined;
2245
+ error?: string | undefined;
2246
+ }[] | undefined;
2247
+ modelInvocations?: {
2248
+ foundationModel?: string | undefined;
2249
+ inputTokens?: number | undefined;
2250
+ outputTokens?: number | undefined;
2251
+ totalTimeMs?: number | undefined;
2252
+ startTime?: string | undefined;
2253
+ endTime?: string | undefined;
2254
+ }[] | undefined;
2255
+ fullTrace?: any;
2256
+ }[] | {
2257
+ rationale?: string[] | undefined;
2258
+ toolCalls?: {
2259
+ actionGroupName?: string | undefined;
2260
+ apiPath?: string | undefined;
2261
+ verb?: string | undefined;
2262
+ parameters?: any;
2263
+ requestBody?: any;
2264
+ response?: any;
2265
+ success?: boolean | undefined;
2266
+ executionTimeMs?: number | undefined;
2267
+ startTime?: string | undefined;
2268
+ endTime?: string | undefined;
2269
+ error?: string | undefined;
2270
+ }[] | undefined;
2271
+ modelInvocations?: {
2272
+ foundationModel?: string | undefined;
2273
+ inputTokens?: number | undefined;
2274
+ outputTokens?: number | undefined;
2275
+ totalTimeMs?: number | undefined;
2276
+ startTime?: string | undefined;
2277
+ endTime?: string | undefined;
2278
+ }[] | undefined;
2279
+ fullTrace?: any;
2280
+ };
2281
+ } & {}> | {
2282
+ rationale?: string[] | undefined;
2283
+ toolCalls?: {
2284
+ actionGroupName?: string | undefined;
2285
+ apiPath?: string | undefined;
2286
+ verb?: string | undefined;
2287
+ parameters?: any;
2288
+ requestBody?: any;
2289
+ response?: any;
2290
+ success?: boolean | undefined;
2291
+ executionTimeMs?: number | undefined;
2292
+ startTime?: string | undefined;
2293
+ endTime?: string | undefined;
2294
+ error?: string | undefined;
2295
+ }[] | undefined;
2296
+ modelInvocations?: {
2297
+ foundationModel?: string | undefined;
2298
+ inputTokens?: number | undefined;
2299
+ outputTokens?: number | undefined;
2300
+ totalTimeMs?: number | undefined;
2301
+ startTime?: string | undefined;
2302
+ endTime?: string | undefined;
2303
+ }[] | undefined;
2304
+ fullTrace?: any;
2305
+ } | undefined;
2306
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | Partial<{
2307
+ $gt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2308
+ $gte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2309
+ $lt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2310
+ $lte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2311
+ $ne?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2312
+ $in: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2313
+ $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2314
+ } & {}> | undefined;
2315
+ updatedAt?: any;
2316
+ }[];
2317
+ })[];
2318
+ $or: {
2319
+ _id?: string | Partial<{
2320
+ $gt: string | {};
2321
+ $gte: string | {};
2322
+ $lt: string | {};
2323
+ $lte: string | {};
2324
+ $ne: string | {};
2325
+ $in: string | (string | {})[] | {};
2326
+ $nin: string | (string | {})[] | {};
2327
+ } & {}> | {} | undefined;
2328
+ agentId?: string | Partial<{
2329
+ $gt?: string | {} | undefined;
2330
+ $gte?: string | {} | undefined;
2331
+ $lt?: string | {} | undefined;
2332
+ $lte?: string | {} | undefined;
2333
+ $ne?: string | {} | undefined;
2334
+ $in: string | (string | {})[] | {};
2335
+ $nin: string | (string | {})[] | {};
2336
+ } & {}> | {} | undefined;
2337
+ createdAt?: any;
2338
+ role?: "assistant" | "user" | Partial<{
2339
+ $gt: "assistant" | "user";
2340
+ $gte: "assistant" | "user";
2341
+ $lt: "assistant" | "user";
2342
+ $lte: "assistant" | "user";
2343
+ $ne: "assistant" | "user";
2344
+ $in: "assistant" | "user" | ("assistant" | "user")[];
2345
+ $nin: "assistant" | "user" | ("assistant" | "user")[];
2346
+ } & {}> | undefined;
2347
+ sessionId?: string | Partial<{
2348
+ $gt?: string | undefined;
2349
+ $gte?: string | undefined;
2350
+ $lt?: string | undefined;
2351
+ $lte?: string | undefined;
2352
+ $ne?: string | undefined;
2353
+ $in: string | string[];
2354
+ $nin: string | string[];
2355
+ } & {}> | undefined;
2356
+ text?: string | Partial<{
2357
+ $gt: string;
2358
+ $gte: string;
2359
+ $lt: string;
2360
+ $lte: string;
2361
+ $ne: string;
2362
+ $in: string | string[];
2363
+ $nin: string | string[];
2364
+ } & {}> | undefined;
2365
+ trace?: Partial<{
2366
+ $gt?: {
2367
+ rationale?: string[] | undefined;
2368
+ toolCalls?: {
2369
+ actionGroupName?: string | undefined;
2370
+ apiPath?: string | undefined;
2371
+ verb?: string | undefined;
2372
+ parameters?: any;
2373
+ requestBody?: any;
2374
+ response?: any;
2375
+ success?: boolean | undefined;
2376
+ executionTimeMs?: number | undefined;
2377
+ startTime?: string | undefined;
2378
+ endTime?: string | undefined;
2379
+ error?: string | undefined;
2380
+ }[] | undefined;
2381
+ modelInvocations?: {
2382
+ foundationModel?: string | undefined;
2383
+ inputTokens?: number | undefined;
2384
+ outputTokens?: number | undefined;
2385
+ totalTimeMs?: number | undefined;
2386
+ startTime?: string | undefined;
2387
+ endTime?: string | undefined;
2388
+ }[] | undefined;
2389
+ fullTrace?: any;
2390
+ } | undefined;
2391
+ $gte?: {
2392
+ rationale?: string[] | undefined;
2393
+ toolCalls?: {
2394
+ actionGroupName?: string | undefined;
2395
+ apiPath?: string | undefined;
2396
+ verb?: string | undefined;
2397
+ parameters?: any;
2398
+ requestBody?: any;
2399
+ response?: any;
2400
+ success?: boolean | undefined;
2401
+ executionTimeMs?: number | undefined;
2402
+ startTime?: string | undefined;
2403
+ endTime?: string | undefined;
2404
+ error?: string | undefined;
2405
+ }[] | undefined;
2406
+ modelInvocations?: {
2407
+ foundationModel?: string | undefined;
2408
+ inputTokens?: number | undefined;
2409
+ outputTokens?: number | undefined;
2410
+ totalTimeMs?: number | undefined;
2411
+ startTime?: string | undefined;
2412
+ endTime?: string | undefined;
2413
+ }[] | undefined;
2414
+ fullTrace?: any;
2415
+ } | undefined;
2416
+ $lt?: {
2417
+ rationale?: string[] | undefined;
2418
+ toolCalls?: {
2419
+ actionGroupName?: string | undefined;
2420
+ apiPath?: string | undefined;
2421
+ verb?: string | undefined;
2422
+ parameters?: any;
2423
+ requestBody?: any;
2424
+ response?: any;
2425
+ success?: boolean | undefined;
2426
+ executionTimeMs?: number | undefined;
2427
+ startTime?: string | undefined;
2428
+ endTime?: string | undefined;
2429
+ error?: string | undefined;
2430
+ }[] | undefined;
2431
+ modelInvocations?: {
2432
+ foundationModel?: string | undefined;
2433
+ inputTokens?: number | undefined;
2434
+ outputTokens?: number | undefined;
2435
+ totalTimeMs?: number | undefined;
2436
+ startTime?: string | undefined;
2437
+ endTime?: string | undefined;
2438
+ }[] | undefined;
2439
+ fullTrace?: any;
2440
+ } | undefined;
2441
+ $lte?: {
2442
+ rationale?: string[] | undefined;
2443
+ toolCalls?: {
2444
+ actionGroupName?: string | undefined;
2445
+ apiPath?: string | undefined;
2446
+ verb?: string | undefined;
2447
+ parameters?: any;
2448
+ requestBody?: any;
2449
+ response?: any;
2450
+ success?: boolean | undefined;
2451
+ executionTimeMs?: number | undefined;
2452
+ startTime?: string | undefined;
2453
+ endTime?: string | undefined;
2454
+ error?: string | undefined;
2455
+ }[] | undefined;
2456
+ modelInvocations?: {
2457
+ foundationModel?: string | undefined;
2458
+ inputTokens?: number | undefined;
2459
+ outputTokens?: number | undefined;
2460
+ totalTimeMs?: number | undefined;
2461
+ startTime?: string | undefined;
2462
+ endTime?: string | undefined;
2463
+ }[] | undefined;
2464
+ fullTrace?: any;
2465
+ } | undefined;
2466
+ $ne?: {
2467
+ rationale?: string[] | undefined;
2468
+ toolCalls?: {
2469
+ actionGroupName?: string | undefined;
2470
+ apiPath?: string | undefined;
2471
+ verb?: string | undefined;
2472
+ parameters?: any;
2473
+ requestBody?: any;
2474
+ response?: any;
2475
+ success?: boolean | undefined;
2476
+ executionTimeMs?: number | undefined;
2477
+ startTime?: string | undefined;
2478
+ endTime?: string | undefined;
2479
+ error?: string | undefined;
2480
+ }[] | undefined;
2481
+ modelInvocations?: {
2482
+ foundationModel?: string | undefined;
2483
+ inputTokens?: number | undefined;
2484
+ outputTokens?: number | undefined;
2485
+ totalTimeMs?: number | undefined;
2486
+ startTime?: string | undefined;
2487
+ endTime?: string | undefined;
2488
+ }[] | undefined;
2489
+ fullTrace?: any;
2490
+ } | undefined;
2491
+ $in: {
2492
+ rationale?: string[] | undefined;
2493
+ toolCalls?: {
2494
+ actionGroupName?: string | undefined;
2495
+ apiPath?: string | undefined;
2496
+ verb?: string | undefined;
2497
+ parameters?: any;
2498
+ requestBody?: any;
2499
+ response?: any;
2500
+ success?: boolean | undefined;
2501
+ executionTimeMs?: number | undefined;
2502
+ startTime?: string | undefined;
2503
+ endTime?: string | undefined;
2504
+ error?: string | undefined;
2505
+ }[] | undefined;
2506
+ modelInvocations?: {
2507
+ foundationModel?: string | undefined;
2508
+ inputTokens?: number | undefined;
2509
+ outputTokens?: number | undefined;
2510
+ totalTimeMs?: number | undefined;
2511
+ startTime?: string | undefined;
2512
+ endTime?: string | undefined;
2513
+ }[] | undefined;
2514
+ fullTrace?: any;
2515
+ }[] | {
2516
+ rationale?: string[] | undefined;
2517
+ toolCalls?: {
2518
+ actionGroupName?: string | undefined;
2519
+ apiPath?: string | undefined;
2520
+ verb?: string | undefined;
2521
+ parameters?: any;
2522
+ requestBody?: any;
2523
+ response?: any;
2524
+ success?: boolean | undefined;
2525
+ executionTimeMs?: number | undefined;
2526
+ startTime?: string | undefined;
2527
+ endTime?: string | undefined;
2528
+ error?: string | undefined;
2529
+ }[] | undefined;
2530
+ modelInvocations?: {
2531
+ foundationModel?: string | undefined;
2532
+ inputTokens?: number | undefined;
2533
+ outputTokens?: number | undefined;
2534
+ totalTimeMs?: number | undefined;
2535
+ startTime?: string | undefined;
2536
+ endTime?: string | undefined;
2537
+ }[] | undefined;
2538
+ fullTrace?: any;
2539
+ };
2540
+ $nin: {
2541
+ rationale?: string[] | undefined;
2542
+ toolCalls?: {
2543
+ actionGroupName?: string | undefined;
2544
+ apiPath?: string | undefined;
2545
+ verb?: string | undefined;
2546
+ parameters?: any;
2547
+ requestBody?: any;
2548
+ response?: any;
2549
+ success?: boolean | undefined;
2550
+ executionTimeMs?: number | undefined;
2551
+ startTime?: string | undefined;
2552
+ endTime?: string | undefined;
2553
+ error?: string | undefined;
2554
+ }[] | undefined;
2555
+ modelInvocations?: {
2556
+ foundationModel?: string | undefined;
2557
+ inputTokens?: number | undefined;
2558
+ outputTokens?: number | undefined;
2559
+ totalTimeMs?: number | undefined;
2560
+ startTime?: string | undefined;
2561
+ endTime?: string | undefined;
2562
+ }[] | undefined;
2563
+ fullTrace?: any;
2564
+ }[] | {
2565
+ rationale?: string[] | undefined;
2566
+ toolCalls?: {
2567
+ actionGroupName?: string | undefined;
2568
+ apiPath?: string | undefined;
2569
+ verb?: string | undefined;
2570
+ parameters?: any;
2571
+ requestBody?: any;
2572
+ response?: any;
2573
+ success?: boolean | undefined;
2574
+ executionTimeMs?: number | undefined;
2575
+ startTime?: string | undefined;
2576
+ endTime?: string | undefined;
2577
+ error?: string | undefined;
2578
+ }[] | undefined;
2579
+ modelInvocations?: {
2580
+ foundationModel?: string | undefined;
2581
+ inputTokens?: number | undefined;
2582
+ outputTokens?: number | undefined;
2583
+ totalTimeMs?: number | undefined;
2584
+ startTime?: string | undefined;
2585
+ endTime?: string | undefined;
2586
+ }[] | undefined;
2587
+ fullTrace?: any;
2588
+ };
2589
+ } & {}> | {
2590
+ rationale?: string[] | undefined;
2591
+ toolCalls?: {
2592
+ actionGroupName?: string | undefined;
2593
+ apiPath?: string | undefined;
2594
+ verb?: string | undefined;
2595
+ parameters?: any;
2596
+ requestBody?: any;
2597
+ response?: any;
2598
+ success?: boolean | undefined;
2599
+ executionTimeMs?: number | undefined;
2600
+ startTime?: string | undefined;
2601
+ endTime?: string | undefined;
2602
+ error?: string | undefined;
2603
+ }[] | undefined;
2604
+ modelInvocations?: {
2605
+ foundationModel?: string | undefined;
2606
+ inputTokens?: number | undefined;
2607
+ outputTokens?: number | undefined;
2608
+ totalTimeMs?: number | undefined;
2609
+ startTime?: string | undefined;
2610
+ endTime?: string | undefined;
2611
+ }[] | undefined;
2612
+ fullTrace?: any;
2613
+ } | undefined;
2614
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | Partial<{
2615
+ $gt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2616
+ $gte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2617
+ $lt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2618
+ $lte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2619
+ $ne?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2620
+ $in: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2621
+ $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2622
+ } & {}> | undefined;
2623
+ updatedAt?: any;
2624
+ }[];
2625
+ }> & {
2626
+ _id?: string | Partial<{
2627
+ $gt: string | {};
2628
+ $gte: string | {};
2629
+ $lt: string | {};
2630
+ $lte: string | {};
2631
+ $ne: string | {};
2632
+ $in: string | (string | {})[] | {};
2633
+ $nin: string | (string | {})[] | {};
2634
+ } & {}> | {} | undefined;
2635
+ agentId?: string | Partial<{
2636
+ $gt?: string | {} | undefined;
2637
+ $gte?: string | {} | undefined;
2638
+ $lt?: string | {} | undefined;
2639
+ $lte?: string | {} | undefined;
2640
+ $ne?: string | {} | undefined;
2641
+ $in: string | (string | {})[] | {};
2642
+ $nin: string | (string | {})[] | {};
2643
+ } & {}> | {} | undefined;
2644
+ createdAt?: any;
2645
+ role?: "assistant" | "user" | Partial<{
2646
+ $gt: "assistant" | "user";
2647
+ $gte: "assistant" | "user";
2648
+ $lt: "assistant" | "user";
2649
+ $lte: "assistant" | "user";
2650
+ $ne: "assistant" | "user";
2651
+ $in: "assistant" | "user" | ("assistant" | "user")[];
2652
+ $nin: "assistant" | "user" | ("assistant" | "user")[];
2653
+ } & {}> | undefined;
2654
+ sessionId?: string | Partial<{
2655
+ $gt?: string | undefined;
2656
+ $gte?: string | undefined;
2657
+ $lt?: string | undefined;
2658
+ $lte?: string | undefined;
2659
+ $ne?: string | undefined;
2660
+ $in: string | string[];
2661
+ $nin: string | string[];
2662
+ } & {}> | undefined;
2663
+ text?: string | Partial<{
2664
+ $gt: string;
2665
+ $gte: string;
2666
+ $lt: string;
2667
+ $lte: string;
2668
+ $ne: string;
2669
+ $in: string | string[];
2670
+ $nin: string | string[];
2671
+ } & {}> | undefined;
2672
+ trace?: Partial<{
2673
+ $gt?: {
2674
+ rationale?: string[] | undefined;
2675
+ toolCalls?: {
2676
+ actionGroupName?: string | undefined;
2677
+ apiPath?: string | undefined;
2678
+ verb?: string | undefined;
2679
+ parameters?: any;
2680
+ requestBody?: any;
2681
+ response?: any;
2682
+ success?: boolean | undefined;
2683
+ executionTimeMs?: number | undefined;
2684
+ startTime?: string | undefined;
2685
+ endTime?: string | undefined;
2686
+ error?: string | undefined;
2687
+ }[] | undefined;
2688
+ modelInvocations?: {
2689
+ foundationModel?: string | undefined;
2690
+ inputTokens?: number | undefined;
2691
+ outputTokens?: number | undefined;
2692
+ totalTimeMs?: number | undefined;
2693
+ startTime?: string | undefined;
2694
+ endTime?: string | undefined;
2695
+ }[] | undefined;
2696
+ fullTrace?: any;
2697
+ } | undefined;
2698
+ $gte?: {
2699
+ rationale?: string[] | undefined;
2700
+ toolCalls?: {
2701
+ actionGroupName?: string | undefined;
2702
+ apiPath?: string | undefined;
2703
+ verb?: string | undefined;
2704
+ parameters?: any;
2705
+ requestBody?: any;
2706
+ response?: any;
2707
+ success?: boolean | undefined;
2708
+ executionTimeMs?: number | undefined;
2709
+ startTime?: string | undefined;
2710
+ endTime?: string | undefined;
2711
+ error?: string | undefined;
2712
+ }[] | undefined;
2713
+ modelInvocations?: {
2714
+ foundationModel?: string | undefined;
2715
+ inputTokens?: number | undefined;
2716
+ outputTokens?: number | undefined;
2717
+ totalTimeMs?: number | undefined;
2718
+ startTime?: string | undefined;
2719
+ endTime?: string | undefined;
2720
+ }[] | undefined;
2721
+ fullTrace?: any;
2722
+ } | undefined;
2723
+ $lt?: {
2724
+ rationale?: string[] | undefined;
2725
+ toolCalls?: {
2726
+ actionGroupName?: string | undefined;
2727
+ apiPath?: string | undefined;
2728
+ verb?: string | undefined;
2729
+ parameters?: any;
2730
+ requestBody?: any;
2731
+ response?: any;
2732
+ success?: boolean | undefined;
2733
+ executionTimeMs?: number | undefined;
2734
+ startTime?: string | undefined;
2735
+ endTime?: string | undefined;
2736
+ error?: string | undefined;
2737
+ }[] | undefined;
2738
+ modelInvocations?: {
2739
+ foundationModel?: string | undefined;
2740
+ inputTokens?: number | undefined;
2741
+ outputTokens?: number | undefined;
2742
+ totalTimeMs?: number | undefined;
2743
+ startTime?: string | undefined;
2744
+ endTime?: string | undefined;
2745
+ }[] | undefined;
2746
+ fullTrace?: any;
2747
+ } | undefined;
2748
+ $lte?: {
2749
+ rationale?: string[] | undefined;
2750
+ toolCalls?: {
2751
+ actionGroupName?: string | undefined;
2752
+ apiPath?: string | undefined;
2753
+ verb?: string | undefined;
2754
+ parameters?: any;
2755
+ requestBody?: any;
2756
+ response?: any;
2757
+ success?: boolean | undefined;
2758
+ executionTimeMs?: number | undefined;
2759
+ startTime?: string | undefined;
2760
+ endTime?: string | undefined;
2761
+ error?: string | undefined;
2762
+ }[] | undefined;
2763
+ modelInvocations?: {
2764
+ foundationModel?: string | undefined;
2765
+ inputTokens?: number | undefined;
2766
+ outputTokens?: number | undefined;
2767
+ totalTimeMs?: number | undefined;
2768
+ startTime?: string | undefined;
2769
+ endTime?: string | undefined;
2770
+ }[] | undefined;
2771
+ fullTrace?: any;
2772
+ } | undefined;
2773
+ $ne?: {
2774
+ rationale?: string[] | undefined;
2775
+ toolCalls?: {
2776
+ actionGroupName?: string | undefined;
2777
+ apiPath?: string | undefined;
2778
+ verb?: string | undefined;
2779
+ parameters?: any;
2780
+ requestBody?: any;
2781
+ response?: any;
2782
+ success?: boolean | undefined;
2783
+ executionTimeMs?: number | undefined;
2784
+ startTime?: string | undefined;
2785
+ endTime?: string | undefined;
2786
+ error?: string | undefined;
2787
+ }[] | undefined;
2788
+ modelInvocations?: {
2789
+ foundationModel?: string | undefined;
2790
+ inputTokens?: number | undefined;
2791
+ outputTokens?: number | undefined;
2792
+ totalTimeMs?: number | undefined;
2793
+ startTime?: string | undefined;
2794
+ endTime?: string | undefined;
2795
+ }[] | undefined;
2796
+ fullTrace?: any;
2797
+ } | undefined;
2798
+ $in: {
2799
+ rationale?: string[] | undefined;
2800
+ toolCalls?: {
2801
+ actionGroupName?: string | undefined;
2802
+ apiPath?: string | undefined;
2803
+ verb?: string | undefined;
2804
+ parameters?: any;
2805
+ requestBody?: any;
2806
+ response?: any;
2807
+ success?: boolean | undefined;
2808
+ executionTimeMs?: number | undefined;
2809
+ startTime?: string | undefined;
2810
+ endTime?: string | undefined;
2811
+ error?: string | undefined;
2812
+ }[] | undefined;
2813
+ modelInvocations?: {
2814
+ foundationModel?: string | undefined;
2815
+ inputTokens?: number | undefined;
2816
+ outputTokens?: number | undefined;
2817
+ totalTimeMs?: number | undefined;
2818
+ startTime?: string | undefined;
2819
+ endTime?: string | undefined;
2820
+ }[] | undefined;
2821
+ fullTrace?: any;
2822
+ }[] | {
2823
+ rationale?: string[] | undefined;
2824
+ toolCalls?: {
2825
+ actionGroupName?: string | undefined;
2826
+ apiPath?: string | undefined;
2827
+ verb?: string | undefined;
2828
+ parameters?: any;
2829
+ requestBody?: any;
2830
+ response?: any;
2831
+ success?: boolean | undefined;
2832
+ executionTimeMs?: number | undefined;
2833
+ startTime?: string | undefined;
2834
+ endTime?: string | undefined;
2835
+ error?: string | undefined;
2836
+ }[] | undefined;
2837
+ modelInvocations?: {
2838
+ foundationModel?: string | undefined;
2839
+ inputTokens?: number | undefined;
2840
+ outputTokens?: number | undefined;
2841
+ totalTimeMs?: number | undefined;
2842
+ startTime?: string | undefined;
2843
+ endTime?: string | undefined;
2844
+ }[] | undefined;
2845
+ fullTrace?: any;
2846
+ };
2847
+ $nin: {
2848
+ rationale?: string[] | undefined;
2849
+ toolCalls?: {
2850
+ actionGroupName?: string | undefined;
2851
+ apiPath?: string | undefined;
2852
+ verb?: string | undefined;
2853
+ parameters?: any;
2854
+ requestBody?: any;
2855
+ response?: any;
2856
+ success?: boolean | undefined;
2857
+ executionTimeMs?: number | undefined;
2858
+ startTime?: string | undefined;
2859
+ endTime?: string | undefined;
2860
+ error?: string | undefined;
2861
+ }[] | undefined;
2862
+ modelInvocations?: {
2863
+ foundationModel?: string | undefined;
2864
+ inputTokens?: number | undefined;
2865
+ outputTokens?: number | undefined;
2866
+ totalTimeMs?: number | undefined;
2867
+ startTime?: string | undefined;
2868
+ endTime?: string | undefined;
2869
+ }[] | undefined;
2870
+ fullTrace?: any;
2871
+ }[] | {
2872
+ rationale?: string[] | undefined;
2873
+ toolCalls?: {
2874
+ actionGroupName?: string | undefined;
2875
+ apiPath?: string | undefined;
2876
+ verb?: string | undefined;
2877
+ parameters?: any;
2878
+ requestBody?: any;
2879
+ response?: any;
2880
+ success?: boolean | undefined;
2881
+ executionTimeMs?: number | undefined;
2882
+ startTime?: string | undefined;
2883
+ endTime?: string | undefined;
2884
+ error?: string | undefined;
2885
+ }[] | undefined;
2886
+ modelInvocations?: {
2887
+ foundationModel?: string | undefined;
2888
+ inputTokens?: number | undefined;
2889
+ outputTokens?: number | undefined;
2890
+ totalTimeMs?: number | undefined;
2891
+ startTime?: string | undefined;
2892
+ endTime?: string | undefined;
2893
+ }[] | undefined;
2894
+ fullTrace?: any;
2895
+ };
2896
+ } & {}> | {
2897
+ rationale?: string[] | undefined;
2898
+ toolCalls?: {
2899
+ actionGroupName?: string | undefined;
2900
+ apiPath?: string | undefined;
2901
+ verb?: string | undefined;
2902
+ parameters?: any;
2903
+ requestBody?: any;
2904
+ response?: any;
2905
+ success?: boolean | undefined;
2906
+ executionTimeMs?: number | undefined;
2907
+ startTime?: string | undefined;
2908
+ endTime?: string | undefined;
2909
+ error?: string | undefined;
2910
+ }[] | undefined;
2911
+ modelInvocations?: {
2912
+ foundationModel?: string | undefined;
2913
+ inputTokens?: number | undefined;
2914
+ outputTokens?: number | undefined;
2915
+ totalTimeMs?: number | undefined;
2916
+ startTime?: string | undefined;
2917
+ endTime?: string | undefined;
2918
+ }[] | undefined;
2919
+ fullTrace?: any;
2920
+ } | undefined;
2921
+ type?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | Partial<{
2922
+ $gt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2923
+ $gte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2924
+ $lt?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2925
+ $lte?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2926
+ $ne?: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | undefined;
2927
+ $in: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2928
+ $nin: "answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message" | ("answer" | "debug_request" | "debug_response" | "error" | "final_response" | "loading" | "model_output" | "question" | "response" | "supervisor_announcement" | "supervisor_decision" | "supervisor_question" | "supervisor_report" | "system_prompt" | "thinking" | "tool_call" | "tool_response" | "tool_result" | "tool_usage" | "user_message")[];
2929
+ } & {}> | undefined;
2930
+ updatedAt?: any;
2931
+ } & {}, HookContext<AgentsSessionsConversationsService<import("./conversations.class").AgentsSessionsConversationsParams>>>;