All tools · tag

Platform engineer

Running infrastructure and agents in production. Your stack is about building, watching, and hardening agents. 48 tools.

Your stack

The shape of a stack that fits this role. Open one for the full diagram, the tools that fill it, and a worked example.

See what my agents do

Full stack & case study →

I want to watch what my AI agents actually do once they're running.

flowchart LR
  app(("Your agent app"))
  instrument["Instrumentation"]
  observe["Observability"]
  app -->|records each step with| instrument
  instrument -->|sends traces to| observe

Test and score my agents

Full stack & case study →

I want to test how well my AI behaves before I ship it.

flowchart LR
  app(("Your agent"))
  eval["Evaluation"]
  app -->|is tested by| eval

Build my own agent

Full stack & case study →

I want to put an AI agent into my app.

flowchart LR
  app(("Your application"))
  framework["Agent framework"]
  model["The model"]
  observe["See what it does"]
  app -->|calls| framework
  framework -->|sends prompts to| model
  framework -->|emits traces to| observe
All 48 tools for Platform engineer
Coding agent
Agent framework

Agno

A high-performance multi-agent framework and runtime (formerly Phidata).

Open source Self-hostable MCP free

AutoGen

Microsoft's framework for multi-agent conversations.

Open source Self-hostable MCP free

AWS Strands Agents

AWS's model-driven, open-source agent SDK.

Open source Self-hostable MCP free

Cloudflare Agents SDK

Stateful agents on Cloudflare Workers.

Open source MCP usage

CrewAI

Role-playing multi-agent crews.

Open source Self-hostable MCP freemium

DSPy

Declarative, programmable prompt programming from Stanford.

Open source Self-hostable free

Google Agent Development Kit

Google's code-first toolkit for production agents.

Open source Self-hostable MCP free

Haystack (deepset)

Production-grade RAG and agent pipelines from deepset.

Open source Self-hostable MCP free

LangChain

The broad framework for LLM applications and agents.

Open source Self-hostable MCP free

LangGraph

Graph-based agent orchestration from LangChain.

Open source Self-hostable MCP free

Letta

Stateful agents with long-term memory (formerly MemGPT).

Open source Self-hostable MCP freemium

LlamaIndex

The data framework for LLM applications.

Open source Self-hostable MCP free

Mastra

The TypeScript-first agent framework.

Open source Self-hostable MCP free

OpenAI Agents SDK

OpenAI's lightweight agents SDK (Swarm successor).

Open source Self-hostable MCP free

PocketFlow

A 100-line minimalist LLM framework, agentic-coding friendly.

Open source Self-hostable free

Pydantic AI

Type-safe agent framework from the Pydantic team.

Open source Self-hostable MCP free

Semantic Kernel

Microsoft's SDK for enterprise AI orchestration.

Open source Self-hostable MCP free

Smolagents

Hugging Face's minimalist code-writing agents.

Open source Self-hostable MCP free

Vercel AI SDK

The TypeScript toolkit for building AI apps and agents.

Open source Self-hostable MCP free
Observability
Evaluation
Instrumentation
Guardrails
LLM gateway
Multiplexer