AG-UI Protocol
The AG-UI Protocol (Agent-User Interaction Protocol) is an open, event-based protocol that standardizes how AI agents communicate with user-facing applications.
Explore Developer Tools through related topics and the articles other pages reference most.
Ranked by links from other AI Wiki pages.
Articles that also belong to these categories. Counts cover all of Developer Tools.
Showing 1-60 of 267 articles
The AG-UI Protocol (Agent-User Interaction Protocol) is an open, event-based protocol that standardizes how AI agents communicate with user-facing applications.
AG2 (formerly AutoGen) is an open-source Python framework for building applications composed of multiple cooperating large-language-model (LLM) agents.
An AI coding agent is an autonomous artificial intelligence system that can independently plan, write, test, debug, and deploy software code with minimal human oversight.
AI usage limits are the caps that providers of subscription AI services place on how much computing a customer can consume before waiting for a reset.
AUTOMATIC1111 Stable Diffusion Web UI (commonly called A1111, SD WebUI, or simply Automatic1111) is the open-source
Abacus.AI is an American enterprise artificial intelligence and machine learning platform company headquartered in San Francisco, California.
Agent Builder is a visual, browser-based workflow editor developed by openai for designing, versioning, and deploying multi-agent applications on top of the company's API platform.
Agent Skills are a lightweight, open format for extending AI agents with specialized knowledge and workflows.
The Agent Tools API is xAI's server-side tool suite that lets agents built on the Grok family browse the web, search X posts, run Python code, retrieve uploaded documents, and call external tools, with every…
Agent orchestration is the coordinated management of multiple AI agents working together as a unified system to accomplish tasks that exceed the capability of any single agent.
Agno is an open-source Python framework for building, running, and managing AI agents and multi-agent systems.
Aider is an open-source AI pair programming tool that runs in the terminal and integrates directly with Git.
Amazon Q is a family of generative AI-powered assistants from Amazon Web Services (AWS), announced on November 28, 2023, at the AWS re:Invent conference and made generally available on April 30, 2024.
Anima (stylized as AnimaApp and operating at animaapp.com) is an Israeli design-to-code platform that converts user-interface designs into developer-ready frontend code.
The Message Batches API (commonly referred to as the Anthropic Batches API) is an asynchronous bulk processing endpoint offered by Anthropic for its Claude family of large language models.
Antigravity is an agentic software development platform from Google, launched in public preview on 18 November 2025 alongside the release of gemini 3 pro.
Anysphere is an American artificial intelligence company, headquartered in San Francisco, that develops Cursor (code editor), an AI-native code editor built on a fork of Visual Studio Code.
Apache MXNet (pronounced "mix-net") was an open-source deep learning framework that combined imperative and symbolic execution in one runtime, created around 2015 by the DMLC (Distributed Machine Learning…
Arize Phoenix is an open-source AI observability and evaluation platform developed by Arize AI for tracing, evaluating, and debugging large language model (LLM) and agent applications.
Artificial Analysis is an independent benchmarking and analytics platform that evaluates artificial intelligence models and API providers across intelligence, speed, price, and latency, and it is best known…
Atlassian Rovo Dev is an agentic AI coding assistant developed by Atlassian that automates parts of the software development lifecycle, including planning, code generation, code review, and pull-request triage.
Augment Code is an enterprise AI coding platform, founded in 2022 by Igor Ostrovsky and Guy Gur-Ari and led by CEO Scott Dietzen, that builds AI agents purpose-built for large, complex codebases.
AutoML (Automated Machine Learning) is the automation of the end-to-end pipeline of applying machine learning to real-world data, replacing manual trial and error with a formal search over data preprocessing…
AxiomProver is an automated theorem-proving system developed by Axiom Math. The company describes it as an autonomous multi-agent system for Lean 4 that translates mathematical tasks into formal statements and…
Axolotl is a free and open source framework for fine-tuning and post-training large language models, written in Python and driven entirely by a single YAML configuration file.
BentoML is an open-source Python framework for packaging, serving, and deploying machine learning and AI models as production inference services.
As of July 2026, the best all-around framework for building agentic LLM applications is LangGraph 1.0, the graph-based orchestration layer that reached its first stable release on October 22, 2025 and runs…
As of July 2026, the two strongest AI coding assistants overall are Claude Code and the OpenAI Codex CLI, which finish within 0.3 points of each other at the top of the Terminal-Bench 2.1 agent leaderboard…
Bolt.new is an AI-powered full-stack web development platform built by StackBlitz that turns a natural language prompt into a complete, running web application inside the browser
Browser Use is an open-source Python library that lets large language models control a web browser, turning any LLM into an agent that can browse the web, click buttons, fill forms, and complete multi-step…
Builder.io is a San Francisco visual development platform that pairs a headless, drag-and-drop content management system with a suite of AI design-to-code tools.
CANN, short for Compute Architecture for Neural Networks, is the heterogeneous computing architecture and software stack that Huawei provides for its Ascend line of AI processors.
CUDA (Compute Unified Device Architecture) is NVIDIA's platform and programming model for general-purpose computation on its graphics processing units.
CUTLASS is an open-source library of reusable building blocks for writing high-performance matrix kernels on NVIDIA GPUs.
Candle is a minimalist machine learning framework written in pure Rust and published by Hugging Face under the huggingface/candle GitHub repository.
ChatKit is an embeddable chat-interface SDK from OpenAI that lets developers drop a ChatGPT-style conversational UI into a web or mobile product with a single React component.
claude --continue is a command-line option for Claude Code, Anthropic's coding agent. It reopens the most recent eligible conversation associated with the current directory.
claude --resume is a Claude Code command-line option that reopens a saved Claude Code conversation. Its short form is claude -r. With no value, the option opens an interactive session picker.
The Claude Agent SDK is Anthropic's official software development kit for building custom AI agents powered by Claude, released on September 29, 2025 as the renamed and expanded successor to the Claude Code…
Claude Code is an agentic software development product made by Anthropic. It uses models from the Claude family to inspect software projects, propose and apply changes, run development tools, and report…
Claude Code CLI Flags are command-line options passed to the top-level claude command to choose a session, model, permission policy, output format, integration, or startup behavior.
Claude Code Playwright refers to the practice and integration of using Claude Code, Anthropic's agentic coding tool available in the terminal, IDEs, and via API
Claude Code Review is a multi-agent code review system developed by Anthropic that automatically analyzes GitHub pull requests for bugs, security vulnerabilities, and logic errors.
Claude Code subagents (also sub-agents) are specialized AI assistants that Claude Code, Anthropic's command-line coding tool, can delegate specific tasks to.
Cline is an open-source autonomous coding agent that runs as an extension inside VS Code and several other editors, with more than five million installs as of 2026.
Cloudflare OS is an open-source AI agent workspace and application platform released by Cloudflare on August 5, 2026, during the company's Agents Week 2026 launch week .
CodeRabbit is an AI-powered code-review platform that automatically reviews pull and merge requests on GitHub, GitLab, Azure DevOps, and Bitbucket, giving developers line-by-line feedback, change summaries…
Codeium was an artificial intelligence company that built free, unlimited AI code completion and the Windsurf Editor, the IDE its founders called "the first agentic IDE," before becoming the center of a…
A coding agent is a software system that uses a large language model to carry out programming work by acting on a development environment rather than only producing text for a person to copy.
Cognition AI is an American artificial intelligence company headquartered in San Francisco, California, that builds autonomous AI software engineering agents.
ComfyUI is a free, open-source node-based graphical user interface and backend for generative AI workflows, primarily focused on image generation using diffusion models such as Stable Diffusion and FLUX.
Composio is an open-source AI agent tool integration platform that provides infrastructure for connecting large language models (LLMs) and AI agents to over 1,000 external applications and services.
A computational graph is a directed acyclic graph (DAG) representation of a numerical computation, where nodes represent operations (or variables) and edges represent the data, typically tensors
Context caching is a large-language-model API feature that stores parts of a request's input (system prompts, instructions, attached documents, or earlier conversation turns) on the provider's infrastructure…
Core ML is Apple's framework for running trained machine learning models on-device across iOS, iPadOS, macOS, watchOS, tvOS, and visionOS.
CrewAI is an open-source multi-agent orchestration framework that enables developers to build teams of AI agents that collaborate to accomplish complex tasks.
NVIDIA cuDNN (CUDA Deep Neural Network library) is a proprietary GPU-accelerated library of primitives for deep learning, first released by NVIDIA on September 7, 2014, that provides highly tuned…
Cursor is a proprietary AI-assisted code editor and software-development platform made by Anysphere.
Cursor Composer 2.5 is a proprietary agentic coding model built by Anysphere, the company behind the Cursor code editor.
DSPy (short for Declarative Self-improving Python) is an open-source framework, developed at Stanford NLP, for programming rather than prompting large language models (LLMs).