@rnsk/toolkits 0.0.9 → 0.0.11
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.
- package/README.md +18 -2
- package/dist/index.d.ts +17 -1
- package/dist/index.js +33 -1
- package/dist/toolkits/bitbucket/tools/index.d.ts +5 -5
- package/dist/toolkits/bitbucket/tools/reports.d.ts +5 -5
- package/dist/toolkits/cloudflare/tools/create-list.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/create-zone.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/index.d.ts +4 -4
- package/dist/toolkits/cloudflare/tools/list-pools.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/list-zones.d.ts +1 -1
- package/dist/toolkits/convex/icon.d.ts +5 -0
- package/dist/toolkits/convex/icon.js +10 -0
- package/dist/toolkits/convex/manifest.d.ts +3 -0
- package/dist/toolkits/convex/manifest.js +33 -0
- package/dist/toolkits/convex/tools/client.d.ts +28 -0
- package/dist/toolkits/convex/tools/client.js +85 -0
- package/dist/toolkits/convex/tools/deploy-keys.d.ts +10 -0
- package/dist/toolkits/convex/tools/deploy-keys.js +46 -0
- package/dist/toolkits/convex/tools/deployments.d.ts +35 -0
- package/dist/toolkits/convex/tools/deployments.js +126 -0
- package/dist/toolkits/convex/tools/domains.d.ts +7 -0
- package/dist/toolkits/convex/tools/domains.js +29 -0
- package/dist/toolkits/convex/tools/functions.d.ts +14 -0
- package/dist/toolkits/convex/tools/functions.js +49 -0
- package/dist/toolkits/convex/tools/index.d.ts +176 -0
- package/dist/toolkits/convex/tools/index.js +145 -0
- package/dist/toolkits/convex/tools/logging.d.ts +5 -0
- package/dist/toolkits/convex/tools/logging.js +25 -0
- package/dist/toolkits/convex/tools/projects.d.ts +31 -0
- package/dist/toolkits/convex/tools/projects.js +111 -0
- package/dist/toolkits/convex/tools/teams.d.ts +12 -0
- package/dist/toolkits/convex/tools/teams.js +62 -0
- package/dist/toolkits/datadog/icon.d.ts +5 -0
- package/dist/toolkits/datadog/icon.js +6 -0
- package/dist/toolkits/datadog/manifest.d.ts +3 -0
- package/dist/toolkits/datadog/manifest.js +44 -0
- package/dist/toolkits/datadog/tools/api-keys.d.ts +21 -0
- package/dist/toolkits/datadog/tools/api-keys.js +42 -0
- package/dist/toolkits/datadog/tools/apm.d.ts +51 -0
- package/dist/toolkits/datadog/tools/apm.js +106 -0
- package/dist/toolkits/datadog/tools/client.d.ts +19 -0
- package/dist/toolkits/datadog/tools/client.js +81 -0
- package/dist/toolkits/datadog/tools/dashboards.d.ts +93 -0
- package/dist/toolkits/datadog/tools/dashboards.js +127 -0
- package/dist/toolkits/datadog/tools/events.d.ts +35 -0
- package/dist/toolkits/datadog/tools/events.js +56 -0
- package/dist/toolkits/datadog/tools/hosts.d.ts +49 -0
- package/dist/toolkits/datadog/tools/hosts.js +87 -0
- package/dist/toolkits/datadog/tools/incidents.d.ts +18 -0
- package/dist/toolkits/datadog/tools/incidents.js +34 -0
- package/dist/toolkits/datadog/tools/index.d.ts +999 -0
- package/dist/toolkits/datadog/tools/index.js +450 -0
- package/dist/toolkits/datadog/tools/integrations.d.ts +32 -0
- package/dist/toolkits/datadog/tools/integrations.js +47 -0
- package/dist/toolkits/datadog/tools/logs.d.ts +39 -0
- package/dist/toolkits/datadog/tools/logs.js +121 -0
- package/dist/toolkits/datadog/tools/metrics.d.ts +27 -0
- package/dist/toolkits/datadog/tools/metrics.js +83 -0
- package/dist/toolkits/datadog/tools/monitors.d.ts +95 -0
- package/dist/toolkits/datadog/tools/monitors.js +190 -0
- package/dist/toolkits/datadog/tools/oncall-notifications.d.ts +61 -0
- package/dist/toolkits/datadog/tools/oncall-notifications.js +155 -0
- package/dist/toolkits/datadog/tools/oncall-policies.d.ts +28 -0
- package/dist/toolkits/datadog/tools/oncall-policies.js +72 -0
- package/dist/toolkits/datadog/tools/oncall-schedules.d.ts +31 -0
- package/dist/toolkits/datadog/tools/oncall-schedules.js +87 -0
- package/dist/toolkits/datadog/tools/oncall-teams.d.ts +14 -0
- package/dist/toolkits/datadog/tools/oncall-teams.js +54 -0
- package/dist/toolkits/datadog/tools/slos.d.ts +43 -0
- package/dist/toolkits/datadog/tools/slos.js +62 -0
- package/dist/toolkits/datadog/tools/synthetics.d.ts +58 -0
- package/dist/toolkits/datadog/tools/synthetics.js +90 -0
- package/dist/toolkits/datadog/tools/usage.d.ts +7 -0
- package/dist/toolkits/datadog/tools/usage.js +25 -0
- package/dist/toolkits/datadog/tools/users.d.ts +35 -0
- package/dist/toolkits/datadog/tools/users.js +66 -0
- package/dist/toolkits/dev-to/icon.d.ts +5 -0
- package/dist/toolkits/dev-to/icon.js +10 -0
- package/dist/toolkits/dev-to/manifest.d.ts +3 -0
- package/dist/toolkits/dev-to/manifest.js +34 -0
- package/dist/toolkits/dev-to/tools/articles.d.ts +78 -0
- package/dist/toolkits/dev-to/tools/articles.js +262 -0
- package/dist/toolkits/dev-to/tools/client.d.ts +25 -0
- package/dist/toolkits/dev-to/tools/client.js +65 -0
- package/dist/toolkits/dev-to/tools/community.d.ts +61 -0
- package/dist/toolkits/dev-to/tools/community.js +244 -0
- package/dist/toolkits/dev-to/tools/index.d.ts +202 -0
- package/dist/toolkits/dev-to/tools/index.js +37 -0
- package/dist/toolkits/dev-to/tools/listings.d.ts +26 -0
- package/dist/toolkits/dev-to/tools/listings.js +92 -0
- package/dist/toolkits/discord/tools/applications.d.ts +5 -5
- package/dist/toolkits/discord/tools/index.d.ts +5 -5
- package/dist/toolkits/figma/tools/create-modify-delete-variables.d.ts +1 -1
- package/dist/toolkits/figma/tools/get-file-nodes.d.ts +1 -1
- package/dist/toolkits/figma/tools/index.d.ts +3 -3
- package/dist/toolkits/figma/tools/render-images-of-file-nodes.d.ts +1 -1
- package/dist/toolkits/google-analytics/tools/reports.d.ts +9 -9
- package/dist/toolkits/google-classroom/tools/index.d.ts +7 -7
- package/dist/toolkits/google-classroom/tools/invitations.d.ts +2 -2
- package/dist/toolkits/google-classroom/tools/misc.d.ts +1 -1
- package/dist/toolkits/google-classroom/tools/roster.d.ts +5 -5
- package/dist/toolkits/google-search-console/tools/index.d.ts +2 -2
- package/dist/toolkits/google-search-console/tools/search-analytics-query.d.ts +2 -2
- package/dist/toolkits/hacker-news/icon.d.ts +5 -0
- package/dist/toolkits/hacker-news/icon.js +9 -0
- package/dist/toolkits/hacker-news/manifest.d.ts +3 -0
- package/dist/toolkits/hacker-news/manifest.js +25 -0
- package/dist/toolkits/hacker-news/tools/client.d.ts +8 -0
- package/dist/toolkits/hacker-news/tools/client.js +51 -0
- package/dist/toolkits/hacker-news/tools/index.d.ts +89 -0
- package/dist/toolkits/hacker-news/tools/index.js +22 -0
- package/dist/toolkits/hacker-news/tools/items.d.ts +42 -0
- package/dist/toolkits/hacker-news/tools/items.js +126 -0
- package/dist/toolkits/hacker-news/tools/search.d.ts +12 -0
- package/dist/toolkits/hacker-news/tools/search.js +40 -0
- package/dist/toolkits/hacker-news/tools/stories.d.ts +25 -0
- package/dist/toolkits/hacker-news/tools/stories.js +98 -0
- package/dist/toolkits/hostinger/icon.d.ts +5 -0
- package/dist/toolkits/hostinger/icon.js +6 -0
- package/dist/toolkits/hostinger/manifest.d.ts +3 -0
- package/dist/toolkits/hostinger/manifest.js +36 -0
- package/dist/toolkits/hostinger/tools/billing.d.ts +12 -0
- package/dist/toolkits/hostinger/tools/billing.js +35 -0
- package/dist/toolkits/hostinger/tools/client.d.ts +6 -0
- package/dist/toolkits/hostinger/tools/client.js +57 -0
- package/dist/toolkits/hostinger/tools/dns.d.ts +22 -0
- package/dist/toolkits/hostinger/tools/dns.js +47 -0
- package/dist/toolkits/hostinger/tools/domains.d.ts +21 -0
- package/dist/toolkits/hostinger/tools/domains.js +62 -0
- package/dist/toolkits/hostinger/tools/hosting.d.ts +17 -0
- package/dist/toolkits/hostinger/tools/hosting.js +38 -0
- package/dist/toolkits/hostinger/tools/index.d.ts +179 -0
- package/dist/toolkits/hostinger/tools/index.js +35 -0
- package/dist/toolkits/hostinger/tools/vps.d.ts +27 -0
- package/dist/toolkits/hostinger/tools/vps.js +77 -0
- package/dist/toolkits/hostinger/tools/whois.d.ts +33 -0
- package/dist/toolkits/hostinger/tools/whois.js +85 -0
- package/dist/toolkits/hugging-face/icon.d.ts +5 -0
- package/dist/toolkits/hugging-face/icon.js +6 -0
- package/dist/toolkits/hugging-face/manifest.d.ts +3 -0
- package/dist/toolkits/hugging-face/manifest.js +42 -0
- package/dist/toolkits/hugging-face/tools/client.d.ts +93 -0
- package/dist/toolkits/hugging-face/tools/client.js +192 -0
- package/dist/toolkits/hugging-face/tools/datasets-viewer.d.ts +65 -0
- package/dist/toolkits/hugging-face/tools/datasets-viewer.js +150 -0
- package/dist/toolkits/hugging-face/tools/datasets.d.ts +160 -0
- package/dist/toolkits/hugging-face/tools/datasets.js +383 -0
- package/dist/toolkits/hugging-face/tools/discussions.d.ts +68 -0
- package/dist/toolkits/hugging-face/tools/discussions.js +144 -0
- package/dist/toolkits/hugging-face/tools/index.d.ts +523 -0
- package/dist/toolkits/hugging-face/tools/index.js +163 -0
- package/dist/toolkits/hugging-face/tools/inference.d.ts +42 -0
- package/dist/toolkits/hugging-face/tools/inference.js +86 -0
- package/dist/toolkits/hugging-face/tools/models.d.ts +117 -0
- package/dist/toolkits/hugging-face/tools/models.js +273 -0
- package/dist/toolkits/hugging-face/tools/papers.d.ts +37 -0
- package/dist/toolkits/hugging-face/tools/papers.js +91 -0
- package/dist/toolkits/hugging-face/tools/repos.d.ts +96 -0
- package/dist/toolkits/hugging-face/tools/repos.js +201 -0
- package/dist/toolkits/hugging-face/tools/settings.d.ts +53 -0
- package/dist/toolkits/hugging-face/tools/settings.js +88 -0
- package/dist/toolkits/hugging-face/tools/spaces.d.ts +245 -0
- package/dist/toolkits/hugging-face/tools/spaces.js +468 -0
- package/dist/toolkits/hugging-face/tools/sql.d.ts +21 -0
- package/dist/toolkits/hugging-face/tools/sql.js +47 -0
- package/dist/toolkits/hugging-face/tools/users.d.ts +60 -0
- package/dist/toolkits/hugging-face/tools/users.js +132 -0
- package/dist/toolkits/hugging-face/tools/webhooks.d.ts +35 -0
- package/dist/toolkits/hugging-face/tools/webhooks.js +87 -0
- package/dist/toolkits/jira/icon.d.ts +5 -0
- package/dist/toolkits/jira/icon.js +6 -0
- package/dist/toolkits/jira/manifest.d.ts +3 -0
- package/dist/toolkits/jira/manifest.js +53 -0
- package/dist/toolkits/jira/tools/boards.d.ts +52 -0
- package/dist/toolkits/jira/tools/boards.js +104 -0
- package/dist/toolkits/jira/tools/client.d.ts +23 -0
- package/dist/toolkits/jira/tools/client.js +270 -0
- package/dist/toolkits/jira/tools/index.d.ts +1280 -0
- package/dist/toolkits/jira/tools/index.js +119 -0
- package/dist/toolkits/jira/tools/issue-fields.d.ts +10 -0
- package/dist/toolkits/jira/tools/issue-fields.js +111 -0
- package/dist/toolkits/jira/tools/issues.d.ts +304 -0
- package/dist/toolkits/jira/tools/issues.js +593 -0
- package/dist/toolkits/jira/tools/meta.d.ts +212 -0
- package/dist/toolkits/jira/tools/meta.js +369 -0
- package/dist/toolkits/jira/tools/projects.d.ts +130 -0
- package/dist/toolkits/jira/tools/projects.js +263 -0
- package/dist/toolkits/jira/tools/search.d.ts +90 -0
- package/dist/toolkits/jira/tools/search.js +181 -0
- package/dist/toolkits/jira/tools/users.d.ts +114 -0
- package/dist/toolkits/jira/tools/users.js +221 -0
- package/dist/toolkits/kaggle/icon.d.ts +5 -0
- package/dist/toolkits/kaggle/icon.js +6 -0
- package/dist/toolkits/kaggle/manifest.d.ts +3 -0
- package/dist/toolkits/kaggle/manifest.js +32 -0
- package/dist/toolkits/kaggle/tools/client.d.ts +10 -0
- package/dist/toolkits/kaggle/tools/client.js +94 -0
- package/dist/toolkits/kaggle/tools/competitions.d.ts +48 -0
- package/dist/toolkits/kaggle/tools/competitions.js +109 -0
- package/dist/toolkits/kaggle/tools/config.d.ts +110 -0
- package/dist/toolkits/kaggle/tools/config.js +256 -0
- package/dist/toolkits/kaggle/tools/datasets.d.ts +88 -0
- package/dist/toolkits/kaggle/tools/datasets.js +161 -0
- package/dist/toolkits/kaggle/tools/index.d.ts +482 -0
- package/dist/toolkits/kaggle/tools/index.js +53 -0
- package/dist/toolkits/kaggle/tools/kernels.d.ts +62 -0
- package/dist/toolkits/kaggle/tools/kernels.js +121 -0
- package/dist/toolkits/kaggle/tools/model_instance_files.d.ts +11 -0
- package/dist/toolkits/kaggle/tools/model_instance_files.js +23 -0
- package/dist/toolkits/kaggle/tools/model_instances.d.ts +8 -0
- package/dist/toolkits/kaggle/tools/model_instances.js +20 -0
- package/dist/toolkits/kaggle/tools/models.d.ts +14 -0
- package/dist/toolkits/kaggle/tools/models.js +33 -0
- package/dist/toolkits/nasa/icon.d.ts +5 -0
- package/dist/toolkits/nasa/icon.js +56 -0
- package/dist/toolkits/nasa/manifest.d.ts +3 -0
- package/dist/toolkits/nasa/manifest.js +49 -0
- package/dist/toolkits/nasa/tools/agage.d.ts +60 -0
- package/dist/toolkits/nasa/tools/agage.js +176 -0
- package/dist/toolkits/nasa/tools/client.d.ts +95 -0
- package/dist/toolkits/nasa/tools/client.js +337 -0
- package/dist/toolkits/nasa/tools/cmr.d.ts +268 -0
- package/dist/toolkits/nasa/tools/cmr.js +984 -0
- package/dist/toolkits/nasa/tools/donki.d.ts +63 -0
- package/dist/toolkits/nasa/tools/donki.js +301 -0
- package/dist/toolkits/nasa/tools/eonet.d.ts +74 -0
- package/dist/toolkits/nasa/tools/eonet.js +279 -0
- package/dist/toolkits/nasa/tools/icesat2.d.ts +25 -0
- package/dist/toolkits/nasa/tools/icesat2.js +97 -0
- package/dist/toolkits/nasa/tools/imagery.d.ts +36 -0
- package/dist/toolkits/nasa/tools/imagery.js +138 -0
- package/dist/toolkits/nasa/tools/index.d.ts +1063 -0
- package/dist/toolkits/nasa/tools/index.js +865 -0
- package/dist/toolkits/nasa/tools/neo.d.ts +15 -0
- package/dist/toolkits/nasa/tools/neo.js +75 -0
- package/dist/toolkits/nasa/tools/ntrs.d.ts +152 -0
- package/dist/toolkits/nasa/tools/ntrs.js +292 -0
- package/dist/toolkits/nasa/tools/osdr.d.ts +72 -0
- package/dist/toolkits/nasa/tools/osdr.js +290 -0
- package/dist/toolkits/nasa/tools/planetary.d.ts +58 -0
- package/dist/toolkits/nasa/tools/planetary.js +312 -0
- package/dist/toolkits/nasa/tools/power.d.ts +52 -0
- package/dist/toolkits/nasa/tools/power.js +213 -0
- package/dist/toolkits/nasa/tools/ssc.d.ts +44 -0
- package/dist/toolkits/nasa/tools/ssc.js +92 -0
- package/dist/toolkits/nasa/tools/tolnet.d.ts +84 -0
- package/dist/toolkits/nasa/tools/tolnet.js +254 -0
- package/dist/toolkits/neo4j/icon.d.ts +5 -0
- package/dist/toolkits/neo4j/icon.js +6 -0
- package/dist/toolkits/neo4j/manifest.d.ts +3 -0
- package/dist/toolkits/neo4j/manifest.js +33 -0
- package/dist/toolkits/neo4j/tools/analytics.d.ts +21 -0
- package/dist/toolkits/neo4j/tools/analytics.js +91 -0
- package/dist/toolkits/neo4j/tools/client.d.ts +6 -0
- package/dist/toolkits/neo4j/tools/client.js +105 -0
- package/dist/toolkits/neo4j/tools/index.d.ts +198 -0
- package/dist/toolkits/neo4j/tools/index.js +30 -0
- package/dist/toolkits/neo4j/tools/instances.d.ts +47 -0
- package/dist/toolkits/neo4j/tools/instances.js +127 -0
- package/dist/toolkits/neo4j/tools/projects.d.ts +44 -0
- package/dist/toolkits/neo4j/tools/projects.js +110 -0
- package/dist/toolkits/neo4j/tools/snapshots.d.ts +20 -0
- package/dist/toolkits/neo4j/tools/snapshots.js +57 -0
- package/dist/toolkits/neon/icon.d.ts +5 -0
- package/dist/toolkits/neon/icon.js +8 -0
- package/dist/toolkits/neon/manifest.d.ts +3 -0
- package/dist/toolkits/neon/manifest.js +36 -0
- package/dist/toolkits/neon/tools/auth.d.ts +115 -0
- package/dist/toolkits/neon/tools/auth.js +286 -0
- package/dist/toolkits/neon/tools/branches.d.ts +189 -0
- package/dist/toolkits/neon/tools/branches.js +465 -0
- package/dist/toolkits/neon/tools/client.d.ts +10 -0
- package/dist/toolkits/neon/tools/client.js +69 -0
- package/dist/toolkits/neon/tools/dataapi.d.ts +42 -0
- package/dist/toolkits/neon/tools/dataapi.js +111 -0
- package/dist/toolkits/neon/tools/endpoints.d.ts +59 -0
- package/dist/toolkits/neon/tools/endpoints.js +163 -0
- package/dist/toolkits/neon/tools/index.d.ts +976 -0
- package/dist/toolkits/neon/tools/index.js +130 -0
- package/dist/toolkits/neon/tools/meta.d.ts +4 -0
- package/dist/toolkits/neon/tools/meta.js +16 -0
- package/dist/toolkits/neon/tools/orgs.d.ts +112 -0
- package/dist/toolkits/neon/tools/orgs.js +303 -0
- package/dist/toolkits/neon/tools/projects.d.ts +177 -0
- package/dist/toolkits/neon/tools/projects.js +468 -0
- package/dist/toolkits/neon/tools/snapshots.d.ts +24 -0
- package/dist/toolkits/neon/tools/snapshots.js +67 -0
- package/dist/toolkits/new-relic/icon.d.ts +5 -0
- package/dist/toolkits/new-relic/icon.js +6 -0
- package/dist/toolkits/new-relic/manifest.d.ts +3 -0
- package/dist/toolkits/new-relic/manifest.js +41 -0
- package/dist/toolkits/new-relic/tools/admin.d.ts +310 -0
- package/dist/toolkits/new-relic/tools/admin.js +282 -0
- package/dist/toolkits/new-relic/tools/alert-policies.d.ts +74 -0
- package/dist/toolkits/new-relic/tools/alert-policies.js +136 -0
- package/dist/toolkits/new-relic/tools/apm.d.ts +129 -0
- package/dist/toolkits/new-relic/tools/apm.js +228 -0
- package/dist/toolkits/new-relic/tools/client.d.ts +62 -0
- package/dist/toolkits/new-relic/tools/client.js +167 -0
- package/dist/toolkits/new-relic/tools/conditions.d.ts +190 -0
- package/dist/toolkits/new-relic/tools/conditions.js +265 -0
- package/dist/toolkits/new-relic/tools/config.d.ts +73 -0
- package/dist/toolkits/new-relic/tools/config.js +131 -0
- package/dist/toolkits/new-relic/tools/dashboards.d.ts +204 -0
- package/dist/toolkits/new-relic/tools/dashboards.js +159 -0
- package/dist/toolkits/new-relic/tools/entities.d.ts +160 -0
- package/dist/toolkits/new-relic/tools/entities.js +218 -0
- package/dist/toolkits/new-relic/tools/index.d.ts +23 -0
- package/dist/toolkits/new-relic/tools/index.js +179 -0
- package/dist/toolkits/new-relic/tools/ingest.d.ts +31 -0
- package/dist/toolkits/new-relic/tools/ingest.js +80 -0
- package/dist/toolkits/new-relic/tools/notifications.d.ts +186 -0
- package/dist/toolkits/new-relic/tools/notifications.js +232 -0
- package/dist/toolkits/new-relic/tools/nrql-conditions.d.ts +105 -0
- package/dist/toolkits/new-relic/tools/nrql-conditions.js +136 -0
- package/dist/toolkits/new-relic/tools/nrql.d.ts +38 -0
- package/dist/toolkits/new-relic/tools/nrql.js +99 -0
- package/dist/toolkits/new-relic/tools/synthetics.d.ts +176 -0
- package/dist/toolkits/new-relic/tools/synthetics.js +246 -0
- package/dist/toolkits/notebook-lm/icon.d.ts +5 -0
- package/dist/toolkits/notebook-lm/icon.js +6 -0
- package/dist/toolkits/notebook-lm/manifest.d.ts +3 -0
- package/dist/toolkits/notebook-lm/manifest.js +44 -0
- package/dist/toolkits/notebook-lm/tools/add-text-sources.d.ts +36 -0
- package/dist/toolkits/notebook-lm/tools/add-text-sources.js +51 -0
- package/dist/toolkits/notebook-lm/tools/create-audio-overview.d.ts +47 -0
- package/dist/toolkits/notebook-lm/tools/create-audio-overview.js +55 -0
- package/dist/toolkits/notebook-lm/tools/create-notebook.d.ts +52 -0
- package/dist/toolkits/notebook-lm/tools/create-notebook.js +49 -0
- package/dist/toolkits/notebook-lm/tools/delete-audio-overview.d.ts +33 -0
- package/dist/toolkits/notebook-lm/tools/delete-audio-overview.js +46 -0
- package/dist/toolkits/notebook-lm/tools/delete-notebooks.d.ts +32 -0
- package/dist/toolkits/notebook-lm/tools/delete-notebooks.js +46 -0
- package/dist/toolkits/notebook-lm/tools/delete-sources.d.ts +33 -0
- package/dist/toolkits/notebook-lm/tools/delete-sources.js +47 -0
- package/dist/toolkits/notebook-lm/tools/get-notebook.d.ts +52 -0
- package/dist/toolkits/notebook-lm/tools/get-notebook.js +45 -0
- package/dist/toolkits/notebook-lm/tools/get-source.d.ts +53 -0
- package/dist/toolkits/notebook-lm/tools/get-source.js +47 -0
- package/dist/toolkits/notebook-lm/tools/index.d.ts +516 -0
- package/dist/toolkits/notebook-lm/tools/index.js +93 -0
- package/dist/toolkits/notebook-lm/tools/list-recent-notebooks.d.ts +32 -0
- package/dist/toolkits/notebook-lm/tools/list-recent-notebooks.js +41 -0
- package/dist/toolkits/notebook-lm/tools/share-notebook.d.ts +48 -0
- package/dist/toolkits/notebook-lm/tools/share-notebook.js +57 -0
- package/dist/toolkits/notebook-lm/tools/upload-source-file.d.ts +40 -0
- package/dist/toolkits/notebook-lm/tools/upload-source-file.js +62 -0
- package/dist/toolkits/notebook-lm/tools/utils.d.ts +15 -0
- package/dist/toolkits/notebook-lm/tools/utils.js +46 -0
- package/dist/toolkits/npm/icon.d.ts +5 -0
- package/dist/toolkits/npm/icon.js +11 -0
- package/dist/toolkits/npm/manifest.d.ts +3 -0
- package/dist/toolkits/npm/manifest.js +35 -0
- package/dist/toolkits/npm/tools/client.d.ts +19 -0
- package/dist/toolkits/npm/tools/client.js +64 -0
- package/dist/toolkits/npm/tools/downloads.d.ts +19 -0
- package/dist/toolkits/npm/tools/downloads.js +39 -0
- package/dist/toolkits/npm/tools/index.d.ts +14 -0
- package/dist/toolkits/npm/tools/index.js +24 -0
- package/dist/toolkits/npm/tools/registry.d.ts +24 -0
- package/dist/toolkits/npm/tools/registry.js +58 -0
- package/dist/toolkits/npm/tools/security.d.ts +9 -0
- package/dist/toolkits/npm/tools/security.js +29 -0
- package/dist/toolkits/slack/tools/admin-users.d.ts +1 -1
- package/dist/toolkits/slack/tools/slack-lists.d.ts +3 -3
- package/dist/toolkits/snowflake/icon.d.ts +5 -0
- package/dist/toolkits/snowflake/icon.js +6 -0
- package/dist/toolkits/snowflake/manifest.d.ts +3 -0
- package/dist/toolkits/snowflake/manifest.js +32 -0
- package/dist/toolkits/snowflake/tools/catalog.d.ts +56 -0
- package/dist/toolkits/snowflake/tools/catalog.js +123 -0
- package/dist/toolkits/snowflake/tools/client.d.ts +53 -0
- package/dist/toolkits/snowflake/tools/client.js +145 -0
- package/dist/toolkits/snowflake/tools/index.d.ts +14 -0
- package/dist/toolkits/snowflake/tools/index.js +28 -0
- package/dist/toolkits/snowflake/tools/statements.d.ts +27 -0
- package/dist/toolkits/snowflake/tools/statements.js +84 -0
- package/dist/toolkits/snowflake/tools/status.d.ts +22 -0
- package/dist/toolkits/snowflake/tools/status.js +54 -0
- package/dist/toolkits/telegram/icon.d.ts +5 -0
- package/dist/toolkits/telegram/icon.js +6 -0
- package/dist/toolkits/telegram/manifest.d.ts +3 -0
- package/dist/toolkits/telegram/manifest.js +34 -0
- package/dist/toolkits/telegram/tools/bot.d.ts +13 -0
- package/dist/toolkits/telegram/tools/bot.js +23 -0
- package/dist/toolkits/telegram/tools/chats.d.ts +22 -0
- package/dist/toolkits/telegram/tools/chats.js +46 -0
- package/dist/toolkits/telegram/tools/client.d.ts +12 -0
- package/dist/toolkits/telegram/tools/client.js +46 -0
- package/dist/toolkits/telegram/tools/index.d.ts +15 -0
- package/dist/toolkits/telegram/tools/index.js +31 -0
- package/dist/toolkits/telegram/tools/messages.d.ts +86 -0
- package/dist/toolkits/telegram/tools/messages.js +134 -0
- package/dist/toolkits/telegram/tools/updates.d.ts +23 -0
- package/dist/toolkits/telegram/tools/updates.js +54 -0
- package/dist/toolkits/youtube/tools/get-channel-activities.d.ts +1 -1
- package/dist/toolkits/youtube/tools/index.d.ts +5 -5
- package/dist/toolkits/youtube/tools/list-channel-sections.d.ts +1 -1
- package/dist/toolkits/youtube/tools/post-comment.d.ts +1 -1
- package/dist/toolkits/youtube/tools/subscribe-channel.d.ts +1 -1
- package/dist/toolkits/youtube/tools/unsubscribe-channel.d.ts +1 -1
- package/package.json +2 -3
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { tool } from 'ai';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { hfApi, hfCommit, HOSTS } from './client.js';
|
|
5
|
+
import { repoIdOf as _r, uiPrefix as _u } from './client.js';
|
|
6
|
+
const tokenField = z.string().optional().describe('Injected by system; do not provide');
|
|
7
|
+
function repoIdOf(namespace, repo, repoId) { return _r(namespace, repo, repoId); }
|
|
8
|
+
function uiPrefix(repoType) { return _u(repoType); }
|
|
9
|
+
export const huggingFaceCheckModelsUploadMethod = tool({
|
|
10
|
+
description: "Tool to check if files should be uploaded through the Large File mechanism or directly. Use when preparing to upload files to a Hugging Face model repository to determine the appropriate upload method for each file.",
|
|
11
|
+
inputSchema: z.object({
|
|
12
|
+
huggingFaceToken: tokenField,
|
|
13
|
+
rev: z.string().describe("The git revision (branch, tag, or commit hash) to upload to."),
|
|
14
|
+
repo: z.string().describe("The name of the model repository."),
|
|
15
|
+
files: z.array(z.record(z.any())).max(1000).describe("List of files to check for upload method. Maximum 1000 files."),
|
|
16
|
+
gitIgnore: z.string().optional().describe("Content of the .gitignore file for the revision. Optional, otherwise uses existing .gitignore content."),
|
|
17
|
+
namespace: z.string().describe("The namespace (user or organization) that owns the model repository."),
|
|
18
|
+
gitAttributes: z.string().optional().describe("Content of the .gitattributes file. Provide this if you plan to modify .gitattributes yourself when uploading LFS files. Not needed if relying on automatic LFS detection."),
|
|
19
|
+
}),
|
|
20
|
+
execute: async ({ huggingFaceToken, rev, repo, files, gitIgnore, namespace, gitAttributes }) => {
|
|
21
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
22
|
+
const queryParams = undefined;
|
|
23
|
+
const body = { files: files, git_attributes: gitAttributes, git_ignore: gitIgnore };
|
|
24
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/models/${repoId}/preupload/${encodeURIComponent(rev)}`, queryParams, body });
|
|
25
|
+
},
|
|
26
|
+
});
|
|
27
|
+
export const huggingFaceCreateModelsBranch = tool({
|
|
28
|
+
description: "Tool to create a new branch in a Hugging Face model repository. Use when you need to create a branch for experimenting with model changes, versioning, or creating isolated development environments.",
|
|
29
|
+
inputSchema: z.object({
|
|
30
|
+
huggingFaceToken: tokenField,
|
|
31
|
+
rev: z.string().describe("The name for the new branch to be created (e.g., 'feature-branch', 'experiment-v2'). This will be the branch name in the repository."),
|
|
32
|
+
repo: z.string().describe("The name of the model repository where the branch will be created. For example, for model 'meta-llama/Llama-2-7b', the repo is 'Llama-2-7b'."),
|
|
33
|
+
namespace: z.string().describe("The namespace (username or organization) that owns the model repository. For example, for model 'meta-llama/Llama-2-7b', the namespace is 'meta-llama'."),
|
|
34
|
+
overwrite: z.boolean().optional().describe("Overwrite the branch if it already exists. If False (default), creating a branch that already exists will result in an error."),
|
|
35
|
+
emptyBranch: z.boolean().optional().describe("Create an empty branch without any files. If True, startingPoint is not required. If False (default), startingPoint should be provided."),
|
|
36
|
+
startingPoint: z.string().optional().describe("The commit hash or branch name to start the new branch from (e.g., 'main', 'dev', or a commit hash). Required unless creating an empty branch. Defaults to 'main' if not specified and emptyBranch is False."),
|
|
37
|
+
}),
|
|
38
|
+
execute: async ({ huggingFaceToken, rev, repo, namespace, overwrite, emptyBranch, startingPoint }) => {
|
|
39
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
40
|
+
const queryParams = undefined;
|
|
41
|
+
const body = { starting_point: startingPoint, empty_branch: emptyBranch, overwrite: overwrite };
|
|
42
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/models/${repoId}/branch/${encodeURIComponent(rev)}`, queryParams, body });
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
export const huggingFaceCreateModelsCommit = tool({
|
|
46
|
+
description: "Tool to create a commit to a Hugging Face model repository. Use when you need to add, update, or delete files in a model repository. Supports both standard JSON and JSON-lines (NDJSON) formats. JSON-lines format is recommended for better performance.",
|
|
47
|
+
inputSchema: z.object({
|
|
48
|
+
huggingFaceToken: tokenField,
|
|
49
|
+
rev: z.string().describe("The git revision (branch, tag, or commit SHA) to commit to"),
|
|
50
|
+
repo: z.string().describe("The name of the model repository to commit to"),
|
|
51
|
+
files: z.array(z.record(z.any())).optional().describe("List of files to add or update in the commit"),
|
|
52
|
+
summary: z.string().describe("Summary message for the commit. This is a required field that describes the commit"),
|
|
53
|
+
createPr: z.string().optional().describe("Whether to create a pull request from the commit. Typically '1' or 'true' to create a PR"),
|
|
54
|
+
lfsFiles: z.array(z.record(z.any())).optional().describe("List of LFS (Large File Storage) files to add or update"),
|
|
55
|
+
namespace: z.string().describe("The namespace (user or organization) that owns the model repository"),
|
|
56
|
+
hotReload: z.string().optional().describe("For Spaces, whether to try to hot reload the commit (only for single python files updates). Typically '1' or 'true' to enable hot reload"),
|
|
57
|
+
description: z.string().optional().describe("Optional detailed description for the commit. Defaults to empty string if not provided"),
|
|
58
|
+
contentType: z.enum(["application/json", "application/x-ndjson"]).optional().describe("Content type for the request. Use application/x-ndjson (recommended) for JSON-lines format or application/json for standard JSON"),
|
|
59
|
+
parentCommit: z.string().optional().describe("Optional parent commit SHA (40-character hex string). If provided, the commit will be based on this specific commit"),
|
|
60
|
+
deletedEntries: z.array(z.record(z.any())).optional().describe("List of files to delete from the repository"),
|
|
61
|
+
}),
|
|
62
|
+
execute: async ({ huggingFaceToken, rev, repo, files, summary, createPr, lfsFiles, namespace, hotReload, description, contentType, parentCommit, deletedEntries }) => {
|
|
63
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
64
|
+
const queryParams = undefined;
|
|
65
|
+
const typeSeg = { model: 'models', dataset: 'datasets', space: 'spaces' }['models'];
|
|
66
|
+
return hfCommit(huggingFaceToken, { repoType: typeSeg, repoId: repoIdOf(namespace, repo, undefined), rev, summary, description, parentCommit, files, lfsFiles, deletedEntries, createPr });
|
|
67
|
+
},
|
|
68
|
+
});
|
|
69
|
+
export const huggingFaceCreateModelsTag = tool({
|
|
70
|
+
description: "Tool to create a tag on a Hugging Face model repository. Use when you need to mark a specific revision with a named tag.",
|
|
71
|
+
inputSchema: z.object({
|
|
72
|
+
huggingFaceToken: tokenField,
|
|
73
|
+
rev: z.string().describe("The revision (branch or commit SHA) to create the tag from, typically 'main'."),
|
|
74
|
+
tag: z.string().describe("The name of the tag to create (e.g., 'v1.0', 'release-2024')."),
|
|
75
|
+
repo: z.string().describe("The name of the model repository to create a tag for."),
|
|
76
|
+
message: z.string().optional().describe("Optional message describing the purpose of this tag."),
|
|
77
|
+
namespace: z.string().describe("The namespace (username or organization) that owns the model."),
|
|
78
|
+
}),
|
|
79
|
+
execute: async ({ huggingFaceToken, rev, tag, repo, message, namespace }) => {
|
|
80
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
81
|
+
const queryParams = undefined;
|
|
82
|
+
const body = { revision: rev, message: message };
|
|
83
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/models/${repoId}/tag/${encodeURIComponent(tag)}`, queryParams, body });
|
|
84
|
+
},
|
|
85
|
+
});
|
|
86
|
+
export const huggingFaceGetModelInfo = tool({
|
|
87
|
+
description: "Tool to retrieve detailed information about a Hugging Face model repository. Use when you need comprehensive metadata including downloads, likes, tags, configuration, files, and more.",
|
|
88
|
+
inputSchema: z.object({
|
|
89
|
+
huggingFaceToken: tokenField,
|
|
90
|
+
repo: z.string().describe("The repository name of the model. For example, 'bert-base-uncased' in 'google-bert/bert-base-uncased'."),
|
|
91
|
+
namespace: z.string().describe("The namespace (organization or user) that owns the model repository. For example, 'google-bert' in 'google-bert/bert-base-uncased'."),
|
|
92
|
+
}),
|
|
93
|
+
execute: async ({ huggingFaceToken, repo, namespace }) => {
|
|
94
|
+
const queryParams = undefined;
|
|
95
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/models/${encodeURIComponent(namespace)}/${encodeURIComponent(repo)}`, queryParams });
|
|
96
|
+
},
|
|
97
|
+
});
|
|
98
|
+
export const huggingFaceGetModelsCompare = tool({
|
|
99
|
+
description: "Tool to compare two revisions of a Hugging Face model repository. Returns a git diff showing file changes between commits. Use when you need to see what changed between model versions.",
|
|
100
|
+
inputSchema: z.object({
|
|
101
|
+
huggingFaceToken: tokenField,
|
|
102
|
+
raw: z.boolean().optional().describe("If true, returns raw diff output. If false or omitted, returns formatted diff."),
|
|
103
|
+
repo: z.string().describe("The repository name of the model (e.g., 'bert-base-uncased', 'llama-2-7b')."),
|
|
104
|
+
compare: z.string().describe("Comparison specification in the format 'commit1..commit2' (two dots). Each commit is a full Git commit hash. For example: '5546055f03398095e385d7dc625e636cc8910bf2..86b5e0934494bd15c9632b12f734a8a67f723594'. Do NOT use three dots (...) as this format is not supported by the API."),
|
|
105
|
+
namespace: z.string().describe("The namespace or organization name that owns the model (e.g., 'google-bert', 'meta-llama', 'openai')."),
|
|
106
|
+
}),
|
|
107
|
+
execute: async ({ huggingFaceToken, raw, repo, compare, namespace }) => {
|
|
108
|
+
const prefix = { models: '', datasets: 'datasets', spaces: 'spaces' }['models'];
|
|
109
|
+
const basePath = prefix ? `/${prefix}/${repoIdOf(namespace, repo, undefined)}` : `/${repoIdOf(namespace, repo, undefined)}`;
|
|
110
|
+
const queryParams = { raw: raw };
|
|
111
|
+
return hfText(huggingFaceToken, { url: `${HOSTS.HUB}${basePath}/compare/${compare}`, queryParams });
|
|
112
|
+
},
|
|
113
|
+
});
|
|
114
|
+
export const huggingFaceGetModelsJwt = tool({
|
|
115
|
+
description: "Tool to generate a JWT token for accessing a Hugging Face model repository. Use when you need authenticated access to models, with optional write access for spaces in dev mode, custom expiration, and encryption support.",
|
|
116
|
+
inputSchema: z.object({
|
|
117
|
+
huggingFaceToken: tokenField,
|
|
118
|
+
repo: z.string().describe("The repository name within the namespace."),
|
|
119
|
+
write: z.string().optional().describe("Enable write access for spaces in dev mode. Set to 'true' to enable write access."),
|
|
120
|
+
encrypted: z.string().optional().describe("Request an encrypted token. Set to 'true' to receive an encrypted JWT token and key ID."),
|
|
121
|
+
namespace: z.string().describe("The namespace (organization or user) that owns the model repository."),
|
|
122
|
+
expiration: z.string().optional().describe("Custom expiration time for the JWT token. Specify the duration or timestamp for token validity."),
|
|
123
|
+
inferenceApi: z.string().optional().describe("Enable inference API access with the token. Set to 'true' to enable."),
|
|
124
|
+
includeProStatus: z.string().optional().describe("Include PRO subscription status in the token. Set to 'true' to include PRO status information."),
|
|
125
|
+
}),
|
|
126
|
+
execute: async ({ huggingFaceToken, repo, write, encrypted, namespace, expiration, inferenceApi, includeProStatus }) => {
|
|
127
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
128
|
+
const queryParams = { write: write, encrypted: encrypted, expiration: expiration, inference_api: inferenceApi, include_pro_status: includeProStatus };
|
|
129
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/models/${repoId}/jwt`, queryParams });
|
|
130
|
+
},
|
|
131
|
+
});
|
|
132
|
+
export const huggingFaceGetModelsNotebook = tool({
|
|
133
|
+
description: "Tool to retrieve a Jupyter notebook URL from a Hugging Face model repository. Use when you need to access or display a notebook file stored in a model repository.",
|
|
134
|
+
inputSchema: z.object({
|
|
135
|
+
huggingFaceToken: tokenField,
|
|
136
|
+
rev: z.string().describe("The revision, branch name, tag, or commit hash to retrieve the notebook from (e.g., 'main', 'dev', or a commit SHA)."),
|
|
137
|
+
path: z.string().describe("The path to the Jupyter notebook file within the repository, including the .ipynb extension (e.g., 'Untitled.ipynb' or 'notebooks/demo.ipynb')."),
|
|
138
|
+
repo: z.string().describe("The repository name of the model (e.g., 'example-huggingface-model')."),
|
|
139
|
+
namespace: z.string().describe("The namespace or organization name that owns the model repository (e.g., 'akshat-shethia')."),
|
|
140
|
+
}),
|
|
141
|
+
execute: async ({ huggingFaceToken, rev, path, repo, namespace }) => {
|
|
142
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
143
|
+
const queryParams = undefined;
|
|
144
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/models/${repoId}/notebook/${encodeURIComponent(rev)}/${encodeURIComponent(path)}`, queryParams });
|
|
145
|
+
},
|
|
146
|
+
});
|
|
147
|
+
export const huggingFaceGetModelsScan = tool({
|
|
148
|
+
description: "Tool to retrieve the security scan status of a Hugging Face model repository. Use when you need to check if a model has been scanned for security issues and view any detected problems.",
|
|
149
|
+
inputSchema: z.object({
|
|
150
|
+
huggingFaceToken: tokenField,
|
|
151
|
+
repo: z.string().describe("The repository name of the model. For example, 'opt-125m' in 'facebook/opt-125m'."),
|
|
152
|
+
namespace: z.string().describe("The namespace (organization or user) that owns the model repository. For example, 'facebook' in 'facebook/opt-125m'."),
|
|
153
|
+
}),
|
|
154
|
+
execute: async ({ huggingFaceToken, repo, namespace }) => {
|
|
155
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
156
|
+
const queryParams = undefined;
|
|
157
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/models/${repoId}/scan`, queryParams });
|
|
158
|
+
},
|
|
159
|
+
});
|
|
160
|
+
export const huggingFaceGetModelsTreesize = tool({
|
|
161
|
+
description: "Tool to get the total size of a Hugging Face model repository at a specific revision and path. Use when you need to determine storage requirements or track repository size changes.",
|
|
162
|
+
inputSchema: z.object({
|
|
163
|
+
huggingFaceToken: tokenField,
|
|
164
|
+
rev: z.string().describe("The Git revision or branch name to query (e.g., 'main', 'dev', or a commit SHA)."),
|
|
165
|
+
path: z.string().optional().describe("The path within the repository to calculate size for. Use '.' for root directory or specify a subdirectory path (e.g., 'weights', 'config'). The size is calculated recursively for all files under this path."),
|
|
166
|
+
repo: z.string().describe("The repository name of the model (e.g., 'bert-base-uncased', 'llama-2-7b')."),
|
|
167
|
+
namespace: z.string().describe("The namespace or organization name that owns the model (e.g., 'google-bert', 'facebook', 'openai')."),
|
|
168
|
+
}),
|
|
169
|
+
execute: async ({ huggingFaceToken, rev, path, repo, namespace }) => {
|
|
170
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
171
|
+
const queryParams = { path: path };
|
|
172
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/models/${repoId}/treesize/${encodeURIComponent(rev)}`, queryParams });
|
|
173
|
+
},
|
|
174
|
+
});
|
|
175
|
+
export const huggingFaceGetModelsXetReadToken = tool({
|
|
176
|
+
description: "Tool to retrieve a short-lived XET read access token for a Hugging Face model repository. Use when you need to access XET (eXtensible Tensor) data for a specific model revision.",
|
|
177
|
+
inputSchema: z.object({
|
|
178
|
+
huggingFaceToken: tokenField,
|
|
179
|
+
rev: z.string().describe("The revision (branch, tag, or commit hash) to get the XET read token for. Common values include 'main', 'master', or specific commit hashes."),
|
|
180
|
+
repo: z.string().describe("The repository name of the model. For example, 'bert-base-uncased' in 'google-bert/bert-base-uncased'."),
|
|
181
|
+
namespace: z.string().describe("The namespace (organization or user) that owns the model repository. For example, 'google-bert' in 'google-bert/bert-base-uncased'."),
|
|
182
|
+
}),
|
|
183
|
+
execute: async ({ huggingFaceToken, rev, repo, namespace }) => {
|
|
184
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
185
|
+
const queryParams = undefined;
|
|
186
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/models/${repoId}/xet-read-token/${encodeURIComponent(rev)}`, queryParams });
|
|
187
|
+
},
|
|
188
|
+
});
|
|
189
|
+
export const huggingFaceGetResolveCacheModels = tool({
|
|
190
|
+
description: "Tool to resolve and retrieve files from the Hugging Face model cache. Use when you need to access model configuration files, tokenizer files, or other JSON metadata files from a specific model repository. This endpoint returns the actual file content as JSON for JSON files (e.g., config.json, tokenizer.json, tokenizer_config.json).",
|
|
191
|
+
inputSchema: z.object({
|
|
192
|
+
huggingFaceToken: tokenField,
|
|
193
|
+
rev: z.string().describe("The revision to resolve. Must be a full Git commit SHA (40 characters). Branch names like 'main' or tags are not supported by this endpoint."),
|
|
194
|
+
path: z.string().describe("The file path within the repository to resolve. For example, 'config.json', 'pytorch_model.bin', or 'tokenizer.json'."),
|
|
195
|
+
repo: z.string().describe("The repository name of the model. For example, 'bert-base-uncased' in 'google-bert/bert-base-uncased'."),
|
|
196
|
+
range: z.string().optional().describe("The range in bytes of the file to download. Use HTTP Range header format like 'bytes=0-1023'."),
|
|
197
|
+
accept: z.string().optional().describe("Optional Accept header to specify the desired response format. Common values include 'application/json', 'application/vnd.xet-fileinfo+json', or '*/*'."),
|
|
198
|
+
namespace: z.string().describe("The namespace (organization or user) that owns the model repository. For example, 'google-bert' in 'google-bert/bert-base-uncased'."),
|
|
199
|
+
}),
|
|
200
|
+
execute: async ({ huggingFaceToken, rev, path, repo, range, accept, namespace }) => {
|
|
201
|
+
const typeSeg = { model: 'models', dataset: 'datasets', space: 'spaces' }['models'];
|
|
202
|
+
const queryParams = undefined;
|
|
203
|
+
return hfRedirect(huggingFaceToken, { url: `${HOSTS.HUB}/api/${typeSeg}/${repoIdOf(namespace, repo, undefined)}/${encodeURIComponent(rev)}/${path}`, queryParams });
|
|
204
|
+
},
|
|
205
|
+
});
|
|
206
|
+
export const huggingFaceListModelsCommits = tool({
|
|
207
|
+
description: "Tool to list commits from a Hugging Face model repository. Use when you need to retrieve the commit history for a specific model branch or revision.",
|
|
208
|
+
inputSchema: z.object({
|
|
209
|
+
huggingFaceToken: tokenField,
|
|
210
|
+
p: z.number().int().min(0).optional().describe("Page number for pagination. Starts from 0 for the first page."),
|
|
211
|
+
rev: z.string().describe("The revision (branch, tag, or commit hash) to list commits from."),
|
|
212
|
+
repo: z.string().describe("The repository name of the model."),
|
|
213
|
+
limit: z.number().int().min(1).max(100).optional().describe("Maximum number of commits to return per page. Default is 50."),
|
|
214
|
+
expand: z.array(z.string()).optional().describe("List of fields to expand in the response. Use 'formatted' to include formatted commit messages."),
|
|
215
|
+
namespace: z.string().describe("The namespace (username or organization) that owns the model."),
|
|
216
|
+
}),
|
|
217
|
+
execute: async ({ huggingFaceToken, p, rev, repo, limit, expand, namespace }) => {
|
|
218
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
219
|
+
const queryParams = { p: p, limit: limit, expand: expand };
|
|
220
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/models/${repoId}/commits/${encodeURIComponent(rev)}`, queryParams });
|
|
221
|
+
},
|
|
222
|
+
});
|
|
223
|
+
export const huggingFaceListModelsPathsInfo = tool({
|
|
224
|
+
description: "Tool to list detailed information about specific paths in a Hugging Face model repository. Use when you need to get metadata about files or directories in a model, including size, type, commit history, and security scan status.",
|
|
225
|
+
inputSchema: z.object({
|
|
226
|
+
huggingFaceToken: tokenField,
|
|
227
|
+
rev: z.string().describe("Git revision (branch, tag, or commit hash) to query"),
|
|
228
|
+
repo: z.string().describe("Model repository name"),
|
|
229
|
+
paths: z.record(z.any()).describe("List of paths to get information about, or a single path string. Paths are relative to the repository root."),
|
|
230
|
+
expand: z.record(z.any()).describe("Whether to expand the response with last commit and security file status information. Can be a boolean or an object with expansion options."),
|
|
231
|
+
namespace: z.string().describe("Namespace (user or organization) that owns the model"),
|
|
232
|
+
}),
|
|
233
|
+
execute: async ({ huggingFaceToken, rev, repo, paths, expand, namespace }) => {
|
|
234
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
235
|
+
const queryParams = undefined;
|
|
236
|
+
const body = { paths: paths, expand: expand };
|
|
237
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/models/${repoId}/paths-info/${encodeURIComponent(rev)}`, queryParams, body });
|
|
238
|
+
},
|
|
239
|
+
});
|
|
240
|
+
export const huggingFaceListModelsRefs = tool({
|
|
241
|
+
description: "Tool to list all references (branches, tags, converts, and optionally pull requests) in a Hugging Face model repository. Use when you need to retrieve version control information for a specific model.",
|
|
242
|
+
inputSchema: z.object({
|
|
243
|
+
huggingFaceToken: tokenField,
|
|
244
|
+
repo: z.string().describe("Repository name within the namespace (e.g., 'bert-base-uncased')"),
|
|
245
|
+
namespace: z.string().describe("Namespace or organization name (e.g., 'google-bert', 'facebook')"),
|
|
246
|
+
includePrs: z.boolean().optional().describe("Whether to include pull requests in the response. Defaults to false."),
|
|
247
|
+
}),
|
|
248
|
+
execute: async ({ huggingFaceToken, repo, namespace, includePrs }) => {
|
|
249
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
250
|
+
const queryParams = { include_prs: includePrs };
|
|
251
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/models/${repoId}/refs`, queryParams });
|
|
252
|
+
},
|
|
253
|
+
});
|
|
254
|
+
export const huggingFaceUpdateModelsSettings = tool({
|
|
255
|
+
description: "Tool to update settings for a Hugging Face model repository. Use when you need to modify repository configuration such as privacy, discussions, or gated access settings.",
|
|
256
|
+
inputSchema: z.object({
|
|
257
|
+
huggingFaceToken: tokenField,
|
|
258
|
+
repo: z.string().describe("The name of the model repository to update settings for."),
|
|
259
|
+
isPrivate: z.boolean().optional().describe("Whether the model repository should be private (requires authentication to access) or public."),
|
|
260
|
+
namespace: z.string().describe("The namespace (username or organization) that owns the model repository."),
|
|
261
|
+
discussionsSorting: z.enum(["recently-created", "trending", "reactions"]).optional().describe("Sorting order for discussions."),
|
|
262
|
+
discussionsDisabled: z.boolean().optional().describe("Whether to disable discussions for this model repository. Set to true to disable, false to enable."),
|
|
263
|
+
gatedNotificationsMode: z.enum(["bulk", "real-time"]).optional().describe("Notification mode for gated access requests."),
|
|
264
|
+
gatedNotificationsEmail: z.string().optional().describe("Email address to receive notifications about gated access requests. Must be a valid email format."),
|
|
265
|
+
}),
|
|
266
|
+
execute: async ({ huggingFaceToken, repo, isPrivate, namespace, discussionsSorting, discussionsDisabled, gatedNotificationsMode, gatedNotificationsEmail }) => {
|
|
267
|
+
const repoId = repoIdOf(namespace, repo, undefined);
|
|
268
|
+
const queryParams = undefined;
|
|
269
|
+
const body = { private: isPrivate, discussions_sorting: discussionsSorting, discussions_disabled: discussionsDisabled, gated_notifications_mode: gatedNotificationsMode, gated_notifications_email: gatedNotificationsEmail };
|
|
270
|
+
return hfApi(huggingFaceToken, { method: 'PUT', url: `${HOSTS.HUB}/api/models/${repoId}/settings`, queryParams, body });
|
|
271
|
+
},
|
|
272
|
+
});
|
|
273
|
+
//# sourceMappingURL=models.js.map
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare const huggingFaceClaimSettingsPapersClaim: import("ai").Tool<{
|
|
2
|
+
paperId: string;
|
|
3
|
+
huggingFaceToken?: string | undefined;
|
|
4
|
+
targetUserId?: string | undefined;
|
|
5
|
+
claimAuthorId?: string | undefined;
|
|
6
|
+
}, any>;
|
|
7
|
+
export declare const huggingFaceCreatePapersComment: import("ai").Tool<{
|
|
8
|
+
comment: string;
|
|
9
|
+
paperId: string;
|
|
10
|
+
huggingFaceToken?: string | undefined;
|
|
11
|
+
}, any>;
|
|
12
|
+
export declare const huggingFaceCreatePapersCommentReply: import("ai").Tool<{
|
|
13
|
+
commentId: string;
|
|
14
|
+
comment: string;
|
|
15
|
+
paperId: string;
|
|
16
|
+
huggingFaceToken?: string | undefined;
|
|
17
|
+
}, any>;
|
|
18
|
+
export declare const huggingFaceCreatePapersIndex: import("ai").Tool<{
|
|
19
|
+
arxivId: string;
|
|
20
|
+
huggingFaceToken?: string | undefined;
|
|
21
|
+
}, any>;
|
|
22
|
+
export declare const huggingFaceGetDailyPapers: import("ai").Tool<{
|
|
23
|
+
sort?: "publishedAt" | "trending" | undefined;
|
|
24
|
+
date?: string | undefined;
|
|
25
|
+
limit?: number | undefined;
|
|
26
|
+
month?: string | undefined;
|
|
27
|
+
week?: string | undefined;
|
|
28
|
+
huggingFaceToken?: string | undefined;
|
|
29
|
+
p?: number | undefined;
|
|
30
|
+
submitter?: string | undefined;
|
|
31
|
+
}, any>;
|
|
32
|
+
export declare const huggingFaceSearchPapers: import("ai").Tool<{
|
|
33
|
+
q?: string | undefined;
|
|
34
|
+
limit?: number | undefined;
|
|
35
|
+
huggingFaceToken?: string | undefined;
|
|
36
|
+
}, any>;
|
|
37
|
+
//# sourceMappingURL=papers.d.ts.map
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { tool } from 'ai';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { hfApi, HOSTS } from './client.js';
|
|
5
|
+
import { repoIdOf as _r, uiPrefix as _u } from './client.js';
|
|
6
|
+
const tokenField = z.string().optional().describe('Injected by system; do not provide');
|
|
7
|
+
function repoIdOf(namespace, repo, repoId) { return _r(namespace, repo, repoId); }
|
|
8
|
+
function uiPrefix(repoType) { return _u(repoType); }
|
|
9
|
+
export const huggingFaceClaimSettingsPapersClaim = tool({
|
|
10
|
+
description: "Tool to claim authorship of a paper on Hugging Face. Use when you need to associate yourself or another user with an ArXiv paper.",
|
|
11
|
+
inputSchema: z.object({
|
|
12
|
+
huggingFaceToken: tokenField,
|
|
13
|
+
paperId: z.string().describe("ArXiv paper identifier being claimed. This should be the ArXiv ID of the paper you want to claim authorship for."),
|
|
14
|
+
targetUserId: z.string().min(24).max(24).optional().describe("HF user who should receive the claim. Must be a 24-character hexadecimal string representing the Hugging Face user ID. Only provide this if you need to assign the claim to a specific user."),
|
|
15
|
+
claimAuthorId: z.string().min(24).max(24).optional().describe("Author entry on the paper being claimed. Must be a 24-character hexadecimal string representing the specific author entry on the paper. Only provide this if you need to specify a particular author entry."),
|
|
16
|
+
}),
|
|
17
|
+
execute: async ({ huggingFaceToken, paperId, targetUserId, claimAuthorId }) => {
|
|
18
|
+
const queryParams = undefined;
|
|
19
|
+
const body = { target_user_id: targetUserId, claim_author_id: claimAuthorId };
|
|
20
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/papers/${encodeURIComponent(paperId)}/claim`, queryParams, body });
|
|
21
|
+
},
|
|
22
|
+
});
|
|
23
|
+
export const huggingFaceCreatePapersComment = tool({
|
|
24
|
+
description: "Tool to create a new comment on a Hugging Face paper. Use when you need to add comments or feedback to research papers on Hugging Face.",
|
|
25
|
+
inputSchema: z.object({
|
|
26
|
+
huggingFaceToken: tokenField,
|
|
27
|
+
comment: z.string().min(1).max(65536).describe("The comment text to post on the paper. Must be between 1 and 65536 characters."),
|
|
28
|
+
paperId: z.string().describe("The unique identifier of the paper to comment on. This can be the paper ID (e.g., '2408.04619') or the full paper path."),
|
|
29
|
+
}),
|
|
30
|
+
execute: async ({ huggingFaceToken, comment, paperId }) => {
|
|
31
|
+
const queryParams = undefined;
|
|
32
|
+
const body = { comment: comment };
|
|
33
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/papers/${encodeURIComponent(paperId)}/comment`, queryParams, body });
|
|
34
|
+
},
|
|
35
|
+
});
|
|
36
|
+
export const huggingFaceCreatePapersCommentReply = tool({
|
|
37
|
+
description: "Tool to create a reply to a comment on a Hugging Face paper. Use when you need to respond to an existing comment on a paper discussion.",
|
|
38
|
+
inputSchema: z.object({
|
|
39
|
+
huggingFaceToken: tokenField,
|
|
40
|
+
comment: z.string().min(1).max(65536).describe("The content of the reply comment."),
|
|
41
|
+
paperId: z.string().describe("The unique identifier of the paper (e.g., '2312.09323')."),
|
|
42
|
+
commentId: z.string().describe("The unique identifier of the comment to reply to (e.g., '65844ff1ee15e3c7fc034c97')."),
|
|
43
|
+
}),
|
|
44
|
+
execute: async ({ huggingFaceToken, comment, paperId, commentId }) => {
|
|
45
|
+
const queryParams = undefined;
|
|
46
|
+
const body = { comment: comment };
|
|
47
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/papers/${encodeURIComponent(paperId)}/comment/${encodeURIComponent(commentId)}/reply`, queryParams, body });
|
|
48
|
+
},
|
|
49
|
+
});
|
|
50
|
+
export const huggingFaceCreatePapersIndex = tool({
|
|
51
|
+
description: "Tool to index a paper from arXiv by its ID on Hugging Face. Use when you need to make a paper searchable and accessible on the platform. Note: If the paper is already indexed, only its authors can re-index it.",
|
|
52
|
+
inputSchema: z.object({
|
|
53
|
+
huggingFaceToken: tokenField,
|
|
54
|
+
arxivId: z.string().describe("The arXiv ID of the paper to index (format: YYMM.NNNNN or YYMM.NNNN, e.g., '2411.19876' or '1234.5678'). Only the paper's authors can re-index if already indexed."),
|
|
55
|
+
}),
|
|
56
|
+
execute: async ({ huggingFaceToken, arxivId }) => {
|
|
57
|
+
const queryParams = undefined;
|
|
58
|
+
const body = { arxiv_id: arxivId };
|
|
59
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/papers/index`, queryParams, body });
|
|
60
|
+
},
|
|
61
|
+
});
|
|
62
|
+
export const huggingFaceGetDailyPapers = tool({
|
|
63
|
+
description: "Tool to retrieve daily papers from Hugging Face. Use when you need to fetch the latest AI/ML research papers shared on Hugging Face.",
|
|
64
|
+
inputSchema: z.object({
|
|
65
|
+
huggingFaceToken: tokenField,
|
|
66
|
+
p: z.number().int().min(0).optional().describe("Page number for pagination (0-indexed). Defaults to 0."),
|
|
67
|
+
date: z.string().optional().describe("Filter papers by specific date (YYYY-MM-DD format)."),
|
|
68
|
+
sort: z.enum(["publishedAt", "trending"]).optional().describe("Sort option for daily papers."),
|
|
69
|
+
week: z.string().optional().describe("Filter papers by specific week."),
|
|
70
|
+
limit: z.number().int().min(1).optional().describe("Maximum number of papers to return per page. Defaults to 50."),
|
|
71
|
+
month: z.string().optional().describe("Filter papers by specific month (YYYY-MM format)."),
|
|
72
|
+
submitter: z.string().optional().describe("Filter papers by submitter username."),
|
|
73
|
+
}),
|
|
74
|
+
execute: async ({ huggingFaceToken, p, date, sort, week, limit, month, submitter }) => {
|
|
75
|
+
const queryParams = { p: p, date: date, sort: sort, week: week, limit: limit, month: month, submitter: submitter };
|
|
76
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/daily_papers`, queryParams });
|
|
77
|
+
},
|
|
78
|
+
});
|
|
79
|
+
export const huggingFaceSearchPapers = tool({
|
|
80
|
+
description: "Tool to perform hybrid semantic/full-text search on papers in Hugging Face. Use when you need to find research papers by keywords, topics, or authors.",
|
|
81
|
+
inputSchema: z.object({
|
|
82
|
+
huggingFaceToken: tokenField,
|
|
83
|
+
q: z.string().optional().describe("Search query string to find relevant papers. Use keywords, paper titles, or topics. Supports hybrid semantic and full-text search."),
|
|
84
|
+
limit: z.number().int().min(1).max(100).optional().describe("Maximum number of papers to return. If not specified, the API will use its default limit."),
|
|
85
|
+
}),
|
|
86
|
+
execute: async ({ huggingFaceToken, q, limit }) => {
|
|
87
|
+
const queryParams = { q: q, limit: limit };
|
|
88
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/papers/search`, queryParams });
|
|
89
|
+
},
|
|
90
|
+
});
|
|
91
|
+
//# sourceMappingURL=papers.js.map
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
export declare const huggingFaceCreateAskAccess: import("ai").Tool<{
|
|
2
|
+
repo: string;
|
|
3
|
+
namespace: string;
|
|
4
|
+
accessRequestFields: Record<string, any>;
|
|
5
|
+
huggingFaceToken?: string | undefined;
|
|
6
|
+
repoType?: "models" | "spaces" | "datasets" | undefined;
|
|
7
|
+
}, any>;
|
|
8
|
+
export declare const huggingFaceCreateCollection: import("ai").Tool<{
|
|
9
|
+
title: string;
|
|
10
|
+
namespace: string;
|
|
11
|
+
description?: string | undefined;
|
|
12
|
+
isPrivate?: boolean | undefined;
|
|
13
|
+
huggingFaceToken?: string | undefined;
|
|
14
|
+
item?: Record<string, any> | undefined;
|
|
15
|
+
}, any>;
|
|
16
|
+
export declare const huggingFaceCreateRepo: import("ai").Tool<{
|
|
17
|
+
name: string;
|
|
18
|
+
type?: "dataset" | "model" | "space" | undefined;
|
|
19
|
+
organization?: string | undefined;
|
|
20
|
+
isPrivate?: boolean | undefined;
|
|
21
|
+
huggingFaceToken?: string | undefined;
|
|
22
|
+
sdk?: "static" | "gradio" | "streamlit" | "docker" | undefined;
|
|
23
|
+
}, any>;
|
|
24
|
+
export declare const huggingFaceGetDatasetsTagsByType: import("ai").Tool<{
|
|
25
|
+
type?: "language" | "library" | "license" | "other" | "region" | "format" | "benchmark" | "task_categories" | "size_categories" | "modality" | "arxiv" | "doi" | "task_ids" | "annotations_creators" | "language_creators" | "multilinguality" | "source_datasets" | undefined;
|
|
26
|
+
huggingFaceToken?: string | undefined;
|
|
27
|
+
}, any>;
|
|
28
|
+
export declare const huggingFaceGetModelTagsByType: import("ai").Tool<{
|
|
29
|
+
type?: "language" | "library" | "license" | "other" | "region" | "dataset" | "arxiv" | "doi" | "pipeline_tag" | undefined;
|
|
30
|
+
huggingFaceToken?: string | undefined;
|
|
31
|
+
}, any>;
|
|
32
|
+
export declare const huggingFaceGetResolve: import("ai").Tool<{
|
|
33
|
+
path: string;
|
|
34
|
+
repo: string;
|
|
35
|
+
namespace: string;
|
|
36
|
+
rev: string;
|
|
37
|
+
range?: string | undefined;
|
|
38
|
+
huggingFaceToken?: string | undefined;
|
|
39
|
+
accept?: string | undefined;
|
|
40
|
+
}, any>;
|
|
41
|
+
export declare const huggingFaceGetTrending: import("ai").Tool<{
|
|
42
|
+
type?: "all" | "dataset" | "model" | "space" | undefined;
|
|
43
|
+
limit?: number | undefined;
|
|
44
|
+
huggingFaceToken?: string | undefined;
|
|
45
|
+
}, any>;
|
|
46
|
+
export declare const huggingFaceListCollections: import("ai").Tool<{
|
|
47
|
+
sort?: "trending" | "upvotes" | "lastModified" | undefined;
|
|
48
|
+
q?: string | undefined;
|
|
49
|
+
limit?: number | undefined;
|
|
50
|
+
owner?: string | undefined;
|
|
51
|
+
cursor?: string | undefined;
|
|
52
|
+
huggingFaceToken?: string | undefined;
|
|
53
|
+
item?: string | undefined;
|
|
54
|
+
expand?: string | undefined;
|
|
55
|
+
}, any>;
|
|
56
|
+
export declare const huggingFaceListDatasets: import("ai").Tool<{
|
|
57
|
+
sort?: "trending" | "lastModified" | "likes" | "downloads" | undefined;
|
|
58
|
+
filter?: string | undefined;
|
|
59
|
+
limit?: number | undefined;
|
|
60
|
+
direction?: "asc" | "desc" | undefined;
|
|
61
|
+
search?: string | undefined;
|
|
62
|
+
author?: string | undefined;
|
|
63
|
+
cursor?: string | undefined;
|
|
64
|
+
huggingFaceToken?: string | undefined;
|
|
65
|
+
}, any>;
|
|
66
|
+
export declare const huggingFaceListDocs: import("ai").Tool<{
|
|
67
|
+
huggingFaceToken?: string | undefined;
|
|
68
|
+
}, any>;
|
|
69
|
+
export declare const huggingFaceListRepoFiles: import("ai").Tool<{
|
|
70
|
+
repoType: "dataset" | "model" | "space";
|
|
71
|
+
repoId: string;
|
|
72
|
+
path?: string | undefined;
|
|
73
|
+
limit?: number | undefined;
|
|
74
|
+
recursive?: boolean | undefined;
|
|
75
|
+
cursor?: string | undefined;
|
|
76
|
+
revision?: string | undefined;
|
|
77
|
+
huggingFaceToken?: string | undefined;
|
|
78
|
+
expand?: boolean | undefined;
|
|
79
|
+
}, any>;
|
|
80
|
+
export declare const huggingFaceListSpaces: import("ai").Tool<{
|
|
81
|
+
sort?: string | undefined;
|
|
82
|
+
filter?: string | undefined;
|
|
83
|
+
limit?: number | undefined;
|
|
84
|
+
direction?: string | undefined;
|
|
85
|
+
search?: string | undefined;
|
|
86
|
+
author?: string | undefined;
|
|
87
|
+
huggingFaceToken?: string | undefined;
|
|
88
|
+
}, any>;
|
|
89
|
+
export declare const huggingFaceSearchDocs: import("ai").Tool<{
|
|
90
|
+
q: string;
|
|
91
|
+
product?: "tasks" | "datasets" | "gradio" | "hub" | "transformers" | "diffusers" | "trackio" | "smolagents" | "huggingface_hub" | "huggingface.js" | "transformers.js" | "inference-providers" | "inference-endpoints" | "peft" | "accelerate" | "optimum" | "optimum-habana" | "optimum-neuron" | "optimum-intel" | "optimum-executorch" | "optimum-tpu" | "tokenizers" | "llm-course" | "robotics-course" | "mcp-course" | "smol-course" | "agents-course" | "deep-rl-course" | "computer-vision-course" | "evaluate" | "dataset-viewer" | "trl" | "simulate" | "sagemaker" | "timm" | "safetensors" | "tgi" | "setfit" | "audio-course" | "lerobot" | "reachy_mini" | "autotrain" | "tei" | "bitsandbytes" | "cookbook" | "sentence_transformers" | "ml-games-course" | "diffusion-course" | "ml-for-3d-course" | "chat-ui" | "leaderboards" | "lighteval" | "argilla" | "distilabel" | "microsoft-azure" | "kernels" | "google-cloud" | undefined;
|
|
92
|
+
limit?: number | undefined;
|
|
93
|
+
offset?: number | undefined;
|
|
94
|
+
huggingFaceToken?: string | undefined;
|
|
95
|
+
}, any>;
|
|
96
|
+
//# sourceMappingURL=repos.d.ts.map
|