🤖 AI与机器学习 AI 工具
共 11,367 个工具,按价值评分排序
pe-dashboard-ai50-v3
AGENTAgentic PE intelligence platform for the Forbes AI 50: Airflow-orchestrated ETL + RAG + structured extraction, wrapped with MCP tools, a ReAct-based supervisor agent, HITL review, and Dockerized FastAPI/Streamlit dashboards.
MCP_AGENTS
AGENT暂无描述
mcp-toolchat-agent
AGENTAn intelligent agent using LangChain, Groq, and MCP for memory-enabled conversations.
Durg_Discovery_Agent_with_MCP_Integration
AGENTAGI-Style drug discovery agent using LangChain,MCP Tools(fact_checker,recommmendations) and FastAPI
AI-Agent-with-MCP-Server-Chat-Built-in-n8n
AGENTIntegrate an AI chat agent with MCP Server in n8n for dynamic tool execution.
Agentic_AI_Hybrid_Planning_Decision_Making
AGENTReasoning-driven, tool-using agent that plans and executes actions across multiple MCP servers. It combines perception (intent/tool selection), planning (single or multi-step), execution (tool calls + sandboxed code), and persistent memory. Includes a local RAG pipeline over your `documents/` folder, web search/fetch tools, and math/utility tools.
experiment-generator-agent
AGENTAI platform for creating interactive experiments from natural language prompts.
Insight-Agent
AGENTAn autonomous AI agent that uses RAG and the Model Context Protocol (MCP) to conduct deep research and generate comprehensive reports on any topic.
Farm-AI
AGENTAI-powered farming assistant built with LangChain & LangGraph. Orchestrates specialized agents for RAG-based advisory, crop health monitoring, and local market analytics via MCP.
Medical-AI-Assistant-System
AGENTA full-stack Medical AI Assistant System with a multi-agent workforce powered by IBM watsonx.ai.
Agentic-AI-Environment
AGENTAI Workforce of the Future - Research Environment
rag-evaluation-mcp-client
AGENTAgent for RAG Evaluation
MCP_Multi_Agent_Stock_Recommendation
AGENTAI-driven stock analysis system for NSE with multi-agent insights.
mcpagents
AGENTAgentic helpers that bridge Gemini/Vertex AI with Cortex MCP tools and XSOAR/XSIAM workflows, plus a Streamlit UI and Slack bot for operators.
ai-agent-mcptools
AGENTAI chatbot using MCP for enhanced LLM capabilities and multi-step tasks.
SampleLangGraphMCPAgent
AGENTIt is a sample langgraph + MCP agent
Gemini-Chat-multimodal-
AGENTMultimodal chat - camera share / screen share / voice bi directional. Wtiz system (agent hand off system, multi task coordination) composio 300+ MCP integrations (in process)
ai-langchain-mcp
AGENTRepository to show how to enter a prompt and a langchain agent will choose the correct tool from an MCP Server
MCPDemo
AGENTMCPDemo showcases MCP agent with browser automation and Groq LLM for quick responses.
Voice-AI-Agents-Advanced-Multi-Agents-with-MCP-Integration
AGENTVoice AI Agents and advanced multi-agent systems powered by MCP integration, enabling natural language voice interactions, collaborative task execution across agents, and scalable deployment for complex enterprise workflows.
agent-mcp-ollama
AGENTAgent with MCP Tools and Ollama for GitHub Codespaces integration.
AI-Agent-with-MCP-Server
AGENTA conversational AI agent using MCP, Google Gemini, and Twitter API.
Delphion
AGENTDelphion is a modular RAG system integrating LLM agents and a Gradio UI.
tiny3-ai-agent
AGENTAI Agent system with tool integration, FastAPI backend, and chat interface. Supports calculator, web search, and code execution via MCP tools with LM Studio integration.
AppointAI
AGENTAI clinic chatbot using RAG for doctor info and MCP tools for database lookup, enabling dynamic scheduling and appointment booking.
Cerina-Foundry
AGENTAn autonomous multi-agent system for generating safe, empathetic CBT (Cognitive Behavioral Therapy) exercises using LangGraph, PostgreSQL persistence, and Model Context Protocol (MCP) integration.
Multi-Agent-ADK
AGENTA multi-agent e-commerce system built with Google ADK and MCP. Features microservice architecture with A2A protocol communication, enabling customer consultation, real-time inventory lookup, and automated order processing.
llmlocalproject05
AGENTLlmLocal ollama+ Full-stack AI chatbot with RAG and (Future Features agent+mcp)
langgraph-mcp
AGENTlanggraph-mcp sets up a weather server and agent with API integration.
mcp-tool-crewai
AGENTIntegrate CrewAI agents with MCP servers for task execution using tools.
Agentic-RAG-Chatbot-for-Multi-Format-Document-QA-using-Model-Context-Protocol-MCP-
AGENTwe are required to build an agent-based Retrieval-Augmented Generation (RAG) chatbot that can answer user questions using uploaded documents of various formats. Our architecture must follow an agentic structure and should incorporate Model Context Protocol (MCP) as the mechanism for communication between agents and/or agents ↔ LLMs.
mcp-in-action-weather-agent
AGENTAn AI weather assistant using DeepSeek and MCP, fetching real-time data from Open-Meteo.
Math-Routing-Agent-Agentic-RAG-with-MCP
AGENTAn intelligent math agent using RAG and MCP for step-by-step solutions.
GroqMCPAgent
AGENT暂无描述
Affiliate-Agent
AGENTStarter repo for affiliate marketing agent stack (MCP + A2A). Folders: research/, agents/, outputs/, context/.
AgenticAV
AGENT暂无描述
claude-flow
AGENTDocker-based Claude agent orchestration with MCP
Fi_mcp
AGENTAgentic AI day
mcpdemo
AGENTA Python demo showcasing an interactive AI agent using MCP for web search and Airbnb listings.
Browser_Web_Search_Agent_MCP
AGENT暂无描述
Multi-Agent-Research-POC
AGENTThis project is a proof of concept for running a local-first multi-agent system using: 🤖 Local LLMs via Ollama 🧩 Simple function/tool-call detection using <tool_call>... 🔍 Brave Search API or optional Brave MCP plugin server 🧠 Two collaborating agents: Searcher and Synthesizer
Multi_agent_with_MCP_Sever
AGENTA multi-agent travel assistant using a centralized MCP server for efficient web searches.
Kaepsele
AGENTFull-stack AI Chatbot deployment for universities. Includes RAG, secure Code Interpreter, vLLM inference, and educational prompt libraries.
Distributed-AI-trading-agent-system-with-multi-LLM-orchestration-using-MCP-
AGENTThe MCP Trading System is a distributed, multi-agent AI trading simulator that models autonomous trading behavior in a dynamic market environment. The system orchestrates multiple independent trading agents—including LLM-driven, momentum-based, mean-reversion, rule-based, and random strategies—each operating concurrently
arcade-mcp-agent-platform
AGENTOpen Agent Platform powered by LangGraph and Arcade MCP Gateway - build AI agents with secure tool access
trip-planner-app
AGENTAn intelligent trip planning application built with AutoGen agents and Model Context Protocol (MCP) server. This application uses AI agents to create personalized travel itineraries based on user preferences and real-time attraction data.
langchain-vs-mcp
AGENTThis repo showcases two minimal chatbot agents: LangChain Agent: Uses ReAct-style autonomy where the LLM chooses tools and actions. MCP-Style Agent: A deterministic, developer-controlled flow using raw Python and OpenAI. A side-by-side comparison of LLM-driven vs. explicitly orchestrated agent behavior.
fastapi-mcp-langgraph-template
AGENTA modern template for agentic orchestration — built for rapid iteration and scalable deployment using highly customizable, community-supported tools like MCP, LangGraph, and more.
MCP-Server-AI-Agent-X
AGENTMCP-Server-AI-Agent-X is an AI-driven server for enhanced automation.
gbbai-semantickernel-using-mcptools
AGENTSemantic Kernel Agent using MCP Tools