otto-agent 0.1.0__tar.gz

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 (1892) hide show
  1. otto_agent-0.1.0/.claude/plans/session-new-fork.md +375 -0
  2. otto_agent-0.1.0/.gitignore +41 -0
  3. otto_agent-0.1.0/Makefile +49 -0
  4. otto_agent-0.1.0/PKG-INFO +233 -0
  5. otto_agent-0.1.0/README.md +191 -0
  6. otto_agent-0.1.0/docs/.gitignore +3 -0
  7. otto_agent-0.1.0/docs/.vitepress/cache/deps/_metadata.json +31 -0
  8. otto_agent-0.1.0/docs/.vitepress/cache/deps/chunk-4X5TYTPO.js +12865 -0
  9. otto_agent-0.1.0/docs/.vitepress/cache/deps/chunk-4X5TYTPO.js.map +7 -0
  10. otto_agent-0.1.0/docs/.vitepress/cache/deps/package.json +3 -0
  11. otto_agent-0.1.0/docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js +4505 -0
  12. otto_agent-0.1.0/docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js.map +7 -0
  13. otto_agent-0.1.0/docs/.vitepress/cache/deps/vitepress___@vueuse_core.js +9731 -0
  14. otto_agent-0.1.0/docs/.vitepress/cache/deps/vitepress___@vueuse_core.js.map +7 -0
  15. otto_agent-0.1.0/docs/.vitepress/cache/deps/vue.js +347 -0
  16. otto_agent-0.1.0/docs/.vitepress/cache/deps/vue.js.map +7 -0
  17. otto_agent-0.1.0/docs/.vitepress/config.mts +61 -0
  18. otto_agent-0.1.0/docs/.vitepress/theme/custom.css +51 -0
  19. otto_agent-0.1.0/docs/.vitepress/theme/index.ts +4 -0
  20. otto_agent-0.1.0/docs/PILLARS.md +183 -0
  21. otto_agent-0.1.0/docs/api-reference.md +96 -0
  22. otto_agent-0.1.0/docs/assets/logo-prompts.md +292 -0
  23. otto_agent-0.1.0/docs/assets/otto-logo-original.png +0 -0
  24. otto_agent-0.1.0/docs/assets/otto-logo.png +0 -0
  25. otto_agent-0.1.0/docs/configuration.md +93 -0
  26. otto_agent-0.1.0/docs/design/mcp-gateway-architecture.md +207 -0
  27. otto_agent-0.1.0/docs/getting-started.md +58 -0
  28. otto_agent-0.1.0/docs/guide/01-architecture.md +201 -0
  29. otto_agent-0.1.0/docs/guide/02-installation.md +226 -0
  30. otto_agent-0.1.0/docs/guide/03-user-guide.md +245 -0
  31. otto_agent-0.1.0/docs/guide/04-developer-guide.md +316 -0
  32. otto_agent-0.1.0/docs/guide/05-operations-guide.md +386 -0
  33. otto_agent-0.1.0/docs/index.md +58 -0
  34. otto_agent-0.1.0/docs/node_modules/.bin/esbuild +1 -0
  35. otto_agent-0.1.0/docs/node_modules/.bin/nanoid +1 -0
  36. otto_agent-0.1.0/docs/node_modules/.bin/parser +1 -0
  37. otto_agent-0.1.0/docs/node_modules/.bin/rollup +1 -0
  38. otto_agent-0.1.0/docs/node_modules/.bin/vite +1 -0
  39. otto_agent-0.1.0/docs/node_modules/.bin/vitepress +1 -0
  40. otto_agent-0.1.0/docs/node_modules/.package-lock.json +1781 -0
  41. otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/LICENSE +21 -0
  42. otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/README.md +76 -0
  43. otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/index.d.ts +1 -0
  44. otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/index.js +1 -0
  45. otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/package.json +69 -0
  46. otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-core/README.md +17 -0
  47. otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-core/package.json +42 -0
  48. otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-plugin-algolia-insights/README.md +15 -0
  49. otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-plugin-algolia-insights/package.json +39 -0
  50. otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-preset-algolia/README.md +15 -0
  51. otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-preset-algolia/package.json +43 -0
  52. otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-shared/package.json +37 -0
  53. otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/LICENSE +21 -0
  54. otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/README.md +76 -0
  55. otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/index.d.ts +1 -0
  56. otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/index.js +1 -0
  57. otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/package.json +69 -0
  58. otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/LICENSE +21 -0
  59. otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/README.md +76 -0
  60. otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/index.d.ts +1 -0
  61. otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/index.js +1 -0
  62. otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/package.json +69 -0
  63. otto_agent-0.1.0/docs/node_modules/@algolia/client-common/LICENSE +21 -0
  64. otto_agent-0.1.0/docs/node_modules/@algolia/client-common/index.d.ts +1 -0
  65. otto_agent-0.1.0/docs/node_modules/@algolia/client-common/index.js +1 -0
  66. otto_agent-0.1.0/docs/node_modules/@algolia/client-common/package.json +51 -0
  67. otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/LICENSE +21 -0
  68. otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/README.md +76 -0
  69. otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/index.d.ts +1 -0
  70. otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/index.js +1 -0
  71. otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/package.json +69 -0
  72. otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/LICENSE +21 -0
  73. otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/README.md +76 -0
  74. otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/index.d.ts +1 -0
  75. otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/index.js +1 -0
  76. otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/package.json +69 -0
  77. otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/LICENSE +21 -0
  78. otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/README.md +76 -0
  79. otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/index.d.ts +1 -0
  80. otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/index.js +1 -0
  81. otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/package.json +69 -0
  82. otto_agent-0.1.0/docs/node_modules/@algolia/client-search/LICENSE +21 -0
  83. otto_agent-0.1.0/docs/node_modules/@algolia/client-search/README.md +76 -0
  84. otto_agent-0.1.0/docs/node_modules/@algolia/client-search/index.d.ts +1 -0
  85. otto_agent-0.1.0/docs/node_modules/@algolia/client-search/index.js +1 -0
  86. otto_agent-0.1.0/docs/node_modules/@algolia/client-search/package.json +69 -0
  87. otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/LICENSE +21 -0
  88. otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/README.md +76 -0
  89. otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/index.d.ts +1 -0
  90. otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/index.js +1 -0
  91. otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/package.json +69 -0
  92. otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/LICENSE +21 -0
  93. otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/README.md +76 -0
  94. otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/index.d.ts +1 -0
  95. otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/index.js +1 -0
  96. otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/package.json +69 -0
  97. otto_agent-0.1.0/docs/node_modules/@algolia/recommend/LICENSE +21 -0
  98. otto_agent-0.1.0/docs/node_modules/@algolia/recommend/README.md +76 -0
  99. otto_agent-0.1.0/docs/node_modules/@algolia/recommend/index.d.ts +1 -0
  100. otto_agent-0.1.0/docs/node_modules/@algolia/recommend/index.js +1 -0
  101. otto_agent-0.1.0/docs/node_modules/@algolia/recommend/package.json +69 -0
  102. otto_agent-0.1.0/docs/node_modules/@algolia/requester-browser-xhr/LICENSE +21 -0
  103. otto_agent-0.1.0/docs/node_modules/@algolia/requester-browser-xhr/index.d.ts +1 -0
  104. otto_agent-0.1.0/docs/node_modules/@algolia/requester-browser-xhr/index.js +1 -0
  105. otto_agent-0.1.0/docs/node_modules/@algolia/requester-browser-xhr/package.json +51 -0
  106. otto_agent-0.1.0/docs/node_modules/@algolia/requester-fetch/LICENSE +21 -0
  107. otto_agent-0.1.0/docs/node_modules/@algolia/requester-fetch/index.d.ts +1 -0
  108. otto_agent-0.1.0/docs/node_modules/@algolia/requester-fetch/index.js +1 -0
  109. otto_agent-0.1.0/docs/node_modules/@algolia/requester-fetch/package.json +67 -0
  110. otto_agent-0.1.0/docs/node_modules/@algolia/requester-node-http/LICENSE +21 -0
  111. otto_agent-0.1.0/docs/node_modules/@algolia/requester-node-http/index.d.ts +1 -0
  112. otto_agent-0.1.0/docs/node_modules/@algolia/requester-node-http/index.js +1 -0
  113. otto_agent-0.1.0/docs/node_modules/@algolia/requester-node-http/package.json +53 -0
  114. otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  115. otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/README.md +19 -0
  116. otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  117. otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  118. otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/package.json +31 -0
  119. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  120. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  121. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  122. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  123. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  124. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  125. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  126. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  127. otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  128. otto_agent-0.1.0/docs/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  129. otto_agent-0.1.0/docs/node_modules/@babel/parser/LICENSE +19 -0
  130. otto_agent-0.1.0/docs/node_modules/@babel/parser/README.md +19 -0
  131. otto_agent-0.1.0/docs/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  132. otto_agent-0.1.0/docs/node_modules/@babel/parser/lib/index.js +14582 -0
  133. otto_agent-0.1.0/docs/node_modules/@babel/parser/lib/index.js.map +1 -0
  134. otto_agent-0.1.0/docs/node_modules/@babel/parser/package.json +50 -0
  135. otto_agent-0.1.0/docs/node_modules/@babel/parser/typings/babel-parser.d.ts +262 -0
  136. otto_agent-0.1.0/docs/node_modules/@babel/types/LICENSE +22 -0
  137. otto_agent-0.1.0/docs/node_modules/@babel/types/README.md +19 -0
  138. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  139. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  140. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/asserts/generated/index.js +1251 -0
  141. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  142. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  143. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  144. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  145. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  146. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
  147. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  148. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/index.js +29 -0
  149. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  150. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/lowercase.js +2902 -0
  151. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  152. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/uppercase.js +272 -0
  153. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  154. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/productions.js +12 -0
  155. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  156. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  157. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  158. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  159. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  160. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/validateNode.js +21 -0
  161. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  162. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/clone.js +12 -0
  163. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  164. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  165. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  166. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  167. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  168. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneNode.js +107 -0
  169. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  170. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  171. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  172. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  173. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  174. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  175. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  176. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  177. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  178. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  179. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  180. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  181. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  182. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  183. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  184. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  185. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  186. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/constants/generated/index.js +60 -0
  187. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  188. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/constants/index.js +31 -0
  189. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  190. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  191. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  192. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
  193. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  194. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  195. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  196. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  197. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  198. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  199. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  200. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
  201. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  202. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  203. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  204. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  205. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  206. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
  207. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  208. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
  209. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  210. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/valueToNode.js +89 -0
  211. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  212. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/core.js +1725 -0
  213. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  214. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
  215. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  216. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/experimental.js +124 -0
  217. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  218. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/flow.js +495 -0
  219. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  220. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/index.js +106 -0
  221. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  222. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/jsx.js +157 -0
  223. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  224. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/misc.js +31 -0
  225. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  226. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
  227. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  228. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/typescript.js +528 -0
  229. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  230. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/utils.js +296 -0
  231. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  232. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index-legacy.d.ts +2797 -0
  233. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index.d.ts +3617 -0
  234. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index.js +582 -0
  235. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index.js.flow +2650 -0
  236. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index.js.map +1 -0
  237. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  238. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  239. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  240. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  241. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  242. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  243. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  244. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  245. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  246. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  247. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  248. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  249. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +66 -0
  250. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  251. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +48 -0
  252. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +1 -0
  253. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +102 -0
  254. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  255. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getFunctionName.js +63 -0
  256. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +1 -0
  257. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
  258. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  259. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  260. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  261. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/traverse/traverseFast.js +40 -0
  262. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  263. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  264. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  265. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  266. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  267. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  268. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  269. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  270. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  271. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  272. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  273. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/generated/index.js +2797 -0
  274. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  275. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/is.js +27 -0
  276. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  277. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  278. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  279. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  280. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  281. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  282. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  283. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  284. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  285. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  286. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  287. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  288. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  289. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isPlaceholderType.js +15 -0
  290. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  291. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  292. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  293. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  294. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  295. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  296. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  297. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isType.js +17 -0
  298. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  299. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  300. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  301. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  302. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  303. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  304. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  305. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/matchesPattern.js +44 -0
  306. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  307. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  308. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  309. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
  310. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  311. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/validate.js +42 -0
  312. otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  313. otto_agent-0.1.0/docs/node_modules/@babel/types/package.json +39 -0
  314. otto_agent-0.1.0/docs/node_modules/@docsearch/css/README.md +27 -0
  315. otto_agent-0.1.0/docs/node_modules/@docsearch/css/package.json +28 -0
  316. otto_agent-0.1.0/docs/node_modules/@docsearch/js/README.md +46 -0
  317. otto_agent-0.1.0/docs/node_modules/@docsearch/js/package.json +42 -0
  318. otto_agent-0.1.0/docs/node_modules/@docsearch/react/README.md +43 -0
  319. otto_agent-0.1.0/docs/node_modules/@docsearch/react/button.js +1 -0
  320. otto_agent-0.1.0/docs/node_modules/@docsearch/react/modal.js +1 -0
  321. otto_agent-0.1.0/docs/node_modules/@docsearch/react/package.json +70 -0
  322. otto_agent-0.1.0/docs/node_modules/@docsearch/react/style/button.js +1 -0
  323. otto_agent-0.1.0/docs/node_modules/@docsearch/react/style/index.js +1 -0
  324. otto_agent-0.1.0/docs/node_modules/@docsearch/react/style/modal.js +1 -0
  325. otto_agent-0.1.0/docs/node_modules/@docsearch/react/style/variables.js +1 -0
  326. otto_agent-0.1.0/docs/node_modules/@esbuild/linux-x64/README.md +3 -0
  327. otto_agent-0.1.0/docs/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
  328. otto_agent-0.1.0/docs/node_modules/@esbuild/linux-x64/package.json +20 -0
  329. otto_agent-0.1.0/docs/node_modules/@iconify/types/.prettierrc +8 -0
  330. otto_agent-0.1.0/docs/node_modules/@iconify/types/README.md +459 -0
  331. otto_agent-0.1.0/docs/node_modules/@iconify/types/license.txt +21 -0
  332. otto_agent-0.1.0/docs/node_modules/@iconify/types/package.json +23 -0
  333. otto_agent-0.1.0/docs/node_modules/@iconify/types/pnpm-lock.yaml +15 -0
  334. otto_agent-0.1.0/docs/node_modules/@iconify/types/provider.d.ts +44 -0
  335. otto_agent-0.1.0/docs/node_modules/@iconify/types/provider.js +3 -0
  336. otto_agent-0.1.0/docs/node_modules/@iconify/types/types.d.ts +272 -0
  337. otto_agent-0.1.0/docs/node_modules/@iconify/types/types.js +3 -0
  338. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/README.md +20 -0
  339. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/chars.json +1 -0
  340. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/icons.json +11317 -0
  341. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/index.d.ts +8 -0
  342. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/index.js +9 -0
  343. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/index.mjs +6 -0
  344. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/info.json +26 -0
  345. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/metadata.json +1 -0
  346. otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/package.json +29 -0
  347. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
  348. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  349. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
  350. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts +345 -0
  351. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +111 -0
  352. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/src/strings.ts +65 -0
  353. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts +55 -0
  354. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts +50 -0
  355. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map +1 -0
  356. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts +50 -0
  357. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map +1 -0
  358. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts +9 -0
  359. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map +1 -0
  360. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts +9 -0
  361. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map +1 -0
  362. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts +16 -0
  363. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map +1 -0
  364. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts +16 -0
  365. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map +1 -0
  366. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts +7 -0
  367. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map +1 -0
  368. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts +7 -0
  369. otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map +1 -0
  370. otto_agent-0.1.0/docs/node_modules/@rollup/rollup-linux-x64-gnu/README.md +3 -0
  371. otto_agent-0.1.0/docs/node_modules/@rollup/rollup-linux-x64-gnu/package.json +25 -0
  372. otto_agent-0.1.0/docs/node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node +0 -0
  373. otto_agent-0.1.0/docs/node_modules/@shikijs/core/LICENSE +22 -0
  374. otto_agent-0.1.0/docs/node_modules/@shikijs/core/README.md +5 -0
  375. otto_agent-0.1.0/docs/node_modules/@shikijs/core/package.json +75 -0
  376. otto_agent-0.1.0/docs/node_modules/@shikijs/engine-javascript/LICENSE +22 -0
  377. otto_agent-0.1.0/docs/node_modules/@shikijs/engine-javascript/README.md +9 -0
  378. otto_agent-0.1.0/docs/node_modules/@shikijs/engine-javascript/package.json +45 -0
  379. otto_agent-0.1.0/docs/node_modules/@shikijs/engine-oniguruma/LICENSE +22 -0
  380. otto_agent-0.1.0/docs/node_modules/@shikijs/engine-oniguruma/README.md +9 -0
  381. otto_agent-0.1.0/docs/node_modules/@shikijs/engine-oniguruma/package.json +59 -0
  382. otto_agent-0.1.0/docs/node_modules/@shikijs/langs/LICENSE +22 -0
  383. otto_agent-0.1.0/docs/node_modules/@shikijs/langs/README.md +7 -0
  384. otto_agent-0.1.0/docs/node_modules/@shikijs/langs/package.json +354 -0
  385. otto_agent-0.1.0/docs/node_modules/@shikijs/themes/LICENSE +22 -0
  386. otto_agent-0.1.0/docs/node_modules/@shikijs/themes/README.md +7 -0
  387. otto_agent-0.1.0/docs/node_modules/@shikijs/themes/package.json +92 -0
  388. otto_agent-0.1.0/docs/node_modules/@shikijs/transformers/LICENSE +22 -0
  389. otto_agent-0.1.0/docs/node_modules/@shikijs/transformers/README.md +9 -0
  390. otto_agent-0.1.0/docs/node_modules/@shikijs/transformers/package.json +40 -0
  391. otto_agent-0.1.0/docs/node_modules/@shikijs/types/LICENSE +22 -0
  392. otto_agent-0.1.0/docs/node_modules/@shikijs/types/README.md +7 -0
  393. otto_agent-0.1.0/docs/node_modules/@shikijs/types/package.json +39 -0
  394. otto_agent-0.1.0/docs/node_modules/@shikijs/vscode-textmate/LICENSE.md +21 -0
  395. otto_agent-0.1.0/docs/node_modules/@shikijs/vscode-textmate/README.md +9 -0
  396. otto_agent-0.1.0/docs/node_modules/@shikijs/vscode-textmate/package.json +46 -0
  397. otto_agent-0.1.0/docs/node_modules/@types/estree/LICENSE +21 -0
  398. otto_agent-0.1.0/docs/node_modules/@types/estree/README.md +15 -0
  399. otto_agent-0.1.0/docs/node_modules/@types/estree/flow.d.ts +167 -0
  400. otto_agent-0.1.0/docs/node_modules/@types/estree/index.d.ts +694 -0
  401. otto_agent-0.1.0/docs/node_modules/@types/estree/package.json +27 -0
  402. otto_agent-0.1.0/docs/node_modules/@types/hast/LICENSE +21 -0
  403. otto_agent-0.1.0/docs/node_modules/@types/hast/README.md +15 -0
  404. otto_agent-0.1.0/docs/node_modules/@types/hast/index.d.ts +282 -0
  405. otto_agent-0.1.0/docs/node_modules/@types/hast/package.json +42 -0
  406. otto_agent-0.1.0/docs/node_modules/@types/linkify-it/LICENSE +21 -0
  407. otto_agent-0.1.0/docs/node_modules/@types/linkify-it/README.md +15 -0
  408. otto_agent-0.1.0/docs/node_modules/@types/linkify-it/index.d.mts +174 -0
  409. otto_agent-0.1.0/docs/node_modules/@types/linkify-it/index.d.ts +3 -0
  410. otto_agent-0.1.0/docs/node_modules/@types/linkify-it/package.json +50 -0
  411. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/LICENSE +21 -0
  412. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/README.md +15 -0
  413. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/index.d.mts +1 -0
  414. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/index.d.ts +3 -0
  415. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/common/html_blocks.d.mts +7 -0
  416. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/common/html_re.d.mts +2 -0
  417. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/common/utils.d.mts +62 -0
  418. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/helpers/index.d.mts +5 -0
  419. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/helpers/parse_link_destination.d.mts +7 -0
  420. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/helpers/parse_link_label.d.mts +3 -0
  421. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/helpers/parse_link_title.d.mts +29 -0
  422. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/index.d.mts +404 -0
  423. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/parser_block.d.mts +25 -0
  424. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/parser_core.d.mts +18 -0
  425. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/parser_inline.d.mts +38 -0
  426. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/renderer.d.mts +96 -0
  427. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/ruler.d.mts +158 -0
  428. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/rules_block/state_block.d.mts +124 -0
  429. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/rules_core/state_core.d.mts +18 -0
  430. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/rules_inline/state_inline.d.mts +73 -0
  431. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/token.d.mts +108 -0
  432. otto_agent-0.1.0/docs/node_modules/@types/markdown-it/package.json +54 -0
  433. otto_agent-0.1.0/docs/node_modules/@types/mdast/LICENSE +21 -0
  434. otto_agent-0.1.0/docs/node_modules/@types/mdast/README.md +15 -0
  435. otto_agent-0.1.0/docs/node_modules/@types/mdast/index.d.ts +1123 -0
  436. otto_agent-0.1.0/docs/node_modules/@types/mdast/package.json +47 -0
  437. otto_agent-0.1.0/docs/node_modules/@types/mdurl/LICENSE +21 -0
  438. otto_agent-0.1.0/docs/node_modules/@types/mdurl/README.md +15 -0
  439. otto_agent-0.1.0/docs/node_modules/@types/mdurl/index.d.mts +6 -0
  440. otto_agent-0.1.0/docs/node_modules/@types/mdurl/index.d.ts +3 -0
  441. otto_agent-0.1.0/docs/node_modules/@types/mdurl/lib/decode.d.mts +10 -0
  442. otto_agent-0.1.0/docs/node_modules/@types/mdurl/lib/encode.d.mts +15 -0
  443. otto_agent-0.1.0/docs/node_modules/@types/mdurl/lib/format.d.mts +3 -0
  444. otto_agent-0.1.0/docs/node_modules/@types/mdurl/lib/parse.d.mts +18 -0
  445. otto_agent-0.1.0/docs/node_modules/@types/mdurl/package.json +36 -0
  446. otto_agent-0.1.0/docs/node_modules/@types/unist/LICENSE +21 -0
  447. otto_agent-0.1.0/docs/node_modules/@types/unist/README.md +15 -0
  448. otto_agent-0.1.0/docs/node_modules/@types/unist/index.d.ts +119 -0
  449. otto_agent-0.1.0/docs/node_modules/@types/unist/package.json +60 -0
  450. otto_agent-0.1.0/docs/node_modules/@types/web-bluetooth/LICENSE +21 -0
  451. otto_agent-0.1.0/docs/node_modules/@types/web-bluetooth/README.md +15 -0
  452. otto_agent-0.1.0/docs/node_modules/@types/web-bluetooth/index.d.ts +265 -0
  453. otto_agent-0.1.0/docs/node_modules/@types/web-bluetooth/package.json +46 -0
  454. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/.github/workflows/node.js.yml +31 -0
  455. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/LICENSE +15 -0
  456. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/README.md +95 -0
  457. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/deserialize.js +84 -0
  458. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/index.js +27 -0
  459. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/json.js +24 -0
  460. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/package.json +1 -0
  461. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/serialize.js +170 -0
  462. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/types.js +22 -0
  463. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/deserialize.js +85 -0
  464. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/index.js +25 -0
  465. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/json.js +21 -0
  466. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/serialize.js +171 -0
  467. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/types.js +11 -0
  468. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/package.json +54 -0
  469. otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/structured-json.js +1 -0
  470. otto_agent-0.1.0/docs/node_modules/@vitejs/plugin-vue/LICENSE +21 -0
  471. otto_agent-0.1.0/docs/node_modules/@vitejs/plugin-vue/README.md +278 -0
  472. otto_agent-0.1.0/docs/node_modules/@vitejs/plugin-vue/package.json +50 -0
  473. otto_agent-0.1.0/docs/node_modules/@vue/compiler-core/LICENSE +21 -0
  474. otto_agent-0.1.0/docs/node_modules/@vue/compiler-core/README.md +1 -0
  475. otto_agent-0.1.0/docs/node_modules/@vue/compiler-core/index.js +7 -0
  476. otto_agent-0.1.0/docs/node_modules/@vue/compiler-core/package.json +58 -0
  477. otto_agent-0.1.0/docs/node_modules/@vue/compiler-dom/LICENSE +21 -0
  478. otto_agent-0.1.0/docs/node_modules/@vue/compiler-dom/README.md +1 -0
  479. otto_agent-0.1.0/docs/node_modules/@vue/compiler-dom/index.js +7 -0
  480. otto_agent-0.1.0/docs/node_modules/@vue/compiler-dom/package.json +57 -0
  481. otto_agent-0.1.0/docs/node_modules/@vue/compiler-sfc/LICENSE +21 -0
  482. otto_agent-0.1.0/docs/node_modules/@vue/compiler-sfc/README.md +79 -0
  483. otto_agent-0.1.0/docs/node_modules/@vue/compiler-sfc/package.json +67 -0
  484. otto_agent-0.1.0/docs/node_modules/@vue/compiler-ssr/LICENSE +21 -0
  485. otto_agent-0.1.0/docs/node_modules/@vue/compiler-ssr/README.md +1 -0
  486. otto_agent-0.1.0/docs/node_modules/@vue/compiler-ssr/package.json +34 -0
  487. otto_agent-0.1.0/docs/node_modules/@vue/devtools-api/LICENSE +21 -0
  488. otto_agent-0.1.0/docs/node_modules/@vue/devtools-api/README.md +7 -0
  489. otto_agent-0.1.0/docs/node_modules/@vue/devtools-api/package.json +32 -0
  490. otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/LICENSE +21 -0
  491. otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/README.md +3 -0
  492. otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/global.d.ts +20 -0
  493. otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/package.json +44 -0
  494. otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/types.d.ts +2 -0
  495. otto_agent-0.1.0/docs/node_modules/@vue/devtools-shared/LICENSE +21 -0
  496. otto_agent-0.1.0/docs/node_modules/@vue/devtools-shared/README.md +3 -0
  497. otto_agent-0.1.0/docs/node_modules/@vue/devtools-shared/package.json +34 -0
  498. otto_agent-0.1.0/docs/node_modules/@vue/reactivity/LICENSE +21 -0
  499. otto_agent-0.1.0/docs/node_modules/@vue/reactivity/README.md +19 -0
  500. otto_agent-0.1.0/docs/node_modules/@vue/reactivity/index.js +7 -0
  501. otto_agent-0.1.0/docs/node_modules/@vue/reactivity/package.json +55 -0
  502. otto_agent-0.1.0/docs/node_modules/@vue/runtime-core/LICENSE +21 -0
  503. otto_agent-0.1.0/docs/node_modules/@vue/runtime-core/README.md +28 -0
  504. otto_agent-0.1.0/docs/node_modules/@vue/runtime-core/index.js +7 -0
  505. otto_agent-0.1.0/docs/node_modules/@vue/runtime-core/package.json +52 -0
  506. otto_agent-0.1.0/docs/node_modules/@vue/runtime-dom/LICENSE +21 -0
  507. otto_agent-0.1.0/docs/node_modules/@vue/runtime-dom/README.md +13 -0
  508. otto_agent-0.1.0/docs/node_modules/@vue/runtime-dom/index.js +7 -0
  509. otto_agent-0.1.0/docs/node_modules/@vue/runtime-dom/package.json +60 -0
  510. otto_agent-0.1.0/docs/node_modules/@vue/server-renderer/LICENSE +21 -0
  511. otto_agent-0.1.0/docs/node_modules/@vue/server-renderer/README.md +178 -0
  512. otto_agent-0.1.0/docs/node_modules/@vue/server-renderer/index.js +7 -0
  513. otto_agent-0.1.0/docs/node_modules/@vue/server-renderer/package.json +55 -0
  514. otto_agent-0.1.0/docs/node_modules/@vue/shared/LICENSE +21 -0
  515. otto_agent-0.1.0/docs/node_modules/@vue/shared/README.md +3 -0
  516. otto_agent-0.1.0/docs/node_modules/@vue/shared/index.js +7 -0
  517. otto_agent-0.1.0/docs/node_modules/@vue/shared/package.json +47 -0
  518. otto_agent-0.1.0/docs/node_modules/@vueuse/core/LICENSE +21 -0
  519. otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.cjs +8201 -0
  520. otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.d.cts +6221 -0
  521. otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.d.mts +6221 -0
  522. otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.d.ts +6221 -0
  523. otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.iife.js +8201 -0
  524. otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.iife.min.js +1 -0
  525. otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.mjs +8021 -0
  526. otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.cjs +1 -0
  527. otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.d.cts +1 -0
  528. otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.d.mts +1 -0
  529. otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.d.ts +1 -0
  530. otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.mjs +1 -0
  531. otto_agent-0.1.0/docs/node_modules/@vueuse/core/package.json +57 -0
  532. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/LICENSE +21 -0
  533. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/README.md +46 -0
  534. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.cjs +703 -0
  535. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.d.cts +447 -0
  536. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.d.mts +447 -0
  537. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.d.ts +447 -0
  538. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.iife.js +690 -0
  539. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.iife.min.js +1 -0
  540. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.mjs +667 -0
  541. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/package.json +181 -0
  542. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.cjs +89 -0
  543. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.d.cts +27 -0
  544. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.d.mts +27 -0
  545. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.d.ts +27 -0
  546. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.mjs +87 -0
  547. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.cjs +74 -0
  548. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.d.cts +47 -0
  549. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.d.mts +47 -0
  550. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.d.ts +47 -0
  551. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.iife.js +73 -0
  552. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.iife.min.js +1 -0
  553. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.mjs +72 -0
  554. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.cjs +125 -0
  555. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.d.cts +106 -0
  556. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.d.mts +106 -0
  557. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.d.ts +106 -0
  558. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.iife.js +124 -0
  559. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.iife.min.js +1 -0
  560. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.mjs +123 -0
  561. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.cjs +49 -0
  562. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.d.cts +14 -0
  563. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.d.mts +14 -0
  564. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.d.ts +14 -0
  565. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.iife.js +49 -0
  566. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.iife.min.js +1 -0
  567. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.mjs +28 -0
  568. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.cjs +64 -0
  569. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.d.cts +54 -0
  570. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.d.mts +54 -0
  571. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.d.ts +54 -0
  572. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.iife.js +63 -0
  573. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.iife.min.js +1 -0
  574. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.mjs +61 -0
  575. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.cjs +116 -0
  576. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.d.cts +32 -0
  577. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.d.mts +32 -0
  578. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.d.ts +32 -0
  579. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.iife.js +114 -0
  580. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.iife.min.js +1 -0
  581. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.mjs +114 -0
  582. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.cjs +33 -0
  583. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.d.cts +17 -0
  584. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.d.mts +17 -0
  585. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.d.ts +17 -0
  586. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.mjs +31 -0
  587. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.cjs +68 -0
  588. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.d.cts +54 -0
  589. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.d.mts +54 -0
  590. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.d.ts +54 -0
  591. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.iife.js +66 -0
  592. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.iife.min.js +1 -0
  593. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.mjs +66 -0
  594. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.cjs +45 -0
  595. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.d.cts +32 -0
  596. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.d.mts +32 -0
  597. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.d.ts +32 -0
  598. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.iife.js +45 -0
  599. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.iife.min.js +1 -0
  600. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.mjs +43 -0
  601. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.cjs +63 -0
  602. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.d.cts +43 -0
  603. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.d.mts +43 -0
  604. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.d.ts +43 -0
  605. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.iife.js +62 -0
  606. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.iife.min.js +1 -0
  607. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.mjs +61 -0
  608. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.cjs +27 -0
  609. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.d.cts +27 -0
  610. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.d.mts +27 -0
  611. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.d.ts +27 -0
  612. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.iife.js +27 -0
  613. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.iife.min.js +1 -0
  614. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.mjs +25 -0
  615. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.cjs +37 -0
  616. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.d.cts +20 -0
  617. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.d.mts +20 -0
  618. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.d.ts +20 -0
  619. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.iife.js +36 -0
  620. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.iife.min.js +1 -0
  621. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.mjs +35 -0
  622. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.cjs +21 -0
  623. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.d.cts +14 -0
  624. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.d.mts +14 -0
  625. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.d.ts +14 -0
  626. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.iife.js +20 -0
  627. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.iife.min.js +1 -0
  628. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.mjs +19 -0
  629. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.cjs +91 -0
  630. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.d.cts +40 -0
  631. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.d.mts +40 -0
  632. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.d.ts +40 -0
  633. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.mjs +89 -0
  634. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.cjs +67 -0
  635. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.d.cts +40 -0
  636. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.d.mts +40 -0
  637. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.d.ts +40 -0
  638. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.iife.js +66 -0
  639. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.iife.min.js +1 -0
  640. otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.mjs +62 -0
  641. otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/LICENSE +21 -0
  642. otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.cjs +2674 -0
  643. otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.d.cts +78 -0
  644. otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.d.mts +78 -0
  645. otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.d.ts +78 -0
  646. otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.json +2620 -0
  647. otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.mjs +2662 -0
  648. otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/package.json +46 -0
  649. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/LICENSE +21 -0
  650. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.cjs +1732 -0
  651. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.d.cts +1260 -0
  652. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.d.mts +1260 -0
  653. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.d.ts +1260 -0
  654. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.iife.js +1733 -0
  655. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.iife.min.js +1 -0
  656. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.mjs +1610 -0
  657. otto_agent-0.1.0/docs/node_modules/@vueuse/shared/package.json +49 -0
  658. otto_agent-0.1.0/docs/node_modules/algoliasearch/LICENSE +21 -0
  659. otto_agent-0.1.0/docs/node_modules/algoliasearch/README.md +82 -0
  660. otto_agent-0.1.0/docs/node_modules/algoliasearch/index.d.ts +1 -0
  661. otto_agent-0.1.0/docs/node_modules/algoliasearch/index.js +1 -0
  662. otto_agent-0.1.0/docs/node_modules/algoliasearch/lite.d.ts +1 -0
  663. otto_agent-0.1.0/docs/node_modules/algoliasearch/lite.js +1 -0
  664. otto_agent-0.1.0/docs/node_modules/algoliasearch/package.json +109 -0
  665. otto_agent-0.1.0/docs/node_modules/birpc/LICENSE +21 -0
  666. otto_agent-0.1.0/docs/node_modules/birpc/README.md +163 -0
  667. otto_agent-0.1.0/docs/node_modules/birpc/package.json +57 -0
  668. otto_agent-0.1.0/docs/node_modules/ccount/index.d.ts +11 -0
  669. otto_agent-0.1.0/docs/node_modules/ccount/index.js +27 -0
  670. otto_agent-0.1.0/docs/node_modules/ccount/license +22 -0
  671. otto_agent-0.1.0/docs/node_modules/ccount/package.json +71 -0
  672. otto_agent-0.1.0/docs/node_modules/ccount/readme.md +149 -0
  673. otto_agent-0.1.0/docs/node_modules/character-entities-html4/index.d.ts +6 -0
  674. otto_agent-0.1.0/docs/node_modules/character-entities-html4/index.js +259 -0
  675. otto_agent-0.1.0/docs/node_modules/character-entities-html4/license +22 -0
  676. otto_agent-0.1.0/docs/node_modules/character-entities-html4/package.json +79 -0
  677. otto_agent-0.1.0/docs/node_modules/character-entities-html4/readme.md +153 -0
  678. otto_agent-0.1.0/docs/node_modules/character-entities-legacy/index.d.ts +6 -0
  679. otto_agent-0.1.0/docs/node_modules/character-entities-legacy/index.js +113 -0
  680. otto_agent-0.1.0/docs/node_modules/character-entities-legacy/license +22 -0
  681. otto_agent-0.1.0/docs/node_modules/character-entities-legacy/package.json +77 -0
  682. otto_agent-0.1.0/docs/node_modules/character-entities-legacy/readme.md +157 -0
  683. otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/index.d.ts +52 -0
  684. otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/index.js +74 -0
  685. otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/license +22 -0
  686. otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/package.json +72 -0
  687. otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/readme.md +167 -0
  688. otto_agent-0.1.0/docs/node_modules/copy-anything/LICENSE +21 -0
  689. otto_agent-0.1.0/docs/node_modules/copy-anything/README.md +136 -0
  690. otto_agent-0.1.0/docs/node_modules/copy-anything/package.json +55 -0
  691. otto_agent-0.1.0/docs/node_modules/csstype/LICENSE +19 -0
  692. otto_agent-0.1.0/docs/node_modules/csstype/README.md +291 -0
  693. otto_agent-0.1.0/docs/node_modules/csstype/index.d.ts +22569 -0
  694. otto_agent-0.1.0/docs/node_modules/csstype/index.js.flow +6863 -0
  695. otto_agent-0.1.0/docs/node_modules/csstype/package.json +70 -0
  696. otto_agent-0.1.0/docs/node_modules/dequal/index.d.ts +1 -0
  697. otto_agent-0.1.0/docs/node_modules/dequal/license +21 -0
  698. otto_agent-0.1.0/docs/node_modules/dequal/lite/index.d.ts +1 -0
  699. otto_agent-0.1.0/docs/node_modules/dequal/lite/index.js +31 -0
  700. otto_agent-0.1.0/docs/node_modules/dequal/lite/index.min.js +1 -0
  701. otto_agent-0.1.0/docs/node_modules/dequal/lite/index.mjs +29 -0
  702. otto_agent-0.1.0/docs/node_modules/dequal/package.json +57 -0
  703. otto_agent-0.1.0/docs/node_modules/dequal/readme.md +112 -0
  704. otto_agent-0.1.0/docs/node_modules/devlop/lib/default.js +9 -0
  705. otto_agent-0.1.0/docs/node_modules/devlop/lib/development.d.ts +84 -0
  706. otto_agent-0.1.0/docs/node_modules/devlop/lib/development.js +238 -0
  707. otto_agent-0.1.0/docs/node_modules/devlop/license +22 -0
  708. otto_agent-0.1.0/docs/node_modules/devlop/package.json +80 -0
  709. otto_agent-0.1.0/docs/node_modules/devlop/readme.md +360 -0
  710. otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/LICENSE +21 -0
  711. otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/README.md +69 -0
  712. otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/index.d.ts +3 -0
  713. otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/index.js +4 -0
  714. otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/index.mjs +4 -0
  715. otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/package.json +32 -0
  716. otto_agent-0.1.0/docs/node_modules/entities/LICENSE +11 -0
  717. otto_agent-0.1.0/docs/node_modules/entities/decode.d.ts +3 -0
  718. otto_agent-0.1.0/docs/node_modules/entities/decode.js +3 -0
  719. otto_agent-0.1.0/docs/node_modules/entities/escape.d.ts +3 -0
  720. otto_agent-0.1.0/docs/node_modules/entities/escape.js +3 -0
  721. otto_agent-0.1.0/docs/node_modules/entities/package.json +120 -0
  722. otto_agent-0.1.0/docs/node_modules/entities/readme.md +143 -0
  723. otto_agent-0.1.0/docs/node_modules/entities/src/decode-codepoint.ts +81 -0
  724. otto_agent-0.1.0/docs/node_modules/entities/src/decode.ts +685 -0
  725. otto_agent-0.1.0/docs/node_modules/entities/src/encode.ts +93 -0
  726. otto_agent-0.1.0/docs/node_modules/entities/src/escape.ts +161 -0
  727. otto_agent-0.1.0/docs/node_modules/entities/src/generated/.eslintrc.json +10 -0
  728. otto_agent-0.1.0/docs/node_modules/entities/src/generated/decode-data-html.ts +6 -0
  729. otto_agent-0.1.0/docs/node_modules/entities/src/generated/decode-data-xml.ts +6 -0
  730. otto_agent-0.1.0/docs/node_modules/entities/src/generated/encode-html.ts +17 -0
  731. otto_agent-0.1.0/docs/node_modules/entities/src/index.ts +187 -0
  732. otto_agent-0.1.0/docs/node_modules/entities/src/internal/bin-trie-flags.ts +16 -0
  733. otto_agent-0.1.0/docs/node_modules/entities/src/internal/decode-shared.ts +30 -0
  734. otto_agent-0.1.0/docs/node_modules/entities/src/internal/encode-shared.ts +121 -0
  735. otto_agent-0.1.0/docs/node_modules/esbuild/LICENSE.md +21 -0
  736. otto_agent-0.1.0/docs/node_modules/esbuild/README.md +3 -0
  737. otto_agent-0.1.0/docs/node_modules/esbuild/bin/esbuild +0 -0
  738. otto_agent-0.1.0/docs/node_modules/esbuild/install.js +285 -0
  739. otto_agent-0.1.0/docs/node_modules/esbuild/lib/main.d.ts +705 -0
  740. otto_agent-0.1.0/docs/node_modules/esbuild/lib/main.js +2239 -0
  741. otto_agent-0.1.0/docs/node_modules/esbuild/package.json +46 -0
  742. otto_agent-0.1.0/docs/node_modules/estree-walker/CHANGELOG.md +92 -0
  743. otto_agent-0.1.0/docs/node_modules/estree-walker/LICENSE +7 -0
  744. otto_agent-0.1.0/docs/node_modules/estree-walker/README.md +48 -0
  745. otto_agent-0.1.0/docs/node_modules/estree-walker/package.json +37 -0
  746. otto_agent-0.1.0/docs/node_modules/estree-walker/src/async.js +118 -0
  747. otto_agent-0.1.0/docs/node_modules/estree-walker/src/index.js +35 -0
  748. otto_agent-0.1.0/docs/node_modules/estree-walker/src/package.json +1 -0
  749. otto_agent-0.1.0/docs/node_modules/estree-walker/src/sync.js +118 -0
  750. otto_agent-0.1.0/docs/node_modules/estree-walker/src/walker.js +61 -0
  751. otto_agent-0.1.0/docs/node_modules/estree-walker/types/async.d.ts +53 -0
  752. otto_agent-0.1.0/docs/node_modules/estree-walker/types/index.d.ts +56 -0
  753. otto_agent-0.1.0/docs/node_modules/estree-walker/types/sync.d.ts +53 -0
  754. otto_agent-0.1.0/docs/node_modules/estree-walker/types/tsconfig.tsbuildinfo +345 -0
  755. otto_agent-0.1.0/docs/node_modules/estree-walker/types/walker.d.ts +37 -0
  756. otto_agent-0.1.0/docs/node_modules/focus-trap/CHANGELOG.md +521 -0
  757. otto_agent-0.1.0/docs/node_modules/focus-trap/LICENSE +21 -0
  758. otto_agent-0.1.0/docs/node_modules/focus-trap/README.md +633 -0
  759. otto_agent-0.1.0/docs/node_modules/focus-trap/SECURITY.md +37 -0
  760. otto_agent-0.1.0/docs/node_modules/focus-trap/index.d.ts +280 -0
  761. otto_agent-0.1.0/docs/node_modules/focus-trap/index.js +1292 -0
  762. otto_agent-0.1.0/docs/node_modules/focus-trap/package.json +119 -0
  763. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/index.d.ts +6 -0
  764. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/index.d.ts.map +1 -0
  765. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/index.js +8 -0
  766. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/comment.d.ts +19 -0
  767. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/comment.d.ts.map +1 -0
  768. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
  769. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/doctype.d.ts +23 -0
  770. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/doctype.d.ts.map +1 -0
  771. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
  772. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/element.d.ts +19 -0
  773. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/element.d.ts.map +1 -0
  774. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
  775. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/index.d.ts +8 -0
  776. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/index.d.ts.map +1 -0
  777. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
  778. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/raw.d.ts +19 -0
  779. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/raw.d.ts.map +1 -0
  780. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
  781. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/root.d.ts +23 -0
  782. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/root.d.ts.map +1 -0
  783. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
  784. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/text.d.ts +20 -0
  785. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/text.d.ts.map +1 -0
  786. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
  787. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/index.d.ts +223 -0
  788. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/index.d.ts.map +1 -0
  789. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/index.js +257 -0
  790. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/closing.d.ts +2 -0
  791. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/closing.d.ts.map +1 -0
  792. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
  793. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/omission.d.ts +17 -0
  794. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/omission.d.ts.map +1 -0
  795. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
  796. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/opening.d.ts +2 -0
  797. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/opening.d.ts.map +1 -0
  798. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
  799. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/util/siblings.d.ts +36 -0
  800. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/util/siblings.d.ts.map +1 -0
  801. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
  802. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/license +22 -0
  803. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/package.json +106 -0
  804. otto_agent-0.1.0/docs/node_modules/hast-util-to-html/readme.md +486 -0
  805. otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/index.d.ts +1 -0
  806. otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/index.js +1 -0
  807. otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/lib/index.d.ts +13 -0
  808. otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/lib/index.js +34 -0
  809. otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/license +22 -0
  810. otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/package.json +83 -0
  811. otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/readme.md +231 -0
  812. otto_agent-0.1.0/docs/node_modules/hookable/LICENSE.md +21 -0
  813. otto_agent-0.1.0/docs/node_modules/hookable/README.md +271 -0
  814. otto_agent-0.1.0/docs/node_modules/hookable/package.json +49 -0
  815. otto_agent-0.1.0/docs/node_modules/html-void-elements/index.d.ts +6 -0
  816. otto_agent-0.1.0/docs/node_modules/html-void-elements/index.js +27 -0
  817. otto_agent-0.1.0/docs/node_modules/html-void-elements/license +22 -0
  818. otto_agent-0.1.0/docs/node_modules/html-void-elements/package.json +79 -0
  819. otto_agent-0.1.0/docs/node_modules/html-void-elements/readme.md +164 -0
  820. otto_agent-0.1.0/docs/node_modules/is-what/LICENSE +21 -0
  821. otto_agent-0.1.0/docs/node_modules/is-what/README.md +305 -0
  822. otto_agent-0.1.0/docs/node_modules/is-what/package.json +63 -0
  823. otto_agent-0.1.0/docs/node_modules/magic-string/LICENSE +7 -0
  824. otto_agent-0.1.0/docs/node_modules/magic-string/README.md +325 -0
  825. otto_agent-0.1.0/docs/node_modules/magic-string/package.json +67 -0
  826. otto_agent-0.1.0/docs/node_modules/mark.js/.editorconfig +9 -0
  827. otto_agent-0.1.0/docs/node_modules/mark.js/.eslintrc +120 -0
  828. otto_agent-0.1.0/docs/node_modules/mark.js/.gitattributes +173 -0
  829. otto_agent-0.1.0/docs/node_modules/mark.js/.jsbeautifyrc +36 -0
  830. otto_agent-0.1.0/docs/node_modules/mark.js/.npmignore +19 -0
  831. otto_agent-0.1.0/docs/node_modules/mark.js/.travis.yml +6 -0
  832. otto_agent-0.1.0/docs/node_modules/mark.js/CONTRIBUTING.md +99 -0
  833. otto_agent-0.1.0/docs/node_modules/mark.js/ISSUE_TEMPLATE.md +11 -0
  834. otto_agent-0.1.0/docs/node_modules/mark.js/LICENSE +21 -0
  835. otto_agent-0.1.0/docs/node_modules/mark.js/README.md +54 -0
  836. otto_agent-0.1.0/docs/node_modules/mark.js/bower.json +42 -0
  837. otto_agent-0.1.0/docs/node_modules/mark.js/package.json +69 -0
  838. otto_agent-0.1.0/docs/node_modules/mark.js/src/jquery.js +21 -0
  839. otto_agent-0.1.0/docs/node_modules/mark.js/src/lib/domiterator.js +569 -0
  840. otto_agent-0.1.0/docs/node_modules/mark.js/src/lib/mark.js +1266 -0
  841. otto_agent-0.1.0/docs/node_modules/mark.js/src/vanilla.js +22 -0
  842. otto_agent-0.1.0/docs/node_modules/mark.js/test/.eslintrc +6 -0
  843. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/accuracy-exactly.html +23 -0
  844. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/empty.html +1 -0
  845. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/filter.html +12 -0
  846. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/ignore-joiners.html +13 -0
  847. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/main.html +13 -0
  848. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/merge-blanks.html +29 -0
  849. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/across.html +25 -0
  850. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/inc.html +26 -0
  851. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/main.html +23 -0
  852. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/nested-inc.html +37 -0
  853. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/nested.html +23 -0
  854. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/nested/main.html +13 -0
  855. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/regexp/filter.html +12 -0
  856. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/regexp/ignore-groups.html +26 -0
  857. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/regexp/infinite.html +13 -0
  858. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/regexp/main.html +13 -0
  859. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-complementary-limiters.html +5 -0
  860. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-complementary.html +28 -0
  861. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-exactly-limiters.html +5 -0
  862. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-exactly.html +23 -0
  863. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-partially.html +12 -0
  864. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/array-keyword.html +12 -0
  865. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/case-sensitive-diacritics.html +24 -0
  866. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/case-sensitive-synonyms-diacritics.html +37 -0
  867. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/case-sensitive-synonyms.html +21 -0
  868. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/case-sensitive.html +28 -0
  869. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/context-array.html +24 -0
  870. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/context-direct.html +10 -0
  871. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/context-nodelist.html +24 -0
  872. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/context-string.html +24 -0
  873. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/custom-element-class.html +26 -0
  874. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/diacritics-vietnamese.html +10 -0
  875. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/diacritics.html +12 -0
  876. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/duplicate-context.html +27 -0
  877. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/duplicate-keywords.html +26 -0
  878. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/empty.html +1 -0
  879. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/entities.html +27 -0
  880. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/escape.html +7 -0
  881. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/events.html +13 -0
  882. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/exclude.html +16 -0
  883. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/filter.html +12 -0
  884. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners-diacritics.html +21 -0
  885. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners-escape.html +13 -0
  886. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners-synonyms-diacritics.html +22 -0
  887. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners-synonyms.html +22 -0
  888. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners.html +27 -0
  889. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-accuracy.html +28 -0
  890. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-ignore-joiners.html +28 -0
  891. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-separate-word-search.html +28 -0
  892. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-synonyms-diacritics.html +22 -0
  893. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-synonyms.html +21 -0
  894. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation.html +41 -0
  895. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/large-document.html +9571 -0
  896. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/main.html +12 -0
  897. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/manipulated-mark.html +12 -0
  898. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/merge-blanks.html +28 -0
  899. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/nested-mark.html +12 -0
  900. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/no-options.html +12 -0
  901. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/same-keywords.html +12 -0
  902. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/script-style.html +20 -0
  903. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/separate-word-search-blank.html +38 -0
  904. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/separate-word-search.html +26 -0
  905. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms-diacritics.html +25 -0
  906. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms-merge-blanks.html +6 -0
  907. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms-no-match.html +5 -0
  908. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms-not-empty.html +14 -0
  909. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms.html +20 -0
  910. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/unmark-exclude.html +16 -0
  911. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-between-words.html +54 -0
  912. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-diacritics.html +46 -0
  913. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-escaped.html +33 -0
  914. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-ignore-joiners-synonyms.html +24 -0
  915. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-synonyms.html +22 -0
  916. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards.html +42 -0
  917. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/disabled.html +20 -0
  918. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/exclude.html +21 -0
  919. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/inaccessible.html +20 -0
  920. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/inc.html +26 -0
  921. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/main.html +20 -0
  922. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/nested-inc.html +35 -0
  923. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/nested.html +21 -0
  924. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/onload-inc.html +6341 -0
  925. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/onload.html +19 -0
  926. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/order.html +13 -0
  927. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/readystate.html +19 -0
  928. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/unmark-same-instance.html +20 -0
  929. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/nested/main.html +19 -0
  930. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/across-elements.html +15 -0
  931. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/each.html +12 -0
  932. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/filter.html +12 -0
  933. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/iframes.html +13 -0
  934. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/inc.html +19 -0
  935. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/main.html +26 -0
  936. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/no-match.html +38 -0
  937. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/overlap.html +12 -0
  938. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/regexp/filter.html +12 -0
  939. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/regexp/ignore-groups.html +26 -0
  940. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/regexp/infinite.html +26 -0
  941. otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/regexp/main.html +26 -0
  942. otto_agent-0.1.0/docs/node_modules/mark.js/test/manual.html +48 -0
  943. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/accuracy-exactly.js +53 -0
  944. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/done.js +30 -0
  945. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/each.js +23 -0
  946. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/empty.js +32 -0
  947. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/filter.js +48 -0
  948. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/ignore-joiners.js +20 -0
  949. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/main.js +19 -0
  950. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/merge-blanks.js +28 -0
  951. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/iframes/across.js +30 -0
  952. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/iframes/main.js +38 -0
  953. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/iframes/nested.js +30 -0
  954. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/nested/main.js +19 -0
  955. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/regexp/filter.js +38 -0
  956. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/regexp/ignore-groups.js +38 -0
  957. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/regexp/infinite.js +23 -0
  958. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/regexp/main.js +17 -0
  959. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-complementary-limiters.js +27 -0
  960. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-complementary.js +36 -0
  961. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-exactly-limiters.js +26 -0
  962. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-exactly.js +50 -0
  963. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-partially.js +21 -0
  964. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/array-keyword.js +25 -0
  965. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/case-sensitive-diacritics.js +18 -0
  966. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/case-sensitive-synonyms-diacritics.js +22 -0
  967. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/case-sensitive-synonyms.js +36 -0
  968. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/case-sensitive.js +29 -0
  969. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/context-array.js +18 -0
  970. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/context-direct.js +20 -0
  971. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/context-nodelist.js +19 -0
  972. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/context-string.js +18 -0
  973. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/custom-element-class-unmark.js +27 -0
  974. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/custom-element-class.js +31 -0
  975. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/debug.js +30 -0
  976. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/diacritics-vietnamese.js +19 -0
  977. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/diacritics.js +21 -0
  978. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/done.js +29 -0
  979. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/duplicate-context.js +45 -0
  980. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/duplicate-keyword.js +45 -0
  981. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/each.js +24 -0
  982. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/empty.js +31 -0
  983. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/entities.js +28 -0
  984. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/escape.js +29 -0
  985. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/events.js +31 -0
  986. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/exclude.js +24 -0
  987. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/filter.js +47 -0
  988. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners-diacritics.js +19 -0
  989. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners-escape.js +32 -0
  990. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners-synonyms-diacritics.js +26 -0
  991. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners-synonyms.js +36 -0
  992. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners.js +28 -0
  993. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-accuracy.js +61 -0
  994. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-ignore-joiners.js +58 -0
  995. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-separate-word-search.js +54 -0
  996. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-synonyms-diacritics.js +32 -0
  997. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-synonyms.js +42 -0
  998. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation.js +64 -0
  999. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/jquery.js +27 -0
  1000. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/large-document.js +50 -0
  1001. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/main.js +29 -0
  1002. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/manipulated-mark.js +29 -0
  1003. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/merge-blanks.js +26 -0
  1004. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/nested-mark.js +52 -0
  1005. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/no-match.js +24 -0
  1006. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/no-options.js +22 -0
  1007. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/same-keywords.js +20 -0
  1008. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/script-style.js +24 -0
  1009. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/separate-word-search-blank.js +36 -0
  1010. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/separate-word-search.js +33 -0
  1011. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms-diacritics.js +30 -0
  1012. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms-merge-blanks.js +21 -0
  1013. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms-no-match.js +27 -0
  1014. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms-not-empty.js +20 -0
  1015. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms.js +34 -0
  1016. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/unmark-exclude.js +28 -0
  1017. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/unmark-jquery.js +31 -0
  1018. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/unmark.js +40 -0
  1019. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-between-words.js +65 -0
  1020. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-diacritics.js +28 -0
  1021. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-escaped.js +47 -0
  1022. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-ignore-joiners-synonyms.js +36 -0
  1023. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-synonyms.js +34 -0
  1024. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards.js +52 -0
  1025. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/configuration.js +4 -0
  1026. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/disabled.js +36 -0
  1027. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/exclude.js +26 -0
  1028. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/inaccessible.js +29 -0
  1029. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/main.js +37 -0
  1030. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/nested-unmark.js +40 -0
  1031. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/nested.js +29 -0
  1032. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/onload.js +39 -0
  1033. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/order.js +33 -0
  1034. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/readystate.js +46 -0
  1035. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/unmark-same-instance.js +34 -0
  1036. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/unmark.js +37 -0
  1037. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/nested/main.js +22 -0
  1038. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/nested/unmark.js +34 -0
  1039. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/across-elements.js +41 -0
  1040. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/each.js +35 -0
  1041. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/filter.js +83 -0
  1042. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/iframes.js +25 -0
  1043. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/main.js +94 -0
  1044. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/no-match.js +87 -0
  1045. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/overlap.js +27 -0
  1046. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/done.js +29 -0
  1047. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/filter.js +31 -0
  1048. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/ignore-groups.js +31 -0
  1049. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/infinite.js +38 -0
  1050. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/jquery.js +40 -0
  1051. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/main.js +42 -0
  1052. otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/no-match.js +25 -0
  1053. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/index.d.ts +94 -0
  1054. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/index.js +7 -0
  1055. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/footer.d.ts +81 -0
  1056. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/footer.d.ts.map +1 -0
  1057. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/footer.js +250 -0
  1058. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.d.ts +20 -0
  1059. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.d.ts.map +1 -0
  1060. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +27 -0
  1061. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/break.d.ts +21 -0
  1062. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/break.d.ts.map +1 -0
  1063. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/break.js +22 -0
  1064. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/code.d.ts +20 -0
  1065. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/code.d.ts.map +1 -0
  1066. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/code.js +49 -0
  1067. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/delete.d.ts +20 -0
  1068. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/delete.d.ts.map +1 -0
  1069. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/delete.js +27 -0
  1070. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.d.ts +20 -0
  1071. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.d.ts.map +1 -0
  1072. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +27 -0
  1073. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.d.ts +15 -0
  1074. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.d.ts.map +1 -0
  1075. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +70 -0
  1076. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/heading.d.ts +20 -0
  1077. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/heading.d.ts.map +1 -0
  1078. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/heading.js +27 -0
  1079. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/html.d.ts +23 -0
  1080. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/html.d.ts.map +1 -0
  1081. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/html.js +28 -0
  1082. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.d.ts +15 -0
  1083. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.d.ts.map +1 -0
  1084. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +39 -0
  1085. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image.d.ts +15 -0
  1086. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image.d.ts.map +1 -0
  1087. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image.js +35 -0
  1088. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/index.d.ts +55 -0
  1089. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/index.d.ts.map +1 -0
  1090. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/index.js +68 -0
  1091. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.d.ts +20 -0
  1092. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.d.ts.map +1 -0
  1093. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +31 -0
  1094. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.d.ts +15 -0
  1095. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.d.ts.map +1 -0
  1096. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +44 -0
  1097. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link.d.ts +15 -0
  1098. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link.d.ts.map +1 -0
  1099. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link.js +36 -0
  1100. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list-item.d.ts +23 -0
  1101. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list-item.d.ts.map +1 -0
  1102. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +119 -0
  1103. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list.d.ts +20 -0
  1104. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list.d.ts.map +1 -0
  1105. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list.js +52 -0
  1106. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.d.ts +20 -0
  1107. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.d.ts.map +1 -0
  1108. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +27 -0
  1109. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/root.d.ts +20 -0
  1110. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/root.d.ts.map +1 -0
  1111. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/root.js +22 -0
  1112. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/strong.d.ts +20 -0
  1113. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/strong.d.ts.map +1 -0
  1114. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/strong.js +27 -0
  1115. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.d.ts +20 -0
  1116. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.d.ts.map +1 -0
  1117. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +29 -0
  1118. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-row.d.ts +23 -0
  1119. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-row.d.ts.map +1 -0
  1120. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +63 -0
  1121. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table.d.ts +15 -0
  1122. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table.d.ts.map +1 -0
  1123. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table.js +61 -0
  1124. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/text.d.ts +16 -0
  1125. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/text.d.ts.map +1 -0
  1126. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/text.js +24 -0
  1127. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.d.ts +20 -0
  1128. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.d.ts.map +1 -0
  1129. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +27 -0
  1130. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/index.d.ts +82 -0
  1131. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/index.d.ts.map +1 -0
  1132. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/index.js +106 -0
  1133. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/revert.d.ts +21 -0
  1134. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/revert.d.ts.map +1 -0
  1135. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/revert.js +49 -0
  1136. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/state.d.ts +233 -0
  1137. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/state.d.ts.map +1 -0
  1138. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/state.js +476 -0
  1139. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/license +22 -0
  1140. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/package.json +119 -0
  1141. otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/readme.md +1725 -0
  1142. otto_agent-0.1.0/docs/node_modules/micromark-util-character/dev/index.d.ts +195 -0
  1143. otto_agent-0.1.0/docs/node_modules/micromark-util-character/dev/index.d.ts.map +1 -0
  1144. otto_agent-0.1.0/docs/node_modules/micromark-util-character/dev/index.js +252 -0
  1145. otto_agent-0.1.0/docs/node_modules/micromark-util-character/index.d.ts +195 -0
  1146. otto_agent-0.1.0/docs/node_modules/micromark-util-character/index.d.ts.map +1 -0
  1147. otto_agent-0.1.0/docs/node_modules/micromark-util-character/index.js +246 -0
  1148. otto_agent-0.1.0/docs/node_modules/micromark-util-character/license +22 -0
  1149. otto_agent-0.1.0/docs/node_modules/micromark-util-character/package.json +57 -0
  1150. otto_agent-0.1.0/docs/node_modules/micromark-util-character/readme.md +446 -0
  1151. otto_agent-0.1.0/docs/node_modules/micromark-util-encode/index.d.ts +14 -0
  1152. otto_agent-0.1.0/docs/node_modules/micromark-util-encode/index.d.ts.map +1 -0
  1153. otto_agent-0.1.0/docs/node_modules/micromark-util-encode/index.js +33 -0
  1154. otto_agent-0.1.0/docs/node_modules/micromark-util-encode/license +22 -0
  1155. otto_agent-0.1.0/docs/node_modules/micromark-util-encode/package.json +47 -0
  1156. otto_agent-0.1.0/docs/node_modules/micromark-util-encode/readme.md +176 -0
  1157. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/dev/index.d.ts +36 -0
  1158. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/dev/index.d.ts.map +1 -0
  1159. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/dev/index.js +124 -0
  1160. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/index.d.ts +36 -0
  1161. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/index.d.ts.map +1 -0
  1162. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/index.js +107 -0
  1163. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/license +22 -0
  1164. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/package.json +59 -0
  1165. otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/readme.md +214 -0
  1166. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/codes.d.ts +139 -0
  1167. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/codes.d.ts.map +1 -0
  1168. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/codes.js +158 -0
  1169. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/constants.d.ts +37 -0
  1170. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/constants.d.ts.map +1 -0
  1171. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/constants.js +44 -0
  1172. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/default.d.ts +5 -0
  1173. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/default.d.ts.map +1 -0
  1174. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/default.js +4 -0
  1175. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/types.d.ts +106 -0
  1176. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/types.d.ts.map +1 -0
  1177. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/types.js +453 -0
  1178. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/values.d.ts +102 -0
  1179. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/values.d.ts.map +1 -0
  1180. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/values.js +109 -0
  1181. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/license +22 -0
  1182. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/package.json +43 -0
  1183. otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/readme.md +168 -0
  1184. otto_agent-0.1.0/docs/node_modules/micromark-util-types/index.d.ts +1312 -0
  1185. otto_agent-0.1.0/docs/node_modules/micromark-util-types/index.js +2 -0
  1186. otto_agent-0.1.0/docs/node_modules/micromark-util-types/license +22 -0
  1187. otto_agent-0.1.0/docs/node_modules/micromark-util-types/package.json +71 -0
  1188. otto_agent-0.1.0/docs/node_modules/micromark-util-types/readme.md +151 -0
  1189. otto_agent-0.1.0/docs/node_modules/minisearch/CHANGELOG.md +465 -0
  1190. otto_agent-0.1.0/docs/node_modules/minisearch/LICENSE.txt +7 -0
  1191. otto_agent-0.1.0/docs/node_modules/minisearch/README.md +347 -0
  1192. otto_agent-0.1.0/docs/node_modules/minisearch/package.json +105 -0
  1193. otto_agent-0.1.0/docs/node_modules/minisearch/src/MiniSearch.test.js +1997 -0
  1194. otto_agent-0.1.0/docs/node_modules/minisearch/src/MiniSearch.ts +2261 -0
  1195. otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/SearchableMap.test.js +314 -0
  1196. otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/SearchableMap.ts +424 -0
  1197. otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/TreeIterator.ts +103 -0
  1198. otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/fuzzySearch.ts +130 -0
  1199. otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/types.ts +18 -0
  1200. otto_agent-0.1.0/docs/node_modules/minisearch/src/index.ts +4 -0
  1201. otto_agent-0.1.0/docs/node_modules/minisearch/src/testSetup/jest.js +1 -0
  1202. otto_agent-0.1.0/docs/node_modules/mitt/LICENSE +21 -0
  1203. otto_agent-0.1.0/docs/node_modules/mitt/README.md +205 -0
  1204. otto_agent-0.1.0/docs/node_modules/mitt/index.d.ts +21 -0
  1205. otto_agent-0.1.0/docs/node_modules/mitt/package.json +85 -0
  1206. otto_agent-0.1.0/docs/node_modules/nanoid/LICENSE +20 -0
  1207. otto_agent-0.1.0/docs/node_modules/nanoid/README.md +39 -0
  1208. otto_agent-0.1.0/docs/node_modules/nanoid/async/index.browser.cjs +69 -0
  1209. otto_agent-0.1.0/docs/node_modules/nanoid/async/index.browser.js +34 -0
  1210. otto_agent-0.1.0/docs/node_modules/nanoid/async/index.cjs +71 -0
  1211. otto_agent-0.1.0/docs/node_modules/nanoid/async/index.d.ts +56 -0
  1212. otto_agent-0.1.0/docs/node_modules/nanoid/async/index.js +35 -0
  1213. otto_agent-0.1.0/docs/node_modules/nanoid/async/index.native.js +26 -0
  1214. otto_agent-0.1.0/docs/node_modules/nanoid/async/package.json +12 -0
  1215. otto_agent-0.1.0/docs/node_modules/nanoid/bin/nanoid.cjs +55 -0
  1216. otto_agent-0.1.0/docs/node_modules/nanoid/index.browser.cjs +72 -0
  1217. otto_agent-0.1.0/docs/node_modules/nanoid/index.browser.js +34 -0
  1218. otto_agent-0.1.0/docs/node_modules/nanoid/index.cjs +85 -0
  1219. otto_agent-0.1.0/docs/node_modules/nanoid/index.d.cts +91 -0
  1220. otto_agent-0.1.0/docs/node_modules/nanoid/index.d.ts +91 -0
  1221. otto_agent-0.1.0/docs/node_modules/nanoid/index.js +45 -0
  1222. otto_agent-0.1.0/docs/node_modules/nanoid/nanoid.js +1 -0
  1223. otto_agent-0.1.0/docs/node_modules/nanoid/non-secure/index.cjs +34 -0
  1224. otto_agent-0.1.0/docs/node_modules/nanoid/non-secure/index.d.ts +33 -0
  1225. otto_agent-0.1.0/docs/node_modules/nanoid/non-secure/index.js +21 -0
  1226. otto_agent-0.1.0/docs/node_modules/nanoid/non-secure/package.json +6 -0
  1227. otto_agent-0.1.0/docs/node_modules/nanoid/package.json +89 -0
  1228. otto_agent-0.1.0/docs/node_modules/nanoid/url-alphabet/index.cjs +7 -0
  1229. otto_agent-0.1.0/docs/node_modules/nanoid/url-alphabet/index.js +3 -0
  1230. otto_agent-0.1.0/docs/node_modules/nanoid/url-alphabet/package.json +6 -0
  1231. otto_agent-0.1.0/docs/node_modules/oniguruma-to-es/LICENSE +21 -0
  1232. otto_agent-0.1.0/docs/node_modules/oniguruma-to-es/README.md +1075 -0
  1233. otto_agent-0.1.0/docs/node_modules/oniguruma-to-es/package.json +61 -0
  1234. otto_agent-0.1.0/docs/node_modules/perfect-debounce/LICENSE +21 -0
  1235. otto_agent-0.1.0/docs/node_modules/perfect-debounce/README.md +92 -0
  1236. otto_agent-0.1.0/docs/node_modules/perfect-debounce/package.json +44 -0
  1237. otto_agent-0.1.0/docs/node_modules/picocolors/LICENSE +15 -0
  1238. otto_agent-0.1.0/docs/node_modules/picocolors/README.md +21 -0
  1239. otto_agent-0.1.0/docs/node_modules/picocolors/package.json +25 -0
  1240. otto_agent-0.1.0/docs/node_modules/picocolors/picocolors.browser.js +4 -0
  1241. otto_agent-0.1.0/docs/node_modules/picocolors/picocolors.d.ts +5 -0
  1242. otto_agent-0.1.0/docs/node_modules/picocolors/picocolors.js +75 -0
  1243. otto_agent-0.1.0/docs/node_modules/picocolors/types.d.ts +51 -0
  1244. otto_agent-0.1.0/docs/node_modules/postcss/LICENSE +20 -0
  1245. otto_agent-0.1.0/docs/node_modules/postcss/README.md +29 -0
  1246. otto_agent-0.1.0/docs/node_modules/postcss/lib/at-rule.d.ts +140 -0
  1247. otto_agent-0.1.0/docs/node_modules/postcss/lib/at-rule.js +25 -0
  1248. otto_agent-0.1.0/docs/node_modules/postcss/lib/comment.d.ts +68 -0
  1249. otto_agent-0.1.0/docs/node_modules/postcss/lib/comment.js +13 -0
  1250. otto_agent-0.1.0/docs/node_modules/postcss/lib/container.d.ts +483 -0
  1251. otto_agent-0.1.0/docs/node_modules/postcss/lib/container.js +447 -0
  1252. otto_agent-0.1.0/docs/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
  1253. otto_agent-0.1.0/docs/node_modules/postcss/lib/css-syntax-error.js +133 -0
  1254. otto_agent-0.1.0/docs/node_modules/postcss/lib/declaration.d.ts +151 -0
  1255. otto_agent-0.1.0/docs/node_modules/postcss/lib/declaration.js +24 -0
  1256. otto_agent-0.1.0/docs/node_modules/postcss/lib/document.d.ts +69 -0
  1257. otto_agent-0.1.0/docs/node_modules/postcss/lib/document.js +33 -0
  1258. otto_agent-0.1.0/docs/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  1259. otto_agent-0.1.0/docs/node_modules/postcss/lib/fromJSON.js +54 -0
  1260. otto_agent-0.1.0/docs/node_modules/postcss/lib/input.d.ts +227 -0
  1261. otto_agent-0.1.0/docs/node_modules/postcss/lib/input.js +265 -0
  1262. otto_agent-0.1.0/docs/node_modules/postcss/lib/lazy-result.d.ts +190 -0
  1263. otto_agent-0.1.0/docs/node_modules/postcss/lib/lazy-result.js +550 -0
  1264. otto_agent-0.1.0/docs/node_modules/postcss/lib/list.d.ts +60 -0
  1265. otto_agent-0.1.0/docs/node_modules/postcss/lib/list.js +58 -0
  1266. otto_agent-0.1.0/docs/node_modules/postcss/lib/map-generator.js +368 -0
  1267. otto_agent-0.1.0/docs/node_modules/postcss/lib/no-work-result.d.ts +46 -0
  1268. otto_agent-0.1.0/docs/node_modules/postcss/lib/no-work-result.js +138 -0
  1269. otto_agent-0.1.0/docs/node_modules/postcss/lib/node.d.ts +556 -0
  1270. otto_agent-0.1.0/docs/node_modules/postcss/lib/node.js +449 -0
  1271. otto_agent-0.1.0/docs/node_modules/postcss/lib/parse.d.ts +9 -0
  1272. otto_agent-0.1.0/docs/node_modules/postcss/lib/parse.js +42 -0
  1273. otto_agent-0.1.0/docs/node_modules/postcss/lib/parser.js +611 -0
  1274. otto_agent-0.1.0/docs/node_modules/postcss/lib/postcss.d.mts +69 -0
  1275. otto_agent-0.1.0/docs/node_modules/postcss/lib/postcss.d.ts +458 -0
  1276. otto_agent-0.1.0/docs/node_modules/postcss/lib/postcss.js +101 -0
  1277. otto_agent-0.1.0/docs/node_modules/postcss/lib/postcss.mjs +30 -0
  1278. otto_agent-0.1.0/docs/node_modules/postcss/lib/previous-map.d.ts +81 -0
  1279. otto_agent-0.1.0/docs/node_modules/postcss/lib/previous-map.js +144 -0
  1280. otto_agent-0.1.0/docs/node_modules/postcss/lib/processor.d.ts +115 -0
  1281. otto_agent-0.1.0/docs/node_modules/postcss/lib/processor.js +67 -0
  1282. otto_agent-0.1.0/docs/node_modules/postcss/lib/result.d.ts +205 -0
  1283. otto_agent-0.1.0/docs/node_modules/postcss/lib/result.js +42 -0
  1284. otto_agent-0.1.0/docs/node_modules/postcss/lib/root.d.ts +87 -0
  1285. otto_agent-0.1.0/docs/node_modules/postcss/lib/root.js +61 -0
  1286. otto_agent-0.1.0/docs/node_modules/postcss/lib/rule.d.ts +126 -0
  1287. otto_agent-0.1.0/docs/node_modules/postcss/lib/rule.js +27 -0
  1288. otto_agent-0.1.0/docs/node_modules/postcss/lib/stringifier.d.ts +46 -0
  1289. otto_agent-0.1.0/docs/node_modules/postcss/lib/stringifier.js +353 -0
  1290. otto_agent-0.1.0/docs/node_modules/postcss/lib/stringify.d.ts +9 -0
  1291. otto_agent-0.1.0/docs/node_modules/postcss/lib/stringify.js +11 -0
  1292. otto_agent-0.1.0/docs/node_modules/postcss/lib/symbols.js +5 -0
  1293. otto_agent-0.1.0/docs/node_modules/postcss/lib/terminal-highlight.js +70 -0
  1294. otto_agent-0.1.0/docs/node_modules/postcss/lib/tokenize.js +266 -0
  1295. otto_agent-0.1.0/docs/node_modules/postcss/lib/warn-once.js +13 -0
  1296. otto_agent-0.1.0/docs/node_modules/postcss/lib/warning.d.ts +147 -0
  1297. otto_agent-0.1.0/docs/node_modules/postcss/lib/warning.js +37 -0
  1298. otto_agent-0.1.0/docs/node_modules/postcss/package.json +88 -0
  1299. otto_agent-0.1.0/docs/node_modules/preact/LICENSE +21 -0
  1300. otto_agent-0.1.0/docs/node_modules/preact/README.md +185 -0
  1301. otto_agent-0.1.0/docs/node_modules/preact/compat/client.d.ts +13 -0
  1302. otto_agent-0.1.0/docs/node_modules/preact/compat/client.js +21 -0
  1303. otto_agent-0.1.0/docs/node_modules/preact/compat/client.mjs +24 -0
  1304. otto_agent-0.1.0/docs/node_modules/preact/compat/jsx-dev-runtime.js +3 -0
  1305. otto_agent-0.1.0/docs/node_modules/preact/compat/jsx-dev-runtime.mjs +3 -0
  1306. otto_agent-0.1.0/docs/node_modules/preact/compat/jsx-runtime.js +3 -0
  1307. otto_agent-0.1.0/docs/node_modules/preact/compat/jsx-runtime.mjs +3 -0
  1308. otto_agent-0.1.0/docs/node_modules/preact/compat/package.json +55 -0
  1309. otto_agent-0.1.0/docs/node_modules/preact/compat/scheduler.js +15 -0
  1310. otto_agent-0.1.0/docs/node_modules/preact/compat/scheduler.mjs +23 -0
  1311. otto_agent-0.1.0/docs/node_modules/preact/compat/server.browser.js +11 -0
  1312. otto_agent-0.1.0/docs/node_modules/preact/compat/server.js +36 -0
  1313. otto_agent-0.1.0/docs/node_modules/preact/compat/server.mjs +17 -0
  1314. otto_agent-0.1.0/docs/node_modules/preact/compat/src/Children.js +21 -0
  1315. otto_agent-0.1.0/docs/node_modules/preact/compat/src/PureComponent.js +16 -0
  1316. otto_agent-0.1.0/docs/node_modules/preact/compat/src/forwardRef.js +44 -0
  1317. otto_agent-0.1.0/docs/node_modules/preact/compat/src/hooks.js +70 -0
  1318. otto_agent-0.1.0/docs/node_modules/preact/compat/src/index.d.ts +351 -0
  1319. otto_agent-0.1.0/docs/node_modules/preact/compat/src/index.js +238 -0
  1320. otto_agent-0.1.0/docs/node_modules/preact/compat/src/internal.d.ts +48 -0
  1321. otto_agent-0.1.0/docs/node_modules/preact/compat/src/memo.js +35 -0
  1322. otto_agent-0.1.0/docs/node_modules/preact/compat/src/portals.js +78 -0
  1323. otto_agent-0.1.0/docs/node_modules/preact/compat/src/render.js +313 -0
  1324. otto_agent-0.1.0/docs/node_modules/preact/compat/src/suspense-list.d.ts +16 -0
  1325. otto_agent-0.1.0/docs/node_modules/preact/compat/src/suspense-list.js +127 -0
  1326. otto_agent-0.1.0/docs/node_modules/preact/compat/src/suspense.d.ts +19 -0
  1327. otto_agent-0.1.0/docs/node_modules/preact/compat/src/suspense.js +291 -0
  1328. otto_agent-0.1.0/docs/node_modules/preact/compat/src/util.js +33 -0
  1329. otto_agent-0.1.0/docs/node_modules/preact/compat/test-utils.js +1 -0
  1330. otto_agent-0.1.0/docs/node_modules/preact/compat/test-utils.mjs +1 -0
  1331. otto_agent-0.1.0/docs/node_modules/preact/debug/package.json +27 -0
  1332. otto_agent-0.1.0/docs/node_modules/preact/debug/src/check-props.js +54 -0
  1333. otto_agent-0.1.0/docs/node_modules/preact/debug/src/component-stack.js +146 -0
  1334. otto_agent-0.1.0/docs/node_modules/preact/debug/src/constants.js +3 -0
  1335. otto_agent-0.1.0/docs/node_modules/preact/debug/src/debug.js +593 -0
  1336. otto_agent-0.1.0/docs/node_modules/preact/debug/src/index.d.ts +23 -0
  1337. otto_agent-0.1.0/docs/node_modules/preact/debug/src/index.js +12 -0
  1338. otto_agent-0.1.0/docs/node_modules/preact/debug/src/internal.d.ts +82 -0
  1339. otto_agent-0.1.0/docs/node_modules/preact/debug/src/util.js +15 -0
  1340. otto_agent-0.1.0/docs/node_modules/preact/devtools/package.json +25 -0
  1341. otto_agent-0.1.0/docs/node_modules/preact/devtools/src/devtools.js +21 -0
  1342. otto_agent-0.1.0/docs/node_modules/preact/devtools/src/index.d.ts +8 -0
  1343. otto_agent-0.1.0/docs/node_modules/preact/devtools/src/index.js +15 -0
  1344. otto_agent-0.1.0/docs/node_modules/preact/hooks/package.json +35 -0
  1345. otto_agent-0.1.0/docs/node_modules/preact/hooks/src/index.d.ts +145 -0
  1346. otto_agent-0.1.0/docs/node_modules/preact/hooks/src/index.js +555 -0
  1347. otto_agent-0.1.0/docs/node_modules/preact/hooks/src/internal.d.ts +103 -0
  1348. otto_agent-0.1.0/docs/node_modules/preact/jsx-runtime/package.json +28 -0
  1349. otto_agent-0.1.0/docs/node_modules/preact/jsx-runtime/src/index.d.ts +62 -0
  1350. otto_agent-0.1.0/docs/node_modules/preact/jsx-runtime/src/index.js +206 -0
  1351. otto_agent-0.1.0/docs/node_modules/preact/jsx-runtime/src/utils.js +36 -0
  1352. otto_agent-0.1.0/docs/node_modules/preact/package.json +258 -0
  1353. otto_agent-0.1.0/docs/node_modules/preact/src/cjs.js +3 -0
  1354. otto_agent-0.1.0/docs/node_modules/preact/src/clone-element.js +48 -0
  1355. otto_agent-0.1.0/docs/node_modules/preact/src/component.js +249 -0
  1356. otto_agent-0.1.0/docs/node_modules/preact/src/constants.js +22 -0
  1357. otto_agent-0.1.0/docs/node_modules/preact/src/create-context.js +60 -0
  1358. otto_agent-0.1.0/docs/node_modules/preact/src/create-element.js +97 -0
  1359. otto_agent-0.1.0/docs/node_modules/preact/src/diff/catch-error.js +46 -0
  1360. otto_agent-0.1.0/docs/node_modules/preact/src/diff/children.js +451 -0
  1361. otto_agent-0.1.0/docs/node_modules/preact/src/diff/index.js +684 -0
  1362. otto_agent-0.1.0/docs/node_modules/preact/src/diff/props.js +173 -0
  1363. otto_agent-0.1.0/docs/node_modules/preact/src/dom.d.ts +2476 -0
  1364. otto_agent-0.1.0/docs/node_modules/preact/src/index-5.d.ts +399 -0
  1365. otto_agent-0.1.0/docs/node_modules/preact/src/index.d.ts +402 -0
  1366. otto_agent-0.1.0/docs/node_modules/preact/src/index.js +13 -0
  1367. otto_agent-0.1.0/docs/node_modules/preact/src/internal.d.ts +190 -0
  1368. otto_agent-0.1.0/docs/node_modules/preact/src/jsx.d.ts +2878 -0
  1369. otto_agent-0.1.0/docs/node_modules/preact/src/options.js +16 -0
  1370. otto_agent-0.1.0/docs/node_modules/preact/src/render.js +78 -0
  1371. otto_agent-0.1.0/docs/node_modules/preact/src/util.js +28 -0
  1372. otto_agent-0.1.0/docs/node_modules/preact/test-utils/package.json +28 -0
  1373. otto_agent-0.1.0/docs/node_modules/preact/test-utils/src/index.d.ts +3 -0
  1374. otto_agent-0.1.0/docs/node_modules/preact/test-utils/src/index.js +129 -0
  1375. otto_agent-0.1.0/docs/node_modules/property-information/index.d.ts +118 -0
  1376. otto_agent-0.1.0/docs/node_modules/property-information/index.js +17 -0
  1377. otto_agent-0.1.0/docs/node_modules/property-information/lib/aria.d.ts +2 -0
  1378. otto_agent-0.1.0/docs/node_modules/property-information/lib/aria.d.ts.map +1 -0
  1379. otto_agent-0.1.0/docs/node_modules/property-information/lib/aria.js +61 -0
  1380. otto_agent-0.1.0/docs/node_modules/property-information/lib/find.d.ts +34 -0
  1381. otto_agent-0.1.0/docs/node_modules/property-information/lib/find.d.ts.map +1 -0
  1382. otto_agent-0.1.0/docs/node_modules/property-information/lib/find.js +97 -0
  1383. otto_agent-0.1.0/docs/node_modules/property-information/lib/hast-to-react.d.ts +13 -0
  1384. otto_agent-0.1.0/docs/node_modules/property-information/lib/hast-to-react.d.ts.map +1 -0
  1385. otto_agent-0.1.0/docs/node_modules/property-information/lib/hast-to-react.js +30 -0
  1386. otto_agent-0.1.0/docs/node_modules/property-information/lib/html.d.ts +2 -0
  1387. otto_agent-0.1.0/docs/node_modules/property-information/lib/html.d.ts.map +1 -0
  1388. otto_agent-0.1.0/docs/node_modules/property-information/lib/html.js +322 -0
  1389. otto_agent-0.1.0/docs/node_modules/property-information/lib/normalize.d.ts +11 -0
  1390. otto_agent-0.1.0/docs/node_modules/property-information/lib/normalize.d.ts.map +1 -0
  1391. otto_agent-0.1.0/docs/node_modules/property-information/lib/normalize.js +12 -0
  1392. otto_agent-0.1.0/docs/node_modules/property-information/lib/svg.d.ts +2 -0
  1393. otto_agent-0.1.0/docs/node_modules/property-information/lib/svg.d.ts.map +1 -0
  1394. otto_agent-0.1.0/docs/node_modules/property-information/lib/svg.js +567 -0
  1395. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-insensitive-transform.d.ts +10 -0
  1396. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-insensitive-transform.d.ts.map +1 -0
  1397. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
  1398. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-sensitive-transform.d.ts +10 -0
  1399. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-sensitive-transform.d.ts.map +1 -0
  1400. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
  1401. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/create.d.ts +39 -0
  1402. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/create.d.ts.map +1 -0
  1403. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/create.js +69 -0
  1404. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/defined-info.d.ts +19 -0
  1405. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/defined-info.d.ts.map +1 -0
  1406. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/defined-info.js +60 -0
  1407. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/info.d.ts +28 -0
  1408. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/info.d.ts.map +1 -0
  1409. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/info.js +32 -0
  1410. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/merge.d.ts +12 -0
  1411. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/merge.d.ts.map +1 -0
  1412. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/merge.js +27 -0
  1413. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/schema.d.ts +23 -0
  1414. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/schema.d.ts.map +1 -0
  1415. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/schema.js +29 -0
  1416. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/types.d.ts +8 -0
  1417. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/types.d.ts.map +1 -0
  1418. otto_agent-0.1.0/docs/node_modules/property-information/lib/util/types.js +13 -0
  1419. otto_agent-0.1.0/docs/node_modules/property-information/lib/xlink.d.ts +2 -0
  1420. otto_agent-0.1.0/docs/node_modules/property-information/lib/xlink.d.ts.map +1 -0
  1421. otto_agent-0.1.0/docs/node_modules/property-information/lib/xlink.js +17 -0
  1422. otto_agent-0.1.0/docs/node_modules/property-information/lib/xml.d.ts +2 -0
  1423. otto_agent-0.1.0/docs/node_modules/property-information/lib/xml.d.ts.map +1 -0
  1424. otto_agent-0.1.0/docs/node_modules/property-information/lib/xml.js +9 -0
  1425. otto_agent-0.1.0/docs/node_modules/property-information/lib/xmlns.d.ts +2 -0
  1426. otto_agent-0.1.0/docs/node_modules/property-information/lib/xmlns.d.ts.map +1 -0
  1427. otto_agent-0.1.0/docs/node_modules/property-information/lib/xmlns.js +9 -0
  1428. otto_agent-0.1.0/docs/node_modules/property-information/license +22 -0
  1429. otto_agent-0.1.0/docs/node_modules/property-information/package.json +121 -0
  1430. otto_agent-0.1.0/docs/node_modules/property-information/readme.md +1062 -0
  1431. otto_agent-0.1.0/docs/node_modules/regex/LICENSE +21 -0
  1432. otto_agent-0.1.0/docs/node_modules/regex/README.md +972 -0
  1433. otto_agent-0.1.0/docs/node_modules/regex/package.json +60 -0
  1434. otto_agent-0.1.0/docs/node_modules/regex/src/atomic.js +224 -0
  1435. otto_agent-0.1.0/docs/node_modules/regex/src/backcompat.js +64 -0
  1436. otto_agent-0.1.0/docs/node_modules/regex/src/flag-n.js +49 -0
  1437. otto_agent-0.1.0/docs/node_modules/regex/src/flag-x.js +198 -0
  1438. otto_agent-0.1.0/docs/node_modules/regex/src/internals.js +2 -0
  1439. otto_agent-0.1.0/docs/node_modules/regex/src/pattern.js +45 -0
  1440. otto_agent-0.1.0/docs/node_modules/regex/src/regex.js +389 -0
  1441. otto_agent-0.1.0/docs/node_modules/regex/src/subclass.js +98 -0
  1442. otto_agent-0.1.0/docs/node_modules/regex/src/subroutines.js +375 -0
  1443. otto_agent-0.1.0/docs/node_modules/regex/src/utils-internals.js +33 -0
  1444. otto_agent-0.1.0/docs/node_modules/regex/src/utils.js +401 -0
  1445. otto_agent-0.1.0/docs/node_modules/regex-recursion/LICENSE +21 -0
  1446. otto_agent-0.1.0/docs/node_modules/regex-recursion/README.md +151 -0
  1447. otto_agent-0.1.0/docs/node_modules/regex-recursion/package.json +47 -0
  1448. otto_agent-0.1.0/docs/node_modules/regex-recursion/src/index.js +365 -0
  1449. otto_agent-0.1.0/docs/node_modules/regex-recursion/types/index.d.ts +24 -0
  1450. otto_agent-0.1.0/docs/node_modules/regex-utilities/LICENSE +21 -0
  1451. otto_agent-0.1.0/docs/node_modules/regex-utilities/README.md +78 -0
  1452. otto_agent-0.1.0/docs/node_modules/regex-utilities/package.json +35 -0
  1453. otto_agent-0.1.0/docs/node_modules/regex-utilities/src/index.js +170 -0
  1454. otto_agent-0.1.0/docs/node_modules/regex-utilities/types/index.d.ts +84 -0
  1455. otto_agent-0.1.0/docs/node_modules/rfdc/.github/workflows/ci.yml +21 -0
  1456. otto_agent-0.1.0/docs/node_modules/rfdc/LICENSE +15 -0
  1457. otto_agent-0.1.0/docs/node_modules/rfdc/default.js +3 -0
  1458. otto_agent-0.1.0/docs/node_modules/rfdc/index.d.ts +13 -0
  1459. otto_agent-0.1.0/docs/node_modules/rfdc/index.js +198 -0
  1460. otto_agent-0.1.0/docs/node_modules/rfdc/index.test-d.ts +13 -0
  1461. otto_agent-0.1.0/docs/node_modules/rfdc/package.json +73 -0
  1462. otto_agent-0.1.0/docs/node_modules/rfdc/readme.md +181 -0
  1463. otto_agent-0.1.0/docs/node_modules/rfdc/test/index.js +306 -0
  1464. otto_agent-0.1.0/docs/node_modules/rollup/LICENSE.md +679 -0
  1465. otto_agent-0.1.0/docs/node_modules/rollup/README.md +134 -0
  1466. otto_agent-0.1.0/docs/node_modules/rollup/package.json +286 -0
  1467. otto_agent-0.1.0/docs/node_modules/search-insights/LICENSE.md +21 -0
  1468. otto_agent-0.1.0/docs/node_modules/search-insights/README.md +88 -0
  1469. otto_agent-0.1.0/docs/node_modules/search-insights/empty-module.cjs +3 -0
  1470. otto_agent-0.1.0/docs/node_modules/search-insights/empty-module.cjs.d.ts +4 -0
  1471. otto_agent-0.1.0/docs/node_modules/search-insights/index-browser.cjs +8 -0
  1472. otto_agent-0.1.0/docs/node_modules/search-insights/index-browser.d.ts +3 -0
  1473. otto_agent-0.1.0/docs/node_modules/search-insights/index-browser.mjs +3 -0
  1474. otto_agent-0.1.0/docs/node_modules/search-insights/index-node.cjs +9 -0
  1475. otto_agent-0.1.0/docs/node_modules/search-insights/index-node.d.ts +3 -0
  1476. otto_agent-0.1.0/docs/node_modules/search-insights/index-node.mjs +3 -0
  1477. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_addEventType.ts +27 -0
  1478. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_addQueryId.ts +38 -0
  1479. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_algoliaAgent.ts +17 -0
  1480. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_createInsightsClient.ts +26 -0
  1481. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_getFunctionalInterface.ts +17 -0
  1482. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_getVersion.ts +12 -0
  1483. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_processQueue.ts +42 -0
  1484. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_sendEvent.ts +111 -0
  1485. otto_agent-0.1.0/docs/node_modules/search-insights/lib/_tokenUtils.ts +150 -0
  1486. otto_agent-0.1.0/docs/node_modules/search-insights/lib/click.ts +73 -0
  1487. otto_agent-0.1.0/docs/node_modules/search-insights/lib/conversion.ts +148 -0
  1488. otto_agent-0.1.0/docs/node_modules/search-insights/lib/entry-browser.ts +18 -0
  1489. otto_agent-0.1.0/docs/node_modules/search-insights/lib/entry-node.ts +18 -0
  1490. otto_agent-0.1.0/docs/node_modules/search-insights/lib/entry-umd.ts +21 -0
  1491. otto_agent-0.1.0/docs/node_modules/search-insights/lib/init.ts +126 -0
  1492. otto_agent-0.1.0/docs/node_modules/search-insights/lib/insights.ts +147 -0
  1493. otto_agent-0.1.0/docs/node_modules/search-insights/lib/types.ts +150 -0
  1494. otto_agent-0.1.0/docs/node_modules/search-insights/lib/typings.d.ts +4 -0
  1495. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/extractAdditionalParams.ts +25 -0
  1496. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/featureDetection.ts +43 -0
  1497. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/getRequesterForBrowser.ts +29 -0
  1498. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/getRequesterForNode.ts +20 -0
  1499. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/index.ts +19 -0
  1500. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/localStorage.ts +64 -0
  1501. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/objectQueryTracker.ts +74 -0
  1502. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/request.ts +97 -0
  1503. otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/uuid.ts +15 -0
  1504. otto_agent-0.1.0/docs/node_modules/search-insights/lib/view.ts +44 -0
  1505. otto_agent-0.1.0/docs/node_modules/search-insights/package.json +102 -0
  1506. otto_agent-0.1.0/docs/node_modules/shiki/LICENSE +22 -0
  1507. otto_agent-0.1.0/docs/node_modules/shiki/README.md +15 -0
  1508. otto_agent-0.1.0/docs/node_modules/shiki/package.json +141 -0
  1509. otto_agent-0.1.0/docs/node_modules/source-map-js/LICENSE +28 -0
  1510. otto_agent-0.1.0/docs/node_modules/source-map-js/README.md +765 -0
  1511. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/array-set.js +121 -0
  1512. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  1513. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/base64.js +67 -0
  1514. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/binary-search.js +111 -0
  1515. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/mapping-list.js +79 -0
  1516. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/quick-sort.js +132 -0
  1517. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  1518. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  1519. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  1520. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  1521. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  1522. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-node.js +413 -0
  1523. otto_agent-0.1.0/docs/node_modules/source-map-js/lib/util.js +594 -0
  1524. otto_agent-0.1.0/docs/node_modules/source-map-js/package.json +71 -0
  1525. otto_agent-0.1.0/docs/node_modules/source-map-js/source-map.d.ts +104 -0
  1526. otto_agent-0.1.0/docs/node_modules/source-map-js/source-map.js +8 -0
  1527. otto_agent-0.1.0/docs/node_modules/space-separated-tokens/index.d.ts +18 -0
  1528. otto_agent-0.1.0/docs/node_modules/space-separated-tokens/index.js +24 -0
  1529. otto_agent-0.1.0/docs/node_modules/space-separated-tokens/license +22 -0
  1530. otto_agent-0.1.0/docs/node_modules/space-separated-tokens/package.json +67 -0
  1531. otto_agent-0.1.0/docs/node_modules/space-separated-tokens/readme.md +156 -0
  1532. otto_agent-0.1.0/docs/node_modules/speakingurl/.editorconfig +13 -0
  1533. otto_agent-0.1.0/docs/node_modules/speakingurl/.jsbeautifyrc +21 -0
  1534. otto_agent-0.1.0/docs/node_modules/speakingurl/.jshintignore +2 -0
  1535. otto_agent-0.1.0/docs/node_modules/speakingurl/.jshintrc +18 -0
  1536. otto_agent-0.1.0/docs/node_modules/speakingurl/.npmignore +56 -0
  1537. otto_agent-0.1.0/docs/node_modules/speakingurl/.travis.yml +9 -0
  1538. otto_agent-0.1.0/docs/node_modules/speakingurl/CHANGELOG.md +55 -0
  1539. otto_agent-0.1.0/docs/node_modules/speakingurl/Gulpfile.js +137 -0
  1540. otto_agent-0.1.0/docs/node_modules/speakingurl/LICENSE +12 -0
  1541. otto_agent-0.1.0/docs/node_modules/speakingurl/Makefile +13 -0
  1542. otto_agent-0.1.0/docs/node_modules/speakingurl/README.md +422 -0
  1543. otto_agent-0.1.0/docs/node_modules/speakingurl/bower.json +19 -0
  1544. otto_agent-0.1.0/docs/node_modules/speakingurl/component.json +21 -0
  1545. otto_agent-0.1.0/docs/node_modules/speakingurl/examples/browser-example.html +49 -0
  1546. otto_agent-0.1.0/docs/node_modules/speakingurl/examples/node-example.js +115 -0
  1547. otto_agent-0.1.0/docs/node_modules/speakingurl/index.js +1 -0
  1548. otto_agent-0.1.0/docs/node_modules/speakingurl/lib/speakingurl-rails.rb +14 -0
  1549. otto_agent-0.1.0/docs/node_modules/speakingurl/lib/speakingurl.js +1689 -0
  1550. otto_agent-0.1.0/docs/node_modules/speakingurl/package.json +89 -0
  1551. otto_agent-0.1.0/docs/node_modules/speakingurl/speakingurl-rails.gemspec +23 -0
  1552. otto_agent-0.1.0/docs/node_modules/speakingurl/speakingurl.min.js +7 -0
  1553. otto_agent-0.1.0/docs/node_modules/speakingurl/test/mocha.opts +2 -0
  1554. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-accent.js +111 -0
  1555. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-arabic.js +18 -0
  1556. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-burmese.js +205 -0
  1557. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-create.js +337 -0
  1558. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-custom.js +98 -0
  1559. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-cyrillic.js +16 -0
  1560. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-defaults.js +123 -0
  1561. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-dhivehi.js +18 -0
  1562. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-georgien.js +18 -0
  1563. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-hungarian.js +33 -0
  1564. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-lang.js +473 -0
  1565. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-language.js +304 -0
  1566. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-maintaincase.js +32 -0
  1567. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-persian.js +16 -0
  1568. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-rfc3986.js +128 -0
  1569. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-separator.js +181 -0
  1570. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-speakingurl.js +197 -0
  1571. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-symbols.js +506 -0
  1572. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-titlecase.js +69 -0
  1573. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-truncate.js +68 -0
  1574. otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-turkish.js +23 -0
  1575. otto_agent-0.1.0/docs/node_modules/speakingurl/typings/speakingurl/speakingurl.d.ts +90 -0
  1576. otto_agent-0.1.0/docs/node_modules/stringify-entities/index.d.ts +3 -0
  1577. otto_agent-0.1.0/docs/node_modules/stringify-entities/index.js +6 -0
  1578. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/constant/dangerous.d.ts +7 -0
  1579. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
  1580. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/core.d.ts +26 -0
  1581. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/core.js +117 -0
  1582. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/index.d.ts +24 -0
  1583. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/index.js +36 -0
  1584. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/format-basic.d.ts +7 -0
  1585. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
  1586. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/format-smart.d.ts +32 -0
  1587. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
  1588. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-decimal.d.ts +9 -0
  1589. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
  1590. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-hexadecimal.d.ts +9 -0
  1591. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
  1592. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-named.d.ts +10 -0
  1593. otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-named.js +57 -0
  1594. otto_agent-0.1.0/docs/node_modules/stringify-entities/license +22 -0
  1595. otto_agent-0.1.0/docs/node_modules/stringify-entities/package.json +86 -0
  1596. otto_agent-0.1.0/docs/node_modules/stringify-entities/readme.md +233 -0
  1597. otto_agent-0.1.0/docs/node_modules/superjson/LICENSE +21 -0
  1598. otto_agent-0.1.0/docs/node_modules/superjson/README.md +355 -0
  1599. otto_agent-0.1.0/docs/node_modules/superjson/package.json +63 -0
  1600. otto_agent-0.1.0/docs/node_modules/tabbable/CHANGELOG.md +262 -0
  1601. otto_agent-0.1.0/docs/node_modules/tabbable/LICENSE +22 -0
  1602. otto_agent-0.1.0/docs/node_modules/tabbable/README.md +291 -0
  1603. otto_agent-0.1.0/docs/node_modules/tabbable/SECURITY.md +37 -0
  1604. otto_agent-0.1.0/docs/node_modules/tabbable/index.d.ts +40 -0
  1605. otto_agent-0.1.0/docs/node_modules/tabbable/package.json +102 -0
  1606. otto_agent-0.1.0/docs/node_modules/tabbable/src/index.js +713 -0
  1607. otto_agent-0.1.0/docs/node_modules/trim-lines/index.d.ts +10 -0
  1608. otto_agent-0.1.0/docs/node_modules/trim-lines/index.js +69 -0
  1609. otto_agent-0.1.0/docs/node_modules/trim-lines/license +22 -0
  1610. otto_agent-0.1.0/docs/node_modules/trim-lines/package.json +67 -0
  1611. otto_agent-0.1.0/docs/node_modules/trim-lines/readme.md +125 -0
  1612. otto_agent-0.1.0/docs/node_modules/unist-util-is/index.d.ts +5 -0
  1613. otto_agent-0.1.0/docs/node_modules/unist-util-is/index.d.ts.map +1 -0
  1614. otto_agent-0.1.0/docs/node_modules/unist-util-is/index.js +7 -0
  1615. otto_agent-0.1.0/docs/node_modules/unist-util-is/lib/index.d.ts +111 -0
  1616. otto_agent-0.1.0/docs/node_modules/unist-util-is/lib/index.d.ts.map +1 -0
  1617. otto_agent-0.1.0/docs/node_modules/unist-util-is/lib/index.js +296 -0
  1618. otto_agent-0.1.0/docs/node_modules/unist-util-is/license +22 -0
  1619. otto_agent-0.1.0/docs/node_modules/unist-util-is/package.json +103 -0
  1620. otto_agent-0.1.0/docs/node_modules/unist-util-is/readme.md +351 -0
  1621. otto_agent-0.1.0/docs/node_modules/unist-util-position/index.d.ts +1 -0
  1622. otto_agent-0.1.0/docs/node_modules/unist-util-position/index.js +1 -0
  1623. otto_agent-0.1.0/docs/node_modules/unist-util-position/lib/index.d.ts +45 -0
  1624. otto_agent-0.1.0/docs/node_modules/unist-util-position/lib/index.js +95 -0
  1625. otto_agent-0.1.0/docs/node_modules/unist-util-position/license +22 -0
  1626. otto_agent-0.1.0/docs/node_modules/unist-util-position/package.json +76 -0
  1627. otto_agent-0.1.0/docs/node_modules/unist-util-position/readme.md +243 -0
  1628. otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/index.d.ts +1 -0
  1629. otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/index.js +1 -0
  1630. otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/lib/index.d.ts +61 -0
  1631. otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/lib/index.js +84 -0
  1632. otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/license +22 -0
  1633. otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/package.json +80 -0
  1634. otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/readme.md +206 -0
  1635. otto_agent-0.1.0/docs/node_modules/unist-util-visit/index.d.ts +9 -0
  1636. otto_agent-0.1.0/docs/node_modules/unist-util-visit/index.js +2 -0
  1637. otto_agent-0.1.0/docs/node_modules/unist-util-visit/lib/index.d.ts +195 -0
  1638. otto_agent-0.1.0/docs/node_modules/unist-util-visit/lib/index.d.ts.map +1 -0
  1639. otto_agent-0.1.0/docs/node_modules/unist-util-visit/lib/index.js +312 -0
  1640. otto_agent-0.1.0/docs/node_modules/unist-util-visit/license +22 -0
  1641. otto_agent-0.1.0/docs/node_modules/unist-util-visit/package.json +108 -0
  1642. otto_agent-0.1.0/docs/node_modules/unist-util-visit/readme.md +313 -0
  1643. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/index.d.ts +14 -0
  1644. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/index.js +2 -0
  1645. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.d.ts +6 -0
  1646. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.d.ts.map +1 -0
  1647. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.js +7 -0
  1648. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.node.d.ts +6 -0
  1649. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.node.d.ts.map +1 -0
  1650. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.node.js +7 -0
  1651. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/index.d.ts +219 -0
  1652. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/index.d.ts.map +1 -0
  1653. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/index.js +399 -0
  1654. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/license +22 -0
  1655. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/package.json +106 -0
  1656. otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/readme.md +388 -0
  1657. otto_agent-0.1.0/docs/node_modules/vfile/index.d.ts +153 -0
  1658. otto_agent-0.1.0/docs/node_modules/vfile/index.js +2 -0
  1659. otto_agent-0.1.0/docs/node_modules/vfile/lib/index.d.ts +1465 -0
  1660. otto_agent-0.1.0/docs/node_modules/vfile/lib/index.d.ts.map +1 -0
  1661. otto_agent-0.1.0/docs/node_modules/vfile/lib/index.js +643 -0
  1662. otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.browser.d.ts +47 -0
  1663. otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.browser.d.ts.map +1 -0
  1664. otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.browser.js +426 -0
  1665. otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.d.ts +2 -0
  1666. otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.d.ts.map +1 -0
  1667. otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.js +1 -0
  1668. otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.browser.d.ts +6 -0
  1669. otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.browser.d.ts.map +1 -0
  1670. otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.browser.js +8 -0
  1671. otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.d.ts +2 -0
  1672. otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.d.ts.map +1 -0
  1673. otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.js +1 -0
  1674. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.browser.d.ts +9 -0
  1675. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.browser.d.ts.map +1 -0
  1676. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.browser.js +76 -0
  1677. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.d.ts +3 -0
  1678. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.d.ts.map +1 -0
  1679. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.js +2 -0
  1680. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.shared.d.ts +20 -0
  1681. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.shared.d.ts.map +1 -0
  1682. otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.shared.js +31 -0
  1683. otto_agent-0.1.0/docs/node_modules/vfile/license +21 -0
  1684. otto_agent-0.1.0/docs/node_modules/vfile/package.json +134 -0
  1685. otto_agent-0.1.0/docs/node_modules/vfile/readme.md +785 -0
  1686. otto_agent-0.1.0/docs/node_modules/vfile-message/index.d.ts +2 -0
  1687. otto_agent-0.1.0/docs/node_modules/vfile-message/index.js +5 -0
  1688. otto_agent-0.1.0/docs/node_modules/vfile-message/lib/index.d.ts +508 -0
  1689. otto_agent-0.1.0/docs/node_modules/vfile-message/lib/index.js +314 -0
  1690. otto_agent-0.1.0/docs/node_modules/vfile-message/license +22 -0
  1691. otto_agent-0.1.0/docs/node_modules/vfile-message/package.json +80 -0
  1692. otto_agent-0.1.0/docs/node_modules/vfile-message/readme.md +252 -0
  1693. otto_agent-0.1.0/docs/node_modules/vite/LICENSE.md +3423 -0
  1694. otto_agent-0.1.0/docs/node_modules/vite/README.md +20 -0
  1695. otto_agent-0.1.0/docs/node_modules/vite/bin/openChrome.applescript +95 -0
  1696. otto_agent-0.1.0/docs/node_modules/vite/bin/vite.js +61 -0
  1697. otto_agent-0.1.0/docs/node_modules/vite/client.d.ts +256 -0
  1698. otto_agent-0.1.0/docs/node_modules/vite/index.cjs +60 -0
  1699. otto_agent-0.1.0/docs/node_modules/vite/index.d.cts +6 -0
  1700. otto_agent-0.1.0/docs/node_modules/vite/package.json +191 -0
  1701. otto_agent-0.1.0/docs/node_modules/vite/types/customEvent.d.ts +39 -0
  1702. otto_agent-0.1.0/docs/node_modules/vite/types/hmrPayload.d.ts +65 -0
  1703. otto_agent-0.1.0/docs/node_modules/vite/types/hot.d.ts +36 -0
  1704. otto_agent-0.1.0/docs/node_modules/vite/types/import-meta.d.ts +5 -0
  1705. otto_agent-0.1.0/docs/node_modules/vite/types/importGlob.d.ts +75 -0
  1706. otto_agent-0.1.0/docs/node_modules/vite/types/importMeta.d.ts +22 -0
  1707. otto_agent-0.1.0/docs/node_modules/vite/types/metadata.d.ts +10 -0
  1708. otto_agent-0.1.0/docs/node_modules/vite/types/package.json +4 -0
  1709. otto_agent-0.1.0/docs/node_modules/vitepress/LICENSE +21 -0
  1710. otto_agent-0.1.0/docs/node_modules/vitepress/README.md +28 -0
  1711. otto_agent-0.1.0/docs/node_modules/vitepress/bin/vitepress.js +2 -0
  1712. otto_agent-0.1.0/docs/node_modules/vitepress/client.d.ts +5 -0
  1713. otto_agent-0.1.0/docs/node_modules/vitepress/package.json +205 -0
  1714. otto_agent-0.1.0/docs/node_modules/vitepress/template/.vitepress/config.js +28 -0
  1715. otto_agent-0.1.0/docs/node_modules/vitepress/template/.vitepress/theme/Layout.vue +21 -0
  1716. otto_agent-0.1.0/docs/node_modules/vitepress/template/.vitepress/theme/index.js +29 -0
  1717. otto_agent-0.1.0/docs/node_modules/vitepress/template/.vitepress/theme/style.css +143 -0
  1718. otto_agent-0.1.0/docs/node_modules/vitepress/template/api-examples.md +49 -0
  1719. otto_agent-0.1.0/docs/node_modules/vitepress/template/index.md +28 -0
  1720. otto_agent-0.1.0/docs/node_modules/vitepress/template/markdown-examples.md +85 -0
  1721. otto_agent-0.1.0/docs/node_modules/vitepress/theme-without-fonts.d.ts +2 -0
  1722. otto_agent-0.1.0/docs/node_modules/vitepress/theme.d.ts +36 -0
  1723. otto_agent-0.1.0/docs/node_modules/vitepress/types/default-theme.d.ts +531 -0
  1724. otto_agent-0.1.0/docs/node_modules/vitepress/types/docsearch.d.ts +144 -0
  1725. otto_agent-0.1.0/docs/node_modules/vitepress/types/index.d.ts +3 -0
  1726. otto_agent-0.1.0/docs/node_modules/vitepress/types/local-search.d.ts +33 -0
  1727. otto_agent-0.1.0/docs/node_modules/vitepress/types/shared.d.ts +207 -0
  1728. otto_agent-0.1.0/docs/node_modules/vue/LICENSE +21 -0
  1729. otto_agent-0.1.0/docs/node_modules/vue/README.md +58 -0
  1730. otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.browser.js +1 -0
  1731. otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.browser.mjs +1 -0
  1732. otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.d.mts +1 -0
  1733. otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.d.ts +1 -0
  1734. otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.js +3 -0
  1735. otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.mjs +3 -0
  1736. otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/package.json +4 -0
  1737. otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/register-ts.js +3 -0
  1738. otto_agent-0.1.0/docs/node_modules/vue/index.js +7 -0
  1739. otto_agent-0.1.0/docs/node_modules/vue/index.mjs +1 -0
  1740. otto_agent-0.1.0/docs/node_modules/vue/jsx-runtime/index.d.ts +25 -0
  1741. otto_agent-0.1.0/docs/node_modules/vue/jsx-runtime/index.js +15 -0
  1742. otto_agent-0.1.0/docs/node_modules/vue/jsx-runtime/index.mjs +12 -0
  1743. otto_agent-0.1.0/docs/node_modules/vue/jsx-runtime/package.json +5 -0
  1744. otto_agent-0.1.0/docs/node_modules/vue/jsx.d.ts +22 -0
  1745. otto_agent-0.1.0/docs/node_modules/vue/package.json +112 -0
  1746. otto_agent-0.1.0/docs/node_modules/vue/server-renderer/index.d.mts +1 -0
  1747. otto_agent-0.1.0/docs/node_modules/vue/server-renderer/index.d.ts +1 -0
  1748. otto_agent-0.1.0/docs/node_modules/vue/server-renderer/index.js +1 -0
  1749. otto_agent-0.1.0/docs/node_modules/vue/server-renderer/index.mjs +1 -0
  1750. otto_agent-0.1.0/docs/node_modules/vue/server-renderer/package.json +4 -0
  1751. otto_agent-0.1.0/docs/node_modules/zwitch/index.d.ts +67 -0
  1752. otto_agent-0.1.0/docs/node_modules/zwitch/index.js +118 -0
  1753. otto_agent-0.1.0/docs/node_modules/zwitch/license +22 -0
  1754. otto_agent-0.1.0/docs/node_modules/zwitch/package.json +72 -0
  1755. otto_agent-0.1.0/docs/node_modules/zwitch/readme.md +226 -0
  1756. otto_agent-0.1.0/docs/package-lock.json +2514 -0
  1757. otto_agent-0.1.0/docs/package.json +13 -0
  1758. otto_agent-0.1.0/docs/public/favicon-16.png +0 -0
  1759. otto_agent-0.1.0/docs/public/favicon-32.png +0 -0
  1760. otto_agent-0.1.0/docs/public/favicon.ico +0 -0
  1761. otto_agent-0.1.0/docs/public/otto-192.png +0 -0
  1762. otto_agent-0.1.0/docs/public/otto-512.png +0 -0
  1763. otto_agent-0.1.0/docs/public/otto-icon.svg +20 -0
  1764. otto_agent-0.1.0/docs/public/otto-logo.png +0 -0
  1765. otto_agent-0.1.0/docs/reports/telegram-ux-audit.md +1371 -0
  1766. otto_agent-0.1.0/docs/reports/telegram-ux-qa.md +220 -0
  1767. otto_agent-0.1.0/install.sh +227 -0
  1768. otto_agent-0.1.0/otto/__init__.py +122 -0
  1769. otto_agent-0.1.0/otto/audit.py +919 -0
  1770. otto_agent-0.1.0/otto/backends/__init__.py +345 -0
  1771. otto_agent-0.1.0/otto/backends/base.py +145 -0
  1772. otto_agent-0.1.0/otto/backends/claude_sdk.py +898 -0
  1773. otto_agent-0.1.0/otto/backends/codex.py +761 -0
  1774. otto_agent-0.1.0/otto/backends/generic.py +806 -0
  1775. otto_agent-0.1.0/otto/backends/types.py +51 -0
  1776. otto_agent-0.1.0/otto/catalog.py +616 -0
  1777. otto_agent-0.1.0/otto/chat/__init__.py +48 -0
  1778. otto_agent-0.1.0/otto/chat/adapters/__init__.py +18 -0
  1779. otto_agent-0.1.0/otto/chat/adapters/capabilities.py +183 -0
  1780. otto_agent-0.1.0/otto/chat/adapters/examples.py +76 -0
  1781. otto_agent-0.1.0/otto/chat/adapters/security.py +372 -0
  1782. otto_agent-0.1.0/otto/chat/base.py +198 -0
  1783. otto_agent-0.1.0/otto/chat/commands.py +3208 -0
  1784. otto_agent-0.1.0/otto/chat/core.py +710 -0
  1785. otto_agent-0.1.0/otto/chat/signal/__init__.py +11 -0
  1786. otto_agent-0.1.0/otto/chat/signal/client.py +352 -0
  1787. otto_agent-0.1.0/otto/chat/signal/docker-compose.yml +31 -0
  1788. otto_agent-0.1.0/otto/chat/signal/platform.py +635 -0
  1789. otto_agent-0.1.0/otto/chat/signal/renderer.py +124 -0
  1790. otto_agent-0.1.0/otto/chat/telegram/__init__.py +14 -0
  1791. otto_agent-0.1.0/otto/chat/telegram/callbacks.py +467 -0
  1792. otto_agent-0.1.0/otto/chat/telegram/platform.py +1405 -0
  1793. otto_agent-0.1.0/otto/chat/telegram/renderer.py +145 -0
  1794. otto_agent-0.1.0/otto/cli.py +2547 -0
  1795. otto_agent-0.1.0/otto/config.py +588 -0
  1796. otto_agent-0.1.0/otto/daemon.py +798 -0
  1797. otto_agent-0.1.0/otto/data/__init__.py +1 -0
  1798. otto_agent-0.1.0/otto/data/mcp_catalog.yaml +256 -0
  1799. otto_agent-0.1.0/otto/events.py +169 -0
  1800. otto_agent-0.1.0/otto/gateway.py +2273 -0
  1801. otto_agent-0.1.0/otto/internal_messages.py +926 -0
  1802. otto_agent-0.1.0/otto/jobs/__init__.py +1 -0
  1803. otto_agent-0.1.0/otto/jobs/queue.py +1085 -0
  1804. otto_agent-0.1.0/otto/manifest.py +278 -0
  1805. otto_agent-0.1.0/otto/mcp_gateway_proxy.py +498 -0
  1806. otto_agent-0.1.0/otto/mcp_server.py +206 -0
  1807. otto_agent-0.1.0/otto/mcp_tools/__init__.py +100 -0
  1808. otto_agent-0.1.0/otto/mcp_tools/agent.py +590 -0
  1809. otto_agent-0.1.0/otto/mcp_tools/audit.py +91 -0
  1810. otto_agent-0.1.0/otto/mcp_tools/notify.py +70 -0
  1811. otto_agent-0.1.0/otto/mcp_tools/platform.py +272 -0
  1812. otto_agent-0.1.0/otto/mcp_tools/registry.py +374 -0
  1813. otto_agent-0.1.0/otto/mcp_tools/schedule.py +282 -0
  1814. otto_agent-0.1.0/otto/mcp_tools/session.py +346 -0
  1815. otto_agent-0.1.0/otto/memory.py +391 -0
  1816. otto_agent-0.1.0/otto/notify.py +15 -0
  1817. otto_agent-0.1.0/otto/observability.py +861 -0
  1818. otto_agent-0.1.0/otto/orchestrator.py +552 -0
  1819. otto_agent-0.1.0/otto/paths.py +185 -0
  1820. otto_agent-0.1.0/otto/pipeline.py +394 -0
  1821. otto_agent-0.1.0/otto/policy.py +785 -0
  1822. otto_agent-0.1.0/otto/policy_ext.py +1064 -0
  1823. otto_agent-0.1.0/otto/registry.py +830 -0
  1824. otto_agent-0.1.0/otto/safeguards.py +147 -0
  1825. otto_agent-0.1.0/otto/schedule.py +581 -0
  1826. otto_agent-0.1.0/otto/schedule_state.py +65 -0
  1827. otto_agent-0.1.0/otto/schedule_store.py +230 -0
  1828. otto_agent-0.1.0/otto/services/__init__.py +1 -0
  1829. otto_agent-0.1.0/otto/services/tasks.py +967 -0
  1830. otto_agent-0.1.0/otto/services/telegram.py +169 -0
  1831. otto_agent-0.1.0/otto/services/worker.py +976 -0
  1832. otto_agent-0.1.0/otto/sessions.py +789 -0
  1833. otto_agent-0.1.0/otto/streaming.py +866 -0
  1834. otto_agent-0.1.0/otto/tools/__init__.py +50 -0
  1835. otto_agent-0.1.0/otto/tools/base.py +185 -0
  1836. otto_agent-0.1.0/otto/tools/exa.py +353 -0
  1837. otto_agent-0.1.0/otto/tools/executors.py +559 -0
  1838. otto_agent-0.1.0/otto/tools/schemas.py +228 -0
  1839. otto_agent-0.1.0/otto/ui.py +320 -0
  1840. otto_agent-0.1.0/otto/watchers.py +223 -0
  1841. otto_agent-0.1.0/otto_tools/__init__.py +12 -0
  1842. otto_agent-0.1.0/otto_tools/cli.py +62 -0
  1843. otto_agent-0.1.0/otto_tools/config.py +55 -0
  1844. otto_agent-0.1.0/otto_tools/dev/__init__.py +342 -0
  1845. otto_agent-0.1.0/otto_tools/memory/__init__.py +269 -0
  1846. otto_agent-0.1.0/otto_tools/notify/__init__.py +145 -0
  1847. otto_agent-0.1.0/otto_tools/research/__init__.py +176 -0
  1848. otto_agent-0.1.0/otto_tools/skills/__init__.py +11 -0
  1849. otto_agent-0.1.0/otto_tools/skills/executor.py +188 -0
  1850. otto_agent-0.1.0/otto_tools/skills/loader.py +312 -0
  1851. otto_agent-0.1.0/otto_tools/system/__init__.py +566 -0
  1852. otto_agent-0.1.0/otto_tools/vtt/__init__.py +582 -0
  1853. otto_agent-0.1.0/pyproject.toml +82 -0
  1854. otto_agent-0.1.0/tests/conftest.py +8 -0
  1855. otto_agent-0.1.0/tests/test_agent_cancel.py +204 -0
  1856. otto_agent-0.1.0/tests/test_agent_retries.py +135 -0
  1857. otto_agent-0.1.0/tests/test_audit.py +692 -0
  1858. otto_agent-0.1.0/tests/test_boundaries.py +487 -0
  1859. otto_agent-0.1.0/tests/test_catalog.py +774 -0
  1860. otto_agent-0.1.0/tests/test_chat_file_send.py +91 -0
  1861. otto_agent-0.1.0/tests/test_chat_integration.py +655 -0
  1862. otto_agent-0.1.0/tests/test_chat_layer.py +740 -0
  1863. otto_agent-0.1.0/tests/test_claude.py +351 -0
  1864. otto_agent-0.1.0/tests/test_codex_backend.py +724 -0
  1865. otto_agent-0.1.0/tests/test_exa_tools.py +519 -0
  1866. otto_agent-0.1.0/tests/test_gateway.py +887 -0
  1867. otto_agent-0.1.0/tests/test_gateway_controls.py +768 -0
  1868. otto_agent-0.1.0/tests/test_gateway_hardening.py +456 -0
  1869. otto_agent-0.1.0/tests/test_gateway_proxy.py +425 -0
  1870. otto_agent-0.1.0/tests/test_generic_backend.py +1051 -0
  1871. otto_agent-0.1.0/tests/test_heartbeat.py +117 -0
  1872. otto_agent-0.1.0/tests/test_internal_messages_sqlite.py +66 -0
  1873. otto_agent-0.1.0/tests/test_local_gateway.py +525 -0
  1874. otto_agent-0.1.0/tests/test_memory_indexing.py +59 -0
  1875. otto_agent-0.1.0/tests/test_observability.py +652 -0
  1876. otto_agent-0.1.0/tests/test_orchestrator.py +561 -0
  1877. otto_agent-0.1.0/tests/test_pipeline_dependencies.py +193 -0
  1878. otto_agent-0.1.0/tests/test_policy.py +1107 -0
  1879. otto_agent-0.1.0/tests/test_policy_ext.py +1365 -0
  1880. otto_agent-0.1.0/tests/test_registry.py +1102 -0
  1881. otto_agent-0.1.0/tests/test_schedule_store.py +186 -0
  1882. otto_agent-0.1.0/tests/test_schedule_tick_dynamic.py +242 -0
  1883. otto_agent-0.1.0/tests/test_schedule_tools.py +187 -0
  1884. otto_agent-0.1.0/tests/test_security_bootstrap.py +46 -0
  1885. otto_agent-0.1.0/tests/test_signal_platform.py +545 -0
  1886. otto_agent-0.1.0/tests/test_stop_command.py +213 -0
  1887. otto_agent-0.1.0/tests/test_streaming.py +634 -0
  1888. otto_agent-0.1.0/tests/test_streaming_integration.py +287 -0
  1889. otto_agent-0.1.0/tests/test_telegram_ux.py +691 -0
  1890. otto_agent-0.1.0/tests/test_tools.py +502 -0
  1891. otto_agent-0.1.0/tests/test_worker.py +275 -0
  1892. otto_agent-0.1.0/uv.lock +3087 -0
