@redplanethq/sdk 0.1.17 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/CHANGELOG.md +1657 -0
  2. package/LICENSE.md +30 -0
  3. package/README.md +159 -183
  4. package/dist/__tests__/__fixtures__/network.stream.d.ts +2329 -0
  5. package/dist/__tests__/__fixtures__/network.stream.d.ts.map +1 -0
  6. package/dist/_types/@ai-sdk_provider/dist/index.d.ts +1725 -0
  7. package/dist/_types/@internal_ai-sdk-v5/dist/index.d.ts +10332 -0
  8. package/dist/_types/@internal_ai-v6/dist/index.d.ts +13493 -0
  9. package/dist/chat-route.d.ts +117 -0
  10. package/dist/chat-route.d.ts.map +1 -0
  11. package/dist/chunk-3YJ25IUJ.js +79 -0
  12. package/dist/chunk-3YJ25IUJ.js.map +1 -0
  13. package/dist/chunk-DGUM43GV.js +10 -0
  14. package/dist/chunk-DGUM43GV.js.map +1 -0
  15. package/dist/chunk-HDI4ZP7N.js +79 -0
  16. package/dist/chunk-HDI4ZP7N.js.map +1 -0
  17. package/dist/chunk-HMOX24BQ.js +439 -0
  18. package/dist/chunk-HMOX24BQ.js.map +1 -0
  19. package/dist/chunk-IV3RKEE4.js +439 -0
  20. package/dist/chunk-IV3RKEE4.js.map +1 -0
  21. package/dist/chunk-JEQ2X3Z6.cjs +12 -0
  22. package/dist/chunk-JEQ2X3Z6.cjs.map +1 -0
  23. package/dist/chunk-PEZAMDZJ.cjs +84 -0
  24. package/dist/chunk-PEZAMDZJ.cjs.map +1 -0
  25. package/dist/chunk-VJW66KXQ.cjs +441 -0
  26. package/dist/chunk-VJW66KXQ.cjs.map +1 -0
  27. package/dist/chunk-WFARZCDO.cjs +84 -0
  28. package/dist/chunk-WFARZCDO.cjs.map +1 -0
  29. package/dist/chunk-X72VW7EY.cjs +441 -0
  30. package/dist/chunk-X72VW7EY.cjs.map +1 -0
  31. package/dist/convert-messages.d.ts +90 -0
  32. package/dist/convert-messages.d.ts.map +1 -0
  33. package/dist/convert-streams.d.ts +59 -0
  34. package/dist/convert-streams.d.ts.map +1 -0
  35. package/dist/helpers.d.ts +59 -0
  36. package/dist/helpers.d.ts.map +1 -0
  37. package/dist/index.cjs +14385 -0
  38. package/dist/index.cjs.map +1 -0
  39. package/dist/index.d.ts +14 -1245
  40. package/dist/index.d.ts.map +1 -0
  41. package/dist/index.js +14289 -804
  42. package/dist/index.js.map +1 -1
  43. package/dist/middleware.d.ts +159 -0
  44. package/dist/middleware.d.ts.map +1 -0
  45. package/dist/network-route.d.ts +84 -0
  46. package/dist/network-route.d.ts.map +1 -0
  47. package/dist/public-types.d.ts +9 -0
  48. package/dist/public-types.d.ts.map +1 -0
  49. package/dist/to-ai-sdk-format.d.ts +16 -0
  50. package/dist/to-ai-sdk-format.d.ts.map +1 -0
  51. package/dist/token-APYSY3BW-CBIBV5F2.js +61 -0
  52. package/dist/token-APYSY3BW-CBIBV5F2.js.map +1 -0
  53. package/dist/token-APYSY3BW-INR55PKP.js +61 -0
  54. package/dist/token-APYSY3BW-INR55PKP.js.map +1 -0
  55. package/dist/token-APYSY3BW-M2K6HVOG.cjs +63 -0
  56. package/dist/token-APYSY3BW-M2K6HVOG.cjs.map +1 -0
  57. package/dist/token-APYSY3BW-Y5VD4L7Z.cjs +63 -0
  58. package/dist/token-APYSY3BW-Y5VD4L7Z.cjs.map +1 -0
  59. package/dist/token-util-RMHT2CPJ-3LCBPXJ6.cjs +10 -0
  60. package/dist/token-util-RMHT2CPJ-3LCBPXJ6.cjs.map +1 -0
  61. package/dist/token-util-RMHT2CPJ-4YTBAZ23.cjs +10 -0
  62. package/dist/token-util-RMHT2CPJ-4YTBAZ23.cjs.map +1 -0
  63. package/dist/token-util-RMHT2CPJ-HCMQIDTV.js +8 -0
  64. package/dist/token-util-RMHT2CPJ-HCMQIDTV.js.map +1 -0
  65. package/dist/token-util-RMHT2CPJ-IOKQM5O3.js +8 -0
  66. package/dist/token-util-RMHT2CPJ-IOKQM5O3.js.map +1 -0
  67. package/dist/transformers.d.ts +315 -0
  68. package/dist/transformers.d.ts.map +1 -0
  69. package/dist/ui.cjs +15 -0
  70. package/dist/ui.cjs.map +1 -0
  71. package/dist/ui.d.ts +2 -0
  72. package/dist/ui.d.ts.map +1 -0
  73. package/dist/ui.js +12 -0
  74. package/dist/ui.js.map +1 -0
  75. package/dist/utils.d.ts +11 -0
  76. package/dist/utils.d.ts.map +1 -0
  77. package/dist/workflow-route.d.ts +93 -0
  78. package/dist/workflow-route.d.ts.map +1 -0
  79. package/package.json +65 -31
  80. package/ui.d.ts +1 -0
  81. package/LICENSE +0 -44
  82. package/dist/index.d.mts +0 -1245
  83. package/dist/index.mjs +0 -822
  84. package/dist/index.mjs.map +0 -1
