Tools

Agent Tools and Frameworks

Browse developer-focused AI agent tools across memory, RAG, MCP, frameworks, evaluation, and tracing.

Agent Frameworks / Agent Evaluation / Agent Tracing

OpenAI Agents SDK

Open source

A lightweight SDK for agents, tools, handoffs, and traces.

Best when the team already standardizes on OpenAI models and wants the shortest path from prototype to observable agent workflow.

Best for

  • OpenAI-first teams
  • tool calling
  • handoffs and traces

Not ideal for

  • teams requiring model-neutral orchestration from day one
  • deep graph state machines
Pricing
Open-source SDK; model and tool usage follow provider billing.
License
MIT
Last reviewed
2026-05-11

Agent Frameworks / Agent Memory / Agent Tracing

LangGraph

Open source

Stateful graph orchestration for controllable agents.

Best when agent behavior must be represented as explicit nodes, edges, state, and recovery paths.

Best for

  • stateful workflows
  • human review nodes
  • replayable orchestration

Not ideal for

  • simple one-shot assistants
  • teams that do not want to model state explicitly
Pricing
Open-source framework; managed LangGraph Platform is separate.
License
MIT
Last reviewed
2026-05-11

Agentic RAG / Agent Memory / Agent Frameworks

LlamaIndex

Open source

Data and retrieval framework for LLM and agent apps.

Best when the agent's value depends on ingestion, indexing, retrieval, and structured access to private knowledge.

Best for

  • RAG
  • document workflows
  • data connectors

Not ideal for

  • pure tool orchestration without retrieval
  • teams that only need a vector database client
Pricing
Open-source packages; LlamaCloud and hosted products are separate.
License
MIT
Last reviewed
2026-05-11

Agent Frameworks

CrewAI

Open source

Role-based multi-agent workflow framework.

Best when a workflow maps naturally to specialists, tasks, and review handoffs instead of a single state machine.

Best for

  • role modeling
  • multi-agent teams
  • business workflows

Not ideal for

  • low-level graph control
  • simple assistants that do not need multiple roles
Pricing
Open-source framework; enterprise offerings are separate.
License
MIT
Last reviewed
2026-05-11

Agent Frameworks

Microsoft AutoGen

Open source

Framework for multi-agent conversations and collaboration.

Best for experiments where agents talk, critique, and coordinate through messages rather than a tightly controlled workflow graph.

Best for

  • multi-party dialogue
  • research prototypes
  • collaborative reasoning

Not ideal for

  • teams that need a narrow production workflow immediately
  • simple tool calling
Pricing
Open-source framework.
License
MIT for code; repository docs use CC BY 4.0.
Last reviewed
2026-05-11

Agent Memory

Mem0

Open source

Long-term memory layer for agents and assistants.

Best when the product needs explicit remembered facts and preference updates across conversations.

Best for

  • user memory
  • preference learning
  • agent assistants

Not ideal for

  • static document Q&A
  • workflows where memory cannot be inspected or deleted
Pricing
Open-source package with hosted/managed options.
License
Apache-2.0
Last reviewed
2026-05-11

Agent Memory

Zep

Open source

Temporal knowledge graph memory for agents.

Best when memory needs relationships, temporal context, and retrieval over evolving user or organization knowledge.

Best for

  • temporal memory
  • knowledge graphs
  • agent recall

Not ideal for

  • small prototypes that only need session history
  • teams unwilling to model memory permissions
Pricing
Hosted memory platform with open-source examples and SDKs.
License
Apache-2.0
Last reviewed
2026-05-11

Agentic RAG

Chroma

Open source

Open-source embedding database for AI applications.

Best for local-first RAG prototypes and teams that want a low-friction vector store while validating retrieval quality.

Best for

  • local RAG
  • fast prototypes
  • embedding collections

Not ideal for

  • large multi-tenant production search without an ops plan
  • cases requiring managed enterprise controls immediately
Pricing
Open-source database with Chroma Cloud option.
License
Apache-2.0
Last reviewed
2026-05-11

Agentic RAG

Pinecone

Managed

Managed vector database for production RAG and search.

Best when the team wants managed infrastructure and predictable production search operations instead of running vector storage itself.

Best for

  • managed vector search
  • production RAG
  • hybrid search

Not ideal for

  • teams requiring self-hosted open source infrastructure
  • tiny prototypes where local storage is enough
Pricing
Managed service with free and usage-based plans.
License
Commercial managed service.
Last reviewed
2026-05-11

Agentic RAG

Qdrant

Open source

Open-source vector database and search engine.

Best when a team wants open-source control with a clear path to managed cloud or self-hosted production deployment.

Best for

  • open-source vector search
  • self-hosting
  • hybrid search

Not ideal for

  • teams that do not want to operate any database
  • cases where retrieval quality has not been validated yet
Pricing
Open-source database with Qdrant Cloud options.
License
Apache-2.0
Last reviewed
2026-05-11

MCP Servers

Model Context Protocol

Open source

Open protocol for connecting agents to tools and context.

Best when multiple agent clients should discover and call the same tool surface without bespoke integrations.

Best for

  • tool interoperability
  • context resources
  • remote servers

Not ideal for

  • single-app tool calls with no reuse need
  • unsafe tools without authorization boundaries
Pricing
Open protocol; server pricing depends on implementation.
License
Protocol and implementation licenses vary by repository.
Last reviewed
2026-05-11

Agent Evaluation / Agent Tracing

LangSmith

Managed

Tracing, evaluation, and debugging for LLM applications.

Best when teams need to connect traces, datasets, experiments, and production monitoring around agent quality.

Best for

  • agent tracing
  • eval datasets
  • regression monitoring

Not ideal for

  • teams that cannot send traces to a hosted service
  • projects without enough runs to evaluate
Pricing
Hosted platform with free and paid plans.
License
Commercial hosted service.
Last reviewed
2026-05-11