Skip to content

Latest commit

 

History

History
171 lines (158 loc) · 34.5 KB

File metadata and controls

171 lines (158 loc) · 34.5 KB

Integration Inventory

This repo tracks TypeScript-first Chidori integrations by integration surface and package ownership.

Integration Categories

Chidori integrations are grouped into these broad areas:

Integration surface Chidori package strategy Current coverage
Chat models Provider packages expose Chidori tools for model APIs; native provider routing belongs in ../chidori. OpenAI, Anthropic, Google Gemini/Vertex, AWS Bedrock, Azure OpenAI, Cloudflare Workers AI/Gateway, Databricks Model Serving, Aleph Alpha, AI21, Baidu Qianfan, Cohere, IBM watsonx.ai, Mistral, Groq, OpenRouter, Yandex Cloud AI Studio, xAI, Fireworks, Together, Perplexity, DeepSeek, Hugging Face, DeepInfra, ZhipuAI, Moonshot AI, DashScope/Tongyi, Tencent Hunyuan, ByteDance Volcengine/Doubao, MiniMax, Novita AI, Friendli, SambaNova, PremAI, Upstage, Writer, GitHub Models, Cerebras, NVIDIA NIM, Ollama
LLMs Same as chat models, with provider-specific text generation endpoints. OpenAI Responses, AWS Bedrock invoke, AWS SageMaker Runtime endpoints, Aleph Alpha completions, Databricks completions, Replicate predictions, Ollama generate, OpenAI-compatible chat/completions/responses endpoints
Embedding models Provider packages expose embedding tools returning vectors and metadata. OpenAI, Google Gemini, Azure OpenAI, Databricks Model Serving, Aleph Alpha, Baidu Qianfan, Cohere, IBM watsonx.ai, Jina, Nomic, Voyage AI, Mistral, Yandex Cloud AI Studio, Pinecone, Fireworks, Together, Hugging Face Inference, DeepInfra, ZhipuAI, DashScope/Tongyi, Tencent Hunyuan, ByteDance Volcengine/Doubao, MiniMax, SambaNova, PremAI, Upstage, GitHub Models, NVIDIA NIM, Ollama
Tools and toolkits Service packages export Chidori-ready tools with JSON schema metadata. Web search/crawl, academic search, Google Serper, Perplexity Search, Jina Search, Linkup Search, Google Scholar, Google Trends, Google Jobs, Dappier real-time search, Valyu search, financial market data, weather, public science data, media metadata, SEO/keyword search, knowledge search, Google Maps/YouTube/Cloud Text-to-Speech/Calendar/Gmail, ElevenLabs, Microsoft Graph/Outlook/OneDrive, AWS Bedrock Knowledge Bases, Amazon Kendra, AWS Step Functions, GitHub, GitLab, Salesforce, ServiceNow, Jira, Confluence, Notion, Slack, Stripe, Shopify, Zendesk, HubSpot, Typeform, Discord, Dropbox, Trello, Todoist, Linear, monday.com, PagerDuty, Twilio, SendGrid, Asana, Airtable, ClickSend, JigsawStack, Composio, Neo4j
Document loaders Loader packages should normalize external or file data to a Chidori Document shape. HTTP, text, Markdown, Notion Markdown exports, Cheerio-style webpages, recursive URL crawling, IMSDB scripts, College Confidential pages, subtitles, YouTube transcripts, ChatGPT exports, Slack conversations, Discord channel messages, GitHub repositories, SerpApi/SearchApi results, Salesforce SOQL records, HubSpot CRM objects, Stripe resources, Shopify records, Zendesk Support records, Typeform forms and responses, ServiceNow table records, JSON, JSONL, CSV, RSS/Atom, HTML, sitemap, Notion, Google Drive, Google Cloud Storage, Azure Blob Storage, Amazon S3, Dropbox, Airtable, Figma, Jira, Confluence, Browserbase, Firecrawl, Parallel Extract, Spider, Apify, AssemblyAI, Sonix, Soniox, Hacker News, GitBook, Taskade, Supadata, iFixit, parser API for PDF/DOCX
Vector stores Vector store packages expose upsert/query/delete/search tools. Pinecone, Qdrant, Weaviate, Milvus, Chroma, MongoDB Atlas Vector Search, Upstash Vector, Cloudflare Vectorize, Azure AI Search, Azion EdgeSQL, Azure Cosmos DB for NoSQL, Elasticsearch, OpenSearch, ClickHouse, turbopuffer, Rockset, Typesense, Supabase, Astra DB, Vectara, Xata, Couchbase Search, Couchbase Query, Meilisearch, Vespa, Neo4j, Databricks Vector Search
Retrievers Retriever helpers should compose embeddings, rerankers, search APIs, and vector-store tools. Generic vector similarity retriever, HyDE retriever, BM25 retriever, time-weighted retriever, rerank document composer, Alchemyst AI retriever, Azion EdgeSQL retriever, Dria retriever, Chaindesk retriever, ChatGPT Retrieval Plugin retriever, Dappier AI Recommendations retriever, Valyu Search retriever, Supabase Hybrid Search retriever, Metal retriever, Brave Search retriever, Bing Web Search retriever, Google Serper retriever, SerpApi retriever, Perplexity Search retriever, Google Scholar retriever, Semantic Scholar retriever, WolframAlpha retriever, DuckDuckGo Instant Answer retriever, SearXNG retriever, StackExchange retriever, You.com retriever, Linkup retriever, Mojeek retriever, Parallel retriever, Nimble retriever, PubMed retriever, Wikipedia retriever, arXiv retriever, Tavily retriever, Exa retriever, Vespa retriever, Meilisearch retriever, Zep open source memory retriever, Zep Cloud graph retriever, AWS Bedrock Knowledge Bases, Amazon Kendra, document formatter, Cohere rerank, Contextual AI rerank, Jina rerank, Mixedbread AI rerank, Pinecone rerank, Voyage AI rerank, Together AI rerank
Text splitters Pure TypeScript package with deterministic splitters safe for durable agents. Recursive character splitter
Document transformers Pure TypeScript normalizers and compressors. Basic document chunk metadata, HTML to text, readability-style HTML main content extraction
Sandboxes Chidori has execJs, execPython, and execWasm; external sandbox adapters are exposed as service tools where useful. Native runtime, Azure Dynamic Sessions
Browser automation Browser services expose REST tools while in-browser control remains owned by the caller/runtime. Browserbase sessions, fetch, search, debug URLs, logs, and recordings

