6bf8bebf51
CI / Test and Build (push) Failing after 1s
CI / Migrate Dev DB (push) Has been skipped
CI / Migrate DB (push) Has been skipped
CodeQL / Analyze actions (push) Has been cancelled
CodeQL / Analyze javascript-typescript (push) Has been cancelled
CI / Detect Version (push) Has been cancelled
CI / Detect Desktop Changes (push) Has been cancelled
CI / Build AMD64 (blacksmith-2vcpu-ubuntu-2404, ./docker/cron.Dockerfile, ubuntu-latest, ghcr.io/simstudioai/cron) (push) Has been cancelled
CI / Build AMD64 (blacksmith-2vcpu-ubuntu-2404, ./docker/db.Dockerfile, ECR_MIGRATIONS, ubuntu-latest, ghcr.io/simstudioai/migrations) (push) Has been cancelled
CI / Build AMD64 (blacksmith-4vcpu-ubuntu-2404, ./docker/pii.Dockerfile, ECR_PII, ubuntu-latest, ghcr.io/simstudioai/pii) (push) Has been cancelled
CI / Build AMD64 (blacksmith-4vcpu-ubuntu-2404, ./docker/realtime.Dockerfile, ECR_REALTIME, ubuntu-latest, ghcr.io/simstudioai/realtime) (push) Has been cancelled
CI / Build AMD64 (blacksmith-8vcpu-ubuntu-2404, ./docker/app.Dockerfile, ECR_APP, linux-x64-8-core, ghcr.io/simstudioai/simstudio) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-4vcpu-ubuntu-2404-arm, ./docker/cron.Dockerfile, ubuntu-24.04-arm, ghcr.io/simstudioai/cron) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-4vcpu-ubuntu-2404-arm, ./docker/db.Dockerfile, ubuntu-24.04-arm, ghcr.io/simstudioai/migrations) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-4vcpu-ubuntu-2404-arm, ./docker/pii.Dockerfile, ubuntu-24.04-arm, ghcr.io/simstudioai/pii) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-4vcpu-ubuntu-2404-arm, ./docker/realtime.Dockerfile, ubuntu-24.04-arm, ghcr.io/simstudioai/realtime) (push) Has been cancelled
CI / Build ARM64 (GHCR Only) (blacksmith-8vcpu-ubuntu-2404-arm, ./docker/app.Dockerfile, linux-arm64-8-core, ghcr.io/simstudioai/simstudio) (push) Has been cancelled
CI / Check Docs Changes (push) Has been cancelled
Publish CLI Package / publish-npm (push) Has been cancelled
Publish Python SDK / publish-pypi (push) Has been cancelled
CI / Deploy Trigger.dev (Dev) (push) Has been cancelled
Helm Chart / Lint, test, and validate chart (push) Has been cancelled
Helm Chart / Chart version bumped (push) Has been cancelled
Publish TypeScript SDK / publish-npm (push) Has been cancelled
CI / Build Dev ECR (blacksmith-8vcpu-ubuntu-2404, ./docker/app.Dockerfile, ECR_APP, linux-x64-8-core) (push) Has been cancelled
CI / Promote Images (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/cron) (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/migrations) (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/pii) (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/realtime) (push) Has been cancelled
CI / Build Dev ECR (blacksmith-2vcpu-ubuntu-2404, ./docker/db.Dockerfile, ECR_MIGRATIONS, ubuntu-latest) (push) Has been cancelled
CI / Build Dev ECR (blacksmith-4vcpu-ubuntu-2404, ./docker/pii.Dockerfile, ECR_PII, ubuntu-latest) (push) Has been cancelled
CI / Build Dev ECR (blacksmith-4vcpu-ubuntu-2404, ./docker/realtime.Dockerfile, ECR_REALTIME, ubuntu-latest) (push) Has been cancelled
CI / Create GHCR Manifests (ghcr.io/simstudioai/simstudio) (push) Has been cancelled
CI / Process Docs (push) Has been cancelled
CI / Create GitHub Release (push) Has been cancelled
CI / Check Desktop Signing Secrets (push) Has been cancelled
CI / Desktop Release (push) Has been cancelled
CI / Create Desktop Prerelease (push) Has been cancelled
CI / Desktop Prerelease Build (push) Has been cancelled
CI / Publish Desktop Prerelease (push) Has been cancelled
CI / Prune Desktop Prereleases (push) Has been cancelled
Helm Chart / Install on kind and run helm test (push) Has been cancelled
73 lines
3.8 KiB
TypeScript
73 lines
3.8 KiB
TypeScript
import { deleteTool } from '@/tools/reddit/delete'
|
|
import { editTool } from '@/tools/reddit/edit'
|
|
import { getCommentsTool } from '@/tools/reddit/get_comments'
|
|
import { getControversialTool } from '@/tools/reddit/get_controversial'
|
|
import { getInfoTool } from '@/tools/reddit/get_info'
|
|
import { getMeTool } from '@/tools/reddit/get_me'
|
|
import { getMessagesTool } from '@/tools/reddit/get_messages'
|
|
import { getPostsTool } from '@/tools/reddit/get_posts'
|
|
import { getSavedTool } from '@/tools/reddit/get_saved'
|
|
import { getSubredditInfoTool } from '@/tools/reddit/get_subreddit_info'
|
|
import { getSubredditRulesTool } from '@/tools/reddit/get_subreddit_rules'
|
|
import { getUserTool } from '@/tools/reddit/get_user'
|
|
import { getUserCommentsTool } from '@/tools/reddit/get_user_comments'
|
|
import { getUserPostsTool } from '@/tools/reddit/get_user_posts'
|
|
import { hideTool, unhideTool } from '@/tools/reddit/hide'
|
|
import { hotPostsTool } from '@/tools/reddit/hot_posts'
|
|
import { listMySubredditsTool } from '@/tools/reddit/list_my_subreddits'
|
|
import { markAllReadTool, markReadTool } from '@/tools/reddit/mark_message'
|
|
import { markNsfwTool, unmarkNsfwTool } from '@/tools/reddit/mark_nsfw'
|
|
import { modApproveTool } from '@/tools/reddit/mod_approve'
|
|
import { modDistinguishTool } from '@/tools/reddit/mod_distinguish'
|
|
import { lockTool, unlockTool } from '@/tools/reddit/mod_lock'
|
|
import { modRemoveTool } from '@/tools/reddit/mod_remove'
|
|
import { modStickyTool } from '@/tools/reddit/mod_sticky'
|
|
import { replyTool } from '@/tools/reddit/reply'
|
|
import { reportTool } from '@/tools/reddit/report'
|
|
import { saveTool, unsaveTool } from '@/tools/reddit/save'
|
|
import { searchTool } from '@/tools/reddit/search'
|
|
import { searchSubredditsTool } from '@/tools/reddit/search_subreddits'
|
|
import { sendMessageTool } from '@/tools/reddit/send_message'
|
|
import { submitPostTool } from '@/tools/reddit/submit_post'
|
|
import { subscribeTool } from '@/tools/reddit/subscribe'
|
|
import { voteTool } from '@/tools/reddit/vote'
|
|
|
|
export const redditHotPostsTool = hotPostsTool
|
|
export const redditGetPostsTool = getPostsTool
|
|
export const redditGetCommentsTool = getCommentsTool
|
|
export const redditGetControversialTool = getControversialTool
|
|
export const redditSearchTool = searchTool
|
|
export const redditSubmitPostTool = submitPostTool
|
|
export const redditVoteTool = voteTool
|
|
export const redditSaveTool = saveTool
|
|
export const redditUnsaveTool = unsaveTool
|
|
export const redditReplyTool = replyTool
|
|
export const redditEditTool = editTool
|
|
export const redditDeleteTool = deleteTool
|
|
export const redditSubscribeTool = subscribeTool
|
|
export const redditGetMeTool = getMeTool
|
|
export const redditGetUserTool = getUserTool
|
|
export const redditSendMessageTool = sendMessageTool
|
|
export const redditGetMessagesTool = getMessagesTool
|
|
export const redditGetSubredditInfoTool = getSubredditInfoTool
|
|
export const redditGetSubredditRulesTool = getSubredditRulesTool
|
|
export const redditGetUserPostsTool = getUserPostsTool
|
|
export const redditGetUserCommentsTool = getUserCommentsTool
|
|
export const redditGetSavedTool = getSavedTool
|
|
export const redditGetInfoTool = getInfoTool
|
|
export const redditSearchSubredditsTool = searchSubredditsTool
|
|
export const redditListMySubredditsTool = listMySubredditsTool
|
|
export const redditReportTool = reportTool
|
|
export const redditHideTool = hideTool
|
|
export const redditUnhideTool = unhideTool
|
|
export const redditMarkNsfwTool = markNsfwTool
|
|
export const redditUnmarkNsfwTool = unmarkNsfwTool
|
|
export const redditMarkReadTool = markReadTool
|
|
export const redditMarkAllReadTool = markAllReadTool
|
|
export const redditModApproveTool = modApproveTool
|
|
export const redditModRemoveTool = modRemoveTool
|
|
export const redditModDistinguishTool = modDistinguishTool
|
|
export const redditLockTool = lockTool
|
|
export const redditUnlockTool = unlockTool
|
|
export const redditModStickyTool = modStickyTool
|