Agent Builder
Agent Builder is part of OpenAI’s tooling for constructing agentic applications, systems that use large language models to perform multi-step tasks autonomously, with governance, tool integration, memory, orchestration, and observability baked in. The platform offers a composable set of primitives—models, tools, memory/state, guardrails, and workflow orchestration- that developers assemble into agents capable of deciding when to call a tool, when to act, and when to halt and hand off control. OpenAI provides a new Responses API that combines chat capabilities with built-in tool use, along with an Agents SDK (Python, JS/TS) that abstracts the control loop, supports guardrail enforcement (validations on inputs/outputs), handoffs between agents, session management, and tracing of agent executions. Agents can be augmented with built-in tools like web search, file search, or computer use, or custom function-calling tools.
Learn more
AgentHub
AgentHub is a staging environment to simulate, trace, and evaluate AI agents in a private, sandboxed space that lets you ship with confidence, speed, and precision. With easy setup, you can onboard agents in minutes; a robust evaluation infrastructure provides multi-step trace logging, LLM graders, and fully customizable evaluations. Realistic user simulation employs configurable personas to model diverse behaviors and stress scenarios, and dataset enhancement synthetically expands test sets for comprehensive coverage. Prompt experimentation enables dynamic multi-prompt testing at scale, while side-by-side trace analysis lets you compare decisions, tool invocations, and outcomes across runs. A built-in AI Copilot analyzes traces, interprets results, and answers questions grounded in your own code and data, turning agent runs into clear, actionable insights. Combined human-in-the-loop and automated feedback options, along with white-glove onboarding and best-practice guidance.
Learn more
DemoGPT
DemoGPT is an open source platform that simplifies the creation of LLM (Large Language Model) agents by providing an all-in-one toolkit. It offers tools, frameworks, prompts, and models for rapid agent development. The platform automatically generates LangChain code, which can be used for creating interactive applications with Streamlit. DemoGPT translates user instructions into functional applications through a multi-step process: planning, task creation, and code generation. It supports a streamlined approach to building AI-powered agents, offering an accessible environment for developing sophisticated, production-ready solutions with GPT-3.5-turbo. Additionally, it integrates API usage and external API interaction in future updates.
Learn more
Parlant
Parlant is a production-ready, open source framework for building compliant AI chat agents that reliably follow instructions and scale with complexity. It enables developers to create adaptive, iterative, and explainable conversational agents using natural-language behavior modeling, including guidelines, journeys, canned responses, retrievers, glossaries, and tools, all versionable via Git. Its guidelines let you nudge agent behavior contextually and precisely, while journeys define multi-step interaction flows; canned responses ensure consistency in high-risk scenarios; and explainability tools provide clear visibility into why each decision was made. Tools require matching guidelines to execute, cleanly separating business logic from conversation behavior, enabling developers and business experts to collaborate independently. Built-in features like session persistence, tool result tracking across sessions, and a drop-in React chat widget make it easy to install.
Learn more