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.
- otto_agent-0.1.0/.claude/plans/session-new-fork.md +375 -0
- otto_agent-0.1.0/.gitignore +41 -0
- otto_agent-0.1.0/Makefile +49 -0
- otto_agent-0.1.0/PKG-INFO +233 -0
- otto_agent-0.1.0/README.md +191 -0
- otto_agent-0.1.0/docs/.gitignore +3 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/_metadata.json +31 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/chunk-4X5TYTPO.js +12865 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/chunk-4X5TYTPO.js.map +7 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/package.json +3 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js +4505 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js.map +7 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/vitepress___@vueuse_core.js +9731 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/vitepress___@vueuse_core.js.map +7 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/vue.js +347 -0
- otto_agent-0.1.0/docs/.vitepress/cache/deps/vue.js.map +7 -0
- otto_agent-0.1.0/docs/.vitepress/config.mts +61 -0
- otto_agent-0.1.0/docs/.vitepress/theme/custom.css +51 -0
- otto_agent-0.1.0/docs/.vitepress/theme/index.ts +4 -0
- otto_agent-0.1.0/docs/PILLARS.md +183 -0
- otto_agent-0.1.0/docs/api-reference.md +96 -0
- otto_agent-0.1.0/docs/assets/logo-prompts.md +292 -0
- otto_agent-0.1.0/docs/assets/otto-logo-original.png +0 -0
- otto_agent-0.1.0/docs/assets/otto-logo.png +0 -0
- otto_agent-0.1.0/docs/configuration.md +93 -0
- otto_agent-0.1.0/docs/design/mcp-gateway-architecture.md +207 -0
- otto_agent-0.1.0/docs/getting-started.md +58 -0
- otto_agent-0.1.0/docs/guide/01-architecture.md +201 -0
- otto_agent-0.1.0/docs/guide/02-installation.md +226 -0
- otto_agent-0.1.0/docs/guide/03-user-guide.md +245 -0
- otto_agent-0.1.0/docs/guide/04-developer-guide.md +316 -0
- otto_agent-0.1.0/docs/guide/05-operations-guide.md +386 -0
- otto_agent-0.1.0/docs/index.md +58 -0
- otto_agent-0.1.0/docs/node_modules/.bin/esbuild +1 -0
- otto_agent-0.1.0/docs/node_modules/.bin/nanoid +1 -0
- otto_agent-0.1.0/docs/node_modules/.bin/parser +1 -0
- otto_agent-0.1.0/docs/node_modules/.bin/rollup +1 -0
- otto_agent-0.1.0/docs/node_modules/.bin/vite +1 -0
- otto_agent-0.1.0/docs/node_modules/.bin/vitepress +1 -0
- otto_agent-0.1.0/docs/node_modules/.package-lock.json +1781 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/abtesting/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-core/README.md +17 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-core/package.json +42 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-plugin-algolia-insights/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-plugin-algolia-insights/package.json +39 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-preset-algolia/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-preset-algolia/package.json +43 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/autocomplete-shared/package.json +37 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-abtesting/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-analytics/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-common/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-common/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-common/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-common/package.json +51 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-insights/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-personalization/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-query-suggestions/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-search/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-search/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-search/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-search/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/client-search/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/ingestion/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/monitoring/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/recommend/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/recommend/README.md +76 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/recommend/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/recommend/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/recommend/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-browser-xhr/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-browser-xhr/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-browser-xhr/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-browser-xhr/package.json +51 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-fetch/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-fetch/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-fetch/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-fetch/package.json +67 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-node-http/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-node-http/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-node-http/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@algolia/requester-node-http/package.json +53 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/README.md +19 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-string-parser/package.json +31 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- otto_agent-0.1.0/docs/node_modules/@babel/parser/CHANGELOG.md +1073 -0
- otto_agent-0.1.0/docs/node_modules/@babel/parser/LICENSE +19 -0
- otto_agent-0.1.0/docs/node_modules/@babel/parser/README.md +19 -0
- otto_agent-0.1.0/docs/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- otto_agent-0.1.0/docs/node_modules/@babel/parser/lib/index.js +14582 -0
- otto_agent-0.1.0/docs/node_modules/@babel/parser/lib/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/parser/package.json +50 -0
- otto_agent-0.1.0/docs/node_modules/@babel/parser/typings/babel-parser.d.ts +262 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/README.md +19 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/asserts/generated/index.js +1251 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/index.js +29 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/lowercase.js +2902 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/uppercase.js +272 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/productions.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/validateNode.js +21 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/clone.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneNode.js +107 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/constants/generated/index.js +60 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/constants/index.js +31 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/valueToNode.js +89 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/core.js +1725 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/experimental.js +124 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/flow.js +495 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/index.js +106 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/jsx.js +157 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/misc.js +31 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/typescript.js +528 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/utils.js +296 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index-legacy.d.ts +2797 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index.d.ts +3617 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index.js +582 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index.js.flow +2650 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +66 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +48 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +102 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getFunctionName.js +63 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/traverse/traverseFast.js +40 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/generated/index.js +2797 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/is.js +27 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isPlaceholderType.js +15 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isType.js +17 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/matchesPattern.js +44 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/validate.js +42 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@babel/types/package.json +39 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/css/README.md +27 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/css/package.json +28 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/js/README.md +46 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/js/package.json +42 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/react/README.md +43 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/react/button.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/react/modal.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/react/package.json +70 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/react/style/button.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/react/style/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/react/style/modal.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@docsearch/react/style/variables.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@esbuild/linux-x64/README.md +3 -0
- otto_agent-0.1.0/docs/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- otto_agent-0.1.0/docs/node_modules/@esbuild/linux-x64/package.json +20 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/.prettierrc +8 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/README.md +459 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/license.txt +21 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/package.json +23 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/pnpm-lock.yaml +15 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/provider.d.ts +44 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/provider.js +3 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/types.d.ts +272 -0
- otto_agent-0.1.0/docs/node_modules/@iconify/types/types.js +3 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/README.md +20 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/chars.json +1 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/icons.json +11317 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/index.d.ts +8 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/index.js +9 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/index.mjs +6 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/info.json +26 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/metadata.json +1 -0
- otto_agent-0.1.0/docs/node_modules/@iconify-json/simple-icons/package.json +29 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts +345 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +111 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/src/strings.ts +65 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts +55 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts +50 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts +50 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts +9 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts +9 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts +16 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts +16 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts +7 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts +7 -0
- otto_agent-0.1.0/docs/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/@rollup/rollup-linux-x64-gnu/README.md +3 -0
- otto_agent-0.1.0/docs/node_modules/@rollup/rollup-linux-x64-gnu/package.json +25 -0
- otto_agent-0.1.0/docs/node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node +0 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/core/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/core/README.md +5 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/core/package.json +75 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/engine-javascript/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/engine-javascript/README.md +9 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/engine-javascript/package.json +45 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/engine-oniguruma/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/engine-oniguruma/README.md +9 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/engine-oniguruma/package.json +59 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/langs/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/langs/README.md +7 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/langs/package.json +354 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/themes/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/themes/README.md +7 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/themes/package.json +92 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/transformers/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/transformers/README.md +9 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/transformers/package.json +40 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/types/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/types/README.md +7 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/types/package.json +39 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/vscode-textmate/LICENSE.md +21 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/vscode-textmate/README.md +9 -0
- otto_agent-0.1.0/docs/node_modules/@shikijs/vscode-textmate/package.json +46 -0
- otto_agent-0.1.0/docs/node_modules/@types/estree/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@types/estree/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/estree/flow.d.ts +167 -0
- otto_agent-0.1.0/docs/node_modules/@types/estree/index.d.ts +694 -0
- otto_agent-0.1.0/docs/node_modules/@types/estree/package.json +27 -0
- otto_agent-0.1.0/docs/node_modules/@types/hast/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@types/hast/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/hast/index.d.ts +282 -0
- otto_agent-0.1.0/docs/node_modules/@types/hast/package.json +42 -0
- otto_agent-0.1.0/docs/node_modules/@types/linkify-it/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@types/linkify-it/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/linkify-it/index.d.mts +174 -0
- otto_agent-0.1.0/docs/node_modules/@types/linkify-it/index.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/@types/linkify-it/package.json +50 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/index.d.mts +1 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/index.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/common/html_blocks.d.mts +7 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/common/html_re.d.mts +2 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/common/utils.d.mts +62 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/helpers/index.d.mts +5 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/helpers/parse_link_destination.d.mts +7 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/helpers/parse_link_label.d.mts +3 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/helpers/parse_link_title.d.mts +29 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/index.d.mts +404 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/parser_block.d.mts +25 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/parser_core.d.mts +18 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/parser_inline.d.mts +38 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/renderer.d.mts +96 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/ruler.d.mts +158 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/rules_block/state_block.d.mts +124 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/rules_core/state_core.d.mts +18 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/rules_inline/state_inline.d.mts +73 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/lib/token.d.mts +108 -0
- otto_agent-0.1.0/docs/node_modules/@types/markdown-it/package.json +54 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdast/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdast/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdast/index.d.ts +1123 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdast/package.json +47 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/index.d.mts +6 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/index.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/lib/decode.d.mts +10 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/lib/encode.d.mts +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/lib/format.d.mts +3 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/lib/parse.d.mts +18 -0
- otto_agent-0.1.0/docs/node_modules/@types/mdurl/package.json +36 -0
- otto_agent-0.1.0/docs/node_modules/@types/unist/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@types/unist/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/unist/index.d.ts +119 -0
- otto_agent-0.1.0/docs/node_modules/@types/unist/package.json +60 -0
- otto_agent-0.1.0/docs/node_modules/@types/web-bluetooth/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@types/web-bluetooth/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/@types/web-bluetooth/index.d.ts +265 -0
- otto_agent-0.1.0/docs/node_modules/@types/web-bluetooth/package.json +46 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/.github/workflows/node.js.yml +31 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/LICENSE +15 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/README.md +95 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/deserialize.js +84 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/index.js +27 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/json.js +24 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/package.json +1 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/serialize.js +170 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/cjs/types.js +22 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/deserialize.js +85 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/index.js +25 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/json.js +21 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/serialize.js +171 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/esm/types.js +11 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/package.json +54 -0
- otto_agent-0.1.0/docs/node_modules/@ungap/structured-clone/structured-json.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vitejs/plugin-vue/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vitejs/plugin-vue/README.md +278 -0
- otto_agent-0.1.0/docs/node_modules/@vitejs/plugin-vue/package.json +50 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-core/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-core/README.md +1 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-core/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-core/package.json +58 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-dom/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-dom/README.md +1 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-dom/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-dom/package.json +57 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-sfc/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-sfc/README.md +79 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-sfc/package.json +67 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-ssr/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-ssr/README.md +1 -0
- otto_agent-0.1.0/docs/node_modules/@vue/compiler-ssr/package.json +34 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-api/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-api/README.md +7 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-api/package.json +32 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/README.md +3 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/global.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/package.json +44 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-kit/types.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-shared/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-shared/README.md +3 -0
- otto_agent-0.1.0/docs/node_modules/@vue/devtools-shared/package.json +34 -0
- otto_agent-0.1.0/docs/node_modules/@vue/reactivity/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/reactivity/README.md +19 -0
- otto_agent-0.1.0/docs/node_modules/@vue/reactivity/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/@vue/reactivity/package.json +55 -0
- otto_agent-0.1.0/docs/node_modules/@vue/runtime-core/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/runtime-core/README.md +28 -0
- otto_agent-0.1.0/docs/node_modules/@vue/runtime-core/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/@vue/runtime-core/package.json +52 -0
- otto_agent-0.1.0/docs/node_modules/@vue/runtime-dom/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/runtime-dom/README.md +13 -0
- otto_agent-0.1.0/docs/node_modules/@vue/runtime-dom/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/@vue/runtime-dom/package.json +60 -0
- otto_agent-0.1.0/docs/node_modules/@vue/server-renderer/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/server-renderer/README.md +178 -0
- otto_agent-0.1.0/docs/node_modules/@vue/server-renderer/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/@vue/server-renderer/package.json +55 -0
- otto_agent-0.1.0/docs/node_modules/@vue/shared/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vue/shared/README.md +3 -0
- otto_agent-0.1.0/docs/node_modules/@vue/shared/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/@vue/shared/package.json +47 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.cjs +8201 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.d.cts +6221 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.d.mts +6221 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.d.ts +6221 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.iife.js +8201 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/index.mjs +8021 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.cjs +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.d.cts +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.d.mts +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/metadata.mjs +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/core/package.json +57 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/README.md +46 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.cjs +703 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.d.cts +447 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.d.mts +447 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.d.ts +447 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.iife.js +690 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/index.mjs +667 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/package.json +181 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.cjs +89 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.d.cts +27 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.d.mts +27 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.d.ts +27 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator/component.mjs +87 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.cjs +74 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.d.cts +47 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.d.mts +47 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.d.ts +47 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.iife.js +73 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAsyncValidator.mjs +72 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.cjs +125 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.d.cts +106 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.d.mts +106 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.d.ts +106 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.iife.js +124 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useAxios.mjs +123 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.cjs +49 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.d.cts +14 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.d.mts +14 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.d.ts +14 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.iife.js +49 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useChangeCase.mjs +28 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.cjs +64 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.d.cts +54 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.d.mts +54 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.d.ts +54 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.iife.js +63 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useCookies.mjs +61 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.cjs +116 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.d.cts +32 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.d.mts +32 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.d.ts +32 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.iife.js +114 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useDrauu.mjs +114 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.cjs +33 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.d.cts +17 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.d.mts +17 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.d.ts +17 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap/component.mjs +31 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.cjs +68 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.d.cts +54 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.d.mts +54 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.d.ts +54 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.iife.js +66 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFocusTrap.mjs +66 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.cjs +45 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.d.cts +32 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.d.mts +32 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.d.ts +32 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.iife.js +45 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useFuse.mjs +43 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.cjs +63 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.d.cts +43 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.d.mts +43 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.d.ts +43 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.iife.js +62 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useIDBKeyval.mjs +61 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.cjs +27 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.d.cts +27 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.d.mts +27 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.d.ts +27 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.iife.js +27 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useJwt.mjs +25 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.cjs +37 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.d.cts +20 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.d.mts +20 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.iife.js +36 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useNProgress.mjs +35 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.cjs +21 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.d.cts +14 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.d.mts +14 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.d.ts +14 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.iife.js +20 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useQRCode.mjs +19 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.cjs +91 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.d.cts +40 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.d.mts +40 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.d.ts +40 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable/component.mjs +89 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.cjs +67 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.d.cts +40 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.d.mts +40 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.d.ts +40 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.iife.js +66 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/integrations/useSortable.mjs +62 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.cjs +2674 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.d.cts +78 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.d.mts +78 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.d.ts +78 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.json +2620 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/index.mjs +2662 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/metadata/package.json +46 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.cjs +1732 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.d.cts +1260 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.d.mts +1260 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.d.ts +1260 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.iife.js +1733 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.iife.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/index.mjs +1610 -0
- otto_agent-0.1.0/docs/node_modules/@vueuse/shared/package.json +49 -0
- otto_agent-0.1.0/docs/node_modules/algoliasearch/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/algoliasearch/README.md +82 -0
- otto_agent-0.1.0/docs/node_modules/algoliasearch/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/algoliasearch/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/algoliasearch/lite.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/algoliasearch/lite.js +1 -0
- otto_agent-0.1.0/docs/node_modules/algoliasearch/package.json +109 -0
- otto_agent-0.1.0/docs/node_modules/birpc/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/birpc/README.md +163 -0
- otto_agent-0.1.0/docs/node_modules/birpc/package.json +57 -0
- otto_agent-0.1.0/docs/node_modules/ccount/index.d.ts +11 -0
- otto_agent-0.1.0/docs/node_modules/ccount/index.js +27 -0
- otto_agent-0.1.0/docs/node_modules/ccount/license +22 -0
- otto_agent-0.1.0/docs/node_modules/ccount/package.json +71 -0
- otto_agent-0.1.0/docs/node_modules/ccount/readme.md +149 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-html4/index.d.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-html4/index.js +259 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-html4/license +22 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-html4/package.json +79 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-html4/readme.md +153 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-legacy/index.d.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-legacy/index.js +113 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-legacy/license +22 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-legacy/package.json +77 -0
- otto_agent-0.1.0/docs/node_modules/character-entities-legacy/readme.md +157 -0
- otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/index.d.ts +52 -0
- otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/index.js +74 -0
- otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/license +22 -0
- otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/package.json +72 -0
- otto_agent-0.1.0/docs/node_modules/comma-separated-tokens/readme.md +167 -0
- otto_agent-0.1.0/docs/node_modules/copy-anything/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/copy-anything/README.md +136 -0
- otto_agent-0.1.0/docs/node_modules/copy-anything/package.json +55 -0
- otto_agent-0.1.0/docs/node_modules/csstype/LICENSE +19 -0
- otto_agent-0.1.0/docs/node_modules/csstype/README.md +291 -0
- otto_agent-0.1.0/docs/node_modules/csstype/index.d.ts +22569 -0
- otto_agent-0.1.0/docs/node_modules/csstype/index.js.flow +6863 -0
- otto_agent-0.1.0/docs/node_modules/csstype/package.json +70 -0
- otto_agent-0.1.0/docs/node_modules/dequal/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/dequal/license +21 -0
- otto_agent-0.1.0/docs/node_modules/dequal/lite/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/dequal/lite/index.js +31 -0
- otto_agent-0.1.0/docs/node_modules/dequal/lite/index.min.js +1 -0
- otto_agent-0.1.0/docs/node_modules/dequal/lite/index.mjs +29 -0
- otto_agent-0.1.0/docs/node_modules/dequal/package.json +57 -0
- otto_agent-0.1.0/docs/node_modules/dequal/readme.md +112 -0
- otto_agent-0.1.0/docs/node_modules/devlop/lib/default.js +9 -0
- otto_agent-0.1.0/docs/node_modules/devlop/lib/development.d.ts +84 -0
- otto_agent-0.1.0/docs/node_modules/devlop/lib/development.js +238 -0
- otto_agent-0.1.0/docs/node_modules/devlop/license +22 -0
- otto_agent-0.1.0/docs/node_modules/devlop/package.json +80 -0
- otto_agent-0.1.0/docs/node_modules/devlop/readme.md +360 -0
- otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/README.md +69 -0
- otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/index.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/index.js +4 -0
- otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/index.mjs +4 -0
- otto_agent-0.1.0/docs/node_modules/emoji-regex-xs/package.json +32 -0
- otto_agent-0.1.0/docs/node_modules/entities/LICENSE +11 -0
- otto_agent-0.1.0/docs/node_modules/entities/decode.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/entities/decode.js +3 -0
- otto_agent-0.1.0/docs/node_modules/entities/escape.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/entities/escape.js +3 -0
- otto_agent-0.1.0/docs/node_modules/entities/package.json +120 -0
- otto_agent-0.1.0/docs/node_modules/entities/readme.md +143 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/decode-codepoint.ts +81 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/decode.ts +685 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/encode.ts +93 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/escape.ts +161 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/generated/.eslintrc.json +10 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/generated/decode-data-html.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/generated/decode-data-xml.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/generated/encode-html.ts +17 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/index.ts +187 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/internal/bin-trie-flags.ts +16 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/internal/decode-shared.ts +30 -0
- otto_agent-0.1.0/docs/node_modules/entities/src/internal/encode-shared.ts +121 -0
- otto_agent-0.1.0/docs/node_modules/esbuild/LICENSE.md +21 -0
- otto_agent-0.1.0/docs/node_modules/esbuild/README.md +3 -0
- otto_agent-0.1.0/docs/node_modules/esbuild/bin/esbuild +0 -0
- otto_agent-0.1.0/docs/node_modules/esbuild/install.js +285 -0
- otto_agent-0.1.0/docs/node_modules/esbuild/lib/main.d.ts +705 -0
- otto_agent-0.1.0/docs/node_modules/esbuild/lib/main.js +2239 -0
- otto_agent-0.1.0/docs/node_modules/esbuild/package.json +46 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/CHANGELOG.md +92 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/LICENSE +7 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/README.md +48 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/package.json +37 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/src/async.js +118 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/src/index.js +35 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/src/package.json +1 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/src/sync.js +118 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/src/walker.js +61 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/types/async.d.ts +53 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/types/index.d.ts +56 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/types/sync.d.ts +53 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/types/tsconfig.tsbuildinfo +345 -0
- otto_agent-0.1.0/docs/node_modules/estree-walker/types/walker.d.ts +37 -0
- otto_agent-0.1.0/docs/node_modules/focus-trap/CHANGELOG.md +521 -0
- otto_agent-0.1.0/docs/node_modules/focus-trap/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/focus-trap/README.md +633 -0
- otto_agent-0.1.0/docs/node_modules/focus-trap/SECURITY.md +37 -0
- otto_agent-0.1.0/docs/node_modules/focus-trap/index.d.ts +280 -0
- otto_agent-0.1.0/docs/node_modules/focus-trap/index.js +1292 -0
- otto_agent-0.1.0/docs/node_modules/focus-trap/package.json +119 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/index.d.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/index.js +8 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/comment.d.ts +19 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/comment.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/comment.js +52 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/doctype.d.ts +23 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/doctype.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/doctype.js +27 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/element.d.ts +19 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/element.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/element.js +265 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/index.d.ts +8 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/index.js +47 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/raw.d.ts +19 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/raw.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/raw.js +27 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/root.d.ts +23 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/root.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/root.js +22 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/text.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/text.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/handle/text.js +38 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/index.d.ts +223 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/index.js +257 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/closing.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/closing.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/closing.js +358 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/omission.d.ts +17 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/omission.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/omission.js +44 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/opening.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/opening.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/opening.js +148 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/util/siblings.d.ts +36 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/util/siblings.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/lib/omission/util/siblings.js +50 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/license +22 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/package.json +106 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-to-html/readme.md +486 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/lib/index.d.ts +13 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/lib/index.js +34 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/license +22 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/package.json +83 -0
- otto_agent-0.1.0/docs/node_modules/hast-util-whitespace/readme.md +231 -0
- otto_agent-0.1.0/docs/node_modules/hookable/LICENSE.md +21 -0
- otto_agent-0.1.0/docs/node_modules/hookable/README.md +271 -0
- otto_agent-0.1.0/docs/node_modules/hookable/package.json +49 -0
- otto_agent-0.1.0/docs/node_modules/html-void-elements/index.d.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/html-void-elements/index.js +27 -0
- otto_agent-0.1.0/docs/node_modules/html-void-elements/license +22 -0
- otto_agent-0.1.0/docs/node_modules/html-void-elements/package.json +79 -0
- otto_agent-0.1.0/docs/node_modules/html-void-elements/readme.md +164 -0
- otto_agent-0.1.0/docs/node_modules/is-what/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/is-what/README.md +305 -0
- otto_agent-0.1.0/docs/node_modules/is-what/package.json +63 -0
- otto_agent-0.1.0/docs/node_modules/magic-string/LICENSE +7 -0
- otto_agent-0.1.0/docs/node_modules/magic-string/README.md +325 -0
- otto_agent-0.1.0/docs/node_modules/magic-string/package.json +67 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/.editorconfig +9 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/.eslintrc +120 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/.gitattributes +173 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/.jsbeautifyrc +36 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/.npmignore +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/.travis.yml +6 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/CONTRIBUTING.md +99 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/ISSUE_TEMPLATE.md +11 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/README.md +54 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/bower.json +42 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/package.json +69 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/src/jquery.js +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/src/lib/domiterator.js +569 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/src/lib/mark.js +1266 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/src/vanilla.js +22 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/.eslintrc +6 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/accuracy-exactly.html +23 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/empty.html +1 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/filter.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/ignore-joiners.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/main.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/basic/merge-blanks.html +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/across.html +25 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/inc.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/main.html +23 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/nested-inc.html +37 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/iframes/nested.html +23 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/nested/main.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/regexp/filter.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/regexp/ignore-groups.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/regexp/infinite.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/across-elements/regexp/main.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-complementary-limiters.html +5 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-complementary.html +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-exactly-limiters.html +5 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-exactly.html +23 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/accuracy-partially.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/array-keyword.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/case-sensitive-diacritics.html +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/case-sensitive-synonyms-diacritics.html +37 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/case-sensitive-synonyms.html +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/case-sensitive.html +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/context-array.html +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/context-direct.html +10 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/context-nodelist.html +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/context-string.html +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/custom-element-class.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/diacritics-vietnamese.html +10 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/diacritics.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/duplicate-context.html +27 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/duplicate-keywords.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/empty.html +1 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/entities.html +27 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/escape.html +7 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/events.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/exclude.html +16 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/filter.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners-diacritics.html +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners-escape.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners-synonyms-diacritics.html +22 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners-synonyms.html +22 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-joiners.html +27 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-accuracy.html +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-ignore-joiners.html +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-separate-word-search.html +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-synonyms-diacritics.html +22 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation-synonyms.html +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/ignore-punctuation.html +41 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/large-document.html +9571 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/main.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/manipulated-mark.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/merge-blanks.html +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/nested-mark.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/no-options.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/same-keywords.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/script-style.html +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/separate-word-search-blank.html +38 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/separate-word-search.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms-diacritics.html +25 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms-merge-blanks.html +6 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms-no-match.html +5 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms-not-empty.html +14 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/synonyms.html +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/unmark-exclude.html +16 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-between-words.html +54 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-diacritics.html +46 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-escaped.html +33 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-ignore-joiners-synonyms.html +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards-synonyms.html +22 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/basic/wildcards.html +42 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/disabled.html +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/exclude.html +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/inaccessible.html +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/inc.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/main.html +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/nested-inc.html +35 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/nested.html +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/onload-inc.html +6341 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/onload.html +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/order.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/readystate.html +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/iframes/unmark-same-instance.html +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/nested/main.html +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/across-elements.html +15 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/each.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/filter.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/iframes.html +13 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/inc.html +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/main.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/no-match.html +38 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/ranges/overlap.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/regexp/filter.html +12 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/regexp/ignore-groups.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/regexp/infinite.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/fixtures/regexp/main.html +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/manual.html +48 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/accuracy-exactly.js +53 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/done.js +30 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/each.js +23 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/empty.js +32 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/filter.js +48 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/ignore-joiners.js +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/main.js +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/basic/merge-blanks.js +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/iframes/across.js +30 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/iframes/main.js +38 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/iframes/nested.js +30 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/nested/main.js +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/regexp/filter.js +38 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/regexp/ignore-groups.js +38 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/regexp/infinite.js +23 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/across-elements/regexp/main.js +17 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-complementary-limiters.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-complementary.js +36 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-exactly-limiters.js +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-exactly.js +50 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/accuracy-partially.js +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/array-keyword.js +25 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/case-sensitive-diacritics.js +18 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/case-sensitive-synonyms-diacritics.js +22 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/case-sensitive-synonyms.js +36 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/case-sensitive.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/context-array.js +18 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/context-direct.js +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/context-nodelist.js +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/context-string.js +18 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/custom-element-class-unmark.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/custom-element-class.js +31 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/debug.js +30 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/diacritics-vietnamese.js +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/diacritics.js +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/done.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/duplicate-context.js +45 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/duplicate-keyword.js +45 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/each.js +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/empty.js +31 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/entities.js +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/escape.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/events.js +31 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/exclude.js +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/filter.js +47 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners-diacritics.js +19 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners-escape.js +32 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners-synonyms-diacritics.js +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners-synonyms.js +36 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-joiners.js +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-accuracy.js +61 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-ignore-joiners.js +58 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-separate-word-search.js +54 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-synonyms-diacritics.js +32 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation-synonyms.js +42 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/ignore-punctuation.js +64 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/jquery.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/large-document.js +50 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/main.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/manipulated-mark.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/merge-blanks.js +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/nested-mark.js +52 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/no-match.js +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/no-options.js +22 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/same-keywords.js +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/script-style.js +24 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/separate-word-search-blank.js +36 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/separate-word-search.js +33 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms-diacritics.js +30 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms-merge-blanks.js +21 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms-no-match.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms-not-empty.js +20 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/synonyms.js +34 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/unmark-exclude.js +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/unmark-jquery.js +31 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/unmark.js +40 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-between-words.js +65 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-diacritics.js +28 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-escaped.js +47 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-ignore-joiners-synonyms.js +36 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards-synonyms.js +34 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/basic/wildcards.js +52 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/configuration.js +4 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/disabled.js +36 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/exclude.js +26 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/inaccessible.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/main.js +37 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/nested-unmark.js +40 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/nested.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/onload.js +39 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/order.js +33 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/readystate.js +46 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/unmark-same-instance.js +34 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/iframes/unmark.js +37 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/nested/main.js +22 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/nested/unmark.js +34 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/across-elements.js +41 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/each.js +35 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/filter.js +83 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/iframes.js +25 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/main.js +94 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/no-match.js +87 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/ranges/overlap.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/done.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/filter.js +31 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/ignore-groups.js +31 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/infinite.js +38 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/jquery.js +40 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/main.js +42 -0
- otto_agent-0.1.0/docs/node_modules/mark.js/test/specs/regexp/no-match.js +25 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/index.d.ts +94 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/footer.d.ts +81 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/footer.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/footer.js +250 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/break.d.ts +21 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/break.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/break.js +22 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/code.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/code.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/code.js +49 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/delete.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/delete.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/delete.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.d.ts +15 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +70 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/heading.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/heading.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/heading.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/html.d.ts +23 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/html.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/html.js +28 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.d.ts +15 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +39 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image.d.ts +15 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/image.js +35 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/index.d.ts +55 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/index.js +68 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +31 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.d.ts +15 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +44 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link.d.ts +15 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/link.js +36 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list-item.d.ts +23 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list-item.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +119 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/list.js +52 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/root.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/root.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/root.js +22 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/strong.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/strong.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/strong.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +29 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-row.d.ts +23 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-row.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +63 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table.d.ts +15 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/table.js +61 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/text.d.ts +16 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/text.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/text.js +24 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +27 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/index.d.ts +82 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/index.js +106 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/revert.d.ts +21 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/revert.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/revert.js +49 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/state.d.ts +233 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/state.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/lib/state.js +476 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/license +22 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/package.json +119 -0
- otto_agent-0.1.0/docs/node_modules/mdast-util-to-hast/readme.md +1725 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/dev/index.d.ts +195 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/dev/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/dev/index.js +252 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/index.d.ts +195 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/index.js +246 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/license +22 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/package.json +57 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-character/readme.md +446 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-encode/index.d.ts +14 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-encode/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-encode/index.js +33 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-encode/license +22 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-encode/package.json +47 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-encode/readme.md +176 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/dev/index.d.ts +36 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/dev/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/dev/index.js +124 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/index.d.ts +36 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/index.js +107 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/license +22 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/package.json +59 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-sanitize-uri/readme.md +214 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/codes.d.ts +139 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/codes.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/codes.js +158 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/constants.d.ts +37 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/constants.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/constants.js +44 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/default.d.ts +5 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/default.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/default.js +4 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/types.d.ts +106 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/types.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/types.js +453 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/values.d.ts +102 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/values.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/lib/values.js +109 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/license +22 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/package.json +43 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-symbol/readme.md +168 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-types/index.d.ts +1312 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-types/index.js +2 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-types/license +22 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-types/package.json +71 -0
- otto_agent-0.1.0/docs/node_modules/micromark-util-types/readme.md +151 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/CHANGELOG.md +465 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/LICENSE.txt +7 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/README.md +347 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/package.json +105 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/MiniSearch.test.js +1997 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/MiniSearch.ts +2261 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/SearchableMap.test.js +314 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/SearchableMap.ts +424 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/TreeIterator.ts +103 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/fuzzySearch.ts +130 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/SearchableMap/types.ts +18 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/index.ts +4 -0
- otto_agent-0.1.0/docs/node_modules/minisearch/src/testSetup/jest.js +1 -0
- otto_agent-0.1.0/docs/node_modules/mitt/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/mitt/README.md +205 -0
- otto_agent-0.1.0/docs/node_modules/mitt/index.d.ts +21 -0
- otto_agent-0.1.0/docs/node_modules/mitt/package.json +85 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/LICENSE +20 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/README.md +39 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/async/index.browser.cjs +69 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/async/index.browser.js +34 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/async/index.cjs +71 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/async/index.d.ts +56 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/async/index.js +35 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/async/index.native.js +26 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/async/package.json +12 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/bin/nanoid.cjs +55 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/index.browser.cjs +72 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/index.browser.js +34 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/index.cjs +85 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/index.d.cts +91 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/index.d.ts +91 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/index.js +45 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/nanoid.js +1 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/non-secure/index.cjs +34 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/non-secure/index.d.ts +33 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/non-secure/index.js +21 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/non-secure/package.json +6 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/package.json +89 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/url-alphabet/index.cjs +7 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/url-alphabet/index.js +3 -0
- otto_agent-0.1.0/docs/node_modules/nanoid/url-alphabet/package.json +6 -0
- otto_agent-0.1.0/docs/node_modules/oniguruma-to-es/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/oniguruma-to-es/README.md +1075 -0
- otto_agent-0.1.0/docs/node_modules/oniguruma-to-es/package.json +61 -0
- otto_agent-0.1.0/docs/node_modules/perfect-debounce/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/perfect-debounce/README.md +92 -0
- otto_agent-0.1.0/docs/node_modules/perfect-debounce/package.json +44 -0
- otto_agent-0.1.0/docs/node_modules/picocolors/LICENSE +15 -0
- otto_agent-0.1.0/docs/node_modules/picocolors/README.md +21 -0
- otto_agent-0.1.0/docs/node_modules/picocolors/package.json +25 -0
- otto_agent-0.1.0/docs/node_modules/picocolors/picocolors.browser.js +4 -0
- otto_agent-0.1.0/docs/node_modules/picocolors/picocolors.d.ts +5 -0
- otto_agent-0.1.0/docs/node_modules/picocolors/picocolors.js +75 -0
- otto_agent-0.1.0/docs/node_modules/picocolors/types.d.ts +51 -0
- otto_agent-0.1.0/docs/node_modules/postcss/LICENSE +20 -0
- otto_agent-0.1.0/docs/node_modules/postcss/README.md +29 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/at-rule.d.ts +140 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/at-rule.js +25 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/comment.d.ts +68 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/comment.js +13 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/container.d.ts +483 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/container.js +447 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/css-syntax-error.js +133 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/declaration.d.ts +151 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/declaration.js +24 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/document.d.ts +69 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/document.js +33 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/fromJSON.d.ts +9 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/fromJSON.js +54 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/input.d.ts +227 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/input.js +265 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/lazy-result.d.ts +190 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/lazy-result.js +550 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/list.d.ts +60 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/list.js +58 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/map-generator.js +368 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/no-work-result.d.ts +46 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/no-work-result.js +138 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/node.d.ts +556 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/node.js +449 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/parse.d.ts +9 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/parse.js +42 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/parser.js +611 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/postcss.d.mts +69 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/postcss.d.ts +458 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/postcss.js +101 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/postcss.mjs +30 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/previous-map.d.ts +81 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/previous-map.js +144 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/processor.d.ts +115 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/processor.js +67 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/result.d.ts +205 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/result.js +42 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/root.d.ts +87 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/root.js +61 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/rule.d.ts +126 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/rule.js +27 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/stringifier.d.ts +46 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/stringifier.js +353 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/stringify.d.ts +9 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/stringify.js +11 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/symbols.js +5 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/terminal-highlight.js +70 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/tokenize.js +266 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/warn-once.js +13 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/warning.d.ts +147 -0
- otto_agent-0.1.0/docs/node_modules/postcss/lib/warning.js +37 -0
- otto_agent-0.1.0/docs/node_modules/postcss/package.json +88 -0
- otto_agent-0.1.0/docs/node_modules/preact/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/preact/README.md +185 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/client.d.ts +13 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/client.js +21 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/client.mjs +24 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/jsx-dev-runtime.js +3 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/jsx-dev-runtime.mjs +3 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/jsx-runtime.js +3 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/jsx-runtime.mjs +3 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/package.json +55 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/scheduler.js +15 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/scheduler.mjs +23 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/server.browser.js +11 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/server.js +36 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/server.mjs +17 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/Children.js +21 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/PureComponent.js +16 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/forwardRef.js +44 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/hooks.js +70 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/index.d.ts +351 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/index.js +238 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/internal.d.ts +48 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/memo.js +35 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/portals.js +78 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/render.js +313 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/suspense-list.d.ts +16 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/suspense-list.js +127 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/suspense.d.ts +19 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/suspense.js +291 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/src/util.js +33 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/test-utils.js +1 -0
- otto_agent-0.1.0/docs/node_modules/preact/compat/test-utils.mjs +1 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/package.json +27 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/src/check-props.js +54 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/src/component-stack.js +146 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/src/constants.js +3 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/src/debug.js +593 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/src/index.d.ts +23 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/src/index.js +12 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/src/internal.d.ts +82 -0
- otto_agent-0.1.0/docs/node_modules/preact/debug/src/util.js +15 -0
- otto_agent-0.1.0/docs/node_modules/preact/devtools/package.json +25 -0
- otto_agent-0.1.0/docs/node_modules/preact/devtools/src/devtools.js +21 -0
- otto_agent-0.1.0/docs/node_modules/preact/devtools/src/index.d.ts +8 -0
- otto_agent-0.1.0/docs/node_modules/preact/devtools/src/index.js +15 -0
- otto_agent-0.1.0/docs/node_modules/preact/hooks/package.json +35 -0
- otto_agent-0.1.0/docs/node_modules/preact/hooks/src/index.d.ts +145 -0
- otto_agent-0.1.0/docs/node_modules/preact/hooks/src/index.js +555 -0
- otto_agent-0.1.0/docs/node_modules/preact/hooks/src/internal.d.ts +103 -0
- otto_agent-0.1.0/docs/node_modules/preact/jsx-runtime/package.json +28 -0
- otto_agent-0.1.0/docs/node_modules/preact/jsx-runtime/src/index.d.ts +62 -0
- otto_agent-0.1.0/docs/node_modules/preact/jsx-runtime/src/index.js +206 -0
- otto_agent-0.1.0/docs/node_modules/preact/jsx-runtime/src/utils.js +36 -0
- otto_agent-0.1.0/docs/node_modules/preact/package.json +258 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/cjs.js +3 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/clone-element.js +48 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/component.js +249 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/constants.js +22 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/create-context.js +60 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/create-element.js +97 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/diff/catch-error.js +46 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/diff/children.js +451 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/diff/index.js +684 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/diff/props.js +173 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/dom.d.ts +2476 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/index-5.d.ts +399 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/index.d.ts +402 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/index.js +13 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/internal.d.ts +190 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/jsx.d.ts +2878 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/options.js +16 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/render.js +78 -0
- otto_agent-0.1.0/docs/node_modules/preact/src/util.js +28 -0
- otto_agent-0.1.0/docs/node_modules/preact/test-utils/package.json +28 -0
- otto_agent-0.1.0/docs/node_modules/preact/test-utils/src/index.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/preact/test-utils/src/index.js +129 -0
- otto_agent-0.1.0/docs/node_modules/property-information/index.d.ts +118 -0
- otto_agent-0.1.0/docs/node_modules/property-information/index.js +17 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/aria.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/aria.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/aria.js +61 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/find.d.ts +34 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/find.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/find.js +97 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/hast-to-react.d.ts +13 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/hast-to-react.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/hast-to-react.js +30 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/html.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/html.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/html.js +322 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/normalize.d.ts +11 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/normalize.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/normalize.js +12 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/svg.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/svg.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/svg.js +567 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-insensitive-transform.d.ts +10 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-insensitive-transform.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-sensitive-transform.d.ts +10 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-sensitive-transform.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/create.d.ts +39 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/create.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/create.js +69 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/defined-info.d.ts +19 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/defined-info.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/defined-info.js +60 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/info.d.ts +28 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/info.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/info.js +32 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/merge.d.ts +12 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/merge.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/merge.js +27 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/schema.d.ts +23 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/schema.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/schema.js +29 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/types.d.ts +8 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/types.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/util/types.js +13 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xlink.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xlink.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xlink.js +17 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xml.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xml.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xml.js +9 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xmlns.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xmlns.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/property-information/lib/xmlns.js +9 -0
- otto_agent-0.1.0/docs/node_modules/property-information/license +22 -0
- otto_agent-0.1.0/docs/node_modules/property-information/package.json +121 -0
- otto_agent-0.1.0/docs/node_modules/property-information/readme.md +1062 -0
- otto_agent-0.1.0/docs/node_modules/regex/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/regex/README.md +972 -0
- otto_agent-0.1.0/docs/node_modules/regex/package.json +60 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/atomic.js +224 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/backcompat.js +64 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/flag-n.js +49 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/flag-x.js +198 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/internals.js +2 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/pattern.js +45 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/regex.js +389 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/subclass.js +98 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/subroutines.js +375 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/utils-internals.js +33 -0
- otto_agent-0.1.0/docs/node_modules/regex/src/utils.js +401 -0
- otto_agent-0.1.0/docs/node_modules/regex-recursion/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/regex-recursion/README.md +151 -0
- otto_agent-0.1.0/docs/node_modules/regex-recursion/package.json +47 -0
- otto_agent-0.1.0/docs/node_modules/regex-recursion/src/index.js +365 -0
- otto_agent-0.1.0/docs/node_modules/regex-recursion/types/index.d.ts +24 -0
- otto_agent-0.1.0/docs/node_modules/regex-utilities/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/regex-utilities/README.md +78 -0
- otto_agent-0.1.0/docs/node_modules/regex-utilities/package.json +35 -0
- otto_agent-0.1.0/docs/node_modules/regex-utilities/src/index.js +170 -0
- otto_agent-0.1.0/docs/node_modules/regex-utilities/types/index.d.ts +84 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/.github/workflows/ci.yml +21 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/LICENSE +15 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/default.js +3 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/index.d.ts +13 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/index.js +198 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/index.test-d.ts +13 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/package.json +73 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/readme.md +181 -0
- otto_agent-0.1.0/docs/node_modules/rfdc/test/index.js +306 -0
- otto_agent-0.1.0/docs/node_modules/rollup/LICENSE.md +679 -0
- otto_agent-0.1.0/docs/node_modules/rollup/README.md +134 -0
- otto_agent-0.1.0/docs/node_modules/rollup/package.json +286 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/LICENSE.md +21 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/README.md +88 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/empty-module.cjs +3 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/empty-module.cjs.d.ts +4 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/index-browser.cjs +8 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/index-browser.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/index-browser.mjs +3 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/index-node.cjs +9 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/index-node.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/index-node.mjs +3 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_addEventType.ts +27 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_addQueryId.ts +38 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_algoliaAgent.ts +17 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_createInsightsClient.ts +26 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_getFunctionalInterface.ts +17 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_getVersion.ts +12 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_processQueue.ts +42 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_sendEvent.ts +111 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/_tokenUtils.ts +150 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/click.ts +73 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/conversion.ts +148 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/entry-browser.ts +18 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/entry-node.ts +18 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/entry-umd.ts +21 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/init.ts +126 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/insights.ts +147 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/types.ts +150 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/typings.d.ts +4 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/extractAdditionalParams.ts +25 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/featureDetection.ts +43 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/getRequesterForBrowser.ts +29 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/getRequesterForNode.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/index.ts +19 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/localStorage.ts +64 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/objectQueryTracker.ts +74 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/request.ts +97 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/utils/uuid.ts +15 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/lib/view.ts +44 -0
- otto_agent-0.1.0/docs/node_modules/search-insights/package.json +102 -0
- otto_agent-0.1.0/docs/node_modules/shiki/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/shiki/README.md +15 -0
- otto_agent-0.1.0/docs/node_modules/shiki/package.json +141 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/LICENSE +28 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/README.md +765 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/array-set.js +121 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/base64.js +67 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/binary-search.js +111 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/mapping-list.js +79 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/quick-sort.js +132 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-node.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/source-node.js +413 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/lib/util.js +594 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/package.json +71 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/source-map.d.ts +104 -0
- otto_agent-0.1.0/docs/node_modules/source-map-js/source-map.js +8 -0
- otto_agent-0.1.0/docs/node_modules/space-separated-tokens/index.d.ts +18 -0
- otto_agent-0.1.0/docs/node_modules/space-separated-tokens/index.js +24 -0
- otto_agent-0.1.0/docs/node_modules/space-separated-tokens/license +22 -0
- otto_agent-0.1.0/docs/node_modules/space-separated-tokens/package.json +67 -0
- otto_agent-0.1.0/docs/node_modules/space-separated-tokens/readme.md +156 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/.editorconfig +13 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/.jsbeautifyrc +21 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/.jshintignore +2 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/.jshintrc +18 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/.npmignore +56 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/.travis.yml +9 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/CHANGELOG.md +55 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/Gulpfile.js +137 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/LICENSE +12 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/Makefile +13 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/README.md +422 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/bower.json +19 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/component.json +21 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/examples/browser-example.html +49 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/examples/node-example.js +115 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/lib/speakingurl-rails.rb +14 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/lib/speakingurl.js +1689 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/package.json +89 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/speakingurl-rails.gemspec +23 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/speakingurl.min.js +7 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/mocha.opts +2 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-accent.js +111 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-arabic.js +18 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-burmese.js +205 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-create.js +337 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-custom.js +98 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-cyrillic.js +16 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-defaults.js +123 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-dhivehi.js +18 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-georgien.js +18 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-hungarian.js +33 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-lang.js +473 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-language.js +304 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-maintaincase.js +32 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-persian.js +16 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-rfc3986.js +128 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-separator.js +181 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-speakingurl.js +197 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-symbols.js +506 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-titlecase.js +69 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-truncate.js +68 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/test/test-turkish.js +23 -0
- otto_agent-0.1.0/docs/node_modules/speakingurl/typings/speakingurl/speakingurl.d.ts +90 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/index.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/index.js +6 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/constant/dangerous.d.ts +7 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/constant/dangerous.js +16 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/core.d.ts +26 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/core.js +117 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/index.d.ts +24 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/index.js +36 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/format-basic.d.ts +7 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/format-basic.js +9 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/format-smart.d.ts +32 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/format-smart.js +69 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-decimal.d.ts +9 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-decimal.js +16 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-hexadecimal.d.ts +9 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-hexadecimal.js +16 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-named.d.ts +10 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/lib/util/to-named.js +57 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/license +22 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/package.json +86 -0
- otto_agent-0.1.0/docs/node_modules/stringify-entities/readme.md +233 -0
- otto_agent-0.1.0/docs/node_modules/superjson/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/superjson/README.md +355 -0
- otto_agent-0.1.0/docs/node_modules/superjson/package.json +63 -0
- otto_agent-0.1.0/docs/node_modules/tabbable/CHANGELOG.md +262 -0
- otto_agent-0.1.0/docs/node_modules/tabbable/LICENSE +22 -0
- otto_agent-0.1.0/docs/node_modules/tabbable/README.md +291 -0
- otto_agent-0.1.0/docs/node_modules/tabbable/SECURITY.md +37 -0
- otto_agent-0.1.0/docs/node_modules/tabbable/index.d.ts +40 -0
- otto_agent-0.1.0/docs/node_modules/tabbable/package.json +102 -0
- otto_agent-0.1.0/docs/node_modules/tabbable/src/index.js +713 -0
- otto_agent-0.1.0/docs/node_modules/trim-lines/index.d.ts +10 -0
- otto_agent-0.1.0/docs/node_modules/trim-lines/index.js +69 -0
- otto_agent-0.1.0/docs/node_modules/trim-lines/license +22 -0
- otto_agent-0.1.0/docs/node_modules/trim-lines/package.json +67 -0
- otto_agent-0.1.0/docs/node_modules/trim-lines/readme.md +125 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/index.d.ts +5 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/lib/index.d.ts +111 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/lib/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/lib/index.js +296 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/license +22 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/package.json +103 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-is/readme.md +351 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-position/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-position/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-position/lib/index.d.ts +45 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-position/lib/index.js +95 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-position/license +22 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-position/package.json +76 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-position/readme.md +243 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/lib/index.d.ts +61 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/lib/index.js +84 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/license +22 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/package.json +80 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-stringify-position/readme.md +206 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit/index.d.ts +9 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit/index.js +2 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit/lib/index.d.ts +195 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit/lib/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit/lib/index.js +312 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit/license +22 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit/package.json +108 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit/readme.md +313 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/index.d.ts +14 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/index.js +2 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.d.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.js +7 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.node.d.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.node.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/color.node.js +7 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/index.d.ts +219 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/lib/index.js +399 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/license +22 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/package.json +106 -0
- otto_agent-0.1.0/docs/node_modules/unist-util-visit-parents/readme.md +388 -0
- otto_agent-0.1.0/docs/node_modules/vfile/index.d.ts +153 -0
- otto_agent-0.1.0/docs/node_modules/vfile/index.js +2 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/index.d.ts +1465 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/index.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/index.js +643 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.browser.d.ts +47 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.browser.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.browser.js +426 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minpath.js +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.browser.d.ts +6 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.browser.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.browser.js +8 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minproc.js +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.browser.d.ts +9 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.browser.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.browser.js +76 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.js +2 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.shared.d.ts +20 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.shared.d.ts.map +1 -0
- otto_agent-0.1.0/docs/node_modules/vfile/lib/minurl.shared.js +31 -0
- otto_agent-0.1.0/docs/node_modules/vfile/license +21 -0
- otto_agent-0.1.0/docs/node_modules/vfile/package.json +134 -0
- otto_agent-0.1.0/docs/node_modules/vfile/readme.md +785 -0
- otto_agent-0.1.0/docs/node_modules/vfile-message/index.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/vfile-message/index.js +5 -0
- otto_agent-0.1.0/docs/node_modules/vfile-message/lib/index.d.ts +508 -0
- otto_agent-0.1.0/docs/node_modules/vfile-message/lib/index.js +314 -0
- otto_agent-0.1.0/docs/node_modules/vfile-message/license +22 -0
- otto_agent-0.1.0/docs/node_modules/vfile-message/package.json +80 -0
- otto_agent-0.1.0/docs/node_modules/vfile-message/readme.md +252 -0
- otto_agent-0.1.0/docs/node_modules/vite/LICENSE.md +3423 -0
- otto_agent-0.1.0/docs/node_modules/vite/README.md +20 -0
- otto_agent-0.1.0/docs/node_modules/vite/bin/openChrome.applescript +95 -0
- otto_agent-0.1.0/docs/node_modules/vite/bin/vite.js +61 -0
- otto_agent-0.1.0/docs/node_modules/vite/client.d.ts +256 -0
- otto_agent-0.1.0/docs/node_modules/vite/index.cjs +60 -0
- otto_agent-0.1.0/docs/node_modules/vite/index.d.cts +6 -0
- otto_agent-0.1.0/docs/node_modules/vite/package.json +191 -0
- otto_agent-0.1.0/docs/node_modules/vite/types/customEvent.d.ts +39 -0
- otto_agent-0.1.0/docs/node_modules/vite/types/hmrPayload.d.ts +65 -0
- otto_agent-0.1.0/docs/node_modules/vite/types/hot.d.ts +36 -0
- otto_agent-0.1.0/docs/node_modules/vite/types/import-meta.d.ts +5 -0
- otto_agent-0.1.0/docs/node_modules/vite/types/importGlob.d.ts +75 -0
- otto_agent-0.1.0/docs/node_modules/vite/types/importMeta.d.ts +22 -0
- otto_agent-0.1.0/docs/node_modules/vite/types/metadata.d.ts +10 -0
- otto_agent-0.1.0/docs/node_modules/vite/types/package.json +4 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/README.md +28 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/bin/vitepress.js +2 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/client.d.ts +5 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/package.json +205 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/template/.vitepress/config.js +28 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/template/.vitepress/theme/Layout.vue +21 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/template/.vitepress/theme/index.js +29 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/template/.vitepress/theme/style.css +143 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/template/api-examples.md +49 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/template/index.md +28 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/template/markdown-examples.md +85 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/theme-without-fonts.d.ts +2 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/theme.d.ts +36 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/types/default-theme.d.ts +531 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/types/docsearch.d.ts +144 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/types/index.d.ts +3 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/types/local-search.d.ts +33 -0
- otto_agent-0.1.0/docs/node_modules/vitepress/types/shared.d.ts +207 -0
- otto_agent-0.1.0/docs/node_modules/vue/LICENSE +21 -0
- otto_agent-0.1.0/docs/node_modules/vue/README.md +58 -0
- otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.browser.js +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.browser.mjs +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.d.mts +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.js +3 -0
- otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/index.mjs +3 -0
- otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/package.json +4 -0
- otto_agent-0.1.0/docs/node_modules/vue/compiler-sfc/register-ts.js +3 -0
- otto_agent-0.1.0/docs/node_modules/vue/index.js +7 -0
- otto_agent-0.1.0/docs/node_modules/vue/index.mjs +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/jsx-runtime/index.d.ts +25 -0
- otto_agent-0.1.0/docs/node_modules/vue/jsx-runtime/index.js +15 -0
- otto_agent-0.1.0/docs/node_modules/vue/jsx-runtime/index.mjs +12 -0
- otto_agent-0.1.0/docs/node_modules/vue/jsx-runtime/package.json +5 -0
- otto_agent-0.1.0/docs/node_modules/vue/jsx.d.ts +22 -0
- otto_agent-0.1.0/docs/node_modules/vue/package.json +112 -0
- otto_agent-0.1.0/docs/node_modules/vue/server-renderer/index.d.mts +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/server-renderer/index.d.ts +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/server-renderer/index.js +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/server-renderer/index.mjs +1 -0
- otto_agent-0.1.0/docs/node_modules/vue/server-renderer/package.json +4 -0
- otto_agent-0.1.0/docs/node_modules/zwitch/index.d.ts +67 -0
- otto_agent-0.1.0/docs/node_modules/zwitch/index.js +118 -0
- otto_agent-0.1.0/docs/node_modules/zwitch/license +22 -0
- otto_agent-0.1.0/docs/node_modules/zwitch/package.json +72 -0
- otto_agent-0.1.0/docs/node_modules/zwitch/readme.md +226 -0
- otto_agent-0.1.0/docs/package-lock.json +2514 -0
- otto_agent-0.1.0/docs/package.json +13 -0
- otto_agent-0.1.0/docs/public/favicon-16.png +0 -0
- otto_agent-0.1.0/docs/public/favicon-32.png +0 -0
- otto_agent-0.1.0/docs/public/favicon.ico +0 -0
- otto_agent-0.1.0/docs/public/otto-192.png +0 -0
- otto_agent-0.1.0/docs/public/otto-512.png +0 -0
- otto_agent-0.1.0/docs/public/otto-icon.svg +20 -0
- otto_agent-0.1.0/docs/public/otto-logo.png +0 -0
- otto_agent-0.1.0/docs/reports/telegram-ux-audit.md +1371 -0
- otto_agent-0.1.0/docs/reports/telegram-ux-qa.md +220 -0
- otto_agent-0.1.0/install.sh +227 -0
- otto_agent-0.1.0/otto/__init__.py +122 -0
- otto_agent-0.1.0/otto/audit.py +919 -0
- otto_agent-0.1.0/otto/backends/__init__.py +345 -0
- otto_agent-0.1.0/otto/backends/base.py +145 -0
- otto_agent-0.1.0/otto/backends/claude_sdk.py +898 -0
- otto_agent-0.1.0/otto/backends/codex.py +761 -0
- otto_agent-0.1.0/otto/backends/generic.py +806 -0
- otto_agent-0.1.0/otto/backends/types.py +51 -0
- otto_agent-0.1.0/otto/catalog.py +616 -0
- otto_agent-0.1.0/otto/chat/__init__.py +48 -0
- otto_agent-0.1.0/otto/chat/adapters/__init__.py +18 -0
- otto_agent-0.1.0/otto/chat/adapters/capabilities.py +183 -0
- otto_agent-0.1.0/otto/chat/adapters/examples.py +76 -0
- otto_agent-0.1.0/otto/chat/adapters/security.py +372 -0
- otto_agent-0.1.0/otto/chat/base.py +198 -0
- otto_agent-0.1.0/otto/chat/commands.py +3208 -0
- otto_agent-0.1.0/otto/chat/core.py +710 -0
- otto_agent-0.1.0/otto/chat/signal/__init__.py +11 -0
- otto_agent-0.1.0/otto/chat/signal/client.py +352 -0
- otto_agent-0.1.0/otto/chat/signal/docker-compose.yml +31 -0
- otto_agent-0.1.0/otto/chat/signal/platform.py +635 -0
- otto_agent-0.1.0/otto/chat/signal/renderer.py +124 -0
- otto_agent-0.1.0/otto/chat/telegram/__init__.py +14 -0
- otto_agent-0.1.0/otto/chat/telegram/callbacks.py +467 -0
- otto_agent-0.1.0/otto/chat/telegram/platform.py +1405 -0
- otto_agent-0.1.0/otto/chat/telegram/renderer.py +145 -0
- otto_agent-0.1.0/otto/cli.py +2547 -0
- otto_agent-0.1.0/otto/config.py +588 -0
- otto_agent-0.1.0/otto/daemon.py +798 -0
- otto_agent-0.1.0/otto/data/__init__.py +1 -0
- otto_agent-0.1.0/otto/data/mcp_catalog.yaml +256 -0
- otto_agent-0.1.0/otto/events.py +169 -0
- otto_agent-0.1.0/otto/gateway.py +2273 -0
- otto_agent-0.1.0/otto/internal_messages.py +926 -0
- otto_agent-0.1.0/otto/jobs/__init__.py +1 -0
- otto_agent-0.1.0/otto/jobs/queue.py +1085 -0
- otto_agent-0.1.0/otto/manifest.py +278 -0
- otto_agent-0.1.0/otto/mcp_gateway_proxy.py +498 -0
- otto_agent-0.1.0/otto/mcp_server.py +206 -0
- otto_agent-0.1.0/otto/mcp_tools/__init__.py +100 -0
- otto_agent-0.1.0/otto/mcp_tools/agent.py +590 -0
- otto_agent-0.1.0/otto/mcp_tools/audit.py +91 -0
- otto_agent-0.1.0/otto/mcp_tools/notify.py +70 -0
- otto_agent-0.1.0/otto/mcp_tools/platform.py +272 -0
- otto_agent-0.1.0/otto/mcp_tools/registry.py +374 -0
- otto_agent-0.1.0/otto/mcp_tools/schedule.py +282 -0
- otto_agent-0.1.0/otto/mcp_tools/session.py +346 -0
- otto_agent-0.1.0/otto/memory.py +391 -0
- otto_agent-0.1.0/otto/notify.py +15 -0
- otto_agent-0.1.0/otto/observability.py +861 -0
- otto_agent-0.1.0/otto/orchestrator.py +552 -0
- otto_agent-0.1.0/otto/paths.py +185 -0
- otto_agent-0.1.0/otto/pipeline.py +394 -0
- otto_agent-0.1.0/otto/policy.py +785 -0
- otto_agent-0.1.0/otto/policy_ext.py +1064 -0
- otto_agent-0.1.0/otto/registry.py +830 -0
- otto_agent-0.1.0/otto/safeguards.py +147 -0
- otto_agent-0.1.0/otto/schedule.py +581 -0
- otto_agent-0.1.0/otto/schedule_state.py +65 -0
- otto_agent-0.1.0/otto/schedule_store.py +230 -0
- otto_agent-0.1.0/otto/services/__init__.py +1 -0
- otto_agent-0.1.0/otto/services/tasks.py +967 -0
- otto_agent-0.1.0/otto/services/telegram.py +169 -0
- otto_agent-0.1.0/otto/services/worker.py +976 -0
- otto_agent-0.1.0/otto/sessions.py +789 -0
- otto_agent-0.1.0/otto/streaming.py +866 -0
- otto_agent-0.1.0/otto/tools/__init__.py +50 -0
- otto_agent-0.1.0/otto/tools/base.py +185 -0
- otto_agent-0.1.0/otto/tools/exa.py +353 -0
- otto_agent-0.1.0/otto/tools/executors.py +559 -0
- otto_agent-0.1.0/otto/tools/schemas.py +228 -0
- otto_agent-0.1.0/otto/ui.py +320 -0
- otto_agent-0.1.0/otto/watchers.py +223 -0
- otto_agent-0.1.0/otto_tools/__init__.py +12 -0
- otto_agent-0.1.0/otto_tools/cli.py +62 -0
- otto_agent-0.1.0/otto_tools/config.py +55 -0
- otto_agent-0.1.0/otto_tools/dev/__init__.py +342 -0
- otto_agent-0.1.0/otto_tools/memory/__init__.py +269 -0
- otto_agent-0.1.0/otto_tools/notify/__init__.py +145 -0
- otto_agent-0.1.0/otto_tools/research/__init__.py +176 -0
- otto_agent-0.1.0/otto_tools/skills/__init__.py +11 -0
- otto_agent-0.1.0/otto_tools/skills/executor.py +188 -0
- otto_agent-0.1.0/otto_tools/skills/loader.py +312 -0
- otto_agent-0.1.0/otto_tools/system/__init__.py +566 -0
- otto_agent-0.1.0/otto_tools/vtt/__init__.py +582 -0
- otto_agent-0.1.0/pyproject.toml +82 -0
- otto_agent-0.1.0/tests/conftest.py +8 -0
- otto_agent-0.1.0/tests/test_agent_cancel.py +204 -0
- otto_agent-0.1.0/tests/test_agent_retries.py +135 -0
- otto_agent-0.1.0/tests/test_audit.py +692 -0
- otto_agent-0.1.0/tests/test_boundaries.py +487 -0
- otto_agent-0.1.0/tests/test_catalog.py +774 -0
- otto_agent-0.1.0/tests/test_chat_file_send.py +91 -0
- otto_agent-0.1.0/tests/test_chat_integration.py +655 -0
- otto_agent-0.1.0/tests/test_chat_layer.py +740 -0
- otto_agent-0.1.0/tests/test_claude.py +351 -0
- otto_agent-0.1.0/tests/test_codex_backend.py +724 -0
- otto_agent-0.1.0/tests/test_exa_tools.py +519 -0
- otto_agent-0.1.0/tests/test_gateway.py +887 -0
- otto_agent-0.1.0/tests/test_gateway_controls.py +768 -0
- otto_agent-0.1.0/tests/test_gateway_hardening.py +456 -0
- otto_agent-0.1.0/tests/test_gateway_proxy.py +425 -0
- otto_agent-0.1.0/tests/test_generic_backend.py +1051 -0
- otto_agent-0.1.0/tests/test_heartbeat.py +117 -0
- otto_agent-0.1.0/tests/test_internal_messages_sqlite.py +66 -0
- otto_agent-0.1.0/tests/test_local_gateway.py +525 -0
- otto_agent-0.1.0/tests/test_memory_indexing.py +59 -0
- otto_agent-0.1.0/tests/test_observability.py +652 -0
- otto_agent-0.1.0/tests/test_orchestrator.py +561 -0
- otto_agent-0.1.0/tests/test_pipeline_dependencies.py +193 -0
- otto_agent-0.1.0/tests/test_policy.py +1107 -0
- otto_agent-0.1.0/tests/test_policy_ext.py +1365 -0
- otto_agent-0.1.0/tests/test_registry.py +1102 -0
- otto_agent-0.1.0/tests/test_schedule_store.py +186 -0
- otto_agent-0.1.0/tests/test_schedule_tick_dynamic.py +242 -0
- otto_agent-0.1.0/tests/test_schedule_tools.py +187 -0
- otto_agent-0.1.0/tests/test_security_bootstrap.py +46 -0
- otto_agent-0.1.0/tests/test_signal_platform.py +545 -0
- otto_agent-0.1.0/tests/test_stop_command.py +213 -0
- otto_agent-0.1.0/tests/test_streaming.py +634 -0
- otto_agent-0.1.0/tests/test_streaming_integration.py +287 -0
- otto_agent-0.1.0/tests/test_telegram_ux.py +691 -0
- otto_agent-0.1.0/tests/test_tools.py +502 -0
- otto_agent-0.1.0/tests/test_worker.py +275 -0
- 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>
|