# AgentHuntify Discover agent tools, frameworks, MCP servers, RAG stacks, memory systems, and developer workflows for practical AI Agent engineering decisions. ## Languages - English default: https://agenthuntify.com/ - Chinese: https://agenthuntify.com/zh - 中文简介: AgentHuntify 帮助开发者发现 agent tools、frameworks、MCP servers、RAG stacks、memory systems 和开发者工作流。 ## Core pages - /tools: developer-focused agent tools, frameworks, memory systems, RAG stacks, vector databases, MCP, tracing, and evaluation platforms. - /categories: category hubs for Agent Memory, Agentic RAG, MCP Servers, Frameworks, Evaluation, and Tracing. - /alternatives: high-intent alternative pages for agent tool selection. - /guides: evergreen explanations for agent engineering concepts. - /comparisons: decision-focused pages such as RAG vs Agent Memory and MCP vs Function Calling. - /use-cases: best AI agent tools by workflow and implementation context. - /about: site positioning and implementation boundary. ## Supporting pages - /patterns and /frameworks are internal supporting routes, not primary sitemap entries. - /agents and /stack are legacy or project-context routes and should not be treated as primary SEO targets. ## SEO categories - Best AI Agent Memory Tools in 2026: Use a dedicated memory layer when remembering facts is part of the product contract; use plain RAG when the task is mostly document grounding. https://agenthuntify.com/categories/agent-memory - Best Agentic RAG Tools in 2026: Start with the simplest retriever that gives measurable grounding; add agentic loops only when first-pass retrieval misses important context. https://agenthuntify.com/categories/agentic-rag - Best MCP Servers and Tool Integration Options: Use MCP when you need reusable tool access across clients; use direct function calling when one app owns both the agent and the tool surface. https://agenthuntify.com/categories/mcp-servers - Best AI Agent Frameworks for Developers: Choose the framework that makes failure modes visible. A simpler SDK with strong tracing usually beats a large abstraction that hides state. https://agenthuntify.com/categories/agent-frameworks - Best AI Agent Evaluation Tools in 2026: Do not wait for a perfect benchmark. Start with a small, real eval set that includes failure cases from your product. https://agenthuntify.com/categories/agent-evaluation - Best Agent Tracing Tools in 2026: Tracing should be installed before the first serious user pilot. Without traces, every agent bug becomes anecdotal. https://agenthuntify.com/categories/agent-tracing ## Tool profiles - OpenAI Agents SDK: Use it when provider alignment matters more than framework portability. Pair it with explicit evals before giving agents write access. Docs: https://openai.github.io/openai-agents-python/ Profile: https://agenthuntify.com/tools/openai-agents-sdk - LangGraph: Choose LangGraph when production safety depends on knowing exactly where a run is and what can happen next. Docs: https://langchain-ai.github.io/langgraph/ Profile: https://agenthuntify.com/tools/langgraph - LlamaIndex: Use LlamaIndex when retrieval quality is the core problem, not just an implementation detail behind an agent framework. Docs: https://docs.llamaindex.ai/ Profile: https://agenthuntify.com/tools/llamaindex - CrewAI: Choose CrewAI for readable team-like workflows; be strict about evals so role play does not hide quality problems. Docs: https://docs.crewai.com/ Profile: https://agenthuntify.com/tools/crewai - Microsoft AutoGen: Use AutoGen to explore multi-agent patterns, then harden only the patterns that survive evaluation. Docs: https://microsoft.github.io/autogen/ Profile: https://agenthuntify.com/tools/autogen - Mem0: Evaluate Mem0 with real user-history cases, not synthetic chat logs. The key question is whether remembered facts improve future actions. Docs: https://docs.mem0.ai/ Profile: https://agenthuntify.com/tools/mem0 - Zep: Use Zep when relationships between facts matter. If your only need is semantic search over docs, a vector database is simpler. Docs: https://help.getzep.com/ Profile: https://agenthuntify.com/tools/zep - Chroma: Use Chroma to move quickly while retrieval requirements are still changing. Revisit scale and tenancy before production growth. Docs: https://docs.trychroma.com/ Profile: https://agenthuntify.com/tools/chroma - Pinecone: Choose Pinecone when operational simplicity is worth the managed-service dependency. Validate cost with real chunk counts early. Docs: https://docs.pinecone.io/ Profile: https://agenthuntify.com/tools/pinecone - Qdrant: Choose Qdrant when infra control and retrieval performance both matter. Still fix chunking and evals before blaming the database. Docs: https://qdrant.tech/documentation/ Profile: https://agenthuntify.com/tools/qdrant - Model Context Protocol: Use MCP as a capability boundary, not as a reason to expose every internal API to agents. Docs: https://modelcontextprotocol.io/docs Profile: https://agenthuntify.com/tools/model-context-protocol - LangSmith: Use LangSmith when agent quality needs an operating loop, not just ad hoc debugging screenshots. Docs: https://docs.smith.langchain.com/ Profile: https://agenthuntify.com/tools/langsmith ## Guides - AI Agent Memory Explained: Agent memory is the product-facing layer that controls what an agent remembers across interactions. https://agenthuntify.com/guides/what-is-agent-memory - Short-Term vs Long-Term Memory for AI Agents: Short-term memory keeps the current run coherent; long-term memory changes future runs. https://agenthuntify.com/guides/short-term-vs-long-term-memory - Agentic RAG Explained: Agentic RAG lets an agent plan and refine retrieval instead of accepting one static context bundle. https://agenthuntify.com/guides/what-is-agentic-rag - What Is an MCP Server?: An MCP server exposes tools and context to agents through a common protocol boundary. https://agenthuntify.com/guides/what-is-an-mcp-server - How to Evaluate AI Agents: Agent evaluation should cover traces, tool calls, retrieved evidence, final outcomes, cost, and latency. https://agenthuntify.com/guides/how-to-evaluate-ai-agents - AI Agent Architecture Patterns: Agent architecture is about boundaries: tools, state, retrieval, memory, evals, and human review. https://agenthuntify.com/guides/ai-agent-architecture-patterns ## Comparisons - RAG vs Agent Memory: Choose RAG for document grounding. Choose agent memory when the product must remember user or task facts over time. Use both only after the boundary is explicit. https://agenthuntify.com/comparisons/rag-vs-agent-memory - MCP vs Function Calling: Use function calling for one product and one agent runtime. Use MCP when tool access should be shared, discoverable, and governed across clients. https://agenthuntify.com/comparisons/mcp-vs-function-calling - OpenAI Agents SDK vs LangGraph: Choose OpenAI Agents SDK for a fast OpenAI-native build. Choose LangGraph when workflow state, recovery, and graph control are the main risks. https://agenthuntify.com/comparisons/openai-agents-sdk-vs-langgraph ## Alternatives - The Best OpenAI Agents SDK Alternatives: Compare OpenAI Agents SDK alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/openai-agents-sdk - The Best LangGraph Alternatives: Compare LangGraph alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/langgraph - The Best LlamaIndex Alternatives: Compare LlamaIndex alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/llamaindex - The Best CrewAI Alternatives: Compare CrewAI alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/crewai - The Best Microsoft AutoGen Alternatives: Compare Microsoft AutoGen alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/autogen - The Best Mem0 Alternatives: Compare Mem0 alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/mem0 - The Best Zep Alternatives: Compare Zep alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/zep - The Best Chroma Alternatives: Compare Chroma alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/chroma - The Best Pinecone Alternatives: Compare Pinecone alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/pinecone - The Best Qdrant Alternatives: Compare Qdrant alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/qdrant - The Best Model Context Protocol Alternatives: Compare Model Context Protocol alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/model-context-protocol - The Best LangSmith Alternatives: Compare LangSmith alternatives by when to choose each option, when it is not ideal, and what to consider before switching. https://agenthuntify.com/alternatives/langsmith ## Use cases - Best AI Agent Tools for Customer Support Agents: Start with LlamaIndex or a vector database for grounded answers, add Mem0 or Zep only when remembering users changes the support outcome, and track failures in LangSmith. https://agenthuntify.com/use-cases/customer-support-agents - Best AI Agent Tools for Internal Knowledge Assistants: LlamaIndex plus Qdrant or Pinecone covers the retrieval base. Add MCP when the assistant needs governed tool access beyond document Q&A. https://agenthuntify.com/use-cases/internal-knowledge-assistants - Best AI Agent Tools for Research Agents: Use LlamaIndex for source retrieval, LangGraph when state and retries matter, and LangSmith when research quality needs reviewable traces. https://agenthuntify.com/use-cases/research-agents - Best AI Agent Tools for Developer Tool Agents: Start with OpenAI Agents SDK or LangGraph for orchestration, wrap repeated tool surfaces in MCP, and trace risky operations before expanding autonomy. https://agenthuntify.com/use-cases/developer-tool-agents - Best AI Agent Tools for Business Automation Agents: LangGraph fits stateful task control, CrewAI fits role-like handoffs, and MCP becomes useful when the same tools are shared across agents. https://agenthuntify.com/use-cases/workflow-automation-agents - Best AI Agent Tools for Agent Startups: OpenAI Agents SDK is the shortest OpenAI-native path, LangGraph helps when state becomes the risk, and LangSmith keeps quality visible during iteration. https://agenthuntify.com/use-cases/agent-startups ## Integration notes - CodeRabbit is external GitHub App tooling for PR reviews, not runtime app code. - Cloudflare Workers is the deployment target; secrets should be configured with Wrangler secrets. - TanStack AI chat reads provider secrets server-side only.