@@ -0,0 +1,375 @@
1
+ # Session Creation & Forking via Tool Call
2
+
3
+ ## Overview
4
+
5
+ Add a `session_new` MCP tool that lets the LLM create new sessions (fresh or forked) mid-conversation. Also add a `fork_session` function to `sessions.py` that copies the current session's conversation history into a new session.
6
+
7
+ ---
8
+
9
+ ## File Changes
10
+
11
+ ### 1. `otto/sessions.py` β€” Add `fork_session()`
12
+
13
+ **Insert after `new_session()` (after line 192).**
14
+
15
+ ```python
16
+ def fork_session(
17
+ topic: str | None = None,
18
+ chat_id: str | None = None,
19
+ ) -> dict:
20
+ """
21
+ Fork the current session: archive it and create a new session
22
+ pre-loaded with the current conversation history.
23
+
24
+ Args:
25
+ topic: Optional topic for the forked session
26
+ chat_id: Chat ID to scope to
27
+
28
+ Returns:
29
+ The new (forked) session dict with copied messages
30
+ """
31
+ _ensure_dirs()
32
+
33
+ target = _chat_file(chat_id)
34
+ lock = _lock_for(target)
35
+
36
+ with lock:
37
+ # Read current session
38
+ current = None
39
+ if target.exists():
40
+ try:
41
+ current = json.loads(target.read_text())
42
+ except json.JSONDecodeError:
43
+ pass
44
+
45
+ if current is None or not current.get("messages"):
46
+ # Nothing to fork β€” just create a fresh session
47
+ # Release lock, call new_session (which acquires its own lock)
48
+ pass
49
+ else:
50
+ # Archive the current session
51
+ if current.get("messages"):
52
+ archive_session(current)
53
+
54
+ # Create new session with copied messages
55
+ fork_topic = topic or current.get("topic")
56
+ session_id = _generate_session_id(fork_topic)
57
+ session = {
58
+ "id": session_id,
59
+ "created": datetime.now().isoformat(),
60
+ "topic": fork_topic,
61
+ "messages": list(current["messages"]), # shallow copy
62
+ "metadata": {
63
+ "last_backend": current.get("metadata", {}).get("last_backend"),
64
+ "message_count": current.get("metadata", {}).get("message_count", 0),
65
+ "chat_id": chat_id,
66
+ "forked_from": current.get("id"),
67
+ },
68
+ }
69
+
70
+ target.write_text(json.dumps(session, indent=2))
71
+ return session
72
+
73
+ # Fallback: nothing to fork
74
+ return new_session(topic=topic, archive_current=True, chat_id=chat_id)
75
+ ```
76
+
77
+ **Key details:**
78
+ - `fork_session` reads the current session under lock, archives it, then writes a new session that carries over `messages` (shallow copy is fine β€” messages are plain dicts).
79
+ - Adds `metadata.forked_from` so we know it was forked.
80
+ - If there's no current session or it has no messages, falls back to `new_session()`.
81
+ - The `topic` parameter is optional; if omitted, inherits the current session's topic.
82
+
83
+ ---
84
+
85
+ ### 2. `otto/mcp_tools/session.py` β€” Add `session_new()` tool
86
+
87
+ **Append after `session_switch()` (after line 221).**
88
+
89
+ ```python
90
+ async def session_new(
91
+ mode: str = "fresh",
92
+ topic: str | None = None,
93
+ starter_prompt: str | None = None,
94
+ chat_id: str | None = None,
95
+ ) -> dict[str, Any]:
96
+ """Create a new session, either fresh or forked from the current one.
97
+
98
+ Use this when the user wants to start a new conversation topic, or when
99
+ they want to branch off the current conversation into a new session.
100
+
101
+ Args:
102
+ mode: "fresh" for a blank session, "fork" to copy current history,
103
+ "ask" to prompt the user to choose (sends Telegram buttons)
104
+ topic: Optional topic/name for the new session
105
+ starter_prompt: Initial message to seed the session with (fresh mode only).
106
+ Added as the first user message so the LLM has context.
107
+ chat_id: Chat ID to scope to (auto-detected if omitted)
108
+ """
109
+ try:
110
+ resolved_chat_id = _resolve_chat_id(chat_id)
111
+
112
+ if mode == "ask":
113
+ # Send inline buttons asking fork vs fresh
114
+ from otto.mcp_tools.platform import send_buttons as _send_buttons
115
+
116
+ buttons = [
117
+ {"label": "Fork (keep context)", "callback_data": "sess_new:fork"},
118
+ {"label": "Fresh (blank)", "callback_data": "sess_new:fresh"},
119
+ ]
120
+ # Include topic in callback data if provided (fits in 64 bytes)
121
+ if topic:
122
+ # Truncate topic to fit: "sess_new:fork:<topic>" <= 64 bytes
123
+ max_topic = 64 - len("sess_new:fork:") - 1
124
+ short_topic = topic[:max_topic]
125
+ buttons = [
126
+ {"label": "Fork (keep context)", "callback_data": f"sess_new:fork:{short_topic}"},
127
+ {"label": "Fresh (blank)", "callback_data": f"sess_new:fresh:{short_topic}"},
128
+ ]
129
+
130
+ result = await _send_buttons(
131
+ text=f"<b>New session</b>{f': {topic}' if topic else ''}\n\nKeep current conversation context or start blank?",
132
+ buttons=buttons,
133
+ chat_id=resolved_chat_id,
134
+ )
135
+
136
+ if not result.get("success"):
137
+ return _error(result.get("error", "Failed to send buttons"))
138
+
139
+ return _ok({
140
+ "awaiting_choice": True,
141
+ "message": "Asked the user to choose between fork and fresh. Wait for their button press.",
142
+ })
143
+
144
+ # Auto-title outgoing session before archiving
145
+ try:
146
+ await sessions.maybe_auto_title(chat_id=resolved_chat_id, force=True)
147
+ except Exception:
148
+ pass
149
+
150
+ if mode == "fork":
151
+ session = await asyncio.to_thread(
152
+ sessions.fork_session, topic=topic, chat_id=resolved_chat_id
153
+ )
154
+ forked_from = session.get("metadata", {}).get("forked_from")
155
+ return _ok({
156
+ "created": True,
157
+ "mode": "fork",
158
+ "session": {
159
+ "id": session.get("id"),
160
+ "topic": session.get("topic") or "(untitled)",
161
+ "message_count": session.get("metadata", {}).get(
162
+ "message_count", len(session.get("messages", []))
163
+ ),
164
+ "forked_from": forked_from,
165
+ },
166
+ })
167
+
168
+ # Default: fresh session
169
+ session = await asyncio.to_thread(
170
+ sessions.new_session, topic=topic, archive_current=True, chat_id=resolved_chat_id
171
+ )
172
+
173
+ # Seed with starter prompt if provided
174
+ if starter_prompt and starter_prompt.strip():
175
+ await asyncio.to_thread(
176
+ sessions.add_message,
177
+ role="user",
178
+ content=starter_prompt.strip(),
179
+ chat_id=resolved_chat_id,
180
+ )
181
+
182
+ return _ok({
183
+ "created": True,
184
+ "mode": "fresh",
185
+ "session": {
186
+ "id": session.get("id"),
187
+ "topic": session.get("topic") or "(untitled)",
188
+ "message_count": 1 if starter_prompt else 0,
189
+ },
190
+ "starter_prompt": starter_prompt if starter_prompt else None,
191
+ })
192
+
193
+ except Exception as exc:
194
+ return _error(str(exc))
195
+ ```
196
+
197
+ **Key details:**
198
+ - `mode="fresh"` (default): calls `sessions.new_session()`, optionally seeds with `starter_prompt` via `add_message(role="user")`.
199
+ - `mode="fork"`: calls `sessions.fork_session()`, copies full conversation history.
200
+ - `mode="ask"`: uses the existing `send_buttons` platform tool to present inline keyboard buttons. The callback data format is `sess_new:{mode}` or `sess_new:{mode}:{topic}`, always within the 64-byte limit.
201
+ - `starter_prompt` is only used in fresh mode β€” it's the "let's start a new session about caramel popcorn" seed text.
202
+ - Auto-titles the outgoing session before archiving (same pattern as `cmd_new` at `commands.py:511-514`).
203
+
204
+ ---
205
+
206
+ ### 3. `otto/mcp_tools/__init__.py` β€” Register `session_new`
207
+
208
+ **Line 29** β€” add to import:
209
+
210
+ ```python
211
+ from .session import session_list, session_new, session_switch
212
+ ```
213
+
214
+ **Line 58-59** β€” add to `ALL_TOOLS` tuple (after `session_switch`):
215
+
216
+ ```python
217
+ session_switch,
218
+ session_new,
219
+ )
220
+ ```
221
+
222
+ **Line 95** β€” add to `__all__` list (after `"session_switch"`):
223
+
224
+ ```python
225
+ "session_new",
226
+ ```
227
+
228
+ ---
229
+
230
+ ### 4. `otto/chat/telegram/callbacks.py` β€” Add `sess_new` special handler
231
+
232
+ The `sess_new` callback handles the fork/fresh button press from `mode="ask"`. This needs to be a special handler because it performs session operations and sends a confirmation message.
233
+
234
+ **Add handler method before `_special_handlers` dict (before line 396):**
235
+
236
+ ```python
237
+ async def _handle_sess_new(
238
+ self, query, context: ContextTypes.DEFAULT_TYPE, value: str
239
+ ) -> CommandResult:
240
+ """Handle session new/fork choice from inline buttons."""
241
+ from otto.sessions import fork_session, maybe_auto_title, new_session
242
+
243
+ chat_id = str(query.message.chat_id) if query.message else None
244
+
245
+ # Parse value: "fork" or "fresh" or "fork:<topic>" or "fresh:<topic>"
246
+ parts = value.split(":", 1)
247
+ mode = parts[0] # "fork" or "fresh"
248
+ topic = parts[1] if len(parts) > 1 else None
249
+
250
+ if mode == "cancel":
251
+ return CommandResult.ok("Session creation cancelled.")
252
+
253
+ # Auto-title outgoing session
254
+ try:
255
+ await maybe_auto_title(chat_id=chat_id, force=True)
256
+ except Exception:
257
+ pass
258
+
259
+ if mode == "fork":
260
+ session = fork_session(topic=topic, chat_id=chat_id)
261
+ forked_from = session.get("metadata", {}).get("forked_from", "")
262
+ topic_display = session.get("topic") or "(untitled)"
263
+ msg_count = session.get("metadata", {}).get(
264
+ "message_count", len(session.get("messages", []))
265
+ )
266
+ return CommandResult.ok(
267
+ f"<b>Session forked</b>\n\n"
268
+ f"Topic: {topic_display}\n"
269
+ f"Messages carried over: {msg_count}\n"
270
+ f"Forked from: <code>{forked_from[:20]}</code>"
271
+ )
272
+
273
+ # Fresh session
274
+ session = new_session(topic=topic, archive_current=True, chat_id=chat_id)
275
+ topic_display = session.get("topic") or "(no topic)"
276
+ return CommandResult.ok(f"<b>Fresh session started</b>\n\nTopic: {topic_display}")
277
+ ```
278
+
279
+ **Line 396-400** β€” add `"sess_new"` to `_special_handlers`:
280
+
281
+ ```python
282
+ _special_handlers = {
283
+ "vtt": _handle_vtt_enable,
284
+ "task_add": _handle_task_add,
285
+ "gw_permit": _handle_gateway_permit,
286
+ "sess_new": _handle_sess_new,
287
+ }
288
+ ```
289
+
290
+ ---
291
+
292
+ ## Callback Data Format
293
+
294
+ All callback data strings must fit in **64 bytes** (Telegram limit).
295
+
296
+ | Callback data | Bytes | Description |
297
+ |---|---|---|
298
+ | `sess_new:fork` | 14 | Fork without topic |
299
+ | `sess_new:fresh` | 15 | Fresh without topic |
300
+ | `sess_new:fork:<topic>` | 14 + topic | Fork with topic (topic truncated to fit) |
301
+ | `sess_new:fresh:<topic>` | 15 + topic | Fresh with topic (topic truncated to fit) |
302
+ | `sess_new:cancel` | 15 | Cancel |
303
+
304
+ Max topic length in callback: `64 - 15 = 49 bytes` (for fresh mode, the longer prefix). Safe truncation at 45 chars.
305
+
306
+ ---
307
+
308
+ ## User Scenarios & Tool Call Flow
309
+
310
+ ### Scenario 1: "Start a new session" (no context)
311
+
312
+ LLM calls:
313
+ ```json
314
+ {"tool": "session_new", "args": {"mode": "fresh"}}
315
+ ```
316
+
317
+ Result: Archives current session, creates blank session. LLM tells user "Started a fresh session."
318
+
319
+ ### Scenario 2: "Let's start a new session about caramel popcorn"
320
+
321
+ LLM calls:
322
+ ```json
323
+ {"tool": "session_new", "args": {"mode": "fresh", "topic": "caramel popcorn", "starter_prompt": "Let's discuss caramel popcorn recipes and techniques."}}
324
+ ```
325
+
326
+ Result: Archives current, creates new session with topic "caramel popcorn", adds starter prompt as first user message. LLM's next response will be in the context of the new session.
327
+
328
+ ### Scenario 3: "Fork this session to discuss feature X"
329
+
330
+ LLM calls:
331
+ ```json
332
+ {"tool": "session_new", "args": {"mode": "fork", "topic": "feature X discussion"}}
333
+ ```
334
+
335
+ Result: Archives current session, creates new session with full conversation history copied over, topic set to "feature X discussion". `metadata.forked_from` records the original session ID.
336
+
337
+ ### Scenario 4: "Create a new session" (ambiguous)
338
+
339
+ LLM calls:
340
+ ```json
341
+ {"tool": "session_new", "args": {"mode": "ask"}}
342
+ ```
343
+
344
+ Result: Sends Telegram inline buttons: [Fork (keep context)] [Fresh (blank)]. Tool returns `awaiting_choice: true`. User taps a button, `sess_new` callback handler processes it.
345
+
346
+ ---
347
+
348
+ ## Edge Cases
349
+
350
+ 1. **No current session / empty session for fork**: `fork_session` falls back to `new_session()` if there's nothing to copy. The tool result still shows `mode: "fork"` but `message_count: 0`.
351
+
352
+ 2. **`starter_prompt` with fork mode**: Ignored. Fork copies history as-is. The tool docstring makes this clear: "fresh mode only".
353
+
354
+ 3. **Very long topic in callback data**: Truncated to fit 64-byte Telegram limit. The `session_new` tool truncates `topic` before embedding in callback data.
355
+
356
+ 4. **Concurrent session creation**: File locking via `_lock_for()` (already used by `new_session` and `fork_session`) prevents race conditions.
357
+
358
+ 5. **Auto-titling outgoing session**: Both fresh and fork modes call `maybe_auto_title(force=True)` before archiving, matching the existing pattern in `cmd_new` (line 511-514) and `cmd_switch` (line 1059-1062).
359
+
360
+ 6. **`mode="ask"` with no Telegram platform**: `send_buttons` will fail gracefully with an error message. The LLM can fall back to asking in text.
361
+
362
+ ---
363
+
364
+ ## Summary of Changes
365
+
366
+ | File | Change | Lines |
367
+ |---|---|---|
368
+ | `otto/sessions.py` | Add `fork_session()` | Insert after line 192 |
369
+ | `otto/mcp_tools/session.py` | Add `session_new()` tool | Append after line 221 |
370
+ | `otto/mcp_tools/__init__.py` | Import + register `session_new` | Lines 29, 58, 95 |
371
+ | `otto/chat/telegram/callbacks.py` | Add `_handle_sess_new` + register in `_special_handlers` | Before line 396 |
372
+
373
+ No changes needed to `renderer.py` β€” the existing `_handle_result` flow handles `CommandResult.ok()` from the new callback handler.
374
+
375
+ No changes needed to `commands.py` β€” the `/new` command continues to work as before. The MCP tool is an independent path.
@@ -0,0 +1,41 @@
1
+ # Python build artifacts
2
+ __pycache__/
3
+ *.py[cod]
4
+ *.egg-info/
5
+ build/
6
+ dist/
7
+
8
+ # Virtual environments
9
+ .venv/
10
+
11
+ # Local runtime state (should live under ~/.otto/, not the repo)
12
+ .otto/
13
+ .ada/
14
+ .brainfile/
15
+ logs/
16
+ photos/
17
+ sessions/
18
+
19
+ # Local data files
20
+ data/*.db
21
+ data/*.sqlite
22
+ data/*.sqlite*
23
+ jobs.db
24
+
25
+ # Secrets and mutable config (keep config/.env.example tracked)
26
+ config/.env
27
+ config/bot_state.json
28
+ config/conversation.json
29
+ config/conversation.json.bak
30
+
31
+ # Logs
32
+ *.log
33
+
34
+ # OS/editor
35
+ .DS_Store
36
+
37
+ # Generated files and local configs
38
+ report.md
39
+ otto-mcp-catalog.yaml
40
+ .mcp.json
41
+ .gemini/
@@ -0,0 +1,49 @@
1
+ .PHONY: help install reload stop start status test lint format check logs clean
2
+
3
+ help: ## Show this help
4
+ @grep -E '^[a-zA-Z_-]+:.*##' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*## "}; {printf " \033[36m%-12s\033[0m %s\n", $$1, $$2}'
5
+
6
+ install: ## Install otto as editable uv tool
7
+ yes | uv tool install --force --editable .
8
+
9
+ reload: stop install start status ## Stop, reinstall, restart, verify
10
+
11
+ stop: ## Stop all services and kill stragglers
12
+ @otto service stop all 2>/dev/null || true
13
+ @pkill -f "otto.services.telegram" 2>/dev/null || true
14
+ @pkill -f "otto.services.worker" 2>/dev/null || true
15
+ @pkill -f "codex app-server" 2>/dev/null || true
16
+ @sleep 1
17
+ @TCOUNT=$$(pgrep -fc "otto.services.telegram" 2>/dev/null || echo 0); \
18
+ WCOUNT=$$(pgrep -fc "otto.services.worker" 2>/dev/null || echo 0); \
19
+ if [ "$$TCOUNT" -gt 0 ] || [ "$$WCOUNT" -gt 0 ]; then \
20
+ pkill -9 -f "otto.services.telegram" 2>/dev/null || true; \
21
+ pkill -9 -f "otto.services.worker" 2>/dev/null || true; \
22
+ sleep 1; \
23
+ fi
24
+
25
+ start: ## Start all services
26
+ otto service start all
27
+
28
+ status: ## Show service status
29
+ @otto service status
30
+ @echo ""
31
+ @ps aux | grep -E "otto.services" | grep -v grep || echo "No otto processes found"
32
+
33
+ test: ## Run test suite
34
+ python -m pytest tests/ -x -q
35
+
36
+ lint: ## Lint with ruff
37
+ ruff check otto/ tests/
38
+
39
+ format: ## Format with ruff
40
+ ruff format otto/ tests/
41
+
42
+ check: lint test ## Lint + test
43
+
44
+ logs: ## Tail telegram log
45
+ tail -f ~/.otto/logs/telegram.log
46
+
47
+ clean: ## Remove build artifacts and caches
48
+ rm -rf build/ dist/ *.egg-info
49
+ find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true
@@ -0,0 +1,233 @@
1
+ Metadata-Version: 2.4
2
+ Name: otto-agent
3
+ Version: 0.1.0
4
+ Summary: Otto - MCP gateway, agent orchestration, and automation framework
5
+ Project-URL: Homepage, https://github.com/1broseidon/otto
6
+ Project-URL: Documentation, https://otto-agent.dev
7
+ Project-URL: Repository, https://github.com/1broseidon/otto
8
+ Project-URL: Issues, https://github.com/1broseidon/otto/issues
9
+ Author-email: George <george@example.com>
10
+ License-Expression: MIT
11
+ Keywords: agent,automation,cli,tools
12
+ Classifier: Development Status :: 3 - Alpha
13
+ Classifier: Environment :: Console
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Topic :: Utilities
21
+ Requires-Python: >=3.10
22
+ Requires-Dist: aiohttp>=3.9.0
23
+ Requires-Dist: claude-agent-sdk>=0.1.29
24
+ Requires-Dist: croniter>=2.0.0
25
+ Requires-Dist: litellm>=1.81.8
26
+ Requires-Dist: mcp>=1.0.0
27
+ Requires-Dist: python-telegram-bot[job-queue]>=20.0
28
+ Requires-Dist: pyyaml>=6.0
29
+ Requires-Dist: rich>=13.0.0
30
+ Requires-Dist: typer>=0.9.0
31
+ Provides-Extra: dev
32
+ Requires-Dist: mypy>=1.0; extra == 'dev'
33
+ Requires-Dist: pytest>=7.0; extra == 'dev'
34
+ Requires-Dist: ruff>=0.1.0; extra == 'dev'
35
+ Provides-Extra: generic
36
+ Requires-Dist: litellm>=1.0.0; extra == 'generic'
37
+ Provides-Extra: sdk
38
+ Requires-Dist: claude-agent-sdk>=0.1.29; extra == 'sdk'
39
+ Provides-Extra: vtt
40
+ Requires-Dist: faster-whisper; extra == 'vtt'
41
+ Description-Content-Type: text/markdown
42
+
43
+ <p align="center">
44
+ <img src="docs/assets/otto-logo.png" alt="Otto" width="200" />
45
+ </p>
46
+
47
+ <h1 align="center">Otto</h1>
48
+
49
+ <p align="center">
50
+ <strong>Your personal AI agent that actually gets things done.</strong>
51
+ </p>
52
+
53
+ <p align="center">
54
+ <a href="#"><img src="https://img.shields.io/badge/build-passing-brightgreen" alt="Build Status" /></a>
55
+ <a href="#"><img src="https://img.shields.io/badge/version-0.1.0-blue" alt="Version" /></a>
56
+ <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License" /></a>
57
+ <a href="#"><img src="https://img.shields.io/badge/python-3.10+-yellow" alt="Python" /></a>
58
+ </p>
59
+
60
+ <p align="center">
61
+ <a href="#quick-install">Install</a> β€’
62
+ <a href="#features">Features</a> β€’
63
+ <a href="#quick-start">Quick Start</a> β€’
64
+ <a href="docs/guide/01-architecture.md">Docs</a> β€’
65
+ <a href="#contributing">Contributing</a>
66
+ </p>
67
+
68
+ ---
69
+
70
+ Otto is a self-hosted AI assistant that lives on your infrastructure and talks to you through Telegram. She can spawn background agents, run scheduled tasks, manage your tools through an MCP gateway, and actually remember what you talked about last week.
71
+
72
+ No cloud platform. No vendor lock-in. Just your own AI agent that works for you.
73
+
74
+ ## Quick Install
75
+
76
+ **One-liner:**
77
+
78
+ ```bash
79
+ curl -fsSL https://raw.githubusercontent.com/1broseidon/otto/main/install.sh | bash
80
+ ```
81
+
82
+ **Or clone and install:**
83
+
84
+ ```bash
85
+ git clone https://github.com/1broseidon/otto.git ~/agent
86
+ cd ~/agent && ./install.sh
87
+ ```
88
+
89
+ The installer sets up everything: Python environment, dependencies, and prompts for your Telegram bot token.
90
+
91
+ ## Features
92
+
93
+ ### 🌐 MCP Gateway with Tool Routing
94
+ Unified tool access through the Model Context Protocol. Connect filesystem, browser, search, and custom toolsβ€”configured once, available to all backends. Policy-based access control keeps things safe.
95
+
96
+ ### πŸ€– Multi-Backend Support
97
+ Swap between Claude SDK, Codex, and other backends based on the task. Use Claude for complex reasoning, Codex for code generationβ€”Otto routes automatically or lets you choose.
98
+
99
+ ### πŸ’¬ Telegram Integration
100
+ Chat with Otto like a friend. Send text, voice messages, or files. Get notifications when background tasks complete. Configure settings through conversation.
101
+
102
+ ### ⏰ Scheduled Tasks & Pipelines
103
+ Schedule one-off tasks or recurring jobs with cron expressions. Chain multiple steps into pipelines with dependencies. Otto runs them in the background and pings you when done.
104
+
105
+ ### 🧠 Session Management
106
+ Conversations are persistent. Fork a session to explore a tangent. Switch between contexts. Pick up where you left off.
107
+
108
+ ### πŸ’Ύ Memory & Context Persistence
109
+ Otto remembers. Store facts, project context, and preferences in memory. Search and recall across sessions. She gets smarter the more you use her.
110
+
111
+ ## Quick Start
112
+
113
+ After installing, start Otto:
114
+
115
+ ```bash
116
+ source ~/agent/.venv/bin/activate
117
+ otto service start telegram -f
118
+ ```
119
+
120
+ Open Telegram and message your bot. Otto will help you finish configuring.
121
+
122
+ **Basic commands:**
123
+
124
+ ```bash
125
+ otto doctor # Health check
126
+ otto service status # Show running services
127
+ otto config get # View configuration
128
+ otto mcp start # Start MCP Gateway
129
+ ```
130
+
131
+ **Chat-first configuration** β€” many settings can be changed through conversation:
132
+
133
+ > "Enable voice transcription"
134
+ > "Switch to Claude backend"
135
+ > "Set my timezone to EST"
136
+
137
+ ⚠️ **API keys & secrets** β€” always configure via CLI:
138
+
139
+ ```bash
140
+ otto config set backends.claude.api_key "YOUR_API_KEY"
141
+ # Or use ~/.otto/config/.env
142
+ ```
143
+
144
+ ## Architecture Overview
145
+
146
+ ```
147
+ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
148
+ β”‚ You (Telegram) β”‚
149
+ β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
150
+ β–Ό
151
+ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
152
+ β”‚ Telegram Bot │────▢│ Orchestrator β”‚
153
+ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜
154
+ β”‚
155
+ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
156
+ β–Ό β–Ό β–Ό
157
+ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
158
+ β”‚ Claude SDK β”‚ β”‚ Codex β”‚ β”‚ Generic β”‚
159
+ β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜
160
+ β”‚ β”‚ β”‚
161
+ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
162
+ β–Ό
163
+ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
164
+ β”‚ MCP Gateway β”‚
165
+ β”‚ (Tools & Policies) β”‚
166
+ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
167
+ ```
168
+
169
+ - **Telegram Bot** β€” Your interface. Handles messages, voice, files, notifications.
170
+ - **Orchestrator** β€” Routes requests, spawns agents, loads context.
171
+ - **Backends** β€” Pluggable LLM wrappers (Claude SDK, Codex, generic LiteLLM).
172
+ - **MCP Gateway** β€” Unified tool access with policy-based control.
173
+ - **Memory** β€” Persistent storage for facts, projects, and conversation context.
174
+
175
+ ## Configuration
176
+
177
+ Otto stores runtime data in `~/.otto/`:
178
+
179
+ ```
180
+ ~/.otto/
181
+ β”œβ”€β”€ brainfile.md # Identity & personality
182
+ β”œβ”€β”€ config/ # Settings & secrets
183
+ β”œβ”€β”€ memory/ # Knowledge base
184
+ β”œβ”€β”€ sessions/ # Conversation history
185
+ β”œβ”€β”€ skills/ # Custom skills
186
+ └── outputs/ # Background task results
187
+ ```
188
+
189
+ For detailed configuration options, see the [Installation Guide](docs/guide/02-installation.md) and [User Guide](docs/guide/03-user-guide.md).
190
+
191
+ ## Documentation
192
+
193
+ | Guide | Description |
194
+ |-------|-------------|
195
+ | [Architecture](docs/guide/01-architecture.md) | System overview and components |
196
+ | [Installation](docs/guide/02-installation.md) | Setup instructions |
197
+ | [User Guide](docs/guide/03-user-guide.md) | How to interact with Otto |
198
+ | [Developer Guide](docs/guide/04-developer-guide.md) | Extending Otto |
199
+ | [Operations](docs/guide/05-operations-guide.md) | Running in production |
200
+
201
+ ## Requirements
202
+
203
+ - Python 3.10+
204
+ - Git
205
+ - Telegram bot token (from [@BotFather](https://t.me/botfather))
206
+
207
+ **Optional:**
208
+ - Docker (for some MCP servers)
209
+ - Node.js (for agent backend CLIs)
210
+ - ffmpeg (for voice transcription)
211
+
212
+ ## Contributing
213
+
214
+ Contributions welcome! Whether it's bug fixes, new features, or documentation improvements.
215
+
216
+ 1. Fork the repo
217
+ 2. Create a feature branch (`git checkout -b feature/cool-thing`)
218
+ 3. Make your changes
219
+ 4. Run tests (`make test`)
220
+ 5. Submit a PR
221
+
222
+ Please keep PRs focused and include tests for new functionality.
223
+
224
+ ## License
225
+
226
+ MIT β€” do whatever you want with it.
227
+
228
+ ---
229
+
230
+ <p align="center">
231
+ Built with β˜• and questionable life choices.<br>
232
+ <sub>Otto is a personal project. Use at your own risk, but she's been pretty reliable so far.</sub>
233
+ </p>