@rnsk/toolkits 0.0.9 → 0.0.10
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 +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +13 -1
- 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/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/package.json +1 -1
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { huggingFaceChangeDiscussionsStatus, huggingFaceCreateDiscussions, huggingFaceCreateDiscussionsComment, huggingFaceCreateDiscussionsPin, huggingFaceDeleteDiscussions, huggingFaceGetDiscussion, huggingFaceListDiscussions, huggingFaceUpdateDiscussionsTitle } from './discussions.js';
|
|
3
|
+
export { huggingFaceChangeDiscussionsStatus, huggingFaceCreateDiscussions, huggingFaceCreateDiscussionsComment, huggingFaceCreateDiscussionsPin, huggingFaceDeleteDiscussions, huggingFaceGetDiscussion, huggingFaceListDiscussions, huggingFaceUpdateDiscussionsTitle };
|
|
4
|
+
import { huggingFaceCheckDatasetValidity, huggingFaceFilterDatasetRows, huggingFaceGetDatasetCroissant, huggingFaceGetDatasetFirstRows, huggingFaceGetDatasetInfo, huggingFaceGetDatasetRows, huggingFaceGetDatasetSize, huggingFaceGetDatasetStatistics, huggingFaceListDatasetParquetFiles, huggingFaceListDatasetSplits, huggingFaceSearchDataset } from './datasets-viewer.js';
|
|
5
|
+
export { huggingFaceCheckDatasetValidity, huggingFaceFilterDatasetRows, huggingFaceGetDatasetCroissant, huggingFaceGetDatasetFirstRows, huggingFaceGetDatasetInfo, huggingFaceGetDatasetRows, huggingFaceGetDatasetSize, huggingFaceGetDatasetStatistics, huggingFaceListDatasetParquetFiles, huggingFaceListDatasetSplits, huggingFaceSearchDataset };
|
|
6
|
+
import { huggingFaceCheckModelsUploadMethod, huggingFaceCreateModelsBranch, huggingFaceCreateModelsCommit, huggingFaceCreateModelsTag, huggingFaceGetModelInfo, huggingFaceGetModelsCompare, huggingFaceGetModelsJwt, huggingFaceGetModelsNotebook, huggingFaceGetModelsScan, huggingFaceGetModelsTreesize, huggingFaceGetModelsXetReadToken, huggingFaceGetResolveCacheModels, huggingFaceListModelsCommits, huggingFaceListModelsPathsInfo, huggingFaceListModelsRefs, huggingFaceUpdateModelsSettings } from './models.js';
|
|
7
|
+
export { huggingFaceCheckModelsUploadMethod, huggingFaceCreateModelsBranch, huggingFaceCreateModelsCommit, huggingFaceCreateModelsTag, huggingFaceGetModelInfo, huggingFaceGetModelsCompare, huggingFaceGetModelsJwt, huggingFaceGetModelsNotebook, huggingFaceGetModelsScan, huggingFaceGetModelsTreesize, huggingFaceGetModelsXetReadToken, huggingFaceGetResolveCacheModels, huggingFaceListModelsCommits, huggingFaceListModelsPathsInfo, huggingFaceListModelsRefs, huggingFaceUpdateModelsSettings };
|
|
8
|
+
import { huggingFaceCheckSpacesUploadMethod, huggingFaceCreateSpacesBranch, huggingFaceCreateSpacesCommit, huggingFaceCreateSpacesSecrets, huggingFaceCreateSpacesTag, huggingFaceCreateSpacesVariables, huggingFaceDeleteSpacesBranch, huggingFaceDeleteSpacesSecrets, huggingFaceDeleteSpacesTag, huggingFaceDeleteSpacesVariables, huggingFaceGetResolveCacheSpaces, huggingFaceGetSpaceInfo, huggingFaceGetSpacesCompare, huggingFaceGetSpacesEvents, huggingFaceGetSpacesJwt, huggingFaceGetSpacesMetrics, huggingFaceGetSpacesNotebook, huggingFaceGetSpacesResolve, huggingFaceGetSpacesScan, huggingFaceGetSpacesTreesize, huggingFaceGetSpacesXetReadToken, huggingFaceGetSpacesXetWriteToken, huggingFaceListSpacesCommits, huggingFaceListSpacesHardware, huggingFaceListSpacesLfsFiles, huggingFaceListSpacesPathsInfo, huggingFaceListSpacesRefs, huggingFaceSquashSpacesCommits, huggingFaceUpdateSpacesSettings } from './spaces.js';
|
|
9
|
+
export { huggingFaceCheckSpacesUploadMethod, huggingFaceCreateSpacesBranch, huggingFaceCreateSpacesCommit, huggingFaceCreateSpacesSecrets, huggingFaceCreateSpacesTag, huggingFaceCreateSpacesVariables, huggingFaceDeleteSpacesBranch, huggingFaceDeleteSpacesSecrets, huggingFaceDeleteSpacesTag, huggingFaceDeleteSpacesVariables, huggingFaceGetResolveCacheSpaces, huggingFaceGetSpaceInfo, huggingFaceGetSpacesCompare, huggingFaceGetSpacesEvents, huggingFaceGetSpacesJwt, huggingFaceGetSpacesMetrics, huggingFaceGetSpacesNotebook, huggingFaceGetSpacesResolve, huggingFaceGetSpacesScan, huggingFaceGetSpacesTreesize, huggingFaceGetSpacesXetReadToken, huggingFaceGetSpacesXetWriteToken, huggingFaceListSpacesCommits, huggingFaceListSpacesHardware, huggingFaceListSpacesLfsFiles, huggingFaceListSpacesPathsInfo, huggingFaceListSpacesRefs, huggingFaceSquashSpacesCommits, huggingFaceUpdateSpacesSettings };
|
|
10
|
+
import { huggingFaceClaimSettingsPapersClaim, huggingFaceCreatePapersComment, huggingFaceCreatePapersCommentReply, huggingFaceCreatePapersIndex, huggingFaceGetDailyPapers, huggingFaceSearchPapers } from './papers.js';
|
|
11
|
+
export { huggingFaceClaimSettingsPapersClaim, huggingFaceCreatePapersComment, huggingFaceCreatePapersCommentReply, huggingFaceCreatePapersIndex, huggingFaceGetDailyPapers, huggingFaceSearchPapers };
|
|
12
|
+
import { huggingFaceCreateAskAccess, huggingFaceCreateCollection, huggingFaceCreateRepo, huggingFaceGetDatasetsTagsByType, huggingFaceGetModelTagsByType, huggingFaceGetResolve, huggingFaceGetTrending, huggingFaceListCollections, huggingFaceListDatasets, huggingFaceListDocs, huggingFaceListRepoFiles, huggingFaceListSpaces, huggingFaceSearchDocs } from './repos.js';
|
|
13
|
+
export { huggingFaceCreateAskAccess, huggingFaceCreateCollection, huggingFaceCreateRepo, huggingFaceGetDatasetsTagsByType, huggingFaceGetModelTagsByType, huggingFaceGetResolve, huggingFaceGetTrending, huggingFaceListCollections, huggingFaceListDatasets, huggingFaceListDocs, huggingFaceListRepoFiles, huggingFaceListSpaces, huggingFaceSearchDocs };
|
|
14
|
+
import { huggingFaceCreateDatasetsBranch, huggingFaceCreateDatasetsCommit, huggingFaceCreateDatasetsPreupload, huggingFaceCreateDatasetsTag, huggingFaceDeleteDatasetsBranch, huggingFaceDeleteDatasetsTag, huggingFaceGetDatasetRepoInfo, huggingFaceGetDatasetsCompare, huggingFaceGetDatasetsJwt, huggingFaceGetDatasetsLeaderboard, huggingFaceGetDatasetsNotebook, huggingFaceGetDatasetsResolve, huggingFaceGetDatasetsScan, huggingFaceGetDatasetsTreesize, huggingFaceGetDatasetsXetReadToken, huggingFaceGetResolveCacheDatasets, huggingFaceHandleDatasetsUserAccessRequest, huggingFaceListDatasetPathsInfo, huggingFaceListDatasetsCommits, huggingFaceListDatasetsRefs, huggingFaceListDatasetsUserAccessRequest, huggingFaceSquashDatasetCommits, huggingFaceUpdateDatasetsSettings } from './datasets.js';
|
|
15
|
+
export { huggingFaceCreateDatasetsBranch, huggingFaceCreateDatasetsCommit, huggingFaceCreateDatasetsPreupload, huggingFaceCreateDatasetsTag, huggingFaceDeleteDatasetsBranch, huggingFaceDeleteDatasetsTag, huggingFaceGetDatasetRepoInfo, huggingFaceGetDatasetsCompare, huggingFaceGetDatasetsJwt, huggingFaceGetDatasetsLeaderboard, huggingFaceGetDatasetsNotebook, huggingFaceGetDatasetsResolve, huggingFaceGetDatasetsScan, huggingFaceGetDatasetsTreesize, huggingFaceGetDatasetsXetReadToken, huggingFaceGetResolveCacheDatasets, huggingFaceHandleDatasetsUserAccessRequest, huggingFaceListDatasetPathsInfo, huggingFaceListDatasetsCommits, huggingFaceListDatasetsRefs, huggingFaceListDatasetsUserAccessRequest, huggingFaceSquashDatasetCommits, huggingFaceUpdateDatasetsSettings };
|
|
16
|
+
import { huggingFaceCreateSqlConsoleEmbed, huggingFaceUpdateSqlConsoleEmbed } from './sql.js';
|
|
17
|
+
export { huggingFaceCreateSqlConsoleEmbed, huggingFaceUpdateSqlConsoleEmbed };
|
|
18
|
+
import { huggingFaceCreateWebhook, huggingFaceDeleteSettingsWebhooks, huggingFaceGetSettingsWebhooks, huggingFaceListSettingsWebhooks, huggingFaceUpdateSettingsWebhooks, huggingFaceUpdateWebhookStatus } from './webhooks.js';
|
|
19
|
+
export { huggingFaceCreateWebhook, huggingFaceDeleteSettingsWebhooks, huggingFaceGetSettingsWebhooks, huggingFaceListSettingsWebhooks, huggingFaceUpdateSettingsWebhooks, huggingFaceUpdateWebhookStatus };
|
|
20
|
+
import { huggingFaceDeleteNetworkCidrList, huggingFaceGenerateChatCompletion, huggingFaceGenerateEmbeddings, huggingFaceListEndpoints, huggingFaceListVendors } from './inference.js';
|
|
21
|
+
export { huggingFaceDeleteNetworkCidrList, huggingFaceGenerateChatCompletion, huggingFaceGenerateEmbeddings, huggingFaceListEndpoints, huggingFaceListVendors };
|
|
22
|
+
import { huggingFaceDeleteNotifications, huggingFaceGetOrganizationsAvatar, huggingFaceGetOrganizationsMembers, huggingFaceGetOrganizationsSocials, huggingFaceGetUsersAvatar, huggingFaceGetUsersOverview, huggingFaceGetUsersSocials, huggingFaceGetWhoami, huggingFaceListNotifications } from './users.js';
|
|
23
|
+
export { huggingFaceDeleteNotifications, huggingFaceGetOrganizationsAvatar, huggingFaceGetOrganizationsMembers, huggingFaceGetOrganizationsSocials, huggingFaceGetUsersAvatar, huggingFaceGetUsersOverview, huggingFaceGetUsersSocials, huggingFaceGetWhoami, huggingFaceListNotifications };
|
|
24
|
+
import { huggingFaceGetJobsHardware, huggingFaceGetSettingsBillingUsageJobs, huggingFaceGetSettingsBillingUsageLive, huggingFaceGetSettingsBillingUsageV2, huggingFaceGetSettingsMcp, huggingFaceUpdateSettingsNotifications, huggingFaceUpdateSettingsWatch } from './settings.js';
|
|
25
|
+
export { huggingFaceGetJobsHardware, huggingFaceGetSettingsBillingUsageJobs, huggingFaceGetSettingsBillingUsageLive, huggingFaceGetSettingsBillingUsageV2, huggingFaceGetSettingsMcp, huggingFaceUpdateSettingsNotifications, huggingFaceUpdateSettingsWatch };
|
|
26
|
+
export const huggingFaceTools = [
|
|
27
|
+
{ name: 'HuggingFaceChangeDiscussionsStatus', description: huggingFaceChangeDiscussionsStatus.description, tool: huggingFaceChangeDiscussionsStatus, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
28
|
+
{ name: 'HuggingFaceCheckDatasetValidity', description: huggingFaceCheckDatasetValidity.description, tool: huggingFaceCheckDatasetValidity, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
29
|
+
{ name: 'HuggingFaceCheckModelsUploadMethod', description: huggingFaceCheckModelsUploadMethod.description, tool: huggingFaceCheckModelsUploadMethod, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
30
|
+
{ name: 'HuggingFaceCheckSpacesUploadMethod', description: huggingFaceCheckSpacesUploadMethod.description, tool: huggingFaceCheckSpacesUploadMethod, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
31
|
+
{ name: 'HuggingFaceClaimSettingsPapersClaim', description: huggingFaceClaimSettingsPapersClaim.description, tool: huggingFaceClaimSettingsPapersClaim, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
32
|
+
{ name: 'HuggingFaceCreateAskAccess', description: huggingFaceCreateAskAccess.description, tool: huggingFaceCreateAskAccess, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
33
|
+
{ name: 'HuggingFaceCreateCollection', description: huggingFaceCreateCollection.description, tool: huggingFaceCreateCollection, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
34
|
+
{ name: 'HuggingFaceCreateDatasetsBranch', description: huggingFaceCreateDatasetsBranch.description, tool: huggingFaceCreateDatasetsBranch, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
35
|
+
{ name: 'HuggingFaceCreateDatasetsCommit', description: huggingFaceCreateDatasetsCommit.description, tool: huggingFaceCreateDatasetsCommit, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
36
|
+
{ name: 'HuggingFaceCreateDatasetsPreupload', description: huggingFaceCreateDatasetsPreupload.description, tool: huggingFaceCreateDatasetsPreupload, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
37
|
+
{ name: 'HuggingFaceCreateDatasetsTag', description: huggingFaceCreateDatasetsTag.description, tool: huggingFaceCreateDatasetsTag, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
38
|
+
{ name: 'HuggingFaceCreateDiscussions', description: huggingFaceCreateDiscussions.description, tool: huggingFaceCreateDiscussions, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
39
|
+
{ name: 'HuggingFaceCreateDiscussionsComment', description: huggingFaceCreateDiscussionsComment.description, tool: huggingFaceCreateDiscussionsComment, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
40
|
+
{ name: 'HuggingFaceCreateDiscussionsPin', description: huggingFaceCreateDiscussionsPin.description, tool: huggingFaceCreateDiscussionsPin, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
41
|
+
{ name: 'HuggingFaceCreateModelsBranch', description: huggingFaceCreateModelsBranch.description, tool: huggingFaceCreateModelsBranch, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
42
|
+
{ name: 'HuggingFaceCreateModelsCommit', description: huggingFaceCreateModelsCommit.description, tool: huggingFaceCreateModelsCommit, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
43
|
+
{ name: 'HuggingFaceCreateModelsTag', description: huggingFaceCreateModelsTag.description, tool: huggingFaceCreateModelsTag, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
44
|
+
{ name: 'HuggingFaceCreatePapersComment', description: huggingFaceCreatePapersComment.description, tool: huggingFaceCreatePapersComment, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
45
|
+
{ name: 'HuggingFaceCreatePapersCommentReply', description: huggingFaceCreatePapersCommentReply.description, tool: huggingFaceCreatePapersCommentReply, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
46
|
+
{ name: 'HuggingFaceCreatePapersIndex', description: huggingFaceCreatePapersIndex.description, tool: huggingFaceCreatePapersIndex, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
47
|
+
{ name: 'HuggingFaceCreateRepo', description: huggingFaceCreateRepo.description, tool: huggingFaceCreateRepo, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
48
|
+
{ name: 'HuggingFaceCreateSpacesBranch', description: huggingFaceCreateSpacesBranch.description, tool: huggingFaceCreateSpacesBranch, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
49
|
+
{ name: 'HuggingFaceCreateSpacesCommit', description: huggingFaceCreateSpacesCommit.description, tool: huggingFaceCreateSpacesCommit, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
50
|
+
{ name: 'HuggingFaceCreateSpacesSecrets', description: huggingFaceCreateSpacesSecrets.description, tool: huggingFaceCreateSpacesSecrets, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
51
|
+
{ name: 'HuggingFaceCreateSpacesTag', description: huggingFaceCreateSpacesTag.description, tool: huggingFaceCreateSpacesTag, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
52
|
+
{ name: 'HuggingFaceCreateSpacesVariables', description: huggingFaceCreateSpacesVariables.description, tool: huggingFaceCreateSpacesVariables, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
53
|
+
{ name: 'HuggingFaceCreateSqlConsoleEmbed', description: huggingFaceCreateSqlConsoleEmbed.description, tool: huggingFaceCreateSqlConsoleEmbed, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
54
|
+
{ name: 'HuggingFaceCreateWebhook', description: huggingFaceCreateWebhook.description, tool: huggingFaceCreateWebhook, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
55
|
+
{ name: 'HuggingFaceDeleteDatasetsBranch', description: huggingFaceDeleteDatasetsBranch.description, tool: huggingFaceDeleteDatasetsBranch, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
56
|
+
{ name: 'HuggingFaceDeleteDatasetsTag', description: huggingFaceDeleteDatasetsTag.description, tool: huggingFaceDeleteDatasetsTag, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
57
|
+
{ name: 'HuggingFaceDeleteDiscussions', description: huggingFaceDeleteDiscussions.description, tool: huggingFaceDeleteDiscussions, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
58
|
+
{ name: 'HuggingFaceDeleteNetworkCidrList', description: huggingFaceDeleteNetworkCidrList.description, tool: huggingFaceDeleteNetworkCidrList, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
59
|
+
{ name: 'HuggingFaceDeleteNotifications', description: huggingFaceDeleteNotifications.description, tool: huggingFaceDeleteNotifications, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
60
|
+
{ name: 'HuggingFaceDeleteSettingsWebhooks', description: huggingFaceDeleteSettingsWebhooks.description, tool: huggingFaceDeleteSettingsWebhooks, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
61
|
+
{ name: 'HuggingFaceDeleteSpacesBranch', description: huggingFaceDeleteSpacesBranch.description, tool: huggingFaceDeleteSpacesBranch, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
62
|
+
{ name: 'HuggingFaceDeleteSpacesSecrets', description: huggingFaceDeleteSpacesSecrets.description, tool: huggingFaceDeleteSpacesSecrets, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
63
|
+
{ name: 'HuggingFaceDeleteSpacesTag', description: huggingFaceDeleteSpacesTag.description, tool: huggingFaceDeleteSpacesTag, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
64
|
+
{ name: 'HuggingFaceDeleteSpacesVariables', description: huggingFaceDeleteSpacesVariables.description, tool: huggingFaceDeleteSpacesVariables, requiredAuth: 'huggingFaceToken', scope: 'delete' },
|
|
65
|
+
{ name: 'HuggingFaceFilterDatasetRows', description: huggingFaceFilterDatasetRows.description, tool: huggingFaceFilterDatasetRows, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
66
|
+
{ name: 'HuggingFaceGenerateChatCompletion', description: huggingFaceGenerateChatCompletion.description, tool: huggingFaceGenerateChatCompletion, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
67
|
+
{ name: 'HuggingFaceGenerateEmbeddings', description: huggingFaceGenerateEmbeddings.description, tool: huggingFaceGenerateEmbeddings, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
68
|
+
{ name: 'HuggingFaceGetDailyPapers', description: huggingFaceGetDailyPapers.description, tool: huggingFaceGetDailyPapers, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
69
|
+
{ name: 'HuggingFaceGetDatasetCroissant', description: huggingFaceGetDatasetCroissant.description, tool: huggingFaceGetDatasetCroissant, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
70
|
+
{ name: 'HuggingFaceGetDatasetFirstRows', description: huggingFaceGetDatasetFirstRows.description, tool: huggingFaceGetDatasetFirstRows, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
71
|
+
{ name: 'HuggingFaceGetDatasetInfo', description: huggingFaceGetDatasetInfo.description, tool: huggingFaceGetDatasetInfo, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
72
|
+
{ name: 'HuggingFaceGetDatasetRepoInfo', description: huggingFaceGetDatasetRepoInfo.description, tool: huggingFaceGetDatasetRepoInfo, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
73
|
+
{ name: 'HuggingFaceGetDatasetRows', description: huggingFaceGetDatasetRows.description, tool: huggingFaceGetDatasetRows, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
74
|
+
{ name: 'HuggingFaceGetDatasetsCompare', description: huggingFaceGetDatasetsCompare.description, tool: huggingFaceGetDatasetsCompare, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
75
|
+
{ name: 'HuggingFaceGetDatasetSize', description: huggingFaceGetDatasetSize.description, tool: huggingFaceGetDatasetSize, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
76
|
+
{ name: 'HuggingFaceGetDatasetsJwt', description: huggingFaceGetDatasetsJwt.description, tool: huggingFaceGetDatasetsJwt, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
77
|
+
{ name: 'HuggingFaceGetDatasetsLeaderboard', description: huggingFaceGetDatasetsLeaderboard.description, tool: huggingFaceGetDatasetsLeaderboard, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
78
|
+
{ name: 'HuggingFaceGetDatasetsNotebook', description: huggingFaceGetDatasetsNotebook.description, tool: huggingFaceGetDatasetsNotebook, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
79
|
+
{ name: 'HuggingFaceGetDatasetsResolve', description: huggingFaceGetDatasetsResolve.description, tool: huggingFaceGetDatasetsResolve, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
80
|
+
{ name: 'HuggingFaceGetDatasetsScan', description: huggingFaceGetDatasetsScan.description, tool: huggingFaceGetDatasetsScan, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
81
|
+
{ name: 'HuggingFaceGetDatasetsTagsByType', description: huggingFaceGetDatasetsTagsByType.description, tool: huggingFaceGetDatasetsTagsByType, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
82
|
+
{ name: 'HuggingFaceGetDatasetStatistics', description: huggingFaceGetDatasetStatistics.description, tool: huggingFaceGetDatasetStatistics, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
83
|
+
{ name: 'HuggingFaceGetDatasetsTreesize', description: huggingFaceGetDatasetsTreesize.description, tool: huggingFaceGetDatasetsTreesize, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
84
|
+
{ name: 'HuggingFaceGetDatasetsXetReadToken', description: huggingFaceGetDatasetsXetReadToken.description, tool: huggingFaceGetDatasetsXetReadToken, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
85
|
+
{ name: 'HuggingFaceGetDiscussion', description: huggingFaceGetDiscussion.description, tool: huggingFaceGetDiscussion, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
86
|
+
{ name: 'HuggingFaceGetJobsHardware', description: huggingFaceGetJobsHardware.description, tool: huggingFaceGetJobsHardware, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
87
|
+
{ name: 'HuggingFaceGetModelInfo', description: huggingFaceGetModelInfo.description, tool: huggingFaceGetModelInfo, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
88
|
+
{ name: 'HuggingFaceGetModelsCompare', description: huggingFaceGetModelsCompare.description, tool: huggingFaceGetModelsCompare, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
89
|
+
{ name: 'HuggingFaceGetModelsJwt', description: huggingFaceGetModelsJwt.description, tool: huggingFaceGetModelsJwt, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
90
|
+
{ name: 'HuggingFaceGetModelsNotebook', description: huggingFaceGetModelsNotebook.description, tool: huggingFaceGetModelsNotebook, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
91
|
+
{ name: 'HuggingFaceGetModelsScan', description: huggingFaceGetModelsScan.description, tool: huggingFaceGetModelsScan, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
92
|
+
{ name: 'HuggingFaceGetModelsTreesize', description: huggingFaceGetModelsTreesize.description, tool: huggingFaceGetModelsTreesize, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
93
|
+
{ name: 'HuggingFaceGetModelsXetReadToken', description: huggingFaceGetModelsXetReadToken.description, tool: huggingFaceGetModelsXetReadToken, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
94
|
+
{ name: 'HuggingFaceGetModelTagsByType', description: huggingFaceGetModelTagsByType.description, tool: huggingFaceGetModelTagsByType, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
95
|
+
{ name: 'HuggingFaceGetOrganizationsAvatar', description: huggingFaceGetOrganizationsAvatar.description, tool: huggingFaceGetOrganizationsAvatar, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
96
|
+
{ name: 'HuggingFaceGetOrganizationsMembers', description: huggingFaceGetOrganizationsMembers.description, tool: huggingFaceGetOrganizationsMembers, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
97
|
+
{ name: 'HuggingFaceGetOrganizationsSocials', description: huggingFaceGetOrganizationsSocials.description, tool: huggingFaceGetOrganizationsSocials, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
98
|
+
{ name: 'HuggingFaceGetResolve', description: huggingFaceGetResolve.description, tool: huggingFaceGetResolve, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
99
|
+
{ name: 'HuggingFaceGetResolveCacheDatasets', description: huggingFaceGetResolveCacheDatasets.description, tool: huggingFaceGetResolveCacheDatasets, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
100
|
+
{ name: 'HuggingFaceGetResolveCacheModels', description: huggingFaceGetResolveCacheModels.description, tool: huggingFaceGetResolveCacheModels, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
101
|
+
{ name: 'HuggingFaceGetResolveCacheSpaces', description: huggingFaceGetResolveCacheSpaces.description, tool: huggingFaceGetResolveCacheSpaces, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
102
|
+
{ name: 'HuggingFaceGetSettingsBillingUsageJobs', description: huggingFaceGetSettingsBillingUsageJobs.description, tool: huggingFaceGetSettingsBillingUsageJobs, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
103
|
+
{ name: 'HuggingFaceGetSettingsBillingUsageLive', description: huggingFaceGetSettingsBillingUsageLive.description, tool: huggingFaceGetSettingsBillingUsageLive, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
104
|
+
{ name: 'HuggingFaceGetSettingsBillingUsageV2', description: huggingFaceGetSettingsBillingUsageV2.description, tool: huggingFaceGetSettingsBillingUsageV2, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
105
|
+
{ name: 'HuggingFaceGetSettingsMcp', description: huggingFaceGetSettingsMcp.description, tool: huggingFaceGetSettingsMcp, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
106
|
+
{ name: 'HuggingFaceGetSettingsWebhooks', description: huggingFaceGetSettingsWebhooks.description, tool: huggingFaceGetSettingsWebhooks, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
107
|
+
{ name: 'HuggingFaceGetSpaceInfo', description: huggingFaceGetSpaceInfo.description, tool: huggingFaceGetSpaceInfo, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
108
|
+
{ name: 'HuggingFaceGetSpacesCompare', description: huggingFaceGetSpacesCompare.description, tool: huggingFaceGetSpacesCompare, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
109
|
+
{ name: 'HuggingFaceGetSpacesEvents', description: huggingFaceGetSpacesEvents.description, tool: huggingFaceGetSpacesEvents, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
110
|
+
{ name: 'HuggingFaceGetSpacesJwt', description: huggingFaceGetSpacesJwt.description, tool: huggingFaceGetSpacesJwt, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
111
|
+
{ name: 'HuggingFaceGetSpacesMetrics', description: huggingFaceGetSpacesMetrics.description, tool: huggingFaceGetSpacesMetrics, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
112
|
+
{ name: 'HuggingFaceGetSpacesNotebook', description: huggingFaceGetSpacesNotebook.description, tool: huggingFaceGetSpacesNotebook, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
113
|
+
{ name: 'HuggingFaceGetSpacesResolve', description: huggingFaceGetSpacesResolve.description, tool: huggingFaceGetSpacesResolve, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
114
|
+
{ name: 'HuggingFaceGetSpacesScan', description: huggingFaceGetSpacesScan.description, tool: huggingFaceGetSpacesScan, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
115
|
+
{ name: 'HuggingFaceGetSpacesTreesize', description: huggingFaceGetSpacesTreesize.description, tool: huggingFaceGetSpacesTreesize, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
116
|
+
{ name: 'HuggingFaceGetSpacesXetReadToken', description: huggingFaceGetSpacesXetReadToken.description, tool: huggingFaceGetSpacesXetReadToken, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
117
|
+
{ name: 'HuggingFaceGetSpacesXetWriteToken', description: huggingFaceGetSpacesXetWriteToken.description, tool: huggingFaceGetSpacesXetWriteToken, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
118
|
+
{ name: 'HuggingFaceGetTrending', description: huggingFaceGetTrending.description, tool: huggingFaceGetTrending, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
119
|
+
{ name: 'HuggingFaceGetUsersAvatar', description: huggingFaceGetUsersAvatar.description, tool: huggingFaceGetUsersAvatar, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
120
|
+
{ name: 'HuggingFaceGetUsersOverview', description: huggingFaceGetUsersOverview.description, tool: huggingFaceGetUsersOverview, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
121
|
+
{ name: 'HuggingFaceGetUsersSocials', description: huggingFaceGetUsersSocials.description, tool: huggingFaceGetUsersSocials, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
122
|
+
{ name: 'HuggingFaceGetWhoami', description: huggingFaceGetWhoami.description, tool: huggingFaceGetWhoami, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
123
|
+
{ name: 'HuggingFaceHandleDatasetsUserAccessRequest', description: huggingFaceHandleDatasetsUserAccessRequest.description, tool: huggingFaceHandleDatasetsUserAccessRequest, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
124
|
+
{ name: 'HuggingFaceListCollections', description: huggingFaceListCollections.description, tool: huggingFaceListCollections, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
125
|
+
{ name: 'HuggingFaceListDatasetParquetFiles', description: huggingFaceListDatasetParquetFiles.description, tool: huggingFaceListDatasetParquetFiles, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
126
|
+
{ name: 'HuggingFaceListDatasetPathsInfo', description: huggingFaceListDatasetPathsInfo.description, tool: huggingFaceListDatasetPathsInfo, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
127
|
+
{ name: 'HuggingFaceListDatasets', description: huggingFaceListDatasets.description, tool: huggingFaceListDatasets, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
128
|
+
{ name: 'HuggingFaceListDatasetsCommits', description: huggingFaceListDatasetsCommits.description, tool: huggingFaceListDatasetsCommits, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
129
|
+
{ name: 'HuggingFaceListDatasetSplits', description: huggingFaceListDatasetSplits.description, tool: huggingFaceListDatasetSplits, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
130
|
+
{ name: 'HuggingFaceListDatasetsRefs', description: huggingFaceListDatasetsRefs.description, tool: huggingFaceListDatasetsRefs, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
131
|
+
{ name: 'HuggingFaceListDatasetsUserAccessRequest', description: huggingFaceListDatasetsUserAccessRequest.description, tool: huggingFaceListDatasetsUserAccessRequest, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
132
|
+
{ name: 'HuggingFaceListDiscussions', description: huggingFaceListDiscussions.description, tool: huggingFaceListDiscussions, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
133
|
+
{ name: 'HuggingFaceListDocs', description: huggingFaceListDocs.description, tool: huggingFaceListDocs, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
134
|
+
{ name: 'HuggingFaceListEndpoints', description: huggingFaceListEndpoints.description, tool: huggingFaceListEndpoints, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
135
|
+
{ name: 'HuggingFaceListModelsCommits', description: huggingFaceListModelsCommits.description, tool: huggingFaceListModelsCommits, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
136
|
+
{ name: 'HuggingFaceListModelsPathsInfo', description: huggingFaceListModelsPathsInfo.description, tool: huggingFaceListModelsPathsInfo, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
137
|
+
{ name: 'HuggingFaceListModelsRefs', description: huggingFaceListModelsRefs.description, tool: huggingFaceListModelsRefs, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
138
|
+
{ name: 'HuggingFaceListNotifications', description: huggingFaceListNotifications.description, tool: huggingFaceListNotifications, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
139
|
+
{ name: 'HuggingFaceListRepoFiles', description: huggingFaceListRepoFiles.description, tool: huggingFaceListRepoFiles, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
140
|
+
{ name: 'HuggingFaceListSettingsWebhooks', description: huggingFaceListSettingsWebhooks.description, tool: huggingFaceListSettingsWebhooks, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
141
|
+
{ name: 'HuggingFaceListSpaces', description: huggingFaceListSpaces.description, tool: huggingFaceListSpaces, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
142
|
+
{ name: 'HuggingFaceListSpacesCommits', description: huggingFaceListSpacesCommits.description, tool: huggingFaceListSpacesCommits, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
143
|
+
{ name: 'HuggingFaceListSpacesHardware', description: huggingFaceListSpacesHardware.description, tool: huggingFaceListSpacesHardware, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
144
|
+
{ name: 'HuggingFaceListSpacesLfsFiles', description: huggingFaceListSpacesLfsFiles.description, tool: huggingFaceListSpacesLfsFiles, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
145
|
+
{ name: 'HuggingFaceListSpacesPathsInfo', description: huggingFaceListSpacesPathsInfo.description, tool: huggingFaceListSpacesPathsInfo, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
146
|
+
{ name: 'HuggingFaceListSpacesRefs', description: huggingFaceListSpacesRefs.description, tool: huggingFaceListSpacesRefs, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
147
|
+
{ name: 'HuggingFaceListVendors', description: huggingFaceListVendors.description, tool: huggingFaceListVendors, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
148
|
+
{ name: 'HuggingFaceSearchDataset', description: huggingFaceSearchDataset.description, tool: huggingFaceSearchDataset, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
149
|
+
{ name: 'HuggingFaceSearchDocs', description: huggingFaceSearchDocs.description, tool: huggingFaceSearchDocs, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
150
|
+
{ name: 'HuggingFaceSearchPapers', description: huggingFaceSearchPapers.description, tool: huggingFaceSearchPapers, requiredAuth: 'huggingFaceToken', scope: 'read' },
|
|
151
|
+
{ name: 'HuggingFaceSquashDatasetCommits', description: huggingFaceSquashDatasetCommits.description, tool: huggingFaceSquashDatasetCommits, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
152
|
+
{ name: 'HuggingFaceSquashSpacesCommits', description: huggingFaceSquashSpacesCommits.description, tool: huggingFaceSquashSpacesCommits, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
153
|
+
{ name: 'HuggingFaceUpdateDatasetsSettings', description: huggingFaceUpdateDatasetsSettings.description, tool: huggingFaceUpdateDatasetsSettings, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
154
|
+
{ name: 'HuggingFaceUpdateDiscussionsTitle', description: huggingFaceUpdateDiscussionsTitle.description, tool: huggingFaceUpdateDiscussionsTitle, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
155
|
+
{ name: 'HuggingFaceUpdateModelsSettings', description: huggingFaceUpdateModelsSettings.description, tool: huggingFaceUpdateModelsSettings, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
156
|
+
{ name: 'HuggingFaceUpdateSettingsNotifications', description: huggingFaceUpdateSettingsNotifications.description, tool: huggingFaceUpdateSettingsNotifications, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
157
|
+
{ name: 'HuggingFaceUpdateSettingsWatch', description: huggingFaceUpdateSettingsWatch.description, tool: huggingFaceUpdateSettingsWatch, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
158
|
+
{ name: 'HuggingFaceUpdateSettingsWebhooks', description: huggingFaceUpdateSettingsWebhooks.description, tool: huggingFaceUpdateSettingsWebhooks, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
159
|
+
{ name: 'HuggingFaceUpdateSpacesSettings', description: huggingFaceUpdateSpacesSettings.description, tool: huggingFaceUpdateSpacesSettings, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
160
|
+
{ name: 'HuggingFaceUpdateSqlConsoleEmbed', description: huggingFaceUpdateSqlConsoleEmbed.description, tool: huggingFaceUpdateSqlConsoleEmbed, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
161
|
+
{ name: 'HuggingFaceUpdateWebhookStatus', description: huggingFaceUpdateWebhookStatus.description, tool: huggingFaceUpdateWebhookStatus, requiredAuth: 'huggingFaceToken', scope: 'write' },
|
|
162
|
+
];
|
|
163
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export declare const huggingFaceDeleteNetworkCidrList: import("ai").Tool<{
|
|
2
|
+
namespace: string;
|
|
3
|
+
cidrId: string;
|
|
4
|
+
huggingFaceToken?: string | undefined;
|
|
5
|
+
}, any>;
|
|
6
|
+
export declare const huggingFaceGenerateChatCompletion: import("ai").Tool<{
|
|
7
|
+
messages: Record<string, any>[];
|
|
8
|
+
model: string;
|
|
9
|
+
stream?: boolean | undefined;
|
|
10
|
+
huggingFaceToken?: string | undefined;
|
|
11
|
+
seed?: number | undefined;
|
|
12
|
+
stop?: string[] | undefined;
|
|
13
|
+
tools?: Record<string, any>[] | undefined;
|
|
14
|
+
top_p?: number | undefined;
|
|
15
|
+
logprobs?: boolean | undefined;
|
|
16
|
+
max_tokens?: number | undefined;
|
|
17
|
+
temperature?: number | undefined;
|
|
18
|
+
tool_choice?: Record<string, any> | undefined;
|
|
19
|
+
tool_prompt?: string | undefined;
|
|
20
|
+
top_logprobs?: number | undefined;
|
|
21
|
+
stream_options?: Record<string, any> | undefined;
|
|
22
|
+
response_format?: Record<string, any> | undefined;
|
|
23
|
+
presence_penalty?: number | undefined;
|
|
24
|
+
frequency_penalty?: number | undefined;
|
|
25
|
+
}, any>;
|
|
26
|
+
export declare const huggingFaceGenerateEmbeddings: import("ai").Tool<{
|
|
27
|
+
inputs: string[];
|
|
28
|
+
huggingFaceToken?: string | undefined;
|
|
29
|
+
model?: string | undefined;
|
|
30
|
+
}, any>;
|
|
31
|
+
export declare const huggingFaceListEndpoints: import("ai").Tool<{
|
|
32
|
+
namespace: string;
|
|
33
|
+
limit?: number | undefined;
|
|
34
|
+
search?: string | undefined;
|
|
35
|
+
tags?: string | undefined;
|
|
36
|
+
cursor?: string | undefined;
|
|
37
|
+
huggingFaceToken?: string | undefined;
|
|
38
|
+
}, any>;
|
|
39
|
+
export declare const huggingFaceListVendors: import("ai").Tool<{
|
|
40
|
+
huggingFaceToken?: string | undefined;
|
|
41
|
+
}, any>;
|
|
42
|
+
//# sourceMappingURL=inference.d.ts.map
|
|
@@ -0,0 +1,86 @@
|
|
|
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 huggingFaceDeleteNetworkCidrList = tool({
|
|
10
|
+
description: "Tool to delete a network CIDR list entry from Hugging Face Inference Endpoints. Use when you need to remove a CIDR configuration that is no longer needed. This action permanently removes the specified CIDR from the namespace's network configuration.",
|
|
11
|
+
inputSchema: z.object({
|
|
12
|
+
huggingFaceToken: tokenField,
|
|
13
|
+
cidrId: z.string().describe("The unique identifier of the CIDR to delete. This is a hexadecimal ID that was returned when the CIDR was created."),
|
|
14
|
+
namespace: z.string().describe("The namespace (user or organization) that owns the CIDR configuration. For example, '121tester' for a user or 'my-org' for an organization."),
|
|
15
|
+
}),
|
|
16
|
+
execute: async ({ huggingFaceToken, cidrId, namespace }) => {
|
|
17
|
+
const queryParams = undefined;
|
|
18
|
+
return hfApi(huggingFaceToken, { method: 'DELETE', url: `${HOSTS.IE}/v2/network/${encodeURIComponent(namespace)}/cidr/${encodeURIComponent(cidrId)}`, queryParams });
|
|
19
|
+
},
|
|
20
|
+
});
|
|
21
|
+
export const huggingFaceGenerateChatCompletion = tool({
|
|
22
|
+
description: "Tool to generate a response given a list of messages in a conversational context. Supports both conversational Language Models (LLMs) and Vision-Language Models (VLMs). Compatible with OpenAI SDK.",
|
|
23
|
+
inputSchema: z.object({
|
|
24
|
+
huggingFaceToken: tokenField,
|
|
25
|
+
seed: z.number().int().optional().describe("Random seed for deterministic sampling. Using the same seed with the same parameters should produce the same output."),
|
|
26
|
+
stop: z.array(z.string()).max(4).optional().describe("Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence."),
|
|
27
|
+
model: z.string().describe("The model ID to use for chat completion. Format: namespace/model or namespace/model:provider. Examples: 'meta-llama/Llama-3.2-3B-Instruct', 'Qwen/Qwen2.5-7B-Instruct-1M'."),
|
|
28
|
+
tools: z.array(z.record(z.any())).optional().describe("A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for."),
|
|
29
|
+
top_p: z.number().min(0).max(1).optional().describe("An alternative to sampling with temperature, called nucleus sampling. The model considers the results of tokens with top_p probability mass. So 0.1 means only tokens comprising the top 10% probability mass are considered."),
|
|
30
|
+
stream: z.boolean().optional().describe("Whether to stream the response as Server-Sent Events. If true, tokens are returned as they are generated. If false (default), the full response is returned at once."),
|
|
31
|
+
logprobs: z.boolean().optional().describe("Whether to return log probabilities of the output tokens. If true, returns the log probabilities of each output token returned in the content of message."),
|
|
32
|
+
messages: z.array(z.record(z.any())).min(1).describe("A list of messages comprising the conversation so far. Each message has a role (system, user, assistant, tool) and content."),
|
|
33
|
+
max_tokens: z.number().int().min(1).optional().describe("The maximum number of tokens that can be generated in the chat completion. If not specified, the model will generate until it reaches a natural stopping point."),
|
|
34
|
+
temperature: z.number().min(0).max(2).optional().describe("Sampling temperature between 0 and 2. Higher values like 0.8 make output more random, lower values like 0.2 make it more focused and deterministic. We generally recommend altering this or top_p but not both."),
|
|
35
|
+
tool_choice: z.record(z.any()).optional().describe("Controls which (if any) tool is called by the model. 'auto' (default) means the model can pick between generating a message or calling a tool. 'none' means the model will not call a tool. 'required' means the model must call a tool. Or specify a particular function to force the model to call it."),
|
|
36
|
+
tool_prompt: z.string().optional().describe("A prompt to be appended before the tools section."),
|
|
37
|
+
top_logprobs: z.number().int().min(0).max(5).optional().describe("An integer between 0 and 5 specifying the number of most likely tokens to return at each token position, each with an associated log probability. logprobs must be set to true if this parameter is used."),
|
|
38
|
+
stream_options: z.record(z.any()).optional().describe("Stream options."),
|
|
39
|
+
response_format: z.record(z.any()).optional().describe("The format of the response. Can be 'text' (default), 'json_object' for JSON mode, or 'json_schema' for structured output with a specific schema."),
|
|
40
|
+
presence_penalty: z.number().min(-2).max(2).optional().describe("Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics."),
|
|
41
|
+
frequency_penalty: z.number().min(-2).max(2).optional().describe("Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim."),
|
|
42
|
+
}),
|
|
43
|
+
execute: async ({ huggingFaceToken, seed, stop, model, tools, top_p, stream, logprobs, messages, max_tokens, temperature, tool_choice, tool_prompt, top_logprobs, stream_options, response_format, presence_penalty, frequency_penalty }) => {
|
|
44
|
+
const queryParams = undefined;
|
|
45
|
+
const { huggingFaceToken: _t, ...body } = { huggingFaceToken, seed, stop, model, tools, top_p, stream, logprobs, messages, max_tokens, temperature, tool_choice, tool_prompt, top_logprobs, stream_options, response_format, presence_penalty, frequency_penalty };
|
|
46
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.ROUTER}/v1/chat/completions`, body });
|
|
47
|
+
},
|
|
48
|
+
});
|
|
49
|
+
export const huggingFaceGenerateEmbeddings = tool({
|
|
50
|
+
description: "Tool to convert text into vector embeddings for feature extraction, semantic search, and similarity tasks. Use when you need numerical representations of text for ML applications.",
|
|
51
|
+
inputSchema: z.object({
|
|
52
|
+
huggingFaceToken: tokenField,
|
|
53
|
+
model: z.string().optional().describe("The Hugging Face model ID to use for generating embeddings. Must be a valid embedding model from the Hugging Face model hub."),
|
|
54
|
+
inputs: z.array(z.string()).min(1).describe("Array of text strings to convert into embeddings. Each string will be processed and returned as a numerical vector representation."),
|
|
55
|
+
}),
|
|
56
|
+
execute: async ({ huggingFaceToken, model, inputs }) => {
|
|
57
|
+
const queryParams = undefined;
|
|
58
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.AII}/pipeline/feature-extraction/${encodeURIComponent(model)}`, body: { inputs } });
|
|
59
|
+
},
|
|
60
|
+
});
|
|
61
|
+
export const huggingFaceListEndpoints = tool({
|
|
62
|
+
description: "Tool to list Hugging Face Inference Endpoints for a specific user or organization. Use when you need to retrieve endpoints, optionally filtered by tags or name.",
|
|
63
|
+
inputSchema: z.object({
|
|
64
|
+
huggingFaceToken: tokenField,
|
|
65
|
+
tags: z.string().optional().describe("Filter endpoints by tags (comma-separated). Use this to find endpoints with specific tags."),
|
|
66
|
+
limit: z.number().int().min(1).max(100).optional().describe("Maximum number of endpoints to return per page. Defaults to 20 if not specified."),
|
|
67
|
+
cursor: z.string().optional().describe("Pagination cursor to fetch the next or previous page of results. Use the nextCursor or prevCursor from the previous response."),
|
|
68
|
+
search: z.string().optional().describe("Filter endpoints by name substring. Use this to search for endpoints containing specific text in their name."),
|
|
69
|
+
namespace: z.string().describe("User or organization name to list endpoints for. This is the owner of the endpoints you want to retrieve."),
|
|
70
|
+
}),
|
|
71
|
+
execute: async ({ huggingFaceToken, tags, limit, cursor, search, namespace }) => {
|
|
72
|
+
const queryParams = { search: search, tags: tags, limit: limit, cursor: cursor };
|
|
73
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.IE}/v2/endpoint/${encodeURIComponent(namespace)}`, queryParams });
|
|
74
|
+
},
|
|
75
|
+
});
|
|
76
|
+
export const huggingFaceListVendors = tool({
|
|
77
|
+
description: "Tool to list available cloud provider vendors for Hugging Face Inference Endpoints. Use when you need to discover available infrastructure options across AWS, Azure, and GCP. Returns vendors with their regions and compute instance types for deploying models.",
|
|
78
|
+
inputSchema: z.object({
|
|
79
|
+
huggingFaceToken: tokenField,
|
|
80
|
+
}),
|
|
81
|
+
execute: async ({ huggingFaceToken }) => {
|
|
82
|
+
const queryParams = undefined;
|
|
83
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.IE}/v2/vendor`, queryParams });
|
|
84
|
+
},
|
|
85
|
+
});
|
|
86
|
+
//# sourceMappingURL=inference.js.map
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export declare const huggingFaceCheckModelsUploadMethod: import("ai").Tool<{
|
|
2
|
+
repo: string;
|
|
3
|
+
files: Record<string, any>[];
|
|
4
|
+
namespace: string;
|
|
5
|
+
rev: string;
|
|
6
|
+
huggingFaceToken?: string | undefined;
|
|
7
|
+
gitIgnore?: string | undefined;
|
|
8
|
+
gitAttributes?: string | undefined;
|
|
9
|
+
}, any>;
|
|
10
|
+
export declare const huggingFaceCreateModelsBranch: import("ai").Tool<{
|
|
11
|
+
repo: string;
|
|
12
|
+
namespace: string;
|
|
13
|
+
rev: string;
|
|
14
|
+
huggingFaceToken?: string | undefined;
|
|
15
|
+
overwrite?: boolean | undefined;
|
|
16
|
+
emptyBranch?: boolean | undefined;
|
|
17
|
+
startingPoint?: string | undefined;
|
|
18
|
+
}, any>;
|
|
19
|
+
export declare const huggingFaceCreateModelsCommit: import("ai").Tool<{
|
|
20
|
+
summary: string;
|
|
21
|
+
repo: string;
|
|
22
|
+
namespace: string;
|
|
23
|
+
rev: string;
|
|
24
|
+
description?: string | undefined;
|
|
25
|
+
files?: Record<string, any>[] | undefined;
|
|
26
|
+
contentType?: "application/json" | "application/x-ndjson" | undefined;
|
|
27
|
+
huggingFaceToken?: string | undefined;
|
|
28
|
+
createPr?: string | undefined;
|
|
29
|
+
lfsFiles?: Record<string, any>[] | undefined;
|
|
30
|
+
hotReload?: string | undefined;
|
|
31
|
+
parentCommit?: string | undefined;
|
|
32
|
+
deletedEntries?: Record<string, any>[] | undefined;
|
|
33
|
+
}, any>;
|
|
34
|
+
export declare const huggingFaceCreateModelsTag: import("ai").Tool<{
|
|
35
|
+
repo: string;
|
|
36
|
+
namespace: string;
|
|
37
|
+
tag: string;
|
|
38
|
+
rev: string;
|
|
39
|
+
message?: string | undefined;
|
|
40
|
+
huggingFaceToken?: string | undefined;
|
|
41
|
+
}, any>;
|
|
42
|
+
export declare const huggingFaceGetModelInfo: import("ai").Tool<{
|
|
43
|
+
repo: string;
|
|
44
|
+
namespace: string;
|
|
45
|
+
huggingFaceToken?: string | undefined;
|
|
46
|
+
}, any>;
|
|
47
|
+
export declare const huggingFaceGetModelsCompare: any;
|
|
48
|
+
export declare const huggingFaceGetModelsJwt: import("ai").Tool<{
|
|
49
|
+
repo: string;
|
|
50
|
+
namespace: string;
|
|
51
|
+
write?: string | undefined;
|
|
52
|
+
huggingFaceToken?: string | undefined;
|
|
53
|
+
encrypted?: string | undefined;
|
|
54
|
+
expiration?: string | undefined;
|
|
55
|
+
inferenceApi?: string | undefined;
|
|
56
|
+
includeProStatus?: string | undefined;
|
|
57
|
+
}, any>;
|
|
58
|
+
export declare const huggingFaceGetModelsNotebook: import("ai").Tool<{
|
|
59
|
+
path: string;
|
|
60
|
+
repo: string;
|
|
61
|
+
namespace: string;
|
|
62
|
+
rev: string;
|
|
63
|
+
huggingFaceToken?: string | undefined;
|
|
64
|
+
}, any>;
|
|
65
|
+
export declare const huggingFaceGetModelsScan: import("ai").Tool<{
|
|
66
|
+
repo: string;
|
|
67
|
+
namespace: string;
|
|
68
|
+
huggingFaceToken?: string | undefined;
|
|
69
|
+
}, any>;
|
|
70
|
+
export declare const huggingFaceGetModelsTreesize: import("ai").Tool<{
|
|
71
|
+
repo: string;
|
|
72
|
+
namespace: string;
|
|
73
|
+
rev: string;
|
|
74
|
+
path?: string | undefined;
|
|
75
|
+
huggingFaceToken?: string | undefined;
|
|
76
|
+
}, any>;
|
|
77
|
+
export declare const huggingFaceGetModelsXetReadToken: import("ai").Tool<{
|
|
78
|
+
repo: string;
|
|
79
|
+
namespace: string;
|
|
80
|
+
rev: string;
|
|
81
|
+
huggingFaceToken?: string | undefined;
|
|
82
|
+
}, any>;
|
|
83
|
+
export declare const huggingFaceGetResolveCacheModels: any;
|
|
84
|
+
export declare const huggingFaceListModelsCommits: import("ai").Tool<{
|
|
85
|
+
repo: string;
|
|
86
|
+
namespace: string;
|
|
87
|
+
rev: string;
|
|
88
|
+
limit?: number | undefined;
|
|
89
|
+
huggingFaceToken?: string | undefined;
|
|
90
|
+
p?: number | undefined;
|
|
91
|
+
expand?: string[] | undefined;
|
|
92
|
+
}, any>;
|
|
93
|
+
export declare const huggingFaceListModelsPathsInfo: import("ai").Tool<{
|
|
94
|
+
repo: string;
|
|
95
|
+
namespace: string;
|
|
96
|
+
rev: string;
|
|
97
|
+
expand: Record<string, any>;
|
|
98
|
+
paths: Record<string, any>;
|
|
99
|
+
huggingFaceToken?: string | undefined;
|
|
100
|
+
}, any>;
|
|
101
|
+
export declare const huggingFaceListModelsRefs: import("ai").Tool<{
|
|
102
|
+
repo: string;
|
|
103
|
+
namespace: string;
|
|
104
|
+
huggingFaceToken?: string | undefined;
|
|
105
|
+
includePrs?: boolean | undefined;
|
|
106
|
+
}, any>;
|
|
107
|
+
export declare const huggingFaceUpdateModelsSettings: import("ai").Tool<{
|
|
108
|
+
repo: string;
|
|
109
|
+
namespace: string;
|
|
110
|
+
isPrivate?: boolean | undefined;
|
|
111
|
+
huggingFaceToken?: string | undefined;
|
|
112
|
+
discussionsSorting?: "reactions" | "trending" | "recently-created" | undefined;
|
|
113
|
+
discussionsDisabled?: boolean | undefined;
|
|
114
|
+
gatedNotificationsMode?: "bulk" | "real-time" | undefined;
|
|
115
|
+
gatedNotificationsEmail?: string | undefined;
|
|
116
|
+
}, any>;
|
|
117
|
+
//# sourceMappingURL=models.d.ts.map
|