# Frameworkr — AI Agent Tools Catalog

> Curated AI agent infrastructure — editorially reviewed and mapped to the blueprint layer each tool occupies.

Markdown versions of each tool are available at `<tool-url>.md`.

## Orchestration

Frameworks that coordinate agent logic, tool use, and decision flow

- [LangChain](https://www.frameworkr.com/tools/langchain.md): The most widely-adopted framework for building LLM-powered applications and agents
- [LlamaIndex](https://www.frameworkr.com/tools/llamaindex.md): The data framework for building LLM applications over custom knowledge sources

## Models

LLM providers and local inference options

- [Anthropic Claude API](https://www.frameworkr.com/tools/anthropic-claude.md): State-of-the-art frontier models built for safe, steerable, and capable agentic use
- [Groq](https://www.frameworkr.com/tools/groq.md): Fastest inference API for open-source models — purpose-built for speed
- [Ollama](https://www.frameworkr.com/tools/ollama.md): Run open-source LLMs locally with a simple API and no cloud dependency
- [OpenAI API](https://www.frameworkr.com/tools/openai.md): The GPT model family with vision, audio, and the broadest tool-calling ecosystem

## Memory & Vector

Storage layers for agent context, embeddings, and retrieval

- [Chroma](https://www.frameworkr.com/tools/chroma.md): Open-source embedding database — the fast path from prototype to local vector search
- [Pinecone](https://www.frameworkr.com/tools/pinecone.md): Managed vector database built for production-scale semantic search and agent memory

## Actions & Integrations

Tools that give agents the ability to act on external systems

- [Composio](https://www.frameworkr.com/tools/composio.md): 250+ pre-built tool integrations so agents can act on external systems out of the box
- [Zapier](https://www.frameworkr.com/tools/zapier.md): No-code automation backbone connecting 7,000+ apps for agent-triggered workflows

## Browser & Scraping

Headless browser control and web data extraction

- [Browserbase](https://www.frameworkr.com/tools/browserbase.md): Headless browser infrastructure for agents — reliable, scalable, cloud-native

## Triggers & Scheduling

Event-driven and scheduled agent execution

- [Trigger.dev](https://www.frameworkr.com/tools/triggerdev.md): Code-native background jobs and event-driven agent execution with full observability

## Hosting & Infra

Where agents run — serverless, containerised, or edge

- [Railway](https://www.frameworkr.com/tools/railway.md): Deploy any containerised agent to production in minutes — zero infrastructure complexity

## Databases

Persistent structured storage for agent state and outputs

- [Supabase](https://www.frameworkr.com/tools/supabase.md): Open-source Firebase alternative — Postgres, auth, storage, and pgvector in one platform

## Monitoring & Observability

Trace, evaluate, and debug agent runs in production

- [Helicone](https://www.frameworkr.com/tools/helicone.md): Lightweight LLM proxy for logging, cost tracking, and caching with zero code changes
- [Langfuse](https://www.frameworkr.com/tools/langfuse.md): Open-source LLM observability — trace every agent run, score outputs, and catch regressions

## MCP Servers

Model Context Protocol servers that extend agent capabilities

- [Context7](https://www.frameworkr.com/tools/context7.md): MCP server that injects up-to-date library documentation into your agent's context
- [MCP Filesystem Server](https://www.frameworkr.com/tools/mcp-filesystem.md): Anthropic's reference MCP server for reading, writing, and navigating local filesystems
