HOOLIXAgentic AI index
Explore
frameworkOpenAI

OpenAI Agents SDK

Code-first agent orchestration in TypeScript and Python.

The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.

Setup path

Install

npm install @openai/agents zod
  1. 1

    TypeScript

    npm install @openai/agents zod

  2. 2

    Python

    pip install openai-agents

  3. 3

    Run

    Define an Agent and call run(agent, input) or Runner.run.

Tags

agents-sdktypescriptpythontools

Provider

Codex, Agents SDK, Responses API, skills, plugins, and MCP integrations for agentic software work.

Provider docs

Related resources

Skill
OpenAI

Codex Agent Skills

Reusable workflows for Codex CLI, IDE, and app.

Codex skills are SKILL.md directories with instructions, optional scripts, references, assets, and agent metadata. They can be distributed through plugins.

$skill-creator
Verified 2026-06-12Open
MCP
OpenAI

OpenAI MCP and Connectors

Use remote MCP tools through the Responses API.

OpenAI Responses API can import tools from remote MCP servers that support Streamable HTTP or HTTP/SSE, then call those tools as part of a model run.

Verified 2026-06-12Open
Framework
Google Gemini

Google Agent Development Kit

Production-grade framework for agents across languages.

Google ADK is an open-source framework for building, debugging, evaluating, and deploying agents with tools, sessions, memory, graph workflows, and multi-agent patterns.

pip install google-adk
Verified 2026-06-12Open
Framework
Vercel

Vercel AI SDK MCP Tools

Use MCP servers from TypeScript AI apps.

The Vercel AI SDK supports connecting to MCP servers so applications can use tools, resources, and prompts exposed through the protocol.

npm install ai
Verified 2026-06-12Open