@tencent-ai/agent-sdk 0.0.6 → 0.0.7

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 (118) hide show
  1. package/dist/agent-sdk.js +1 -1
  2. package/lib/common/services/agent.d.ts +1 -1
  3. package/lib/common/services/agent.d.ts.map +1 -1
  4. package/lib/common/services/agent.js +3 -3
  5. package/lib/common/services/agent.js.map +1 -1
  6. package/lib/common/services/http.d.ts +1 -2
  7. package/lib/common/services/http.d.ts.map +1 -1
  8. package/lib/common/services/http.js.map +1 -1
  9. package/lib/common/services/product.d.ts +1 -2
  10. package/lib/common/services/product.d.ts.map +1 -1
  11. package/lib/common/services/product.js.map +1 -1
  12. package/lib/common/types/event/craft.d.ts +18 -6
  13. package/lib/common/types/event/craft.d.ts.map +1 -1
  14. package/lib/common/types/event/index.d.ts +1 -1
  15. package/lib/common/types/event/index.d.ts.map +1 -1
  16. package/lib/common/types/event/index.js +1 -1
  17. package/lib/common/types/event/index.js.map +1 -1
  18. package/lib/common/types/http/index.d.ts +2 -0
  19. package/lib/common/types/http/index.d.ts.map +1 -0
  20. package/lib/common/types/http/index.js +18 -0
  21. package/lib/common/types/http/index.js.map +1 -0
  22. package/lib/common/types/http/rest-operations.d.ts +3 -0
  23. package/lib/common/types/http/rest-operations.d.ts.map +1 -0
  24. package/lib/common/types/http/rest-operations.js +3 -0
  25. package/lib/common/types/http/rest-operations.js.map +1 -0
  26. package/lib/common/types/index.d.ts +2 -0
  27. package/lib/common/types/index.d.ts.map +1 -1
  28. package/lib/common/types/index.js +2 -0
  29. package/lib/common/types/index.js.map +1 -1
  30. package/lib/common/types/product/activities.d.ts +5 -0
  31. package/lib/common/types/product/activities.d.ts.map +1 -0
  32. package/lib/common/types/product/activities.js +3 -0
  33. package/lib/common/types/product/activities.js.map +1 -0
  34. package/lib/common/types/product/agent-tools.d.ts +5 -0
  35. package/lib/common/types/product/agent-tools.d.ts.map +1 -0
  36. package/lib/common/types/product/agent-tools.js +3 -0
  37. package/lib/common/types/product/agent-tools.js.map +1 -0
  38. package/lib/common/types/product/agent.d.ts +36 -0
  39. package/lib/common/types/product/agent.d.ts.map +1 -0
  40. package/lib/common/types/product/agent.js +10 -0
  41. package/lib/common/types/product/agent.js.map +1 -0
  42. package/lib/common/types/product/authentication.d.ts +84 -0
  43. package/lib/common/types/product/authentication.d.ts.map +1 -0
  44. package/lib/common/types/product/authentication.js +40 -0
  45. package/lib/common/types/product/authentication.js.map +1 -0
  46. package/lib/common/types/product/codebase.d.ts +47 -0
  47. package/lib/common/types/product/codebase.d.ts.map +1 -0
  48. package/lib/common/types/product/codebase.js +3 -0
  49. package/lib/common/types/product/codebase.js.map +1 -0
  50. package/lib/common/types/product/commit-message.d.ts +7 -0
  51. package/lib/common/types/product/commit-message.d.ts.map +1 -0
  52. package/lib/common/types/product/commit-message.js +3 -0
  53. package/lib/common/types/product/commit-message.js.map +1 -0
  54. package/lib/common/types/product/completion.d.ts +8 -0
  55. package/lib/common/types/product/completion.d.ts.map +1 -0
  56. package/lib/common/types/product/completion.js +3 -0
  57. package/lib/common/types/product/completion.js.map +1 -0
  58. package/lib/common/types/product/config.d.ts +6 -0
  59. package/lib/common/types/product/config.d.ts.map +1 -0
  60. package/lib/common/types/product/config.js +3 -0
  61. package/lib/common/types/product/config.js.map +1 -0
  62. package/lib/common/types/product/features.d.ts +149 -0
  63. package/lib/common/types/product/features.d.ts.map +1 -0
  64. package/lib/common/types/product/features.js +154 -0
  65. package/lib/common/types/product/features.js.map +1 -0
  66. package/lib/common/types/product/index.d.ts +23 -0
  67. package/lib/common/types/product/index.d.ts.map +1 -0
  68. package/lib/common/types/product/index.js +39 -0
  69. package/lib/common/types/product/index.js.map +1 -0
  70. package/lib/common/types/product/inline-chat.d.ts +15 -0
  71. package/lib/common/types/product/inline-chat.d.ts.map +1 -0
  72. package/lib/common/types/product/inline-chat.js +3 -0
  73. package/lib/common/types/product/inline-chat.js.map +1 -0
  74. package/lib/common/types/product/knowledge-base.d.ts +16 -0
  75. package/lib/common/types/product/knowledge-base.d.ts.map +1 -0
  76. package/lib/common/types/product/knowledge-base.js +3 -0
  77. package/lib/common/types/product/knowledge-base.js.map +1 -0
  78. package/lib/common/types/product/language-model.d.ts +38 -0
  79. package/lib/common/types/product/language-model.d.ts.map +1 -0
  80. package/lib/common/types/product/language-model.js +3 -0
  81. package/lib/common/types/product/language-model.js.map +1 -0
  82. package/lib/common/types/product/links.d.ts +20 -0
  83. package/lib/common/types/product/links.d.ts.map +1 -0
  84. package/lib/common/types/product/links.js +3 -0
  85. package/lib/common/types/product/links.js.map +1 -0
  86. package/lib/common/types/product/log.d.ts +39 -0
  87. package/lib/common/types/product/log.d.ts.map +1 -0
  88. package/lib/common/types/product/log.js +12 -0
  89. package/lib/common/types/product/log.js.map +1 -0
  90. package/lib/common/types/product/product-provider.d.ts +12 -0
  91. package/lib/common/types/product/product-provider.d.ts.map +1 -0
  92. package/lib/common/types/product/product-provider.js +5 -0
  93. package/lib/common/types/product/product-provider.js.map +1 -0
  94. package/lib/common/types/product/product.d.ts +179 -0
  95. package/lib/common/types/product/product.d.ts.map +1 -0
  96. package/lib/common/types/product/product.js +3 -0
  97. package/lib/common/types/product/product.js.map +1 -0
  98. package/lib/common/types/product/prompt-template.d.ts +6 -0
  99. package/lib/common/types/product/prompt-template.d.ts.map +1 -0
  100. package/lib/common/types/product/prompt-template.js +3 -0
  101. package/lib/common/types/product/prompt-template.js.map +1 -0
  102. package/lib/common/types/product/remote-agent.d.ts +20 -0
  103. package/lib/common/types/product/remote-agent.d.ts.map +1 -0
  104. package/lib/common/types/product/remote-agent.js +3 -0
  105. package/lib/common/types/product/remote-agent.js.map +1 -0
  106. package/lib/common/types/product/replacement.d.ts +38 -0
  107. package/lib/common/types/product/replacement.d.ts.map +1 -0
  108. package/lib/common/types/product/replacement.js +18 -0
  109. package/lib/common/types/product/replacement.js.map +1 -0
  110. package/lib/common/types/product/telemetry.d.ts +16 -0
  111. package/lib/common/types/product/telemetry.d.ts.map +1 -0
  112. package/lib/common/types/product/telemetry.js +3 -0
  113. package/lib/common/types/product/telemetry.js.map +1 -0
  114. package/lib/common/types/product/updates.d.ts +17 -0
  115. package/lib/common/types/product/updates.d.ts.map +1 -0
  116. package/lib/common/types/product/updates.js +8 -0
  117. package/lib/common/types/product/updates.js.map +1 -0
  118. package/package.json +4 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.