package/LICENSE DELETED
@@ -1,44 +0,0 @@
1
- Core License
2
-
3
- GNU AFFERO GENERAL PUBLIC LICENSE
4
- Version 3, 19 November 2007
5
-
6
- Copyright (c) 2025 — Poozle Inc.
7
-
8
- This program is free software: you can redistribute it and/or modify
9
- it under the terms of the GNU Affero General Public License as published by
10
- the Free Software Foundation, either version 3 of the License, or
11
- (at your option) any later version.
12
-
13
- This program is distributed in the hope that it will be useful,
14
- but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- GNU Affero General Public License for more details.
17
-
18
- You should have received a copy of the GNU Affero General Public License
19
- along with this program. If not, see <https://www.gnu.org/licenses/>.
20
-
21
- Additional Terms:
22
-
23
- As additional permission under GNU AGPL version 3 section 7, you
24
- may combine or link a "work that uses the Library" with a publicly
25
- distributed version of this library to produce a combined library or
26
- application, then distribute that combined work under the terms of
27
- your choice, with no requirement to comply with the obligations
28
- normally placed on you by section 4 of the GNU AGPL version 3
29
- (or the corresponding section of a later version of the GNU AGPL
30
- version 3 license).
31
-
32
- "Commons Clause" License Condition v1.0
33
-
34
- The Software is provided to you by the Licensor under the License (defined below), subject to the following condition:
35
-
36
- Without limiting other conditions in the License, the grant of rights under the License will not include, and the License does not grant to you, the right to Sell the Software.
37
-
38
- For purposes of the foregoing, "Sell" means practicing any or all of the rights granted to you under the License to provide the Software to third parties, for a fee or other consideration (including without limitation fees for hosting or consulting/support services related to the Software), as part of a product or service whose value derives, entirely or substantially, from the functionality of the Software. Any license notice or attribution required by the License must also include this Commons Clause License Condition notice.
39
-
40
- Software: All files in this repository.
41
-
42
- License: GNU Affero General Public License v3.0
43
-
44
- Licensor: Poozle Inc.