@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,3573 @@
1
+ import type { Static } from '@feathersjs/typebox';
2
+ import type { HookContext } from '../../declarations';
3
+ import type { AgentsService } from './agents.class';
4
+ export declare const collaboratorSchema: import("@feathersjs/typebox").TObject<{
5
+ _id: import("@feathersjs/typebox").TString<string>;
6
+ name: import("@feathersjs/typebox").TString<string>;
7
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
8
+ instructions: import("@feathersjs/typebox").TString<string>;
9
+ }>;
10
+ export declare const agentsSchema: import("@feathersjs/typebox").TObject<{
11
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
12
+ name: import("@feathersjs/typebox").TString<string>;
13
+ role: import("@feathersjs/typebox").TString<string>;
14
+ description: import("@feathersjs/typebox").TString<string>;
15
+ instruction: import("@feathersjs/typebox").TString<string>;
16
+ memory: import("@feathersjs/typebox").TBoolean;
17
+ coding: import("@feathersjs/typebox").TBoolean;
18
+ autonomously: import("@feathersjs/typebox").TBoolean;
19
+ collaboration: import("@feathersjs/typebox").TObject<{
20
+ enabled: import("@feathersjs/typebox").TBoolean;
21
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
22
+ _id: import("@feathersjs/typebox").TString<string>;
23
+ name: import("@feathersjs/typebox").TString<string>;
24
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
25
+ instructions: import("@feathersjs/typebox").TString<string>;
26
+ }>>;
27
+ }>;
28
+ actions: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
29
+ triggers: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
30
+ model: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
31
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
32
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
33
+ bedrockAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
34
+ bedrockStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
35
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
36
+ agnoModelId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
37
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
38
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
39
+ systemAgentType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
40
+ toolRegistry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
41
+ contextTemplate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
42
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
43
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
44
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
45
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
46
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
47
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
48
+ }>>;
49
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
50
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
51
+ }>;
52
+ export type Agents = Static<typeof agentsSchema>;
53
+ export declare const agentsValidator: import("@feathersjs/schema").Validator<any, any>;
54
+ export declare const agentsResolver: import("@feathersjs/schema").Resolver<{
55
+ _id: string | {};
56
+ name: string;
57
+ role: string;
58
+ description: string;
59
+ instruction: string;
60
+ memory: boolean;
61
+ coding: boolean;
62
+ autonomously: boolean;
63
+ collaboration: {
64
+ enabled: boolean;
65
+ agents: {
66
+ _id: string;
67
+ name: string;
68
+ memoryType: "private" | "shared";
69
+ instructions: string;
70
+ }[];
71
+ };
72
+ actions: any[];
73
+ triggers: string[];
74
+ model?: string | undefined;
75
+ timeout?: number | undefined;
76
+ knowledgeBases?: string[] | undefined;
77
+ bedrockAgentId?: string | undefined;
78
+ bedrockStatus?: string | undefined;
79
+ provider?: "agno" | "bedrock" | undefined;
80
+ agnoModelId?: string | undefined;
81
+ providerStatus?: "error" | "preparing" | "ready" | undefined;
82
+ systemAgent?: boolean | undefined;
83
+ systemAgentType?: string | undefined;
84
+ toolRegistry?: string | undefined;
85
+ contextTemplate?: string | undefined;
86
+ userId?: string | {} | undefined;
87
+ securityAttributes?: {
88
+ apiKeyId: string;
89
+ apiKeyName: string;
90
+ scopes: string[];
91
+ rawApiKey?: string | undefined;
92
+ } | undefined;
93
+ createdAt?: any;
94
+ updatedAt?: any;
95
+ }, HookContext<AgentsService<import("./agents.class").AgentsParams>>>;
96
+ export declare const agentsExternalResolver: import("@feathersjs/schema").Resolver<{
97
+ _id: string | {};
98
+ name: string;
99
+ role: string;
100
+ description: string;
101
+ instruction: string;
102
+ memory: boolean;
103
+ coding: boolean;
104
+ autonomously: boolean;
105
+ collaboration: {
106
+ enabled: boolean;
107
+ agents: {
108
+ _id: string;
109
+ name: string;
110
+ memoryType: "private" | "shared";
111
+ instructions: string;
112
+ }[];
113
+ };
114
+ actions: any[];
115
+ triggers: string[];
116
+ model?: string | undefined;
117
+ timeout?: number | undefined;
118
+ knowledgeBases?: string[] | undefined;
119
+ bedrockAgentId?: string | undefined;
120
+ bedrockStatus?: string | undefined;
121
+ provider?: "agno" | "bedrock" | undefined;
122
+ agnoModelId?: string | undefined;
123
+ providerStatus?: "error" | "preparing" | "ready" | undefined;
124
+ systemAgent?: boolean | undefined;
125
+ systemAgentType?: string | undefined;
126
+ toolRegistry?: string | undefined;
127
+ contextTemplate?: string | undefined;
128
+ userId?: string | {} | undefined;
129
+ securityAttributes?: {
130
+ apiKeyId: string;
131
+ apiKeyName: string;
132
+ scopes: string[];
133
+ rawApiKey?: string | undefined;
134
+ } | undefined;
135
+ createdAt?: any;
136
+ updatedAt?: any;
137
+ }, HookContext<AgentsService<import("./agents.class").AgentsParams>>>;
138
+ export declare const agentsDataSchema: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
139
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
140
+ name: import("@feathersjs/typebox").TString<string>;
141
+ role: import("@feathersjs/typebox").TString<string>;
142
+ description: import("@feathersjs/typebox").TString<string>;
143
+ instruction: import("@feathersjs/typebox").TString<string>;
144
+ memory: import("@feathersjs/typebox").TBoolean;
145
+ coding: import("@feathersjs/typebox").TBoolean;
146
+ autonomously: import("@feathersjs/typebox").TBoolean;
147
+ collaboration: import("@feathersjs/typebox").TObject<{
148
+ enabled: import("@feathersjs/typebox").TBoolean;
149
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
150
+ _id: import("@feathersjs/typebox").TString<string>;
151
+ name: import("@feathersjs/typebox").TString<string>;
152
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
153
+ instructions: import("@feathersjs/typebox").TString<string>;
154
+ }>>;
155
+ }>;
156
+ actions: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
157
+ triggers: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
158
+ model: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
159
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
160
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
161
+ bedrockAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
162
+ bedrockStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
163
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
164
+ agnoModelId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
165
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
166
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
167
+ systemAgentType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
168
+ toolRegistry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
169
+ contextTemplate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
170
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
171
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
172
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
173
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
174
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
175
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
176
+ }>>;
177
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
178
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
179
+ }>, ["name", "role", "description", "instruction", "memory", "coding", "autonomously", "collaboration", "actions", "triggers", "model", "timeout", "knowledgeBases", "provider", "agnoModelId", "createdAt", "updatedAt"]>;
180
+ export type AgentsData = Static<typeof agentsDataSchema>;
181
+ export declare const agentsDataValidator: import("@feathersjs/schema").Validator<any, any>;
182
+ export declare const agentsDataResolver: import("@feathersjs/schema").Resolver<{
183
+ _id: string | {};
184
+ name: string;
185
+ role: string;
186
+ description: string;
187
+ instruction: string;
188
+ memory: boolean;
189
+ coding: boolean;
190
+ autonomously: boolean;
191
+ collaboration: {
192
+ enabled: boolean;
193
+ agents: {
194
+ _id: string;
195
+ name: string;
196
+ memoryType: "private" | "shared";
197
+ instructions: string;
198
+ }[];
199
+ };
200
+ actions: any[];
201
+ triggers: string[];
202
+ model?: string | undefined;
203
+ timeout?: number | undefined;
204
+ knowledgeBases?: string[] | undefined;
205
+ bedrockAgentId?: string | undefined;
206
+ bedrockStatus?: string | undefined;
207
+ provider?: "agno" | "bedrock" | undefined;
208
+ agnoModelId?: string | undefined;
209
+ providerStatus?: "error" | "preparing" | "ready" | undefined;
210
+ systemAgent?: boolean | undefined;
211
+ systemAgentType?: string | undefined;
212
+ toolRegistry?: string | undefined;
213
+ contextTemplate?: string | undefined;
214
+ userId?: string | {} | undefined;
215
+ securityAttributes?: {
216
+ apiKeyId: string;
217
+ apiKeyName: string;
218
+ scopes: string[];
219
+ rawApiKey?: string | undefined;
220
+ } | undefined;
221
+ createdAt?: any;
222
+ updatedAt?: any;
223
+ }, HookContext<AgentsService<import("./agents.class").AgentsParams>>>;
224
+ export declare const agentsPatchSchema: import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
225
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
226
+ name: import("@feathersjs/typebox").TString<string>;
227
+ role: import("@feathersjs/typebox").TString<string>;
228
+ description: import("@feathersjs/typebox").TString<string>;
229
+ instruction: import("@feathersjs/typebox").TString<string>;
230
+ memory: import("@feathersjs/typebox").TBoolean;
231
+ coding: import("@feathersjs/typebox").TBoolean;
232
+ autonomously: import("@feathersjs/typebox").TBoolean;
233
+ collaboration: import("@feathersjs/typebox").TObject<{
234
+ enabled: import("@feathersjs/typebox").TBoolean;
235
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
236
+ _id: import("@feathersjs/typebox").TString<string>;
237
+ name: import("@feathersjs/typebox").TString<string>;
238
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
239
+ instructions: import("@feathersjs/typebox").TString<string>;
240
+ }>>;
241
+ }>;
242
+ actions: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
243
+ triggers: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
244
+ model: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
245
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
246
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
247
+ bedrockAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
248
+ bedrockStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
249
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
250
+ agnoModelId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
251
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
252
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
253
+ systemAgentType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
254
+ toolRegistry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
255
+ contextTemplate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
256
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
257
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
258
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
259
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
260
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
261
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
262
+ }>>;
263
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
264
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
265
+ }>>;
266
+ export type AgentsPatch = Static<typeof agentsPatchSchema>;
267
+ export declare const agentsPatchValidator: import("@feathersjs/schema").Validator<any, any>;
268
+ export declare const agentsPatchResolver: import("@feathersjs/schema").Resolver<{
269
+ _id: string | {};
270
+ name: string;
271
+ role: string;
272
+ description: string;
273
+ instruction: string;
274
+ memory: boolean;
275
+ coding: boolean;
276
+ autonomously: boolean;
277
+ collaboration: {
278
+ enabled: boolean;
279
+ agents: {
280
+ _id: string;
281
+ name: string;
282
+ memoryType: "private" | "shared";
283
+ instructions: string;
284
+ }[];
285
+ };
286
+ actions: any[];
287
+ triggers: string[];
288
+ model?: string | undefined;
289
+ timeout?: number | undefined;
290
+ knowledgeBases?: string[] | undefined;
291
+ bedrockAgentId?: string | undefined;
292
+ bedrockStatus?: string | undefined;
293
+ provider?: "agno" | "bedrock" | undefined;
294
+ agnoModelId?: string | undefined;
295
+ providerStatus?: "error" | "preparing" | "ready" | undefined;
296
+ systemAgent?: boolean | undefined;
297
+ systemAgentType?: string | undefined;
298
+ toolRegistry?: string | undefined;
299
+ contextTemplate?: string | undefined;
300
+ userId?: string | {} | undefined;
301
+ securityAttributes?: {
302
+ apiKeyId: string;
303
+ apiKeyName: string;
304
+ scopes: string[];
305
+ rawApiKey?: string | undefined;
306
+ } | undefined;
307
+ createdAt?: any;
308
+ updatedAt?: any;
309
+ }, HookContext<AgentsService<import("./agents.class").AgentsParams>>>;
310
+ export declare const agentsQueryProperties: import("@feathersjs/typebox").TPick<import("@feathersjs/typebox").TObject<{
311
+ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
312
+ name: import("@feathersjs/typebox").TString<string>;
313
+ role: import("@feathersjs/typebox").TString<string>;
314
+ description: import("@feathersjs/typebox").TString<string>;
315
+ instruction: import("@feathersjs/typebox").TString<string>;
316
+ memory: import("@feathersjs/typebox").TBoolean;
317
+ coding: import("@feathersjs/typebox").TBoolean;
318
+ autonomously: import("@feathersjs/typebox").TBoolean;
319
+ collaboration: import("@feathersjs/typebox").TObject<{
320
+ enabled: import("@feathersjs/typebox").TBoolean;
321
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
322
+ _id: import("@feathersjs/typebox").TString<string>;
323
+ name: import("@feathersjs/typebox").TString<string>;
324
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
325
+ instructions: import("@feathersjs/typebox").TString<string>;
326
+ }>>;
327
+ }>;
328
+ actions: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
329
+ triggers: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
330
+ model: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
331
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
332
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
333
+ bedrockAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
334
+ bedrockStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
335
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
336
+ agnoModelId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
337
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
338
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
339
+ systemAgentType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
340
+ toolRegistry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
341
+ contextTemplate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
342
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
343
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
344
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
345
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
346
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
347
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
348
+ }>>;
349
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
350
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
351
+ }>, ["_id", "name", "role", "description", "instruction", "memory", "coding", "autonomously", "collaboration", "actions", "triggers", "model", "timeout", "knowledgeBases", "bedrockAgentId", "bedrockStatus", "provider", "agnoModelId", "providerStatus", "systemAgent", "systemAgentType", "toolRegistry", "contextTemplate", "userId", "securityAttributes", "createdAt", "updatedAt"]>;
352
+ export declare const agentsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TObject<{
353
+ $limit: import("@feathersjs/typebox").TNumber;
354
+ $skip: import("@feathersjs/typebox").TNumber;
355
+ $sort: import("@feathersjs/typebox").TObject<{
356
+ _id: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
357
+ actions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
358
+ agnoModelId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
359
+ autonomously: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
360
+ bedrockAgentId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
361
+ bedrockStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
362
+ coding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
363
+ collaboration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
364
+ contextTemplate: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
365
+ createdAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
366
+ description: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
367
+ instruction: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
368
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
369
+ memory: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
370
+ model: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
371
+ name: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
372
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
373
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
374
+ role: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
375
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
376
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
377
+ systemAgentType: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
378
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
379
+ toolRegistry: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
380
+ triggers: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
381
+ updatedAt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
382
+ userId: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TInteger>;
383
+ }>;
384
+ $select: import("@feathersjs/typebox").TUnsafe<("_id" | "actions" | "agnoModelId" | "autonomously" | "bedrockAgentId" | "bedrockStatus" | "coding" | "collaboration" | "contextTemplate" | "createdAt" | "description" | "instruction" | "knowledgeBases" | "memory" | "model" | "name" | "provider" | "providerStatus" | "role" | "securityAttributes" | "systemAgent" | "systemAgentType" | "timeout" | "toolRegistry" | "triggers" | "updatedAt" | "userId")[]>;
385
+ $and: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
386
+ _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<{
387
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
388
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
389
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
390
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
391
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
392
+ $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<{}>]>;
393
+ $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<{}>]>;
394
+ }>, import("@feathersjs/typebox").TObject<{
395
+ [key: string]: import("@feathersjs/typebox").TSchema;
396
+ } | undefined>]>>]>>;
397
+ actions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
398
+ $gt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
399
+ $gte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
400
+ $lt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
401
+ $lte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
402
+ $ne: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
403
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
404
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
405
+ }>, import("@feathersjs/typebox").TObject<{
406
+ [key: string]: import("@feathersjs/typebox").TSchema;
407
+ } | undefined>]>>]>>;
408
+ agnoModelId: 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<{
409
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
410
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
411
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
412
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
413
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
414
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
415
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
416
+ }>, import("@feathersjs/typebox").TObject<{
417
+ [key: string]: import("@feathersjs/typebox").TSchema;
418
+ } | undefined>]>>]>>;
419
+ autonomously: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
420
+ $gt: import("@feathersjs/typebox").TBoolean;
421
+ $gte: import("@feathersjs/typebox").TBoolean;
422
+ $lt: import("@feathersjs/typebox").TBoolean;
423
+ $lte: import("@feathersjs/typebox").TBoolean;
424
+ $ne: import("@feathersjs/typebox").TBoolean;
425
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
426
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
427
+ }>, import("@feathersjs/typebox").TObject<{
428
+ [key: string]: import("@feathersjs/typebox").TSchema;
429
+ } | undefined>]>>]>>;
430
+ bedrockAgentId: 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<{
431
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
432
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
433
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
434
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
435
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
436
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
437
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
438
+ }>, import("@feathersjs/typebox").TObject<{
439
+ [key: string]: import("@feathersjs/typebox").TSchema;
440
+ } | undefined>]>>]>>;
441
+ bedrockStatus: 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<{
442
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
443
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
444
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
445
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
446
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
447
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
448
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
449
+ }>, import("@feathersjs/typebox").TObject<{
450
+ [key: string]: import("@feathersjs/typebox").TSchema;
451
+ } | undefined>]>>]>>;
452
+ coding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
453
+ $gt: import("@feathersjs/typebox").TBoolean;
454
+ $gte: import("@feathersjs/typebox").TBoolean;
455
+ $lt: import("@feathersjs/typebox").TBoolean;
456
+ $lte: import("@feathersjs/typebox").TBoolean;
457
+ $ne: import("@feathersjs/typebox").TBoolean;
458
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
459
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
460
+ }>, import("@feathersjs/typebox").TObject<{
461
+ [key: string]: import("@feathersjs/typebox").TSchema;
462
+ } | undefined>]>>]>>;
463
+ collaboration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
464
+ enabled: import("@feathersjs/typebox").TBoolean;
465
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
466
+ _id: import("@feathersjs/typebox").TString<string>;
467
+ name: import("@feathersjs/typebox").TString<string>;
468
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
469
+ instructions: import("@feathersjs/typebox").TString<string>;
470
+ }>>;
471
+ }>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
472
+ $gt: import("@feathersjs/typebox").TObject<{
473
+ enabled: import("@feathersjs/typebox").TBoolean;
474
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
475
+ _id: import("@feathersjs/typebox").TString<string>;
476
+ name: import("@feathersjs/typebox").TString<string>;
477
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
478
+ instructions: import("@feathersjs/typebox").TString<string>;
479
+ }>>;
480
+ }>;
481
+ $gte: import("@feathersjs/typebox").TObject<{
482
+ enabled: import("@feathersjs/typebox").TBoolean;
483
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
484
+ _id: import("@feathersjs/typebox").TString<string>;
485
+ name: import("@feathersjs/typebox").TString<string>;
486
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
487
+ instructions: import("@feathersjs/typebox").TString<string>;
488
+ }>>;
489
+ }>;
490
+ $lt: import("@feathersjs/typebox").TObject<{
491
+ enabled: import("@feathersjs/typebox").TBoolean;
492
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
493
+ _id: import("@feathersjs/typebox").TString<string>;
494
+ name: import("@feathersjs/typebox").TString<string>;
495
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
496
+ instructions: import("@feathersjs/typebox").TString<string>;
497
+ }>>;
498
+ }>;
499
+ $lte: import("@feathersjs/typebox").TObject<{
500
+ enabled: import("@feathersjs/typebox").TBoolean;
501
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
502
+ _id: import("@feathersjs/typebox").TString<string>;
503
+ name: import("@feathersjs/typebox").TString<string>;
504
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
505
+ instructions: import("@feathersjs/typebox").TString<string>;
506
+ }>>;
507
+ }>;
508
+ $ne: import("@feathersjs/typebox").TObject<{
509
+ enabled: import("@feathersjs/typebox").TBoolean;
510
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
511
+ _id: import("@feathersjs/typebox").TString<string>;
512
+ name: import("@feathersjs/typebox").TString<string>;
513
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
514
+ instructions: import("@feathersjs/typebox").TString<string>;
515
+ }>>;
516
+ }>;
517
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
518
+ enabled: import("@feathersjs/typebox").TBoolean;
519
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
520
+ _id: import("@feathersjs/typebox").TString<string>;
521
+ name: import("@feathersjs/typebox").TString<string>;
522
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
523
+ instructions: import("@feathersjs/typebox").TString<string>;
524
+ }>>;
525
+ }>> | import("@feathersjs/typebox").TObject<{
526
+ enabled: import("@feathersjs/typebox").TBoolean;
527
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
528
+ _id: import("@feathersjs/typebox").TString<string>;
529
+ name: import("@feathersjs/typebox").TString<string>;
530
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
531
+ instructions: import("@feathersjs/typebox").TString<string>;
532
+ }>>;
533
+ }>;
534
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
535
+ enabled: import("@feathersjs/typebox").TBoolean;
536
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
537
+ _id: import("@feathersjs/typebox").TString<string>;
538
+ name: import("@feathersjs/typebox").TString<string>;
539
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
540
+ instructions: import("@feathersjs/typebox").TString<string>;
541
+ }>>;
542
+ }>> | import("@feathersjs/typebox").TObject<{
543
+ enabled: import("@feathersjs/typebox").TBoolean;
544
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
545
+ _id: import("@feathersjs/typebox").TString<string>;
546
+ name: import("@feathersjs/typebox").TString<string>;
547
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
548
+ instructions: import("@feathersjs/typebox").TString<string>;
549
+ }>>;
550
+ }>;
551
+ }>, import("@feathersjs/typebox").TObject<{
552
+ [key: string]: import("@feathersjs/typebox").TSchema;
553
+ } | undefined>]>>]>>;
554
+ contextTemplate: 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<{
555
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
556
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
557
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
558
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
559
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
560
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
561
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
562
+ }>, import("@feathersjs/typebox").TObject<{
563
+ [key: string]: import("@feathersjs/typebox").TSchema;
564
+ } | undefined>]>>]>>;
565
+ 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<{
566
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
567
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
568
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
569
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
570
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
571
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
572
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
573
+ }>, import("@feathersjs/typebox").TObject<{
574
+ [key: string]: import("@feathersjs/typebox").TSchema;
575
+ } | undefined>]>>]>>;
576
+ description: 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<{
577
+ $gt: import("@feathersjs/typebox").TString<string>;
578
+ $gte: import("@feathersjs/typebox").TString<string>;
579
+ $lt: import("@feathersjs/typebox").TString<string>;
580
+ $lte: import("@feathersjs/typebox").TString<string>;
581
+ $ne: import("@feathersjs/typebox").TString<string>;
582
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
583
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
584
+ }>, import("@feathersjs/typebox").TObject<{
585
+ [key: string]: import("@feathersjs/typebox").TSchema;
586
+ } | undefined>]>>]>>;
587
+ instruction: 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<{
588
+ $gt: import("@feathersjs/typebox").TString<string>;
589
+ $gte: import("@feathersjs/typebox").TString<string>;
590
+ $lt: import("@feathersjs/typebox").TString<string>;
591
+ $lte: import("@feathersjs/typebox").TString<string>;
592
+ $ne: import("@feathersjs/typebox").TString<string>;
593
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
594
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
595
+ }>, import("@feathersjs/typebox").TObject<{
596
+ [key: string]: import("@feathersjs/typebox").TSchema;
597
+ } | undefined>]>>]>>;
598
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
599
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
600
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
601
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
602
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
603
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
604
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
605
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
606
+ }>, import("@feathersjs/typebox").TObject<{
607
+ [key: string]: import("@feathersjs/typebox").TSchema;
608
+ } | undefined>]>>]>>;
609
+ memory: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
610
+ $gt: import("@feathersjs/typebox").TBoolean;
611
+ $gte: import("@feathersjs/typebox").TBoolean;
612
+ $lt: import("@feathersjs/typebox").TBoolean;
613
+ $lte: import("@feathersjs/typebox").TBoolean;
614
+ $ne: import("@feathersjs/typebox").TBoolean;
615
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
616
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
617
+ }>, import("@feathersjs/typebox").TObject<{
618
+ [key: string]: import("@feathersjs/typebox").TSchema;
619
+ } | undefined>]>>]>>;
620
+ model: 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<{
621
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
622
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
623
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
624
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
625
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
626
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
627
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
628
+ }>, import("@feathersjs/typebox").TObject<{
629
+ [key: string]: import("@feathersjs/typebox").TSchema;
630
+ } | undefined>]>>]>>;
631
+ name: 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<{
632
+ $gt: import("@feathersjs/typebox").TString<string>;
633
+ $gte: import("@feathersjs/typebox").TString<string>;
634
+ $lt: import("@feathersjs/typebox").TString<string>;
635
+ $lte: import("@feathersjs/typebox").TString<string>;
636
+ $ne: import("@feathersjs/typebox").TString<string>;
637
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
638
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
639
+ }>, import("@feathersjs/typebox").TObject<{
640
+ [key: string]: import("@feathersjs/typebox").TSchema;
641
+ } | undefined>]>>]>>;
642
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
643
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
644
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
645
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
646
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
647
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
648
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
649
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
650
+ }>, import("@feathersjs/typebox").TObject<{
651
+ [key: string]: import("@feathersjs/typebox").TSchema;
652
+ } | undefined>]>>]>>;
653
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
654
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
655
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
656
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
657
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
658
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
659
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
660
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
661
+ }>, import("@feathersjs/typebox").TObject<{
662
+ [key: string]: import("@feathersjs/typebox").TSchema;
663
+ } | undefined>]>>]>>;
664
+ role: 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<{
665
+ $gt: import("@feathersjs/typebox").TString<string>;
666
+ $gte: import("@feathersjs/typebox").TString<string>;
667
+ $lt: import("@feathersjs/typebox").TString<string>;
668
+ $lte: import("@feathersjs/typebox").TString<string>;
669
+ $ne: import("@feathersjs/typebox").TString<string>;
670
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
671
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
672
+ }>, import("@feathersjs/typebox").TObject<{
673
+ [key: string]: import("@feathersjs/typebox").TSchema;
674
+ } | undefined>]>>]>>;
675
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
676
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
677
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
678
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
679
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
680
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
681
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
682
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
683
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
684
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
685
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
686
+ }>>;
687
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
688
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
689
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
690
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
691
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
692
+ }>>;
693
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
694
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
695
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
696
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
697
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
698
+ }>>;
699
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
700
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
701
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
702
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
703
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
704
+ }>>;
705
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
706
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
707
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
708
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
709
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
710
+ }>>;
711
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
712
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
713
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
714
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
715
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
716
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
717
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
718
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
719
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
720
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
721
+ }>>;
722
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
723
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
724
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
725
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
726
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
727
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
728
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
729
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
730
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
731
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
732
+ }>>;
733
+ }>, import("@feathersjs/typebox").TObject<{
734
+ [key: string]: import("@feathersjs/typebox").TSchema;
735
+ } | undefined>]>>]>>;
736
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
737
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
738
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
739
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
740
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
741
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
742
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
743
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
744
+ }>, import("@feathersjs/typebox").TObject<{
745
+ [key: string]: import("@feathersjs/typebox").TSchema;
746
+ } | undefined>]>>]>>;
747
+ systemAgentType: 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<{
748
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
749
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
750
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
751
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
752
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
753
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
754
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
755
+ }>, import("@feathersjs/typebox").TObject<{
756
+ [key: string]: import("@feathersjs/typebox").TSchema;
757
+ } | undefined>]>>]>>;
758
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
759
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
760
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
761
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
762
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
763
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
764
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
765
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
766
+ }>, import("@feathersjs/typebox").TObject<{
767
+ [key: string]: import("@feathersjs/typebox").TSchema;
768
+ } | undefined>]>>]>>;
769
+ toolRegistry: 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<{
770
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
771
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
772
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
773
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
774
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
775
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
776
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
777
+ }>, import("@feathersjs/typebox").TObject<{
778
+ [key: string]: import("@feathersjs/typebox").TSchema;
779
+ } | undefined>]>>]>>;
780
+ triggers: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
781
+ $gt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
782
+ $gte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
783
+ $lt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
784
+ $lte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
785
+ $ne: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
786
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
787
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
788
+ }>, import("@feathersjs/typebox").TObject<{
789
+ [key: string]: import("@feathersjs/typebox").TSchema;
790
+ } | undefined>]>>]>>;
791
+ 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<{
792
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
793
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
794
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
795
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
796
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
797
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
798
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
799
+ }>, import("@feathersjs/typebox").TObject<{
800
+ [key: string]: import("@feathersjs/typebox").TSchema;
801
+ } | undefined>]>>]>>;
802
+ userId: 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<{
803
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
804
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
805
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
806
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
807
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
808
+ $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<{}>]>>;
809
+ $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<{}>]>>;
810
+ }>, import("@feathersjs/typebox").TObject<{
811
+ [key: string]: import("@feathersjs/typebox").TSchema;
812
+ } | undefined>]>>]>>;
813
+ }>>, import("@feathersjs/typebox").TObject<{
814
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
815
+ _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<{
816
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
817
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
818
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
819
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
820
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
821
+ $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<{}>]>;
822
+ $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<{}>]>;
823
+ }>, import("@feathersjs/typebox").TObject<{
824
+ [key: string]: import("@feathersjs/typebox").TSchema;
825
+ } | undefined>]>>]>>;
826
+ actions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
827
+ $gt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
828
+ $gte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
829
+ $lt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
830
+ $lte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
831
+ $ne: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
832
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
833
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
834
+ }>, import("@feathersjs/typebox").TObject<{
835
+ [key: string]: import("@feathersjs/typebox").TSchema;
836
+ } | undefined>]>>]>>;
837
+ agnoModelId: 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<{
838
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
839
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
840
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
841
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
842
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
843
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
844
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
845
+ }>, import("@feathersjs/typebox").TObject<{
846
+ [key: string]: import("@feathersjs/typebox").TSchema;
847
+ } | undefined>]>>]>>;
848
+ autonomously: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
849
+ $gt: import("@feathersjs/typebox").TBoolean;
850
+ $gte: import("@feathersjs/typebox").TBoolean;
851
+ $lt: import("@feathersjs/typebox").TBoolean;
852
+ $lte: import("@feathersjs/typebox").TBoolean;
853
+ $ne: import("@feathersjs/typebox").TBoolean;
854
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
855
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
856
+ }>, import("@feathersjs/typebox").TObject<{
857
+ [key: string]: import("@feathersjs/typebox").TSchema;
858
+ } | undefined>]>>]>>;
859
+ bedrockAgentId: 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<{
860
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
861
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
862
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
863
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
864
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
865
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
866
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
867
+ }>, import("@feathersjs/typebox").TObject<{
868
+ [key: string]: import("@feathersjs/typebox").TSchema;
869
+ } | undefined>]>>]>>;
870
+ bedrockStatus: 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<{
871
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
872
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
873
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
874
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
875
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
876
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
877
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
878
+ }>, import("@feathersjs/typebox").TObject<{
879
+ [key: string]: import("@feathersjs/typebox").TSchema;
880
+ } | undefined>]>>]>>;
881
+ coding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
882
+ $gt: import("@feathersjs/typebox").TBoolean;
883
+ $gte: import("@feathersjs/typebox").TBoolean;
884
+ $lt: import("@feathersjs/typebox").TBoolean;
885
+ $lte: import("@feathersjs/typebox").TBoolean;
886
+ $ne: import("@feathersjs/typebox").TBoolean;
887
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
888
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
889
+ }>, import("@feathersjs/typebox").TObject<{
890
+ [key: string]: import("@feathersjs/typebox").TSchema;
891
+ } | undefined>]>>]>>;
892
+ collaboration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
893
+ enabled: import("@feathersjs/typebox").TBoolean;
894
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
895
+ _id: import("@feathersjs/typebox").TString<string>;
896
+ name: import("@feathersjs/typebox").TString<string>;
897
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
898
+ instructions: import("@feathersjs/typebox").TString<string>;
899
+ }>>;
900
+ }>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
901
+ $gt: import("@feathersjs/typebox").TObject<{
902
+ enabled: import("@feathersjs/typebox").TBoolean;
903
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
904
+ _id: import("@feathersjs/typebox").TString<string>;
905
+ name: import("@feathersjs/typebox").TString<string>;
906
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
907
+ instructions: import("@feathersjs/typebox").TString<string>;
908
+ }>>;
909
+ }>;
910
+ $gte: import("@feathersjs/typebox").TObject<{
911
+ enabled: import("@feathersjs/typebox").TBoolean;
912
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
913
+ _id: import("@feathersjs/typebox").TString<string>;
914
+ name: import("@feathersjs/typebox").TString<string>;
915
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
916
+ instructions: import("@feathersjs/typebox").TString<string>;
917
+ }>>;
918
+ }>;
919
+ $lt: import("@feathersjs/typebox").TObject<{
920
+ enabled: import("@feathersjs/typebox").TBoolean;
921
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
922
+ _id: import("@feathersjs/typebox").TString<string>;
923
+ name: import("@feathersjs/typebox").TString<string>;
924
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
925
+ instructions: import("@feathersjs/typebox").TString<string>;
926
+ }>>;
927
+ }>;
928
+ $lte: import("@feathersjs/typebox").TObject<{
929
+ enabled: import("@feathersjs/typebox").TBoolean;
930
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
931
+ _id: import("@feathersjs/typebox").TString<string>;
932
+ name: import("@feathersjs/typebox").TString<string>;
933
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
934
+ instructions: import("@feathersjs/typebox").TString<string>;
935
+ }>>;
936
+ }>;
937
+ $ne: import("@feathersjs/typebox").TObject<{
938
+ enabled: import("@feathersjs/typebox").TBoolean;
939
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
940
+ _id: import("@feathersjs/typebox").TString<string>;
941
+ name: import("@feathersjs/typebox").TString<string>;
942
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
943
+ instructions: import("@feathersjs/typebox").TString<string>;
944
+ }>>;
945
+ }>;
946
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
947
+ enabled: import("@feathersjs/typebox").TBoolean;
948
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
949
+ _id: import("@feathersjs/typebox").TString<string>;
950
+ name: import("@feathersjs/typebox").TString<string>;
951
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
952
+ instructions: import("@feathersjs/typebox").TString<string>;
953
+ }>>;
954
+ }>> | import("@feathersjs/typebox").TObject<{
955
+ enabled: import("@feathersjs/typebox").TBoolean;
956
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
957
+ _id: import("@feathersjs/typebox").TString<string>;
958
+ name: import("@feathersjs/typebox").TString<string>;
959
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
960
+ instructions: import("@feathersjs/typebox").TString<string>;
961
+ }>>;
962
+ }>;
963
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
964
+ enabled: import("@feathersjs/typebox").TBoolean;
965
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
966
+ _id: import("@feathersjs/typebox").TString<string>;
967
+ name: import("@feathersjs/typebox").TString<string>;
968
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
969
+ instructions: import("@feathersjs/typebox").TString<string>;
970
+ }>>;
971
+ }>> | import("@feathersjs/typebox").TObject<{
972
+ enabled: import("@feathersjs/typebox").TBoolean;
973
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
974
+ _id: import("@feathersjs/typebox").TString<string>;
975
+ name: import("@feathersjs/typebox").TString<string>;
976
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
977
+ instructions: import("@feathersjs/typebox").TString<string>;
978
+ }>>;
979
+ }>;
980
+ }>, import("@feathersjs/typebox").TObject<{
981
+ [key: string]: import("@feathersjs/typebox").TSchema;
982
+ } | undefined>]>>]>>;
983
+ contextTemplate: 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<{
984
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
985
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
986
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
987
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
988
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
989
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
990
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
991
+ }>, import("@feathersjs/typebox").TObject<{
992
+ [key: string]: import("@feathersjs/typebox").TSchema;
993
+ } | undefined>]>>]>>;
994
+ 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<{
995
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
996
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
997
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
998
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
999
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1000
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1001
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1002
+ }>, import("@feathersjs/typebox").TObject<{
1003
+ [key: string]: import("@feathersjs/typebox").TSchema;
1004
+ } | undefined>]>>]>>;
1005
+ description: 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<{
1006
+ $gt: import("@feathersjs/typebox").TString<string>;
1007
+ $gte: import("@feathersjs/typebox").TString<string>;
1008
+ $lt: import("@feathersjs/typebox").TString<string>;
1009
+ $lte: import("@feathersjs/typebox").TString<string>;
1010
+ $ne: import("@feathersjs/typebox").TString<string>;
1011
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1012
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1013
+ }>, import("@feathersjs/typebox").TObject<{
1014
+ [key: string]: import("@feathersjs/typebox").TSchema;
1015
+ } | undefined>]>>]>>;
1016
+ instruction: 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<{
1017
+ $gt: import("@feathersjs/typebox").TString<string>;
1018
+ $gte: import("@feathersjs/typebox").TString<string>;
1019
+ $lt: import("@feathersjs/typebox").TString<string>;
1020
+ $lte: import("@feathersjs/typebox").TString<string>;
1021
+ $ne: import("@feathersjs/typebox").TString<string>;
1022
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1023
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1024
+ }>, import("@feathersjs/typebox").TObject<{
1025
+ [key: string]: import("@feathersjs/typebox").TSchema;
1026
+ } | undefined>]>>]>>;
1027
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1028
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1029
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1030
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1031
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1032
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1033
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1034
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1035
+ }>, import("@feathersjs/typebox").TObject<{
1036
+ [key: string]: import("@feathersjs/typebox").TSchema;
1037
+ } | undefined>]>>]>>;
1038
+ memory: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1039
+ $gt: import("@feathersjs/typebox").TBoolean;
1040
+ $gte: import("@feathersjs/typebox").TBoolean;
1041
+ $lt: import("@feathersjs/typebox").TBoolean;
1042
+ $lte: import("@feathersjs/typebox").TBoolean;
1043
+ $ne: import("@feathersjs/typebox").TBoolean;
1044
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1045
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1046
+ }>, import("@feathersjs/typebox").TObject<{
1047
+ [key: string]: import("@feathersjs/typebox").TSchema;
1048
+ } | undefined>]>>]>>;
1049
+ model: 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
+ name: 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
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1072
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1073
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1074
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1075
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1076
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1077
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1078
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1079
+ }>, import("@feathersjs/typebox").TObject<{
1080
+ [key: string]: import("@feathersjs/typebox").TSchema;
1081
+ } | undefined>]>>]>>;
1082
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1083
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1084
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1085
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1086
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1087
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1088
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1089
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1090
+ }>, import("@feathersjs/typebox").TObject<{
1091
+ [key: string]: import("@feathersjs/typebox").TSchema;
1092
+ } | undefined>]>>]>>;
1093
+ role: 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<{
1094
+ $gt: import("@feathersjs/typebox").TString<string>;
1095
+ $gte: import("@feathersjs/typebox").TString<string>;
1096
+ $lt: import("@feathersjs/typebox").TString<string>;
1097
+ $lte: import("@feathersjs/typebox").TString<string>;
1098
+ $ne: import("@feathersjs/typebox").TString<string>;
1099
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1100
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1101
+ }>, import("@feathersjs/typebox").TObject<{
1102
+ [key: string]: import("@feathersjs/typebox").TSchema;
1103
+ } | undefined>]>>]>>;
1104
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1105
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1106
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1107
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1108
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1109
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1110
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1111
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1112
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1113
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1114
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1115
+ }>>;
1116
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1117
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1118
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1119
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1120
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1121
+ }>>;
1122
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1123
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1124
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1125
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1126
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1127
+ }>>;
1128
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1129
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1130
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1131
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1132
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1133
+ }>>;
1134
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1135
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1136
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1137
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1138
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1139
+ }>>;
1140
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1141
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1142
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1143
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1144
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1145
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1146
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1147
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1148
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1149
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1150
+ }>>;
1151
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1152
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1153
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1154
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1155
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1156
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1157
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1158
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1159
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1160
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1161
+ }>>;
1162
+ }>, import("@feathersjs/typebox").TObject<{
1163
+ [key: string]: import("@feathersjs/typebox").TSchema;
1164
+ } | undefined>]>>]>>;
1165
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1166
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1167
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1168
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1169
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1170
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1171
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1172
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1173
+ }>, import("@feathersjs/typebox").TObject<{
1174
+ [key: string]: import("@feathersjs/typebox").TSchema;
1175
+ } | undefined>]>>]>>;
1176
+ systemAgentType: 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<{
1177
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1178
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1179
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1180
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1181
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1182
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1183
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1184
+ }>, import("@feathersjs/typebox").TObject<{
1185
+ [key: string]: import("@feathersjs/typebox").TSchema;
1186
+ } | undefined>]>>]>>;
1187
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1188
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1189
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1190
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1191
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1192
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1193
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1194
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1195
+ }>, import("@feathersjs/typebox").TObject<{
1196
+ [key: string]: import("@feathersjs/typebox").TSchema;
1197
+ } | undefined>]>>]>>;
1198
+ toolRegistry: 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<{
1199
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1200
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1201
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1202
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1203
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1204
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1205
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1206
+ }>, import("@feathersjs/typebox").TObject<{
1207
+ [key: string]: import("@feathersjs/typebox").TSchema;
1208
+ } | undefined>]>>]>>;
1209
+ triggers: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1210
+ $gt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1211
+ $gte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1212
+ $lt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1213
+ $lte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1214
+ $ne: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1215
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1216
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1217
+ }>, import("@feathersjs/typebox").TObject<{
1218
+ [key: string]: import("@feathersjs/typebox").TSchema;
1219
+ } | undefined>]>>]>>;
1220
+ 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<{
1221
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1222
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1223
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1224
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1225
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1226
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1227
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1228
+ }>, import("@feathersjs/typebox").TObject<{
1229
+ [key: string]: import("@feathersjs/typebox").TSchema;
1230
+ } | undefined>]>>]>>;
1231
+ userId: 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<{
1232
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1233
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1234
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1235
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1236
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1237
+ $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<{}>]>>;
1238
+ $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<{}>]>>;
1239
+ }>, import("@feathersjs/typebox").TObject<{
1240
+ [key: string]: import("@feathersjs/typebox").TSchema;
1241
+ } | undefined>]>>]>>;
1242
+ }>>>;
1243
+ }>]>>;
1244
+ $or: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1245
+ _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<{
1246
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1247
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1248
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1249
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1250
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1251
+ $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<{}>]>;
1252
+ $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<{}>]>;
1253
+ }>, import("@feathersjs/typebox").TObject<{
1254
+ [key: string]: import("@feathersjs/typebox").TSchema;
1255
+ } | undefined>]>>]>>;
1256
+ actions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1257
+ $gt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1258
+ $gte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1259
+ $lt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1260
+ $lte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1261
+ $ne: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1262
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
1263
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
1264
+ }>, import("@feathersjs/typebox").TObject<{
1265
+ [key: string]: import("@feathersjs/typebox").TSchema;
1266
+ } | undefined>]>>]>>;
1267
+ agnoModelId: 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<{
1268
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1269
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1270
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1271
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1272
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1273
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1274
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1275
+ }>, import("@feathersjs/typebox").TObject<{
1276
+ [key: string]: import("@feathersjs/typebox").TSchema;
1277
+ } | undefined>]>>]>>;
1278
+ autonomously: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1279
+ $gt: import("@feathersjs/typebox").TBoolean;
1280
+ $gte: import("@feathersjs/typebox").TBoolean;
1281
+ $lt: import("@feathersjs/typebox").TBoolean;
1282
+ $lte: import("@feathersjs/typebox").TBoolean;
1283
+ $ne: import("@feathersjs/typebox").TBoolean;
1284
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1285
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1286
+ }>, import("@feathersjs/typebox").TObject<{
1287
+ [key: string]: import("@feathersjs/typebox").TSchema;
1288
+ } | undefined>]>>]>>;
1289
+ bedrockAgentId: 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<{
1290
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1291
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1292
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1293
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1294
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1295
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1296
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1297
+ }>, import("@feathersjs/typebox").TObject<{
1298
+ [key: string]: import("@feathersjs/typebox").TSchema;
1299
+ } | undefined>]>>]>>;
1300
+ bedrockStatus: 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<{
1301
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1302
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1303
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1304
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1305
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1306
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1307
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1308
+ }>, import("@feathersjs/typebox").TObject<{
1309
+ [key: string]: import("@feathersjs/typebox").TSchema;
1310
+ } | undefined>]>>]>>;
1311
+ coding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1312
+ $gt: import("@feathersjs/typebox").TBoolean;
1313
+ $gte: import("@feathersjs/typebox").TBoolean;
1314
+ $lt: import("@feathersjs/typebox").TBoolean;
1315
+ $lte: import("@feathersjs/typebox").TBoolean;
1316
+ $ne: import("@feathersjs/typebox").TBoolean;
1317
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1318
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1319
+ }>, import("@feathersjs/typebox").TObject<{
1320
+ [key: string]: import("@feathersjs/typebox").TSchema;
1321
+ } | undefined>]>>]>>;
1322
+ collaboration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
1323
+ enabled: import("@feathersjs/typebox").TBoolean;
1324
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1325
+ _id: import("@feathersjs/typebox").TString<string>;
1326
+ name: import("@feathersjs/typebox").TString<string>;
1327
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1328
+ instructions: import("@feathersjs/typebox").TString<string>;
1329
+ }>>;
1330
+ }>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1331
+ $gt: import("@feathersjs/typebox").TObject<{
1332
+ enabled: import("@feathersjs/typebox").TBoolean;
1333
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1334
+ _id: import("@feathersjs/typebox").TString<string>;
1335
+ name: import("@feathersjs/typebox").TString<string>;
1336
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1337
+ instructions: import("@feathersjs/typebox").TString<string>;
1338
+ }>>;
1339
+ }>;
1340
+ $gte: import("@feathersjs/typebox").TObject<{
1341
+ enabled: import("@feathersjs/typebox").TBoolean;
1342
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1343
+ _id: import("@feathersjs/typebox").TString<string>;
1344
+ name: import("@feathersjs/typebox").TString<string>;
1345
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1346
+ instructions: import("@feathersjs/typebox").TString<string>;
1347
+ }>>;
1348
+ }>;
1349
+ $lt: import("@feathersjs/typebox").TObject<{
1350
+ enabled: import("@feathersjs/typebox").TBoolean;
1351
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1352
+ _id: import("@feathersjs/typebox").TString<string>;
1353
+ name: import("@feathersjs/typebox").TString<string>;
1354
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1355
+ instructions: import("@feathersjs/typebox").TString<string>;
1356
+ }>>;
1357
+ }>;
1358
+ $lte: import("@feathersjs/typebox").TObject<{
1359
+ enabled: import("@feathersjs/typebox").TBoolean;
1360
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1361
+ _id: import("@feathersjs/typebox").TString<string>;
1362
+ name: import("@feathersjs/typebox").TString<string>;
1363
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1364
+ instructions: import("@feathersjs/typebox").TString<string>;
1365
+ }>>;
1366
+ }>;
1367
+ $ne: import("@feathersjs/typebox").TObject<{
1368
+ enabled: import("@feathersjs/typebox").TBoolean;
1369
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1370
+ _id: import("@feathersjs/typebox").TString<string>;
1371
+ name: import("@feathersjs/typebox").TString<string>;
1372
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1373
+ instructions: import("@feathersjs/typebox").TString<string>;
1374
+ }>>;
1375
+ }>;
1376
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1377
+ enabled: import("@feathersjs/typebox").TBoolean;
1378
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1379
+ _id: import("@feathersjs/typebox").TString<string>;
1380
+ name: import("@feathersjs/typebox").TString<string>;
1381
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1382
+ instructions: import("@feathersjs/typebox").TString<string>;
1383
+ }>>;
1384
+ }>> | import("@feathersjs/typebox").TObject<{
1385
+ enabled: import("@feathersjs/typebox").TBoolean;
1386
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1387
+ _id: import("@feathersjs/typebox").TString<string>;
1388
+ name: import("@feathersjs/typebox").TString<string>;
1389
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1390
+ instructions: import("@feathersjs/typebox").TString<string>;
1391
+ }>>;
1392
+ }>;
1393
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1394
+ enabled: import("@feathersjs/typebox").TBoolean;
1395
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1396
+ _id: import("@feathersjs/typebox").TString<string>;
1397
+ name: import("@feathersjs/typebox").TString<string>;
1398
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1399
+ instructions: import("@feathersjs/typebox").TString<string>;
1400
+ }>>;
1401
+ }>> | import("@feathersjs/typebox").TObject<{
1402
+ enabled: import("@feathersjs/typebox").TBoolean;
1403
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1404
+ _id: import("@feathersjs/typebox").TString<string>;
1405
+ name: import("@feathersjs/typebox").TString<string>;
1406
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1407
+ instructions: import("@feathersjs/typebox").TString<string>;
1408
+ }>>;
1409
+ }>;
1410
+ }>, import("@feathersjs/typebox").TObject<{
1411
+ [key: string]: import("@feathersjs/typebox").TSchema;
1412
+ } | undefined>]>>]>>;
1413
+ contextTemplate: 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<{
1414
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1415
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1416
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1417
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1418
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1419
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1420
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1421
+ }>, import("@feathersjs/typebox").TObject<{
1422
+ [key: string]: import("@feathersjs/typebox").TSchema;
1423
+ } | undefined>]>>]>>;
1424
+ 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<{
1425
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1426
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1427
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1428
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1429
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1430
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1431
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1432
+ }>, import("@feathersjs/typebox").TObject<{
1433
+ [key: string]: import("@feathersjs/typebox").TSchema;
1434
+ } | undefined>]>>]>>;
1435
+ description: 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<{
1436
+ $gt: import("@feathersjs/typebox").TString<string>;
1437
+ $gte: import("@feathersjs/typebox").TString<string>;
1438
+ $lt: import("@feathersjs/typebox").TString<string>;
1439
+ $lte: import("@feathersjs/typebox").TString<string>;
1440
+ $ne: import("@feathersjs/typebox").TString<string>;
1441
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1442
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1443
+ }>, import("@feathersjs/typebox").TObject<{
1444
+ [key: string]: import("@feathersjs/typebox").TSchema;
1445
+ } | undefined>]>>]>>;
1446
+ instruction: 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<{
1447
+ $gt: import("@feathersjs/typebox").TString<string>;
1448
+ $gte: import("@feathersjs/typebox").TString<string>;
1449
+ $lt: import("@feathersjs/typebox").TString<string>;
1450
+ $lte: import("@feathersjs/typebox").TString<string>;
1451
+ $ne: import("@feathersjs/typebox").TString<string>;
1452
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1453
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1454
+ }>, import("@feathersjs/typebox").TObject<{
1455
+ [key: string]: import("@feathersjs/typebox").TSchema;
1456
+ } | undefined>]>>]>>;
1457
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1458
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1459
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1460
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1461
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1462
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1463
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1464
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1465
+ }>, import("@feathersjs/typebox").TObject<{
1466
+ [key: string]: import("@feathersjs/typebox").TSchema;
1467
+ } | undefined>]>>]>>;
1468
+ memory: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1469
+ $gt: import("@feathersjs/typebox").TBoolean;
1470
+ $gte: import("@feathersjs/typebox").TBoolean;
1471
+ $lt: import("@feathersjs/typebox").TBoolean;
1472
+ $lte: import("@feathersjs/typebox").TBoolean;
1473
+ $ne: import("@feathersjs/typebox").TBoolean;
1474
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1475
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1476
+ }>, import("@feathersjs/typebox").TObject<{
1477
+ [key: string]: import("@feathersjs/typebox").TSchema;
1478
+ } | undefined>]>>]>>;
1479
+ model: 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<{
1480
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1481
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1482
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1483
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1484
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1485
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1486
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1487
+ }>, import("@feathersjs/typebox").TObject<{
1488
+ [key: string]: import("@feathersjs/typebox").TSchema;
1489
+ } | undefined>]>>]>>;
1490
+ name: 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<{
1491
+ $gt: import("@feathersjs/typebox").TString<string>;
1492
+ $gte: import("@feathersjs/typebox").TString<string>;
1493
+ $lt: import("@feathersjs/typebox").TString<string>;
1494
+ $lte: import("@feathersjs/typebox").TString<string>;
1495
+ $ne: import("@feathersjs/typebox").TString<string>;
1496
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1497
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1498
+ }>, import("@feathersjs/typebox").TObject<{
1499
+ [key: string]: import("@feathersjs/typebox").TSchema;
1500
+ } | undefined>]>>]>>;
1501
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1502
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1503
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1504
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1505
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1506
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1507
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1508
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1509
+ }>, import("@feathersjs/typebox").TObject<{
1510
+ [key: string]: import("@feathersjs/typebox").TSchema;
1511
+ } | undefined>]>>]>>;
1512
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1513
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1514
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1515
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1516
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1517
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1518
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1519
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1520
+ }>, import("@feathersjs/typebox").TObject<{
1521
+ [key: string]: import("@feathersjs/typebox").TSchema;
1522
+ } | undefined>]>>]>>;
1523
+ role: 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<{
1524
+ $gt: import("@feathersjs/typebox").TString<string>;
1525
+ $gte: import("@feathersjs/typebox").TString<string>;
1526
+ $lt: import("@feathersjs/typebox").TString<string>;
1527
+ $lte: import("@feathersjs/typebox").TString<string>;
1528
+ $ne: import("@feathersjs/typebox").TString<string>;
1529
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1530
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1531
+ }>, import("@feathersjs/typebox").TObject<{
1532
+ [key: string]: import("@feathersjs/typebox").TSchema;
1533
+ } | undefined>]>>]>>;
1534
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1535
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1536
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1537
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1538
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1539
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1540
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1541
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1542
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1543
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1544
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1545
+ }>>;
1546
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1547
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1548
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1549
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1550
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1551
+ }>>;
1552
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1553
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1554
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1555
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1556
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1557
+ }>>;
1558
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1559
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1560
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1561
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1562
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1563
+ }>>;
1564
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1565
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1566
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1567
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1568
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1569
+ }>>;
1570
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1571
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1572
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1573
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1574
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1575
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1576
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1577
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1578
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1579
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1580
+ }>>;
1581
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1582
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1583
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1584
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1585
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1586
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1587
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1588
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1589
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1590
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1591
+ }>>;
1592
+ }>, import("@feathersjs/typebox").TObject<{
1593
+ [key: string]: import("@feathersjs/typebox").TSchema;
1594
+ } | undefined>]>>]>>;
1595
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1596
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1597
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1598
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1599
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1600
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1601
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1602
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
1603
+ }>, import("@feathersjs/typebox").TObject<{
1604
+ [key: string]: import("@feathersjs/typebox").TSchema;
1605
+ } | undefined>]>>]>>;
1606
+ systemAgentType: 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<{
1607
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1608
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1609
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1610
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1611
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1612
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1613
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1614
+ }>, import("@feathersjs/typebox").TObject<{
1615
+ [key: string]: import("@feathersjs/typebox").TSchema;
1616
+ } | undefined>]>>]>>;
1617
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1618
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1619
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1620
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1621
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1622
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1623
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1624
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
1625
+ }>, import("@feathersjs/typebox").TObject<{
1626
+ [key: string]: import("@feathersjs/typebox").TSchema;
1627
+ } | undefined>]>>]>>;
1628
+ toolRegistry: 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<{
1629
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1630
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1631
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1632
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1633
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1634
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1635
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1636
+ }>, import("@feathersjs/typebox").TObject<{
1637
+ [key: string]: import("@feathersjs/typebox").TSchema;
1638
+ } | undefined>]>>]>>;
1639
+ triggers: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1640
+ $gt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1641
+ $gte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1642
+ $lt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1643
+ $lte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1644
+ $ne: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1645
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1646
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1647
+ }>, import("@feathersjs/typebox").TObject<{
1648
+ [key: string]: import("@feathersjs/typebox").TSchema;
1649
+ } | undefined>]>>]>>;
1650
+ 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<{
1651
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1652
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1653
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1654
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1655
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1656
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1657
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1658
+ }>, import("@feathersjs/typebox").TObject<{
1659
+ [key: string]: import("@feathersjs/typebox").TSchema;
1660
+ } | undefined>]>>]>>;
1661
+ userId: 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<{
1662
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1663
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1664
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1665
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1666
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
1667
+ $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<{}>]>>;
1668
+ $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<{}>]>>;
1669
+ }>, import("@feathersjs/typebox").TObject<{
1670
+ [key: string]: import("@feathersjs/typebox").TSchema;
1671
+ } | undefined>]>>]>>;
1672
+ }>>>;
1673
+ }>>, import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1674
+ _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<{
1675
+ $gt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1676
+ $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1677
+ $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1678
+ $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1679
+ $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>;
1680
+ $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<{}>]>;
1681
+ $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<{}>]>;
1682
+ }>, import("@feathersjs/typebox").TObject<{
1683
+ [key: string]: import("@feathersjs/typebox").TSchema;
1684
+ } | undefined>]>>]>>;
1685
+ actions: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1686
+ $gt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1687
+ $gte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1688
+ $lt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1689
+ $lte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1690
+ $ne: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>;
1691
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
1692
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TAny>>;
1693
+ }>, import("@feathersjs/typebox").TObject<{
1694
+ [key: string]: import("@feathersjs/typebox").TSchema;
1695
+ } | undefined>]>>]>>;
1696
+ agnoModelId: 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<{
1697
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1698
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1699
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1700
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1701
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1702
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1703
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1704
+ }>, import("@feathersjs/typebox").TObject<{
1705
+ [key: string]: import("@feathersjs/typebox").TSchema;
1706
+ } | undefined>]>>]>>;
1707
+ autonomously: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1708
+ $gt: import("@feathersjs/typebox").TBoolean;
1709
+ $gte: import("@feathersjs/typebox").TBoolean;
1710
+ $lt: import("@feathersjs/typebox").TBoolean;
1711
+ $lte: import("@feathersjs/typebox").TBoolean;
1712
+ $ne: import("@feathersjs/typebox").TBoolean;
1713
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1714
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1715
+ }>, import("@feathersjs/typebox").TObject<{
1716
+ [key: string]: import("@feathersjs/typebox").TSchema;
1717
+ } | undefined>]>>]>>;
1718
+ bedrockAgentId: 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<{
1719
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1720
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1721
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1722
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1723
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1724
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1725
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1726
+ }>, import("@feathersjs/typebox").TObject<{
1727
+ [key: string]: import("@feathersjs/typebox").TSchema;
1728
+ } | undefined>]>>]>>;
1729
+ bedrockStatus: 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<{
1730
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1731
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1732
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1733
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1734
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1735
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1736
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1737
+ }>, import("@feathersjs/typebox").TObject<{
1738
+ [key: string]: import("@feathersjs/typebox").TSchema;
1739
+ } | undefined>]>>]>>;
1740
+ coding: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1741
+ $gt: import("@feathersjs/typebox").TBoolean;
1742
+ $gte: import("@feathersjs/typebox").TBoolean;
1743
+ $lt: import("@feathersjs/typebox").TBoolean;
1744
+ $lte: import("@feathersjs/typebox").TBoolean;
1745
+ $ne: import("@feathersjs/typebox").TBoolean;
1746
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1747
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1748
+ }>, import("@feathersjs/typebox").TObject<{
1749
+ [key: string]: import("@feathersjs/typebox").TSchema;
1750
+ } | undefined>]>>]>>;
1751
+ collaboration: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TObject<{
1752
+ enabled: import("@feathersjs/typebox").TBoolean;
1753
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1754
+ _id: import("@feathersjs/typebox").TString<string>;
1755
+ name: import("@feathersjs/typebox").TString<string>;
1756
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1757
+ instructions: import("@feathersjs/typebox").TString<string>;
1758
+ }>>;
1759
+ }>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1760
+ $gt: import("@feathersjs/typebox").TObject<{
1761
+ enabled: import("@feathersjs/typebox").TBoolean;
1762
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1763
+ _id: import("@feathersjs/typebox").TString<string>;
1764
+ name: import("@feathersjs/typebox").TString<string>;
1765
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1766
+ instructions: import("@feathersjs/typebox").TString<string>;
1767
+ }>>;
1768
+ }>;
1769
+ $gte: import("@feathersjs/typebox").TObject<{
1770
+ enabled: import("@feathersjs/typebox").TBoolean;
1771
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1772
+ _id: import("@feathersjs/typebox").TString<string>;
1773
+ name: import("@feathersjs/typebox").TString<string>;
1774
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1775
+ instructions: import("@feathersjs/typebox").TString<string>;
1776
+ }>>;
1777
+ }>;
1778
+ $lt: import("@feathersjs/typebox").TObject<{
1779
+ enabled: import("@feathersjs/typebox").TBoolean;
1780
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1781
+ _id: import("@feathersjs/typebox").TString<string>;
1782
+ name: import("@feathersjs/typebox").TString<string>;
1783
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1784
+ instructions: import("@feathersjs/typebox").TString<string>;
1785
+ }>>;
1786
+ }>;
1787
+ $lte: import("@feathersjs/typebox").TObject<{
1788
+ enabled: import("@feathersjs/typebox").TBoolean;
1789
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1790
+ _id: import("@feathersjs/typebox").TString<string>;
1791
+ name: import("@feathersjs/typebox").TString<string>;
1792
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1793
+ instructions: import("@feathersjs/typebox").TString<string>;
1794
+ }>>;
1795
+ }>;
1796
+ $ne: import("@feathersjs/typebox").TObject<{
1797
+ enabled: import("@feathersjs/typebox").TBoolean;
1798
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1799
+ _id: import("@feathersjs/typebox").TString<string>;
1800
+ name: import("@feathersjs/typebox").TString<string>;
1801
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1802
+ instructions: import("@feathersjs/typebox").TString<string>;
1803
+ }>>;
1804
+ }>;
1805
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1806
+ enabled: import("@feathersjs/typebox").TBoolean;
1807
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1808
+ _id: import("@feathersjs/typebox").TString<string>;
1809
+ name: import("@feathersjs/typebox").TString<string>;
1810
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1811
+ instructions: import("@feathersjs/typebox").TString<string>;
1812
+ }>>;
1813
+ }>> | import("@feathersjs/typebox").TObject<{
1814
+ enabled: import("@feathersjs/typebox").TBoolean;
1815
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1816
+ _id: import("@feathersjs/typebox").TString<string>;
1817
+ name: import("@feathersjs/typebox").TString<string>;
1818
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1819
+ instructions: import("@feathersjs/typebox").TString<string>;
1820
+ }>>;
1821
+ }>;
1822
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1823
+ enabled: import("@feathersjs/typebox").TBoolean;
1824
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1825
+ _id: import("@feathersjs/typebox").TString<string>;
1826
+ name: import("@feathersjs/typebox").TString<string>;
1827
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1828
+ instructions: import("@feathersjs/typebox").TString<string>;
1829
+ }>>;
1830
+ }>> | import("@feathersjs/typebox").TObject<{
1831
+ enabled: import("@feathersjs/typebox").TBoolean;
1832
+ agents: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TObject<{
1833
+ _id: import("@feathersjs/typebox").TString<string>;
1834
+ name: import("@feathersjs/typebox").TString<string>;
1835
+ memoryType: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"shared">, import("@feathersjs/typebox").TLiteral<"private">]>;
1836
+ instructions: import("@feathersjs/typebox").TString<string>;
1837
+ }>>;
1838
+ }>;
1839
+ }>, import("@feathersjs/typebox").TObject<{
1840
+ [key: string]: import("@feathersjs/typebox").TSchema;
1841
+ } | undefined>]>>]>>;
1842
+ contextTemplate: 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<{
1843
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1844
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1845
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1846
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1847
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1848
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1849
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1850
+ }>, import("@feathersjs/typebox").TObject<{
1851
+ [key: string]: import("@feathersjs/typebox").TSchema;
1852
+ } | undefined>]>>]>>;
1853
+ 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<{
1854
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1855
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1856
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1857
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1858
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1859
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1860
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
1861
+ }>, import("@feathersjs/typebox").TObject<{
1862
+ [key: string]: import("@feathersjs/typebox").TSchema;
1863
+ } | undefined>]>>]>>;
1864
+ description: 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<{
1865
+ $gt: import("@feathersjs/typebox").TString<string>;
1866
+ $gte: import("@feathersjs/typebox").TString<string>;
1867
+ $lt: import("@feathersjs/typebox").TString<string>;
1868
+ $lte: import("@feathersjs/typebox").TString<string>;
1869
+ $ne: import("@feathersjs/typebox").TString<string>;
1870
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1871
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1872
+ }>, import("@feathersjs/typebox").TObject<{
1873
+ [key: string]: import("@feathersjs/typebox").TSchema;
1874
+ } | undefined>]>>]>>;
1875
+ instruction: 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<{
1876
+ $gt: import("@feathersjs/typebox").TString<string>;
1877
+ $gte: import("@feathersjs/typebox").TString<string>;
1878
+ $lt: import("@feathersjs/typebox").TString<string>;
1879
+ $lte: import("@feathersjs/typebox").TString<string>;
1880
+ $ne: import("@feathersjs/typebox").TString<string>;
1881
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1882
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1883
+ }>, import("@feathersjs/typebox").TObject<{
1884
+ [key: string]: import("@feathersjs/typebox").TSchema;
1885
+ } | undefined>]>>]>>;
1886
+ knowledgeBases: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1887
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1888
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1889
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1890
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1891
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1892
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1893
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>>;
1894
+ }>, import("@feathersjs/typebox").TObject<{
1895
+ [key: string]: import("@feathersjs/typebox").TSchema;
1896
+ } | undefined>]>>]>>;
1897
+ memory: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TBoolean, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1898
+ $gt: import("@feathersjs/typebox").TBoolean;
1899
+ $gte: import("@feathersjs/typebox").TBoolean;
1900
+ $lt: import("@feathersjs/typebox").TBoolean;
1901
+ $lte: import("@feathersjs/typebox").TBoolean;
1902
+ $ne: import("@feathersjs/typebox").TBoolean;
1903
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1904
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TBoolean> | import("@feathersjs/typebox").TBoolean;
1905
+ }>, import("@feathersjs/typebox").TObject<{
1906
+ [key: string]: import("@feathersjs/typebox").TSchema;
1907
+ } | undefined>]>>]>>;
1908
+ model: 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<{
1909
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1910
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1911
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1912
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1913
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1914
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1915
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1916
+ }>, import("@feathersjs/typebox").TObject<{
1917
+ [key: string]: import("@feathersjs/typebox").TSchema;
1918
+ } | undefined>]>>]>>;
1919
+ name: 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<{
1920
+ $gt: import("@feathersjs/typebox").TString<string>;
1921
+ $gte: import("@feathersjs/typebox").TString<string>;
1922
+ $lt: import("@feathersjs/typebox").TString<string>;
1923
+ $lte: import("@feathersjs/typebox").TString<string>;
1924
+ $ne: import("@feathersjs/typebox").TString<string>;
1925
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1926
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1927
+ }>, import("@feathersjs/typebox").TObject<{
1928
+ [key: string]: import("@feathersjs/typebox").TSchema;
1929
+ } | undefined>]>>]>>;
1930
+ provider: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1931
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1932
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1933
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1934
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1935
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1936
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1937
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"bedrock">, import("@feathersjs/typebox").TLiteral<"agno">]>>;
1938
+ }>, import("@feathersjs/typebox").TObject<{
1939
+ [key: string]: import("@feathersjs/typebox").TSchema;
1940
+ } | undefined>]>>]>>;
1941
+ providerStatus: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1942
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1943
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1944
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1945
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1946
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1947
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1948
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ready">, import("@feathersjs/typebox").TLiteral<"preparing">, import("@feathersjs/typebox").TLiteral<"error">]>>;
1949
+ }>, import("@feathersjs/typebox").TObject<{
1950
+ [key: string]: import("@feathersjs/typebox").TSchema;
1951
+ } | undefined>]>>]>>;
1952
+ role: 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<{
1953
+ $gt: import("@feathersjs/typebox").TString<string>;
1954
+ $gte: import("@feathersjs/typebox").TString<string>;
1955
+ $lt: import("@feathersjs/typebox").TString<string>;
1956
+ $lte: import("@feathersjs/typebox").TString<string>;
1957
+ $ne: import("@feathersjs/typebox").TString<string>;
1958
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1959
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>> | import("@feathersjs/typebox").TString<string>;
1960
+ }>, import("@feathersjs/typebox").TObject<{
1961
+ [key: string]: import("@feathersjs/typebox").TSchema;
1962
+ } | undefined>]>>]>>;
1963
+ securityAttributes: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1964
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1965
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1966
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1967
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1968
+ }>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
1969
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1970
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1971
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1972
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1973
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1974
+ }>>;
1975
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1976
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1977
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1978
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1979
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1980
+ }>>;
1981
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1982
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1983
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1984
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1985
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1986
+ }>>;
1987
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1988
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1989
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1990
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1991
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1992
+ }>>;
1993
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
1994
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
1995
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
1996
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
1997
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
1998
+ }>>;
1999
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2000
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
2001
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
2002
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2003
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2004
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2005
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
2006
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
2007
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2008
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2009
+ }>>;
2010
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2011
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
2012
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
2013
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2014
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2015
+ }>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TObject<{
2016
+ apiKeyId: import("@feathersjs/typebox").TString<string>;
2017
+ apiKeyName: import("@feathersjs/typebox").TString<string>;
2018
+ scopes: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2019
+ rawApiKey: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2020
+ }>>;
2021
+ }>, import("@feathersjs/typebox").TObject<{
2022
+ [key: string]: import("@feathersjs/typebox").TSchema;
2023
+ } | undefined>]>>]>>;
2024
+ systemAgent: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2025
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2026
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2027
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2028
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2029
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2030
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2031
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TBoolean>;
2032
+ }>, import("@feathersjs/typebox").TObject<{
2033
+ [key: string]: import("@feathersjs/typebox").TSchema;
2034
+ } | undefined>]>>]>>;
2035
+ systemAgentType: 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<{
2036
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2037
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2038
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2039
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2040
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2041
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2042
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2043
+ }>, import("@feathersjs/typebox").TObject<{
2044
+ [key: string]: import("@feathersjs/typebox").TSchema;
2045
+ } | undefined>]>>]>>;
2046
+ timeout: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2047
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2048
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2049
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2050
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2051
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2052
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2053
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TNumber>;
2054
+ }>, import("@feathersjs/typebox").TObject<{
2055
+ [key: string]: import("@feathersjs/typebox").TSchema;
2056
+ } | undefined>]>>]>>;
2057
+ toolRegistry: 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<{
2058
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2059
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2060
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2061
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2062
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2063
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2064
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TString<string>>;
2065
+ }>, import("@feathersjs/typebox").TObject<{
2066
+ [key: string]: import("@feathersjs/typebox").TSchema;
2067
+ } | undefined>]>>]>>;
2068
+ triggers: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>, import("@feathersjs/typebox").TPartial<import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TObject<{
2069
+ $gt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2070
+ $gte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2071
+ $lt: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2072
+ $lte: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2073
+ $ne: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2074
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2075
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>> | import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TString<string>>;
2076
+ }>, import("@feathersjs/typebox").TObject<{
2077
+ [key: string]: import("@feathersjs/typebox").TSchema;
2078
+ } | undefined>]>>]>>;
2079
+ 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<{
2080
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2081
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2082
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2083
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2084
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2085
+ $in: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2086
+ $nin: import("@feathersjs/typebox").TArray<import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>> | import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TAny>;
2087
+ }>, import("@feathersjs/typebox").TObject<{
2088
+ [key: string]: import("@feathersjs/typebox").TSchema;
2089
+ } | undefined>]>>]>>;
2090
+ userId: 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<{
2091
+ $gt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2092
+ $gte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2093
+ $lt: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2094
+ $lte: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2095
+ $ne: import("@feathersjs/typebox").TOptional<import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString<string>, import("@feathersjs/typebox").TObject<{}>]>>;
2096
+ $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<{}>]>>;
2097
+ $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<{}>]>>;
2098
+ }>, import("@feathersjs/typebox").TObject<{
2099
+ [key: string]: import("@feathersjs/typebox").TSchema;
2100
+ } | undefined>]>>]>>;
2101
+ }>>]>, import("@feathersjs/typebox").TObject<{}>]>;
2102
+ export type AgentsQuery = Static<typeof agentsQuerySchema>;
2103
+ export declare const agentsQueryValidator: import("@feathersjs/schema").Validator<any, any>;
2104
+ export declare const agentsQueryResolver: import("@feathersjs/schema").Resolver<Partial<{
2105
+ $limit: number;
2106
+ $skip: number;
2107
+ $sort: {
2108
+ _id?: number | undefined;
2109
+ actions?: number | undefined;
2110
+ agnoModelId?: number | undefined;
2111
+ autonomously?: number | undefined;
2112
+ bedrockAgentId?: number | undefined;
2113
+ bedrockStatus?: number | undefined;
2114
+ coding?: number | undefined;
2115
+ collaboration?: number | undefined;
2116
+ contextTemplate?: number | undefined;
2117
+ createdAt?: number | undefined;
2118
+ description?: number | undefined;
2119
+ instruction?: number | undefined;
2120
+ knowledgeBases?: number | undefined;
2121
+ memory?: number | undefined;
2122
+ model?: number | undefined;
2123
+ name?: number | undefined;
2124
+ provider?: number | undefined;
2125
+ providerStatus?: number | undefined;
2126
+ role?: number | undefined;
2127
+ securityAttributes?: number | undefined;
2128
+ systemAgent?: number | undefined;
2129
+ systemAgentType?: number | undefined;
2130
+ timeout?: number | undefined;
2131
+ toolRegistry?: number | undefined;
2132
+ triggers?: number | undefined;
2133
+ updatedAt?: number | undefined;
2134
+ userId?: number | undefined;
2135
+ };
2136
+ $select: ("_id" | "actions" | "agnoModelId" | "autonomously" | "bedrockAgentId" | "bedrockStatus" | "coding" | "collaboration" | "contextTemplate" | "createdAt" | "description" | "instruction" | "knowledgeBases" | "memory" | "model" | "name" | "provider" | "providerStatus" | "role" | "securityAttributes" | "systemAgent" | "systemAgentType" | "timeout" | "toolRegistry" | "triggers" | "updatedAt" | "userId")[];
2137
+ $and: ({
2138
+ _id?: string | Partial<{
2139
+ $gt: string | {};
2140
+ $gte: string | {};
2141
+ $lt: string | {};
2142
+ $lte: string | {};
2143
+ $ne: string | {};
2144
+ $in: string | (string | {})[] | {};
2145
+ $nin: string | (string | {})[] | {};
2146
+ } & {}> | {} | undefined;
2147
+ actions?: any[] | Partial<{
2148
+ $gt: any[];
2149
+ $gte: any[];
2150
+ $lt: any[];
2151
+ $lte: any[];
2152
+ $ne: any[];
2153
+ $in: any[] | any[][];
2154
+ $nin: any[] | any[][];
2155
+ } & {}> | undefined;
2156
+ agnoModelId?: string | Partial<{
2157
+ $gt?: string | undefined;
2158
+ $gte?: string | undefined;
2159
+ $lt?: string | undefined;
2160
+ $lte?: string | undefined;
2161
+ $ne?: string | undefined;
2162
+ $in: string | string[];
2163
+ $nin: string | string[];
2164
+ } & {}> | undefined;
2165
+ autonomously?: boolean | Partial<{
2166
+ $gt: boolean;
2167
+ $gte: boolean;
2168
+ $lt: boolean;
2169
+ $lte: boolean;
2170
+ $ne: boolean;
2171
+ $in: boolean | boolean[];
2172
+ $nin: boolean | boolean[];
2173
+ } & {}> | undefined;
2174
+ bedrockAgentId?: string | Partial<{
2175
+ $gt?: string | undefined;
2176
+ $gte?: string | undefined;
2177
+ $lt?: string | undefined;
2178
+ $lte?: string | undefined;
2179
+ $ne?: string | undefined;
2180
+ $in: string | string[];
2181
+ $nin: string | string[];
2182
+ } & {}> | undefined;
2183
+ bedrockStatus?: string | Partial<{
2184
+ $gt?: string | undefined;
2185
+ $gte?: string | undefined;
2186
+ $lt?: string | undefined;
2187
+ $lte?: string | undefined;
2188
+ $ne?: string | undefined;
2189
+ $in: string | string[];
2190
+ $nin: string | string[];
2191
+ } & {}> | undefined;
2192
+ coding?: boolean | Partial<{
2193
+ $gt: boolean;
2194
+ $gte: boolean;
2195
+ $lt: boolean;
2196
+ $lte: boolean;
2197
+ $ne: boolean;
2198
+ $in: boolean | boolean[];
2199
+ $nin: boolean | boolean[];
2200
+ } & {}> | undefined;
2201
+ collaboration?: Partial<{
2202
+ $gt: {
2203
+ enabled: boolean;
2204
+ agents: {
2205
+ _id: string;
2206
+ name: string;
2207
+ memoryType: "private" | "shared";
2208
+ instructions: string;
2209
+ }[];
2210
+ };
2211
+ $gte: {
2212
+ enabled: boolean;
2213
+ agents: {
2214
+ _id: string;
2215
+ name: string;
2216
+ memoryType: "private" | "shared";
2217
+ instructions: string;
2218
+ }[];
2219
+ };
2220
+ $lt: {
2221
+ enabled: boolean;
2222
+ agents: {
2223
+ _id: string;
2224
+ name: string;
2225
+ memoryType: "private" | "shared";
2226
+ instructions: string;
2227
+ }[];
2228
+ };
2229
+ $lte: {
2230
+ enabled: boolean;
2231
+ agents: {
2232
+ _id: string;
2233
+ name: string;
2234
+ memoryType: "private" | "shared";
2235
+ instructions: string;
2236
+ }[];
2237
+ };
2238
+ $ne: {
2239
+ enabled: boolean;
2240
+ agents: {
2241
+ _id: string;
2242
+ name: string;
2243
+ memoryType: "private" | "shared";
2244
+ instructions: string;
2245
+ }[];
2246
+ };
2247
+ $in: {
2248
+ enabled: boolean;
2249
+ agents: {
2250
+ _id: string;
2251
+ name: string;
2252
+ memoryType: "private" | "shared";
2253
+ instructions: string;
2254
+ }[];
2255
+ }[] | {
2256
+ enabled: boolean;
2257
+ agents: {
2258
+ _id: string;
2259
+ name: string;
2260
+ memoryType: "private" | "shared";
2261
+ instructions: string;
2262
+ }[];
2263
+ };
2264
+ $nin: {
2265
+ enabled: boolean;
2266
+ agents: {
2267
+ _id: string;
2268
+ name: string;
2269
+ memoryType: "private" | "shared";
2270
+ instructions: string;
2271
+ }[];
2272
+ }[] | {
2273
+ enabled: boolean;
2274
+ agents: {
2275
+ _id: string;
2276
+ name: string;
2277
+ memoryType: "private" | "shared";
2278
+ instructions: string;
2279
+ }[];
2280
+ };
2281
+ } & {}> | {
2282
+ enabled: boolean;
2283
+ agents: {
2284
+ _id: string;
2285
+ name: string;
2286
+ memoryType: "private" | "shared";
2287
+ instructions: string;
2288
+ }[];
2289
+ } | undefined;
2290
+ contextTemplate?: string | Partial<{
2291
+ $gt?: string | undefined;
2292
+ $gte?: string | undefined;
2293
+ $lt?: string | undefined;
2294
+ $lte?: string | undefined;
2295
+ $ne?: string | undefined;
2296
+ $in: string | string[];
2297
+ $nin: string | string[];
2298
+ } & {}> | undefined;
2299
+ createdAt?: any;
2300
+ description?: string | Partial<{
2301
+ $gt: string;
2302
+ $gte: string;
2303
+ $lt: string;
2304
+ $lte: string;
2305
+ $ne: string;
2306
+ $in: string | string[];
2307
+ $nin: string | string[];
2308
+ } & {}> | undefined;
2309
+ instruction?: string | Partial<{
2310
+ $gt: string;
2311
+ $gte: string;
2312
+ $lt: string;
2313
+ $lte: string;
2314
+ $ne: string;
2315
+ $in: string | string[];
2316
+ $nin: string | string[];
2317
+ } & {}> | undefined;
2318
+ knowledgeBases?: string[] | Partial<{
2319
+ $gt?: string[] | undefined;
2320
+ $gte?: string[] | undefined;
2321
+ $lt?: string[] | undefined;
2322
+ $lte?: string[] | undefined;
2323
+ $ne?: string[] | undefined;
2324
+ $in: string[] | string[][];
2325
+ $nin: string[] | string[][];
2326
+ } & {}> | undefined;
2327
+ memory?: boolean | Partial<{
2328
+ $gt: boolean;
2329
+ $gte: boolean;
2330
+ $lt: boolean;
2331
+ $lte: boolean;
2332
+ $ne: boolean;
2333
+ $in: boolean | boolean[];
2334
+ $nin: boolean | boolean[];
2335
+ } & {}> | undefined;
2336
+ model?: string | Partial<{
2337
+ $gt?: string | undefined;
2338
+ $gte?: string | undefined;
2339
+ $lt?: string | undefined;
2340
+ $lte?: string | undefined;
2341
+ $ne?: string | undefined;
2342
+ $in: string | string[];
2343
+ $nin: string | string[];
2344
+ } & {}> | undefined;
2345
+ name?: string | Partial<{
2346
+ $gt: string;
2347
+ $gte: string;
2348
+ $lt: string;
2349
+ $lte: string;
2350
+ $ne: string;
2351
+ $in: string | string[];
2352
+ $nin: string | string[];
2353
+ } & {}> | undefined;
2354
+ provider?: "agno" | "bedrock" | Partial<{
2355
+ $gt?: "agno" | "bedrock" | undefined;
2356
+ $gte?: "agno" | "bedrock" | undefined;
2357
+ $lt?: "agno" | "bedrock" | undefined;
2358
+ $lte?: "agno" | "bedrock" | undefined;
2359
+ $ne?: "agno" | "bedrock" | undefined;
2360
+ $in: "agno" | "bedrock" | ("agno" | "bedrock")[];
2361
+ $nin: "agno" | "bedrock" | ("agno" | "bedrock")[];
2362
+ } & {}> | undefined;
2363
+ providerStatus?: "error" | "preparing" | "ready" | Partial<{
2364
+ $gt?: "error" | "preparing" | "ready" | undefined;
2365
+ $gte?: "error" | "preparing" | "ready" | undefined;
2366
+ $lt?: "error" | "preparing" | "ready" | undefined;
2367
+ $lte?: "error" | "preparing" | "ready" | undefined;
2368
+ $ne?: "error" | "preparing" | "ready" | undefined;
2369
+ $in: "error" | "preparing" | "ready" | ("error" | "preparing" | "ready")[];
2370
+ $nin: "error" | "preparing" | "ready" | ("error" | "preparing" | "ready")[];
2371
+ } & {}> | undefined;
2372
+ role?: string | Partial<{
2373
+ $gt: string;
2374
+ $gte: string;
2375
+ $lt: string;
2376
+ $lte: string;
2377
+ $ne: string;
2378
+ $in: string | string[];
2379
+ $nin: string | string[];
2380
+ } & {}> | undefined;
2381
+ securityAttributes?: Partial<{
2382
+ $gt?: {
2383
+ apiKeyId: string;
2384
+ apiKeyName: string;
2385
+ scopes: string[];
2386
+ rawApiKey?: string | undefined;
2387
+ } | undefined;
2388
+ $gte?: {
2389
+ apiKeyId: string;
2390
+ apiKeyName: string;
2391
+ scopes: string[];
2392
+ rawApiKey?: string | undefined;
2393
+ } | undefined;
2394
+ $lt?: {
2395
+ apiKeyId: string;
2396
+ apiKeyName: string;
2397
+ scopes: string[];
2398
+ rawApiKey?: string | undefined;
2399
+ } | undefined;
2400
+ $lte?: {
2401
+ apiKeyId: string;
2402
+ apiKeyName: string;
2403
+ scopes: string[];
2404
+ rawApiKey?: string | undefined;
2405
+ } | undefined;
2406
+ $ne?: {
2407
+ apiKeyId: string;
2408
+ apiKeyName: string;
2409
+ scopes: string[];
2410
+ rawApiKey?: string | undefined;
2411
+ } | undefined;
2412
+ $in: {
2413
+ apiKeyId: string;
2414
+ apiKeyName: string;
2415
+ scopes: string[];
2416
+ rawApiKey?: string | undefined;
2417
+ }[] | {
2418
+ apiKeyId: string;
2419
+ apiKeyName: string;
2420
+ scopes: string[];
2421
+ rawApiKey?: string | undefined;
2422
+ };
2423
+ $nin: {
2424
+ apiKeyId: string;
2425
+ apiKeyName: string;
2426
+ scopes: string[];
2427
+ rawApiKey?: string | undefined;
2428
+ }[] | {
2429
+ apiKeyId: string;
2430
+ apiKeyName: string;
2431
+ scopes: string[];
2432
+ rawApiKey?: string | undefined;
2433
+ };
2434
+ } & {}> | {
2435
+ apiKeyId: string;
2436
+ apiKeyName: string;
2437
+ scopes: string[];
2438
+ rawApiKey?: string | undefined;
2439
+ } | undefined;
2440
+ systemAgent?: boolean | Partial<{
2441
+ $gt?: boolean | undefined;
2442
+ $gte?: boolean | undefined;
2443
+ $lt?: boolean | undefined;
2444
+ $lte?: boolean | undefined;
2445
+ $ne?: boolean | undefined;
2446
+ $in: boolean | boolean[];
2447
+ $nin: boolean | boolean[];
2448
+ } & {}> | undefined;
2449
+ systemAgentType?: string | Partial<{
2450
+ $gt?: string | undefined;
2451
+ $gte?: string | undefined;
2452
+ $lt?: string | undefined;
2453
+ $lte?: string | undefined;
2454
+ $ne?: string | undefined;
2455
+ $in: string | string[];
2456
+ $nin: string | string[];
2457
+ } & {}> | undefined;
2458
+ timeout?: number | Partial<{
2459
+ $gt?: number | undefined;
2460
+ $gte?: number | undefined;
2461
+ $lt?: number | undefined;
2462
+ $lte?: number | undefined;
2463
+ $ne?: number | undefined;
2464
+ $in: number | number[];
2465
+ $nin: number | number[];
2466
+ } & {}> | undefined;
2467
+ toolRegistry?: string | Partial<{
2468
+ $gt?: string | undefined;
2469
+ $gte?: string | undefined;
2470
+ $lt?: string | undefined;
2471
+ $lte?: string | undefined;
2472
+ $ne?: string | undefined;
2473
+ $in: string | string[];
2474
+ $nin: string | string[];
2475
+ } & {}> | undefined;
2476
+ triggers?: string[] | Partial<{
2477
+ $gt: string[];
2478
+ $gte: string[];
2479
+ $lt: string[];
2480
+ $lte: string[];
2481
+ $ne: string[];
2482
+ $in: string[] | string[][];
2483
+ $nin: string[] | string[][];
2484
+ } & {}> | undefined;
2485
+ updatedAt?: any;
2486
+ userId?: string | Partial<{
2487
+ $gt?: string | {} | undefined;
2488
+ $gte?: string | {} | undefined;
2489
+ $lt?: string | {} | undefined;
2490
+ $lte?: string | {} | undefined;
2491
+ $ne?: string | {} | undefined;
2492
+ $in: string | (string | {})[] | {};
2493
+ $nin: string | (string | {})[] | {};
2494
+ } & {}> | {} | undefined;
2495
+ } | {
2496
+ $or: {
2497
+ _id?: string | Partial<{
2498
+ $gt: string | {};
2499
+ $gte: string | {};
2500
+ $lt: string | {};
2501
+ $lte: string | {};
2502
+ $ne: string | {};
2503
+ $in: string | (string | {})[] | {};
2504
+ $nin: string | (string | {})[] | {};
2505
+ } & {}> | {} | undefined;
2506
+ actions?: any[] | Partial<{
2507
+ $gt: any[];
2508
+ $gte: any[];
2509
+ $lt: any[];
2510
+ $lte: any[];
2511
+ $ne: any[];
2512
+ $in: any[] | any[][];
2513
+ $nin: any[] | any[][];
2514
+ } & {}> | undefined;
2515
+ agnoModelId?: string | Partial<{
2516
+ $gt?: string | undefined;
2517
+ $gte?: string | undefined;
2518
+ $lt?: string | undefined;
2519
+ $lte?: string | undefined;
2520
+ $ne?: string | undefined;
2521
+ $in: string | string[];
2522
+ $nin: string | string[];
2523
+ } & {}> | undefined;
2524
+ autonomously?: boolean | Partial<{
2525
+ $gt: boolean;
2526
+ $gte: boolean;
2527
+ $lt: boolean;
2528
+ $lte: boolean;
2529
+ $ne: boolean;
2530
+ $in: boolean | boolean[];
2531
+ $nin: boolean | boolean[];
2532
+ } & {}> | undefined;
2533
+ bedrockAgentId?: string | Partial<{
2534
+ $gt?: string | undefined;
2535
+ $gte?: string | undefined;
2536
+ $lt?: string | undefined;
2537
+ $lte?: string | undefined;
2538
+ $ne?: string | undefined;
2539
+ $in: string | string[];
2540
+ $nin: string | string[];
2541
+ } & {}> | undefined;
2542
+ bedrockStatus?: string | Partial<{
2543
+ $gt?: string | undefined;
2544
+ $gte?: string | undefined;
2545
+ $lt?: string | undefined;
2546
+ $lte?: string | undefined;
2547
+ $ne?: string | undefined;
2548
+ $in: string | string[];
2549
+ $nin: string | string[];
2550
+ } & {}> | undefined;
2551
+ coding?: boolean | Partial<{
2552
+ $gt: boolean;
2553
+ $gte: boolean;
2554
+ $lt: boolean;
2555
+ $lte: boolean;
2556
+ $ne: boolean;
2557
+ $in: boolean | boolean[];
2558
+ $nin: boolean | boolean[];
2559
+ } & {}> | undefined;
2560
+ collaboration?: Partial<{
2561
+ $gt: {
2562
+ enabled: boolean;
2563
+ agents: {
2564
+ _id: string;
2565
+ name: string;
2566
+ memoryType: "private" | "shared";
2567
+ instructions: string;
2568
+ }[];
2569
+ };
2570
+ $gte: {
2571
+ enabled: boolean;
2572
+ agents: {
2573
+ _id: string;
2574
+ name: string;
2575
+ memoryType: "private" | "shared";
2576
+ instructions: string;
2577
+ }[];
2578
+ };
2579
+ $lt: {
2580
+ enabled: boolean;
2581
+ agents: {
2582
+ _id: string;
2583
+ name: string;
2584
+ memoryType: "private" | "shared";
2585
+ instructions: string;
2586
+ }[];
2587
+ };
2588
+ $lte: {
2589
+ enabled: boolean;
2590
+ agents: {
2591
+ _id: string;
2592
+ name: string;
2593
+ memoryType: "private" | "shared";
2594
+ instructions: string;
2595
+ }[];
2596
+ };
2597
+ $ne: {
2598
+ enabled: boolean;
2599
+ agents: {
2600
+ _id: string;
2601
+ name: string;
2602
+ memoryType: "private" | "shared";
2603
+ instructions: string;
2604
+ }[];
2605
+ };
2606
+ $in: {
2607
+ enabled: boolean;
2608
+ agents: {
2609
+ _id: string;
2610
+ name: string;
2611
+ memoryType: "private" | "shared";
2612
+ instructions: string;
2613
+ }[];
2614
+ }[] | {
2615
+ enabled: boolean;
2616
+ agents: {
2617
+ _id: string;
2618
+ name: string;
2619
+ memoryType: "private" | "shared";
2620
+ instructions: string;
2621
+ }[];
2622
+ };
2623
+ $nin: {
2624
+ enabled: boolean;
2625
+ agents: {
2626
+ _id: string;
2627
+ name: string;
2628
+ memoryType: "private" | "shared";
2629
+ instructions: string;
2630
+ }[];
2631
+ }[] | {
2632
+ enabled: boolean;
2633
+ agents: {
2634
+ _id: string;
2635
+ name: string;
2636
+ memoryType: "private" | "shared";
2637
+ instructions: string;
2638
+ }[];
2639
+ };
2640
+ } & {}> | {
2641
+ enabled: boolean;
2642
+ agents: {
2643
+ _id: string;
2644
+ name: string;
2645
+ memoryType: "private" | "shared";
2646
+ instructions: string;
2647
+ }[];
2648
+ } | undefined;
2649
+ contextTemplate?: string | Partial<{
2650
+ $gt?: string | undefined;
2651
+ $gte?: string | undefined;
2652
+ $lt?: string | undefined;
2653
+ $lte?: string | undefined;
2654
+ $ne?: string | undefined;
2655
+ $in: string | string[];
2656
+ $nin: string | string[];
2657
+ } & {}> | undefined;
2658
+ createdAt?: any;
2659
+ description?: string | Partial<{
2660
+ $gt: string;
2661
+ $gte: string;
2662
+ $lt: string;
2663
+ $lte: string;
2664
+ $ne: string;
2665
+ $in: string | string[];
2666
+ $nin: string | string[];
2667
+ } & {}> | undefined;
2668
+ instruction?: string | Partial<{
2669
+ $gt: string;
2670
+ $gte: string;
2671
+ $lt: string;
2672
+ $lte: string;
2673
+ $ne: string;
2674
+ $in: string | string[];
2675
+ $nin: string | string[];
2676
+ } & {}> | undefined;
2677
+ knowledgeBases?: string[] | Partial<{
2678
+ $gt?: string[] | undefined;
2679
+ $gte?: string[] | undefined;
2680
+ $lt?: string[] | undefined;
2681
+ $lte?: string[] | undefined;
2682
+ $ne?: string[] | undefined;
2683
+ $in: string[] | string[][];
2684
+ $nin: string[] | string[][];
2685
+ } & {}> | undefined;
2686
+ memory?: boolean | Partial<{
2687
+ $gt: boolean;
2688
+ $gte: boolean;
2689
+ $lt: boolean;
2690
+ $lte: boolean;
2691
+ $ne: boolean;
2692
+ $in: boolean | boolean[];
2693
+ $nin: boolean | boolean[];
2694
+ } & {}> | undefined;
2695
+ model?: string | Partial<{
2696
+ $gt?: string | undefined;
2697
+ $gte?: string | undefined;
2698
+ $lt?: string | undefined;
2699
+ $lte?: string | undefined;
2700
+ $ne?: string | undefined;
2701
+ $in: string | string[];
2702
+ $nin: string | string[];
2703
+ } & {}> | undefined;
2704
+ name?: string | Partial<{
2705
+ $gt: string;
2706
+ $gte: string;
2707
+ $lt: string;
2708
+ $lte: string;
2709
+ $ne: string;
2710
+ $in: string | string[];
2711
+ $nin: string | string[];
2712
+ } & {}> | undefined;
2713
+ provider?: "agno" | "bedrock" | Partial<{
2714
+ $gt?: "agno" | "bedrock" | undefined;
2715
+ $gte?: "agno" | "bedrock" | undefined;
2716
+ $lt?: "agno" | "bedrock" | undefined;
2717
+ $lte?: "agno" | "bedrock" | undefined;
2718
+ $ne?: "agno" | "bedrock" | undefined;
2719
+ $in: "agno" | "bedrock" | ("agno" | "bedrock")[];
2720
+ $nin: "agno" | "bedrock" | ("agno" | "bedrock")[];
2721
+ } & {}> | undefined;
2722
+ providerStatus?: "error" | "preparing" | "ready" | Partial<{
2723
+ $gt?: "error" | "preparing" | "ready" | undefined;
2724
+ $gte?: "error" | "preparing" | "ready" | undefined;
2725
+ $lt?: "error" | "preparing" | "ready" | undefined;
2726
+ $lte?: "error" | "preparing" | "ready" | undefined;
2727
+ $ne?: "error" | "preparing" | "ready" | undefined;
2728
+ $in: "error" | "preparing" | "ready" | ("error" | "preparing" | "ready")[];
2729
+ $nin: "error" | "preparing" | "ready" | ("error" | "preparing" | "ready")[];
2730
+ } & {}> | undefined;
2731
+ role?: string | Partial<{
2732
+ $gt: string;
2733
+ $gte: string;
2734
+ $lt: string;
2735
+ $lte: string;
2736
+ $ne: string;
2737
+ $in: string | string[];
2738
+ $nin: string | string[];
2739
+ } & {}> | undefined;
2740
+ securityAttributes?: Partial<{
2741
+ $gt?: {
2742
+ apiKeyId: string;
2743
+ apiKeyName: string;
2744
+ scopes: string[];
2745
+ rawApiKey?: string | undefined;
2746
+ } | undefined;
2747
+ $gte?: {
2748
+ apiKeyId: string;
2749
+ apiKeyName: string;
2750
+ scopes: string[];
2751
+ rawApiKey?: string | undefined;
2752
+ } | undefined;
2753
+ $lt?: {
2754
+ apiKeyId: string;
2755
+ apiKeyName: string;
2756
+ scopes: string[];
2757
+ rawApiKey?: string | undefined;
2758
+ } | undefined;
2759
+ $lte?: {
2760
+ apiKeyId: string;
2761
+ apiKeyName: string;
2762
+ scopes: string[];
2763
+ rawApiKey?: string | undefined;
2764
+ } | undefined;
2765
+ $ne?: {
2766
+ apiKeyId: string;
2767
+ apiKeyName: string;
2768
+ scopes: string[];
2769
+ rawApiKey?: string | undefined;
2770
+ } | undefined;
2771
+ $in: {
2772
+ apiKeyId: string;
2773
+ apiKeyName: string;
2774
+ scopes: string[];
2775
+ rawApiKey?: string | undefined;
2776
+ }[] | {
2777
+ apiKeyId: string;
2778
+ apiKeyName: string;
2779
+ scopes: string[];
2780
+ rawApiKey?: string | undefined;
2781
+ };
2782
+ $nin: {
2783
+ apiKeyId: string;
2784
+ apiKeyName: string;
2785
+ scopes: string[];
2786
+ rawApiKey?: string | undefined;
2787
+ }[] | {
2788
+ apiKeyId: string;
2789
+ apiKeyName: string;
2790
+ scopes: string[];
2791
+ rawApiKey?: string | undefined;
2792
+ };
2793
+ } & {}> | {
2794
+ apiKeyId: string;
2795
+ apiKeyName: string;
2796
+ scopes: string[];
2797
+ rawApiKey?: string | undefined;
2798
+ } | undefined;
2799
+ systemAgent?: boolean | Partial<{
2800
+ $gt?: boolean | undefined;
2801
+ $gte?: boolean | undefined;
2802
+ $lt?: boolean | undefined;
2803
+ $lte?: boolean | undefined;
2804
+ $ne?: boolean | undefined;
2805
+ $in: boolean | boolean[];
2806
+ $nin: boolean | boolean[];
2807
+ } & {}> | undefined;
2808
+ systemAgentType?: string | Partial<{
2809
+ $gt?: string | undefined;
2810
+ $gte?: string | undefined;
2811
+ $lt?: string | undefined;
2812
+ $lte?: string | undefined;
2813
+ $ne?: string | undefined;
2814
+ $in: string | string[];
2815
+ $nin: string | string[];
2816
+ } & {}> | undefined;
2817
+ timeout?: number | Partial<{
2818
+ $gt?: number | undefined;
2819
+ $gte?: number | undefined;
2820
+ $lt?: number | undefined;
2821
+ $lte?: number | undefined;
2822
+ $ne?: number | undefined;
2823
+ $in: number | number[];
2824
+ $nin: number | number[];
2825
+ } & {}> | undefined;
2826
+ toolRegistry?: string | Partial<{
2827
+ $gt?: string | undefined;
2828
+ $gte?: string | undefined;
2829
+ $lt?: string | undefined;
2830
+ $lte?: string | undefined;
2831
+ $ne?: string | undefined;
2832
+ $in: string | string[];
2833
+ $nin: string | string[];
2834
+ } & {}> | undefined;
2835
+ triggers?: string[] | Partial<{
2836
+ $gt: string[];
2837
+ $gte: string[];
2838
+ $lt: string[];
2839
+ $lte: string[];
2840
+ $ne: string[];
2841
+ $in: string[] | string[][];
2842
+ $nin: string[] | string[][];
2843
+ } & {}> | undefined;
2844
+ updatedAt?: any;
2845
+ userId?: string | Partial<{
2846
+ $gt?: string | {} | undefined;
2847
+ $gte?: string | {} | undefined;
2848
+ $lt?: string | {} | undefined;
2849
+ $lte?: string | {} | undefined;
2850
+ $ne?: string | {} | undefined;
2851
+ $in: string | (string | {})[] | {};
2852
+ $nin: string | (string | {})[] | {};
2853
+ } & {}> | {} | undefined;
2854
+ }[];
2855
+ })[];
2856
+ $or: {
2857
+ _id?: string | Partial<{
2858
+ $gt: string | {};
2859
+ $gte: string | {};
2860
+ $lt: string | {};
2861
+ $lte: string | {};
2862
+ $ne: string | {};
2863
+ $in: string | (string | {})[] | {};
2864
+ $nin: string | (string | {})[] | {};
2865
+ } & {}> | {} | undefined;
2866
+ actions?: any[] | Partial<{
2867
+ $gt: any[];
2868
+ $gte: any[];
2869
+ $lt: any[];
2870
+ $lte: any[];
2871
+ $ne: any[];
2872
+ $in: any[] | any[][];
2873
+ $nin: any[] | any[][];
2874
+ } & {}> | undefined;
2875
+ agnoModelId?: string | Partial<{
2876
+ $gt?: string | undefined;
2877
+ $gte?: string | undefined;
2878
+ $lt?: string | undefined;
2879
+ $lte?: string | undefined;
2880
+ $ne?: string | undefined;
2881
+ $in: string | string[];
2882
+ $nin: string | string[];
2883
+ } & {}> | undefined;
2884
+ autonomously?: boolean | Partial<{
2885
+ $gt: boolean;
2886
+ $gte: boolean;
2887
+ $lt: boolean;
2888
+ $lte: boolean;
2889
+ $ne: boolean;
2890
+ $in: boolean | boolean[];
2891
+ $nin: boolean | boolean[];
2892
+ } & {}> | undefined;
2893
+ bedrockAgentId?: string | Partial<{
2894
+ $gt?: string | undefined;
2895
+ $gte?: string | undefined;
2896
+ $lt?: string | undefined;
2897
+ $lte?: string | undefined;
2898
+ $ne?: string | undefined;
2899
+ $in: string | string[];
2900
+ $nin: string | string[];
2901
+ } & {}> | undefined;
2902
+ bedrockStatus?: string | Partial<{
2903
+ $gt?: string | undefined;
2904
+ $gte?: string | undefined;
2905
+ $lt?: string | undefined;
2906
+ $lte?: string | undefined;
2907
+ $ne?: string | undefined;
2908
+ $in: string | string[];
2909
+ $nin: string | string[];
2910
+ } & {}> | undefined;
2911
+ coding?: boolean | Partial<{
2912
+ $gt: boolean;
2913
+ $gte: boolean;
2914
+ $lt: boolean;
2915
+ $lte: boolean;
2916
+ $ne: boolean;
2917
+ $in: boolean | boolean[];
2918
+ $nin: boolean | boolean[];
2919
+ } & {}> | undefined;
2920
+ collaboration?: Partial<{
2921
+ $gt: {
2922
+ enabled: boolean;
2923
+ agents: {
2924
+ _id: string;
2925
+ name: string;
2926
+ memoryType: "private" | "shared";
2927
+ instructions: string;
2928
+ }[];
2929
+ };
2930
+ $gte: {
2931
+ enabled: boolean;
2932
+ agents: {
2933
+ _id: string;
2934
+ name: string;
2935
+ memoryType: "private" | "shared";
2936
+ instructions: string;
2937
+ }[];
2938
+ };
2939
+ $lt: {
2940
+ enabled: boolean;
2941
+ agents: {
2942
+ _id: string;
2943
+ name: string;
2944
+ memoryType: "private" | "shared";
2945
+ instructions: string;
2946
+ }[];
2947
+ };
2948
+ $lte: {
2949
+ enabled: boolean;
2950
+ agents: {
2951
+ _id: string;
2952
+ name: string;
2953
+ memoryType: "private" | "shared";
2954
+ instructions: string;
2955
+ }[];
2956
+ };
2957
+ $ne: {
2958
+ enabled: boolean;
2959
+ agents: {
2960
+ _id: string;
2961
+ name: string;
2962
+ memoryType: "private" | "shared";
2963
+ instructions: string;
2964
+ }[];
2965
+ };
2966
+ $in: {
2967
+ enabled: boolean;
2968
+ agents: {
2969
+ _id: string;
2970
+ name: string;
2971
+ memoryType: "private" | "shared";
2972
+ instructions: string;
2973
+ }[];
2974
+ }[] | {
2975
+ enabled: boolean;
2976
+ agents: {
2977
+ _id: string;
2978
+ name: string;
2979
+ memoryType: "private" | "shared";
2980
+ instructions: string;
2981
+ }[];
2982
+ };
2983
+ $nin: {
2984
+ enabled: boolean;
2985
+ agents: {
2986
+ _id: string;
2987
+ name: string;
2988
+ memoryType: "private" | "shared";
2989
+ instructions: string;
2990
+ }[];
2991
+ }[] | {
2992
+ enabled: boolean;
2993
+ agents: {
2994
+ _id: string;
2995
+ name: string;
2996
+ memoryType: "private" | "shared";
2997
+ instructions: string;
2998
+ }[];
2999
+ };
3000
+ } & {}> | {
3001
+ enabled: boolean;
3002
+ agents: {
3003
+ _id: string;
3004
+ name: string;
3005
+ memoryType: "private" | "shared";
3006
+ instructions: string;
3007
+ }[];
3008
+ } | undefined;
3009
+ contextTemplate?: string | Partial<{
3010
+ $gt?: string | undefined;
3011
+ $gte?: string | undefined;
3012
+ $lt?: string | undefined;
3013
+ $lte?: string | undefined;
3014
+ $ne?: string | undefined;
3015
+ $in: string | string[];
3016
+ $nin: string | string[];
3017
+ } & {}> | undefined;
3018
+ createdAt?: any;
3019
+ description?: string | Partial<{
3020
+ $gt: string;
3021
+ $gte: string;
3022
+ $lt: string;
3023
+ $lte: string;
3024
+ $ne: string;
3025
+ $in: string | string[];
3026
+ $nin: string | string[];
3027
+ } & {}> | undefined;
3028
+ instruction?: string | Partial<{
3029
+ $gt: string;
3030
+ $gte: string;
3031
+ $lt: string;
3032
+ $lte: string;
3033
+ $ne: string;
3034
+ $in: string | string[];
3035
+ $nin: string | string[];
3036
+ } & {}> | undefined;
3037
+ knowledgeBases?: string[] | Partial<{
3038
+ $gt?: string[] | undefined;
3039
+ $gte?: string[] | undefined;
3040
+ $lt?: string[] | undefined;
3041
+ $lte?: string[] | undefined;
3042
+ $ne?: string[] | undefined;
3043
+ $in: string[] | string[][];
3044
+ $nin: string[] | string[][];
3045
+ } & {}> | undefined;
3046
+ memory?: boolean | Partial<{
3047
+ $gt: boolean;
3048
+ $gte: boolean;
3049
+ $lt: boolean;
3050
+ $lte: boolean;
3051
+ $ne: boolean;
3052
+ $in: boolean | boolean[];
3053
+ $nin: boolean | boolean[];
3054
+ } & {}> | undefined;
3055
+ model?: string | Partial<{
3056
+ $gt?: string | undefined;
3057
+ $gte?: string | undefined;
3058
+ $lt?: string | undefined;
3059
+ $lte?: string | undefined;
3060
+ $ne?: string | undefined;
3061
+ $in: string | string[];
3062
+ $nin: string | string[];
3063
+ } & {}> | undefined;
3064
+ name?: string | Partial<{
3065
+ $gt: string;
3066
+ $gte: string;
3067
+ $lt: string;
3068
+ $lte: string;
3069
+ $ne: string;
3070
+ $in: string | string[];
3071
+ $nin: string | string[];
3072
+ } & {}> | undefined;
3073
+ provider?: "agno" | "bedrock" | Partial<{
3074
+ $gt?: "agno" | "bedrock" | undefined;
3075
+ $gte?: "agno" | "bedrock" | undefined;
3076
+ $lt?: "agno" | "bedrock" | undefined;
3077
+ $lte?: "agno" | "bedrock" | undefined;
3078
+ $ne?: "agno" | "bedrock" | undefined;
3079
+ $in: "agno" | "bedrock" | ("agno" | "bedrock")[];
3080
+ $nin: "agno" | "bedrock" | ("agno" | "bedrock")[];
3081
+ } & {}> | undefined;
3082
+ providerStatus?: "error" | "preparing" | "ready" | Partial<{
3083
+ $gt?: "error" | "preparing" | "ready" | undefined;
3084
+ $gte?: "error" | "preparing" | "ready" | undefined;
3085
+ $lt?: "error" | "preparing" | "ready" | undefined;
3086
+ $lte?: "error" | "preparing" | "ready" | undefined;
3087
+ $ne?: "error" | "preparing" | "ready" | undefined;
3088
+ $in: "error" | "preparing" | "ready" | ("error" | "preparing" | "ready")[];
3089
+ $nin: "error" | "preparing" | "ready" | ("error" | "preparing" | "ready")[];
3090
+ } & {}> | undefined;
3091
+ role?: string | Partial<{
3092
+ $gt: string;
3093
+ $gte: string;
3094
+ $lt: string;
3095
+ $lte: string;
3096
+ $ne: string;
3097
+ $in: string | string[];
3098
+ $nin: string | string[];
3099
+ } & {}> | undefined;
3100
+ securityAttributes?: Partial<{
3101
+ $gt?: {
3102
+ apiKeyId: string;
3103
+ apiKeyName: string;
3104
+ scopes: string[];
3105
+ rawApiKey?: string | undefined;
3106
+ } | undefined;
3107
+ $gte?: {
3108
+ apiKeyId: string;
3109
+ apiKeyName: string;
3110
+ scopes: string[];
3111
+ rawApiKey?: string | undefined;
3112
+ } | undefined;
3113
+ $lt?: {
3114
+ apiKeyId: string;
3115
+ apiKeyName: string;
3116
+ scopes: string[];
3117
+ rawApiKey?: string | undefined;
3118
+ } | undefined;
3119
+ $lte?: {
3120
+ apiKeyId: string;
3121
+ apiKeyName: string;
3122
+ scopes: string[];
3123
+ rawApiKey?: string | undefined;
3124
+ } | undefined;
3125
+ $ne?: {
3126
+ apiKeyId: string;
3127
+ apiKeyName: string;
3128
+ scopes: string[];
3129
+ rawApiKey?: string | undefined;
3130
+ } | undefined;
3131
+ $in: {
3132
+ apiKeyId: string;
3133
+ apiKeyName: string;
3134
+ scopes: string[];
3135
+ rawApiKey?: string | undefined;
3136
+ }[] | {
3137
+ apiKeyId: string;
3138
+ apiKeyName: string;
3139
+ scopes: string[];
3140
+ rawApiKey?: string | undefined;
3141
+ };
3142
+ $nin: {
3143
+ apiKeyId: string;
3144
+ apiKeyName: string;
3145
+ scopes: string[];
3146
+ rawApiKey?: string | undefined;
3147
+ }[] | {
3148
+ apiKeyId: string;
3149
+ apiKeyName: string;
3150
+ scopes: string[];
3151
+ rawApiKey?: string | undefined;
3152
+ };
3153
+ } & {}> | {
3154
+ apiKeyId: string;
3155
+ apiKeyName: string;
3156
+ scopes: string[];
3157
+ rawApiKey?: string | undefined;
3158
+ } | undefined;
3159
+ systemAgent?: boolean | Partial<{
3160
+ $gt?: boolean | undefined;
3161
+ $gte?: boolean | undefined;
3162
+ $lt?: boolean | undefined;
3163
+ $lte?: boolean | undefined;
3164
+ $ne?: boolean | undefined;
3165
+ $in: boolean | boolean[];
3166
+ $nin: boolean | boolean[];
3167
+ } & {}> | undefined;
3168
+ systemAgentType?: string | Partial<{
3169
+ $gt?: string | undefined;
3170
+ $gte?: string | undefined;
3171
+ $lt?: string | undefined;
3172
+ $lte?: string | undefined;
3173
+ $ne?: string | undefined;
3174
+ $in: string | string[];
3175
+ $nin: string | string[];
3176
+ } & {}> | undefined;
3177
+ timeout?: number | Partial<{
3178
+ $gt?: number | undefined;
3179
+ $gte?: number | undefined;
3180
+ $lt?: number | undefined;
3181
+ $lte?: number | undefined;
3182
+ $ne?: number | undefined;
3183
+ $in: number | number[];
3184
+ $nin: number | number[];
3185
+ } & {}> | undefined;
3186
+ toolRegistry?: string | Partial<{
3187
+ $gt?: string | undefined;
3188
+ $gte?: string | undefined;
3189
+ $lt?: string | undefined;
3190
+ $lte?: string | undefined;
3191
+ $ne?: string | undefined;
3192
+ $in: string | string[];
3193
+ $nin: string | string[];
3194
+ } & {}> | undefined;
3195
+ triggers?: string[] | Partial<{
3196
+ $gt: string[];
3197
+ $gte: string[];
3198
+ $lt: string[];
3199
+ $lte: string[];
3200
+ $ne: string[];
3201
+ $in: string[] | string[][];
3202
+ $nin: string[] | string[][];
3203
+ } & {}> | undefined;
3204
+ updatedAt?: any;
3205
+ userId?: string | Partial<{
3206
+ $gt?: string | {} | undefined;
3207
+ $gte?: string | {} | undefined;
3208
+ $lt?: string | {} | undefined;
3209
+ $lte?: string | {} | undefined;
3210
+ $ne?: string | {} | undefined;
3211
+ $in: string | (string | {})[] | {};
3212
+ $nin: string | (string | {})[] | {};
3213
+ } & {}> | {} | undefined;
3214
+ }[];
3215
+ }> & {
3216
+ _id?: string | Partial<{
3217
+ $gt: string | {};
3218
+ $gte: string | {};
3219
+ $lt: string | {};
3220
+ $lte: string | {};
3221
+ $ne: string | {};
3222
+ $in: string | (string | {})[] | {};
3223
+ $nin: string | (string | {})[] | {};
3224
+ } & {}> | {} | undefined;
3225
+ actions?: any[] | Partial<{
3226
+ $gt: any[];
3227
+ $gte: any[];
3228
+ $lt: any[];
3229
+ $lte: any[];
3230
+ $ne: any[];
3231
+ $in: any[] | any[][];
3232
+ $nin: any[] | any[][];
3233
+ } & {}> | undefined;
3234
+ agnoModelId?: string | Partial<{
3235
+ $gt?: string | undefined;
3236
+ $gte?: string | undefined;
3237
+ $lt?: string | undefined;
3238
+ $lte?: string | undefined;
3239
+ $ne?: string | undefined;
3240
+ $in: string | string[];
3241
+ $nin: string | string[];
3242
+ } & {}> | undefined;
3243
+ autonomously?: boolean | Partial<{
3244
+ $gt: boolean;
3245
+ $gte: boolean;
3246
+ $lt: boolean;
3247
+ $lte: boolean;
3248
+ $ne: boolean;
3249
+ $in: boolean | boolean[];
3250
+ $nin: boolean | boolean[];
3251
+ } & {}> | undefined;
3252
+ bedrockAgentId?: string | Partial<{
3253
+ $gt?: string | undefined;
3254
+ $gte?: string | undefined;
3255
+ $lt?: string | undefined;
3256
+ $lte?: string | undefined;
3257
+ $ne?: string | undefined;
3258
+ $in: string | string[];
3259
+ $nin: string | string[];
3260
+ } & {}> | undefined;
3261
+ bedrockStatus?: string | Partial<{
3262
+ $gt?: string | undefined;
3263
+ $gte?: string | undefined;
3264
+ $lt?: string | undefined;
3265
+ $lte?: string | undefined;
3266
+ $ne?: string | undefined;
3267
+ $in: string | string[];
3268
+ $nin: string | string[];
3269
+ } & {}> | undefined;
3270
+ coding?: boolean | Partial<{
3271
+ $gt: boolean;
3272
+ $gte: boolean;
3273
+ $lt: boolean;
3274
+ $lte: boolean;
3275
+ $ne: boolean;
3276
+ $in: boolean | boolean[];
3277
+ $nin: boolean | boolean[];
3278
+ } & {}> | undefined;
3279
+ collaboration?: Partial<{
3280
+ $gt: {
3281
+ enabled: boolean;
3282
+ agents: {
3283
+ _id: string;
3284
+ name: string;
3285
+ memoryType: "private" | "shared";
3286
+ instructions: string;
3287
+ }[];
3288
+ };
3289
+ $gte: {
3290
+ enabled: boolean;
3291
+ agents: {
3292
+ _id: string;
3293
+ name: string;
3294
+ memoryType: "private" | "shared";
3295
+ instructions: string;
3296
+ }[];
3297
+ };
3298
+ $lt: {
3299
+ enabled: boolean;
3300
+ agents: {
3301
+ _id: string;
3302
+ name: string;
3303
+ memoryType: "private" | "shared";
3304
+ instructions: string;
3305
+ }[];
3306
+ };
3307
+ $lte: {
3308
+ enabled: boolean;
3309
+ agents: {
3310
+ _id: string;
3311
+ name: string;
3312
+ memoryType: "private" | "shared";
3313
+ instructions: string;
3314
+ }[];
3315
+ };
3316
+ $ne: {
3317
+ enabled: boolean;
3318
+ agents: {
3319
+ _id: string;
3320
+ name: string;
3321
+ memoryType: "private" | "shared";
3322
+ instructions: string;
3323
+ }[];
3324
+ };
3325
+ $in: {
3326
+ enabled: boolean;
3327
+ agents: {
3328
+ _id: string;
3329
+ name: string;
3330
+ memoryType: "private" | "shared";
3331
+ instructions: string;
3332
+ }[];
3333
+ }[] | {
3334
+ enabled: boolean;
3335
+ agents: {
3336
+ _id: string;
3337
+ name: string;
3338
+ memoryType: "private" | "shared";
3339
+ instructions: string;
3340
+ }[];
3341
+ };
3342
+ $nin: {
3343
+ enabled: boolean;
3344
+ agents: {
3345
+ _id: string;
3346
+ name: string;
3347
+ memoryType: "private" | "shared";
3348
+ instructions: string;
3349
+ }[];
3350
+ }[] | {
3351
+ enabled: boolean;
3352
+ agents: {
3353
+ _id: string;
3354
+ name: string;
3355
+ memoryType: "private" | "shared";
3356
+ instructions: string;
3357
+ }[];
3358
+ };
3359
+ } & {}> | {
3360
+ enabled: boolean;
3361
+ agents: {
3362
+ _id: string;
3363
+ name: string;
3364
+ memoryType: "private" | "shared";
3365
+ instructions: string;
3366
+ }[];
3367
+ } | undefined;
3368
+ contextTemplate?: string | Partial<{
3369
+ $gt?: string | undefined;
3370
+ $gte?: string | undefined;
3371
+ $lt?: string | undefined;
3372
+ $lte?: string | undefined;
3373
+ $ne?: string | undefined;
3374
+ $in: string | string[];
3375
+ $nin: string | string[];
3376
+ } & {}> | undefined;
3377
+ createdAt?: any;
3378
+ description?: string | Partial<{
3379
+ $gt: string;
3380
+ $gte: string;
3381
+ $lt: string;
3382
+ $lte: string;
3383
+ $ne: string;
3384
+ $in: string | string[];
3385
+ $nin: string | string[];
3386
+ } & {}> | undefined;
3387
+ instruction?: string | Partial<{
3388
+ $gt: string;
3389
+ $gte: string;
3390
+ $lt: string;
3391
+ $lte: string;
3392
+ $ne: string;
3393
+ $in: string | string[];
3394
+ $nin: string | string[];
3395
+ } & {}> | undefined;
3396
+ knowledgeBases?: string[] | Partial<{
3397
+ $gt?: string[] | undefined;
3398
+ $gte?: string[] | undefined;
3399
+ $lt?: string[] | undefined;
3400
+ $lte?: string[] | undefined;
3401
+ $ne?: string[] | undefined;
3402
+ $in: string[] | string[][];
3403
+ $nin: string[] | string[][];
3404
+ } & {}> | undefined;
3405
+ memory?: boolean | Partial<{
3406
+ $gt: boolean;
3407
+ $gte: boolean;
3408
+ $lt: boolean;
3409
+ $lte: boolean;
3410
+ $ne: boolean;
3411
+ $in: boolean | boolean[];
3412
+ $nin: boolean | boolean[];
3413
+ } & {}> | undefined;
3414
+ model?: string | Partial<{
3415
+ $gt?: string | undefined;
3416
+ $gte?: string | undefined;
3417
+ $lt?: string | undefined;
3418
+ $lte?: string | undefined;
3419
+ $ne?: string | undefined;
3420
+ $in: string | string[];
3421
+ $nin: string | string[];
3422
+ } & {}> | undefined;
3423
+ name?: string | Partial<{
3424
+ $gt: string;
3425
+ $gte: string;
3426
+ $lt: string;
3427
+ $lte: string;
3428
+ $ne: string;
3429
+ $in: string | string[];
3430
+ $nin: string | string[];
3431
+ } & {}> | undefined;
3432
+ provider?: "agno" | "bedrock" | Partial<{
3433
+ $gt?: "agno" | "bedrock" | undefined;
3434
+ $gte?: "agno" | "bedrock" | undefined;
3435
+ $lt?: "agno" | "bedrock" | undefined;
3436
+ $lte?: "agno" | "bedrock" | undefined;
3437
+ $ne?: "agno" | "bedrock" | undefined;
3438
+ $in: "agno" | "bedrock" | ("agno" | "bedrock")[];
3439
+ $nin: "agno" | "bedrock" | ("agno" | "bedrock")[];
3440
+ } & {}> | undefined;
3441
+ providerStatus?: "error" | "preparing" | "ready" | Partial<{
3442
+ $gt?: "error" | "preparing" | "ready" | undefined;
3443
+ $gte?: "error" | "preparing" | "ready" | undefined;
3444
+ $lt?: "error" | "preparing" | "ready" | undefined;
3445
+ $lte?: "error" | "preparing" | "ready" | undefined;
3446
+ $ne?: "error" | "preparing" | "ready" | undefined;
3447
+ $in: "error" | "preparing" | "ready" | ("error" | "preparing" | "ready")[];
3448
+ $nin: "error" | "preparing" | "ready" | ("error" | "preparing" | "ready")[];
3449
+ } & {}> | undefined;
3450
+ role?: string | Partial<{
3451
+ $gt: string;
3452
+ $gte: string;
3453
+ $lt: string;
3454
+ $lte: string;
3455
+ $ne: string;
3456
+ $in: string | string[];
3457
+ $nin: string | string[];
3458
+ } & {}> | undefined;
3459
+ securityAttributes?: Partial<{
3460
+ $gt?: {
3461
+ apiKeyId: string;
3462
+ apiKeyName: string;
3463
+ scopes: string[];
3464
+ rawApiKey?: string | undefined;
3465
+ } | undefined;
3466
+ $gte?: {
3467
+ apiKeyId: string;
3468
+ apiKeyName: string;
3469
+ scopes: string[];
3470
+ rawApiKey?: string | undefined;
3471
+ } | undefined;
3472
+ $lt?: {
3473
+ apiKeyId: string;
3474
+ apiKeyName: string;
3475
+ scopes: string[];
3476
+ rawApiKey?: string | undefined;
3477
+ } | undefined;
3478
+ $lte?: {
3479
+ apiKeyId: string;
3480
+ apiKeyName: string;
3481
+ scopes: string[];
3482
+ rawApiKey?: string | undefined;
3483
+ } | undefined;
3484
+ $ne?: {
3485
+ apiKeyId: string;
3486
+ apiKeyName: string;
3487
+ scopes: string[];
3488
+ rawApiKey?: string | undefined;
3489
+ } | undefined;
3490
+ $in: {
3491
+ apiKeyId: string;
3492
+ apiKeyName: string;
3493
+ scopes: string[];
3494
+ rawApiKey?: string | undefined;
3495
+ }[] | {
3496
+ apiKeyId: string;
3497
+ apiKeyName: string;
3498
+ scopes: string[];
3499
+ rawApiKey?: string | undefined;
3500
+ };
3501
+ $nin: {
3502
+ apiKeyId: string;
3503
+ apiKeyName: string;
3504
+ scopes: string[];
3505
+ rawApiKey?: string | undefined;
3506
+ }[] | {
3507
+ apiKeyId: string;
3508
+ apiKeyName: string;
3509
+ scopes: string[];
3510
+ rawApiKey?: string | undefined;
3511
+ };
3512
+ } & {}> | {
3513
+ apiKeyId: string;
3514
+ apiKeyName: string;
3515
+ scopes: string[];
3516
+ rawApiKey?: string | undefined;
3517
+ } | undefined;
3518
+ systemAgent?: boolean | Partial<{
3519
+ $gt?: boolean | undefined;
3520
+ $gte?: boolean | undefined;
3521
+ $lt?: boolean | undefined;
3522
+ $lte?: boolean | undefined;
3523
+ $ne?: boolean | undefined;
3524
+ $in: boolean | boolean[];
3525
+ $nin: boolean | boolean[];
3526
+ } & {}> | undefined;
3527
+ systemAgentType?: string | Partial<{
3528
+ $gt?: string | undefined;
3529
+ $gte?: string | undefined;
3530
+ $lt?: string | undefined;
3531
+ $lte?: string | undefined;
3532
+ $ne?: string | undefined;
3533
+ $in: string | string[];
3534
+ $nin: string | string[];
3535
+ } & {}> | undefined;
3536
+ timeout?: number | Partial<{
3537
+ $gt?: number | undefined;
3538
+ $gte?: number | undefined;
3539
+ $lt?: number | undefined;
3540
+ $lte?: number | undefined;
3541
+ $ne?: number | undefined;
3542
+ $in: number | number[];
3543
+ $nin: number | number[];
3544
+ } & {}> | undefined;
3545
+ toolRegistry?: string | Partial<{
3546
+ $gt?: string | undefined;
3547
+ $gte?: string | undefined;
3548
+ $lt?: string | undefined;
3549
+ $lte?: string | undefined;
3550
+ $ne?: string | undefined;
3551
+ $in: string | string[];
3552
+ $nin: string | string[];
3553
+ } & {}> | undefined;
3554
+ triggers?: string[] | Partial<{
3555
+ $gt: string[];
3556
+ $gte: string[];
3557
+ $lt: string[];
3558
+ $lte: string[];
3559
+ $ne: string[];
3560
+ $in: string[] | string[][];
3561
+ $nin: string[] | string[][];
3562
+ } & {}> | undefined;
3563
+ updatedAt?: any;
3564
+ userId?: string | Partial<{
3565
+ $gt?: string | {} | undefined;
3566
+ $gte?: string | {} | undefined;
3567
+ $lt?: string | {} | undefined;
3568
+ $lte?: string | {} | undefined;
3569
+ $ne?: string | {} | undefined;
3570
+ $in: string | (string | {})[] | {};
3571
+ $nin: string | (string | {})[] | {};
3572
+ } & {}> | {} | undefined;
3573
+ } & {}, HookContext<AgentsService<import("./agents.class").AgentsParams>>>;