create-agent-app
Basic Information
This repository contains multiple working agent examples implemented across different programming languages and frameworks so developers can compare implementations side-by-side and use them as templates to start new projects. Examples focus on common LLM agent patterns such as a Customer Support Agent and a Vibe Coding Agent and are provided in both Python and TypeScript. Framework-specific examples include Agno, DSPy, Google ADK, InspectAI, LangGraph, Letta, Pydantic AI, smolagents, Ax, Inngest AgentKit, LangGraph.js, Mastra and a zero-dependency Cloudflare Worker. Each example is self-contained with code and tests, some include UI demos or trace links, and all examples use the same Scenario tests and the gemini-2.5-flash-preview-04-17 model for verification. The README documents cloning, installing, running tests and entering debug mode and invites contributors to add frameworks and use cases.