feat(tools): added sentry, incidentio, and posthog tools (#2116)

* feat(tools): added sentry, incidentio, and posthog tools

* update docs

* fixed docs to use native fumadocs for llms.txt and copy markdown, fixed tool issues

* cleanup

* enhance error extractor, fixed posthog tools

* docs enhancements, cleanup

* added more incident io ops, remove zustand/shallow in favor of zustand/react/shallow

* fix type errors

* remove unnecessary comments

* added vllm to docs
This commit is contained in:
Waleed
2025-11-25 19:50:23 -08:00
committed by GitHub
parent 3a3c946607
commit ff79b78b5f
146 changed files with 20971 additions and 144 deletions

View File

@@ -32,6 +32,7 @@ import {
HuggingFaceIcon,
HunterIOIcon,
ImageIcon,
IncidentioIcon,
JinaAIIcon,
JiraIcon,
LinearIcon,
@@ -55,11 +56,13 @@ import {
PineconeIcon,
PipedriveIcon,
PostgresIcon,
PosthogIcon,
QdrantIcon,
RedditIcon,
ResendIcon,
S3Icon,
SalesforceIcon,
SentryIcon,
SerperIcon,
SlackIcon,
STTIcon,
@@ -112,11 +115,13 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
slack: SlackIcon,
sharepoint: MicrosoftSharepointIcon,
serper: SerperIcon,
sentry: SentryIcon,
salesforce: SalesforceIcon,
s3: S3Icon,
resend: ResendIcon,
reddit: RedditIcon,
qdrant: QdrantIcon,
posthog: PosthogIcon,
postgresql: PostgresIcon,
pipedrive: PipedriveIcon,
pinecone: PineconeIcon,
@@ -140,6 +145,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
knowledge: PackageSearchIcon,
jira: JiraIcon,
jina: JinaAIIcon,
incidentio: IncidentioIcon,
image_generator: ImageIcon,
hunter: HunterIOIcon,
huggingface: HuggingFaceIcon,