3,603 tools found
MinimaxMCPToolkit connects CAMEL agents to MiniMax's MCP server for text-to-audio, video, image, and music generation.
NotionMCPToolkit is an asynchronous interface for interacting with Notion through the Model Context Protocol.
OrigeneToolkit is a Python async context manager that provides an interface for interacting with Origene MCP server, with configurable timeout and automatic
Playwright MCPToolkit connects AI clients to browser automation via the Model Context Protocol, providing an interface to Playwright's automation library.
Skill Toolkit loads SKILL.md files from filesystem roots on-demand, enabling AI assistants to discover and dynamically load reusable skill definitions.
A cookbook guide to building a GPT-5.1 coding agent with the Agents SDK that scaffolds, edits, and iterates on a codebase.
Jupyter notebook demonstrating text classification using embeddings to predict food review scores (1-5 stars) from review text, with training/testing split for
Cluster OpenAI embeddings with k-means, visualize them in 2D, and auto-name clusters with GPT-4.
OpenAI cookbook notebook clustering unlabeled transactions via embeddings and K-Means, then using GPT-3 to label the clusters.
OpenAI cookbook notebook that trains a matrix to customize embeddings to a task, cutting binary classification error by up to 50%.
Prepare a Wikipedia article dataset for semantic search: collect, chunk, embed, and store as CSV.
Generate and save OpenAI embeddings for a large dataset, using 1,000 Amazon fine-food reviews as the example.