Provider Backlog

Priority is based on common agent workflows, stable service APIs, and package ownership boundaries.

Priority Provider/service Package target Interfaces
P0 OpenAI @1kbirds/chidori-integrations-openai chat/text, embeddings, image generation, tools
P0 Anthropic @1kbirds/chidori-integrations-anthropic chat/messages
P0 Google Gemini/Vertex AI, Google Places, Google Routes, YouTube, Google Cloud Text-to-Speech, Google Calendar, Gmail @1kbirds/chidori-integrations-google chat, embeddings, maps, video search, text-to-speech, calendar, email
P0 AWS Bedrock, Bedrock Knowledge Bases, Amazon Kendra, AWS Step Functions, AWS SageMaker, AWS Lambda @1kbirds/chidori-integrations-aws invoke, converse, knowledge base retrieve/RAG, Kendra retrieve/query, Step Functions workflow execution, SageMaker endpoint invocation, lambda invocation with caller-provided SigV4/proxy
P0 Microsoft Azure OpenAI, Azure Dynamic Sessions @1kbirds/chidori-integrations-azure chat, embeddings, code interpreter sessions
P0 Microsoft Graph, Office 365, Outlook, OneDrive @1kbirds/chidori-integrations-microsoft tools/toolkit, mail, calendar, drive
P0 Cloudflare @1kbirds/chidori-integrations-cloudflare Workers AI, AI Gateway chat/responses
P0 Pinecone @1kbirds/chidori-integrations-vectorstores vector store, embeddings, rerank
P0 Qdrant @1kbirds/chidori-integrations-vectorstores vector store
P0 GitHub @1kbirds/chidori-integrations-github tools/toolkit, loaders
P0 GitLab @1kbirds/chidori-integrations-gitlab tools/toolkit, repository files
P0 Salesforce @1kbirds/chidori-integrations-salesforce tools/toolkit, SOQL and sObject records
P0 ServiceNow @1kbirds/chidori-integrations-servicenow tools/toolkit, table records
P0 Jira @1kbirds/chidori-integrations-jira tools/toolkit, issue workflow
P0 Confluence @1kbirds/chidori-integrations-confluence tools/toolkit, pages
P0 Notion @1kbirds/chidori-integrations-notion tools/toolkit, pages and blocks
P0 Stripe @1kbirds/chidori-integrations-stripe tools/toolkit, REST resource lists, customers, payments, checkout
P0 Shopify @1kbirds/chidori-integrations-shopify tools/toolkit, Admin GraphQL, products, orders, customers
P0 Zendesk Support @1kbirds/chidori-integrations-zendesk tools/toolkit, tickets, users, support search
P0 HubSpot @1kbirds/chidori-integrations-hubspot tools/toolkit, CRM object records
P0 Typeform @1kbirds/chidori-integrations-typeform tools/toolkit, forms and responses
P0 Slack @1kbirds/chidori-integrations-slack tools/toolkit, loaders
P0 Discord @1kbirds/chidori-integrations-discord tools/toolkit, loaders
P0 Dropbox @1kbirds/chidori-integrations-dropbox tools/toolkit, file operations, loaders
P0 Trello @1kbirds/chidori-integrations-trello tools/toolkit, boards and cards
P0 Todoist @1kbirds/chidori-integrations-todoist tools/toolkit, projects, tasks, comments
P0 Linear @1kbirds/chidori-integrations-linear tools/toolkit, issues and comments
P0 monday.com @1kbirds/chidori-integrations-monday tools/toolkit, boards, items, updates
P0 PagerDuty @1kbirds/chidori-integrations-pagerduty tools/toolkit, incidents, services, users, events
P0 Twilio @1kbirds/chidori-integrations-twilio tools/toolkit, messages, calls, phone numbers
P0 Twilio SendGrid @1kbirds/chidori-integrations-sendgrid tools/toolkit, mail send, templates, contacts, suppressions
P0 Asana @1kbirds/chidori-integrations-asana tools/toolkit, projects and tasks
P0 Airtable @1kbirds/chidori-integrations-airtable tools/toolkit, records
P0 ClickSend @1kbirds/chidori-integrations-clicksend SMS, voice, email tools
P0 AgentMail @1kbirds/chidori-integrations-agentmail inboxes, messages, replies, attachments
P0 ElevenLabs @1kbirds/chidori-integrations-elevenlabs text-to-speech, voices
P0 JigsawStack @1kbirds/chidori-integrations-jigsawstack AI search, scrape, vOCR, speech-to-text, text-to-SQL
P0 Composio @1kbirds/chidori-integrations-composio tool discovery, execution, proxy execution across Composio toolkits
P0 Alpha Vantage, Polygon.io, Google Finance @1kbirds/chidori-integrations-finance exchange rates, equity time series, quotes, symbol search, market news sentiment, market movers, aggregate bars, ticker news, financials, finance search, market lists
P0 Firecrawl, Tavily, Exa, Brave Search, Bing Web Search, Perplexity Search, Mojeek Search, Parallel Search/Extract, Nimble Search, Google Custom Search, Google Serper, Jina Search, Linkup Search, Google Scholar, Google Trends, Google Jobs, arXiv, Semantic Scholar, PubMed, OpenWeatherMap, NASA, TMDB, SerpApi, SearchApi, DuckDuckGo, Wikipedia, StackExchange, WolframAlpha, SearXNG, You.com, DataForSEO, Dappier, Valyu, Decodo @1kbirds/chidori-integrations-web web search, academic search, search-result content extraction, sourced answers, trend data, job search, weather, public science data, media metadata, extraction, crawling, site maps, knowledge lookup, SEO/keyword APIs, managed scraping, web loaders
P1 Cohere @1kbirds/chidori-integrations-cohere chat, embeddings, rerank
P1 Contextual AI @1kbirds/chidori-integrations-contextual instruction-following rerank
P1 Aleph Alpha @1kbirds/chidori-integrations-aleph-alpha completion, chat, embeddings
P1 AI21 @1kbirds/chidori-integrations-ai21 chat
P1 Baidu Qianfan @1kbirds/chidori-integrations-baidu chat, embeddings
P1 Jina @1kbirds/chidori-integrations-jina embeddings, rerank
P1 Mixedbread AI @1kbirds/chidori-integrations-mixedbread rerank
P1 Nomic @1kbirds/chidori-integrations-nomic embeddings
P1 Voyage AI @1kbirds/chidori-integrations-voyage embeddings, rerank
P1 IBM watsonx.ai @1kbirds/chidori-integrations-ibm chat, embeddings
P1 Mistral @1kbirds/chidori-integrations-mistral chat, embeddings
P1 Groq @1kbirds/chidori-integrations-groq chat
P1 OpenRouter @1kbirds/chidori-integrations-openrouter chat
P1 xAI, Fireworks, Together, Perplexity, DeepSeek, Hugging Face, DeepInfra, ZhipuAI, Moonshot AI, DashScope/Tongyi, Tencent Hunyuan, ByteDance Volcengine/Doubao, MiniMax, Novita AI, Friendli, SambaNova, PremAI, Upstage, GitHub Models, Cerebras, NVIDIA NIM @1kbirds/chidori-integrations-openai-compatible chat/responses, embeddings where compatible
P1 Replicate @1kbirds/chidori-integrations-replicate predictions
P1 Ollama @1kbirds/chidori-integrations-ollama local chat, embeddings
P1 Neo4j @1kbirds/chidori-integrations-neo4j graph Cypher queries, schema inspection, vector indexes, vector query
P1 Databricks @1kbirds/chidori-integrations-databricks Model Serving chat/completions/embeddings, Vector Search
P1 Writer @1kbirds/chidori-integrations-writer chat/text generation
P1 Yandex Cloud AI Studio @1kbirds/chidori-integrations-yandex Foundation Models completion and embeddings
P1 MongoDB Atlas Vector Search @1kbirds/chidori-integrations-vectorstores vector store
P1 Provider-specific vector-store conveniences beyond raw REST wrappers @1kbirds/chidori-integrations-vectorstores vector store
P1 Native in-VM PDF/DOCX parsing without parser API @1kbirds/chidori-integrations-loaders file loaders
P2 Browser/automation services @1kbirds/chidori-integrations-browser Browserbase sessions, fetch, search, debug URLs, logs, recordings

Compatibility Notes

Chidori's durable TypeScript runtime rejects npm package imports in agent source today, while relative imports are supported. Published packages should therefore provide:

  • ESM builds for Node-side use and tests.
  • Source files that can be vendored or bundled into an agent project.
  • Chidori tool modules with static JSON-compatible tool metadata and export async function run(args, chidori).
  • No required Node SDK dependency in the code that runs inside a Chidori agent VM.

The current wrap-up state, runtime boundary, and deferred work list are tracked in status.md.

Implemented Provider Packages

Package Providers Tools
@1kbirds/chidori-integrations-openai OpenAI, OpenAI-compatible openai_responses_create, openai_embeddings_create, openai_images_generate
@1kbirds/chidori-integrations-anthropic Anthropic anthropic_messages_create
@1kbirds/chidori-integrations-google Google Gemini, Google Vertex AI, Google Places, Google Routes, YouTube, Google Cloud Text-to-Speech, Google Calendar, Gmail google_gemini_generate_content, google_gemini_embed_content, google_vertex_generate_content, google_places_text_search, google_routes_compute, google_youtube_search, google_text_to_speech_synthesize, google_text_to_speech_voices_list, google_calendar_events_list, google_calendar_event_insert, google_gmail_messages_list, google_gmail_message_get, google_gmail_message_send, google_gmail_draft_create, google_gmail_thread_get
@1kbirds/chidori-integrations-aws AWS Bedrock, AWS Bedrock Knowledge Bases, Amazon Kendra, AWS Step Functions, AWS SageMaker, AWS Lambda aws_bedrock_invoke_model, aws_bedrock_converse, aws_bedrock_knowledge_base_retrieve, aws_bedrock_knowledge_base_retrieve_and_generate, aws_kendra_retrieve, aws_kendra_query, aws_stepfunctions_start_execution, aws_stepfunctions_describe_execution, aws_stepfunctions_send_task_success, aws_sagemaker_invoke_endpoint, aws_lambda_invoke
@1kbirds/chidori-integrations-azure Azure OpenAI, Azure Dynamic Sessions azure_openai_chat_completions_create, azure_openai_embeddings_create, azure_dynamic_sessions_execute, azure_dynamic_sessions_files_list
@1kbirds/chidori-integrations-microsoft Microsoft Graph, Office 365, Outlook, OneDrive microsoft_graph_request, microsoft_graph_messages_list, microsoft_graph_mail_send, microsoft_graph_calendar_events_list, microsoft_graph_calendar_event_create, microsoft_graph_drive_children_list
@1kbirds/chidori-integrations-cloudflare Cloudflare Workers AI, Cloudflare AI Gateway cloudflare_ai_run, cloudflare_ai_gateway_chat_completions_create, cloudflare_ai_gateway_responses_create
@1kbirds/chidori-integrations-aleph-alpha Aleph Alpha, Pharia inference aleph_alpha_complete, aleph_alpha_chat, aleph_alpha_embeddings
@1kbirds/chidori-integrations-ai21 AI21 ai21_chat_completions_create
@1kbirds/chidori-integrations-baidu Baidu Qianfan baidu_qianfan_access_token_create, baidu_qianfan_chat_completions_create, baidu_qianfan_embeddings_create
@1kbirds/chidori-integrations-cohere Cohere cohere_chat_create, cohere_embed, cohere_rerank
@1kbirds/chidori-integrations-contextual Contextual AI contextual_rerank
@1kbirds/chidori-integrations-ibm IBM watsonx.ai ibm_watsonx_chat, ibm_watsonx_embeddings
@1kbirds/chidori-integrations-jina Jina jina_embeddings_create, jina_rerank
@1kbirds/chidori-integrations-mixedbread Mixedbread AI mixedbread_rerank
@1kbirds/chidori-integrations-nomic Nomic nomic_text_embeddings_create
@1kbirds/chidori-integrations-voyage Voyage AI voyage_embeddings_create, voyage_rerank
@1kbirds/chidori-integrations-mistral Mistral mistral_chat_completions_create, mistral_embeddings_create
@1kbirds/chidori-integrations-groq Groq groq_chat_completions_create
@1kbirds/chidori-integrations-openrouter OpenRouter openrouter_chat_completions_create
@1kbirds/chidori-integrations-openai-compatible xAI, Fireworks AI, Together AI, Perplexity, DeepSeek, Hugging Face, DeepInfra, ZhipuAI, Moonshot AI, DashScope/Tongyi, Tencent Hunyuan, ByteDance Volcengine/Doubao, MiniMax, Novita AI, Friendli, SambaNova, PremAI, Upstage, GitHub Models, Cerebras, NVIDIA NIM xai_chat_completions_create, fireworks_chat_completions_create, fireworks_completions_create, fireworks_embeddings_create, together_chat_completions_create, together_completions_create, together_embeddings_create, together_rerank, perplexity_responses_create, deepseek_chat_completions_create, huggingface_chat_completions_create, huggingface_embeddings_create, deepinfra_chat_completions_create, deepinfra_embeddings_create, zhipuai_chat_completions_create, zhipuai_embeddings_create, moonshot_chat_completions_create, dashscope_chat_completions_create, dashscope_embeddings_create, tencent_hunyuan_chat_completions_create, tencent_hunyuan_embeddings_create, volcengine_doubao_chat_completions_create, volcengine_doubao_embeddings_create, volcengine_doubao_responses_create, minimax_chat_completions_create, minimax_embeddings_create, novita_chat_completions_create, friendli_chat_completions_create, sambanova_chat_completions_create, sambanova_completions_create, sambanova_embeddings_create, premai_chat_completions_create, premai_embeddings_create, upstage_chat_completions_create, upstage_embeddings_create, github_models_chat_completions_create, github_models_embeddings_create, cerebras_chat_completions_create, nvidia_nim_chat_completions_create, nvidia_nim_embeddings_create, nvidia_nim_responses_create
@1kbirds/chidori-integrations-writer Writer AI Studio writer_chat_create
@1kbirds/chidori-integrations-yandex Yandex Cloud AI Studio, Yandex Foundation Models yandex_foundation_completion_create, yandex_foundation_text_embedding_create
@1kbirds/chidori-integrations-replicate Replicate replicate_prediction_create, replicate_official_model_prediction_create, replicate_deployment_prediction_create, replicate_prediction_get, replicate_prediction_cancel
@1kbirds/chidori-integrations-ollama Ollama ollama_chat, ollama_generate, ollama_embed
@1kbirds/chidori-integrations-databricks Databricks Model Serving, Databricks Vector Search databricks_serving_endpoint_get, databricks_serving_invoke, databricks_chat_completions_create, databricks_completions_create, databricks_embeddings_create, databricks_vector_search_query, databricks_vector_search_next_page
@1kbirds/chidori-integrations-browser Browserbase browserbase_session_create, browserbase_sessions_list, browserbase_session_get, browserbase_session_close, browserbase_session_live_urls_get, browserbase_session_logs_list, browserbase_session_recording_get, browserbase_fetch, browserbase_search
@1kbirds/chidori-integrations-web Tavily, Exa, Firecrawl, Brave Search, Bing Web Search, Perplexity Search, Mojeek Search, Parallel Search/Extract, Nimble Search, Google Custom Search, Google Serper, Jina Search, Linkup Search, Google Scholar, Google Trends, Google Jobs, arXiv, Semantic Scholar, PubMed, OpenWeatherMap, NASA, TMDB, SerpApi, SearchApi, DuckDuckGo, Wikipedia, StackExchange, WolframAlpha, SearXNG, You.com, DataForSEO, Dappier, Valyu, Decodo tavily_search, tavily_extract, tavily_crawl, tavily_map, exa_search, firecrawl_scrape, brave_search, bing_web_search, perplexity_search, mojeek_search, parallel_search, parallel_extract, nimble_search, google_custom_search, google_serper_search, jina_search, linkup_search, google_scholar_search, google_trends_search, google_jobs_search, arxiv_search, semantic_scholar_paper_search, semantic_scholar_paper_get, pubmed_search, openweathermap_current_weather, openweathermap_forecast, nasa_apod, nasa_mars_rover_photos, tmdb_movie_search, tmdb_movie_details, serpapi_search, searchapi_search, duckduckgo_instant_answer, wikipedia_search, wikipedia_page_summary, stackexchange_search, wolfram_alpha_query, searxng_search, you_com_search, dataforseo_serp_search, dataforseo_keyword_suggestions, dappier_real_time_search, valyu_search, decodo_scrape
@1kbirds/chidori-integrations-github GitHub github_get_repo, github_repo_issues_list, github_issue_get, github_issue_create, github_search_issues, github_search_code, github_create_issue_comment, github_pull_requests_list, github_pull_request_get, github_pull_request_create, github_pull_request_files_list, github_branches_list, github_branch_create, github_file_contents_get, github_file_create_or_update, github_file_delete
@1kbirds/chidori-integrations-gitlab GitLab gitlab_search, gitlab_project_issues_list, gitlab_issue_create, gitlab_project_merge_requests_list, gitlab_merge_request_create, gitlab_note_create, gitlab_branch_create, gitlab_repository_file_get, gitlab_repository_file_create, gitlab_repository_file_update
@1kbirds/chidori-integrations-salesforce Salesforce salesforce_soql_query, salesforce_sobjects_list, salesforce_sobject_describe, salesforce_sobject_record_get, salesforce_sobject_record_create, salesforce_sobject_record_update, salesforce_sobject_record_delete
@1kbirds/chidori-integrations-servicenow ServiceNow servicenow_table_records_list, servicenow_table_record_get, servicenow_table_record_create, servicenow_table_record_update, servicenow_table_record_delete
@1kbirds/chidori-integrations-jira Jira jira_jql_search, jira_issue_get, jira_issue_create, jira_issue_comment_add, jira_issue_transition
@1kbirds/chidori-integrations-confluence Confluence confluence_pages_list, confluence_page_get, confluence_page_create, confluence_page_update
@1kbirds/chidori-integrations-notion Notion notion_search, notion_page_get, notion_page_create, notion_page_update, notion_block_children_list, notion_block_children_append
@1kbirds/chidori-integrations-slack Slack slack_post_message, slack_message_schedule, slack_conversations_list, slack_conversation_info, slack_conversation_history, slack_conversation_replies, slack_message_permalink_get, slack_user_info, slack_messages_search
@1kbirds/chidori-integrations-stripe Stripe stripe_resource_list, stripe_customers_list, stripe_customer_get, stripe_customer_create, stripe_customer_update, stripe_payment_intent_create, stripe_checkout_session_create, stripe_checkout_session_get
@1kbirds/chidori-integrations-shopify Shopify shopify_admin_graphql, shopify_products_list, shopify_product_get, shopify_orders_list, shopify_order_get, shopify_customers_search, shopify_customer_get
@1kbirds/chidori-integrations-zendesk Zendesk Support zendesk_search, zendesk_tickets_list, zendesk_ticket_get, zendesk_ticket_create, zendesk_ticket_update, zendesk_ticket_comments_list, zendesk_users_list, zendesk_user_create_or_update
@1kbirds/chidori-integrations-hubspot HubSpot hubspot_crm_objects_list, hubspot_crm_objects_search, hubspot_crm_object_get, hubspot_crm_object_create, hubspot_crm_object_update, hubspot_crm_objects_batch_read, hubspot_crm_object_associate
@1kbirds/chidori-integrations-typeform Typeform typeform_forms_list, typeform_form_get, typeform_form_create, typeform_form_update, typeform_responses_list
@1kbirds/chidori-integrations-discord Discord discord_list_guilds, discord_list_guild_channels, discord_list_channel_messages, discord_get_channel_message, discord_create_channel_message
@1kbirds/chidori-integrations-dropbox Dropbox dropbox_files_list_folder, dropbox_files_search, dropbox_temporary_link_get, dropbox_folder_create, dropbox_file_upload_text, dropbox_file_or_folder_delete, dropbox_file_or_folder_move
@1kbirds/chidori-integrations-trello Trello trello_member_boards_list, trello_board_lists_list, trello_board_cards_list, trello_card_create, trello_card_update, trello_card_comment_add
@1kbirds/chidori-integrations-todoist Todoist todoist_projects_list, todoist_tasks_list, todoist_task_get, todoist_task_create, todoist_task_update, todoist_task_close, todoist_task_reopen, todoist_comments_list, todoist_comment_create
@1kbirds/chidori-integrations-linear Linear linear_graphql, linear_teams_list, linear_issue_get, linear_issue_create, linear_issue_update, linear_comment_create
@1kbirds/chidori-integrations-monday monday.com monday_graphql, monday_boards_list, monday_board_items_get, monday_item_create, monday_item_column_values_change, monday_update_create
@1kbirds/chidori-integrations-pagerduty PagerDuty pagerduty_incidents_list, pagerduty_incident_get, pagerduty_incident_update, pagerduty_incident_note_create, pagerduty_services_list, pagerduty_users_list, pagerduty_event_send
@1kbirds/chidori-integrations-neo4j Neo4j neo4j_cypher_query, neo4j_schema_get, neo4j_vector_index_create, neo4j_vector_query, neo4j_documents_upsert
@1kbirds/chidori-integrations-twilio Twilio twilio_message_send, twilio_messages_list, twilio_message_get, twilio_call_create, twilio_calls_list, twilio_available_phone_numbers_search
@1kbirds/chidori-integrations-sendgrid Twilio SendGrid sendgrid_mail_send, sendgrid_templates_list, sendgrid_contacts_upsert, sendgrid_contacts_search_emails, sendgrid_global_suppression_get, sendgrid_global_suppressions_add
@1kbirds/chidori-integrations-asana Asana asana_projects_list, asana_project_tasks_list, asana_workspace_tasks_search, asana_task_get, asana_task_create, asana_task_update, asana_task_comment_add
@1kbirds/chidori-integrations-airtable Airtable airtable_records_list, airtable_record_get, airtable_records_create, airtable_records_update, airtable_record_delete
@1kbirds/chidori-integrations-clicksend ClickSend clicksend_sms_send, clicksend_voice_send, clicksend_email_send
@1kbirds/chidori-integrations-agentmail AgentMail agentmail_agent_sign_up, agentmail_agent_verify, agentmail_inboxes_create, agentmail_inboxes_list, agentmail_inbox_get, agentmail_inbox_update, agentmail_inbox_delete, agentmail_message_send, agentmail_messages_list, agentmail_message_get, agentmail_message_reply, agentmail_message_attachment_get
@1kbirds/chidori-integrations-elevenlabs ElevenLabs elevenlabs_text_to_speech, elevenlabs_voices_list
@1kbirds/chidori-integrations-jigsawstack JigsawStack jigsawstack_ai_search, jigsawstack_ai_scrape, jigsawstack_vocr, jigsawstack_speech_to_text, jigsawstack_text_to_sql
@1kbirds/chidori-integrations-composio Composio composio_tools_list, composio_tool_get, composio_tool_execute, composio_proxy_execute
@1kbirds/chidori-integrations-finance Alpha Vantage, Polygon.io, Google Finance alpha_vantage_exchange_rate, alpha_vantage_time_series_daily, alpha_vantage_time_series_weekly, alpha_vantage_quote, alpha_vantage_symbol_search, alpha_vantage_news_sentiment, alpha_vantage_top_gainers_losers, polygon_aggregates, polygon_last_quote, polygon_ticker_news, polygon_financials, google_finance_search, google_finance_markets
@1kbirds/chidori-integrations-vectorstores Pinecone, Qdrant, Weaviate, Milvus, Chroma, MongoDB Atlas Vector Search, Upstash Vector, Cloudflare Vectorize, Azure AI Search, Azion EdgeSQL, Azure Cosmos DB for NoSQL, Elasticsearch, OpenSearch, ClickHouse, turbopuffer, Rockset, Typesense, Supabase, Astra DB, Vectara, Xata, Couchbase Search, Couchbase Query, Meilisearch, Vespa pinecone_upsert, pinecone_query, pinecone_embeddings_create, pinecone_rerank, qdrant_upsert, qdrant_search, weaviate_batch_objects, weaviate_graphql, milvus_insert, milvus_search, chroma_upsert, chroma_query, mongodb_atlas_vector_search, upstash_vector_upsert, upstash_vector_query, cloudflare_vectorize_upsert, cloudflare_vectorize_query, azure_ai_search_upload, azure_ai_search_vector_search, azion_edgesql_vectors_add, azion_edgesql_vector_search, azion_edgesql_delete, azure_cosmosdb_nosql_document_upsert, azure_cosmosdb_nosql_query, azure_cosmosdb_nosql_document_delete, elasticsearch_index_document, elasticsearch_knn_search, opensearch_index_document, opensearch_knn_search, clickhouse_insert, clickhouse_vector_search, clickhouse_delete, turbopuffer_write, turbopuffer_query, rockset_query, rockset_documents_add, rockset_documents_delete, typesense_documents_import, typesense_vector_search, supabase_vector_upsert, supabase_vector_match, astra_db_insert_many, astra_db_find, vectara_document_index, vectara_corpus_query, xata_vectors_add, xata_vector_search, couchbase_search_query, couchbase_query_execute, meilisearch_documents_add, meilisearch_search, vespa_document_put, vespa_query
@1kbirds/chidori-integrations-retrievers Tool-composed retrievers, HyDE, BM25, time-weighted, rerank composer, Alchemyst AI, Azion EdgeSQL, Dria, Chaindesk, ChatGPT Retrieval Plugin, Dappier AI Recommendations, Valyu Search, Supabase Hybrid Search, Metal, Brave Search, Bing Web Search, Google Serper, SerpApi, Perplexity Search, Google Scholar, Semantic Scholar, WolframAlpha, DuckDuckGo Instant Answer, SearXNG, StackExchange, You.com, Linkup, Mojeek, Parallel, Nimble, PubMed, Wikipedia, arXiv, Tavily, Exa, Vespa, Meilisearch, Zep open source memory, Zep Cloud graph, AWS Bedrock Knowledge Bases, Amazon Kendra vector_similarity_retrieve, hyde_retrieve, bm25_retrieve, time_weighted_retrieve, rerank_documents, alchemyst_context_retrieve, azion_edgesql_retrieve, dria_retrieve, chaindesk_retrieve, chatgpt_plugin_retrieve, dappier_ai_recommendations_retrieve, valyu_search_retrieve, supabase_hybrid_retrieve, metal_retrieve, brave_search_retrieve, bing_web_search_retrieve, google_serper_search_retrieve, serpapi_search_retrieve, perplexity_search_retrieve, google_scholar_search_retrieve, semantic_scholar_search_retrieve, wolfram_alpha_query_retrieve, duckduckgo_instant_answer_retrieve, searxng_search_retrieve, stackexchange_search_retrieve, you_com_search_retrieve, linkup_search_retrieve, mojeek_search_retrieve, parallel_search_retrieve, nimble_search_retrieve, pubmed_search_retrieve, wikipedia_search_retrieve, arxiv_search_retrieve, tavily_search_retrieve, exa_search_retrieve, vespa_retrieve, meilisearch_retrieve, zep_memory_retrieve, zep_cloud_graph_retrieve, bedrock_knowledge_base_retrieve, amazon_kendra_retrieve, amazon_kendra_query_retrieve, format_documents
@1kbirds/chidori-integrations-text local splitters and transformers text_split_documents, html_to_text_documents, html_readability_documents
@1kbirds/chidori-integrations-loaders HTTP, text, Markdown, Notion Markdown exports, Cheerio-style webpages, recursive URL crawling, IMSDB scripts, College Confidential pages, subtitles, YouTube transcripts, ChatGPT exports, Slack conversations, Discord channel messages, GitHub repositories, SerpApi/SearchApi results, Salesforce SOQL, HubSpot CRM objects, Stripe resources, Shopify records, Zendesk Support records, Typeform forms and responses, ServiceNow table records, JSON, JSONL, CSV, RSS/Atom, HTML, sitemap, Notion, Google Drive, Google Cloud Storage, Azure Blob Storage, Amazon S3, Dropbox, Airtable, Figma, Jira, Confluence, Browserbase, Firecrawl, Parallel Extract, Spider, Apify, AssemblyAI, Sonix, Soniox, Hacker News, GitBook, Taskade, Supadata, iFixit, parser APIs http_document_load, text_document_load, markdown_document_load, notion_markdown_export_load, cheerio_web_load, recursive_url_load, imsdb_script_load, college_confidential_load, subtitle_document_load, youtube_transcript_load, chatgpt_export_load, slack_conversation_load, discord_channel_messages_load, github_repository_load, serpapi_search_load, searchapi_search_load, salesforce_soql_load, hubspot_crm_objects_load, stripe_resource_load, shopify_resource_load, zendesk_support_load, typeform_resource_load, servicenow_table_records_load, json_document_load, jsonl_document_load, csv_document_load, rss_feed_load, html_document_load, sitemap_document_load, notion_blocks_load, google_drive_file_load, google_cloud_storage_object_load, azure_blob_file_load, aws_s3_object_load, dropbox_file_load, document_parse_api_load, airtable_records_load, figma_file_load, jira_issues_load, confluence_pages_load, browserbase_fetch_load, firecrawl_load, parallel_extract_load, spider_scrape_load, apify_dataset_items_load, assemblyai_transcript_load, sonix_transcript_load, soniox_transcript_load, hacker_news_item_load, gitbook_page_load, taskade_project_tasks_load, supadata_transcript_load, supadata_metadata_load, ifixit_guides_load, ifixit_guide_load, ifixit_wiki_load, ifixit_suggest_load, ifixit_document_load