AI directory search

Search across educators, skills, and resources.

Use this when you know the topic you need: Claude Code, MCP, evals, RAG, agents, product, coding, prompting, foundations, or model internals.

16 matches for "state"

Educators

Providers and platforms

OpenAI profile photo

OpenAI

OpenAI docs, Academy, and Cookbook · Beginner to advanced

Official model and implementation material for learning GPT-6 Astra and cost-sensitive GPT-5.6 choices, Codex workflows, subagents, memories, agent evals, MCP and connector patterns, retrieval, background jobs, prompt engineering, production best practices, model optimization, structured outputs, and OpenAI's Academy learning path.

Topics

GPT-6 Astra, GPT models, Reasoning models, Model selection, Agents, Subagents, RAG, Structured outputs, MCP, Evals, Memories

Agent tools and skill directories

Agent orchestration

Mission Control

Builderz Labs · Open-source dashboard

Use this when the hard part is seeing, assigning, and coordinating agent work rather than writing another prompt.

Start

Run it locally, connect one low-risk agent workflow, and validate task state, cost tracking, and review behavior.

Resources

AI Agents in LangGraph

Short course · DeepLearning.AI · Intermediate

You want a focused course on building stateful AI agents and agent workflows with LangGraph.

agents, langgraph, tool use, agentic workflows, ai engineering

OpenAI Sandbox Agents

Guide · OpenAI · Intermediate to advanced

You need the official beta guide to giving Python or TypeScript Agents SDK workflows isolated files, commands, packages, ports, snapshots, and resumable state while keeping the agent harness and sensitive control-plane work outside the execution container.

openai, agents sdk, sandbox, coding agents, containers

OpenAI conversation state

Guide · OpenAI · Intermediate

You need the official OpenAI pattern for preserving conversation state, reasoning items, and multi-turn context across longer-lived agent workflows.

openai, conversation state, responses api, reasoning, agents

OpenAI Agents SDK

Guide · OpenAI · Intermediate

You are moving past one-off calls and need application-owned orchestration, tools, approvals, and state.

openai, agents, tool use, orchestration, state

Gemini Managed Agents quickstart

Quickstart · Google AI for Developers · Intermediate

You want Google's practical quickstart for building a managed Gemini agent that streams responses, keeps multi-turn state, uses the Antigravity sandbox, and can return files instead of reading only the higher-level overview.

gemini, managed agents, interactions api, tools, stateful workflows

Building managed agents

Guide · Google AI for Developers · Intermediate to advanced

You want to extend Gemini's managed-agent harness with your own instructions, skills, and data instead of using the default Antigravity setup unchanged.

gemini, managed agents, custom agents, skills, stateful workflows

Migrate to the Gemini Interactions API

Migration guide · Google AI for Developers · Intermediate

You are upgrading an older Gemini integration and need Google's current migration path toward the Interactions API for stateful agent workflows.

gemini, interactions api, migration, agents, stateful workflows

Gemini Interactions API

Guide · Google AI for Developers · Intermediate to advanced

You need Google's current recommended API surface for agentic workflows, server-side state, and complex multimodal conversations.

gemini, interactions api, agents, tool use, stateful workflows

xAI Context Compaction

Guide · xAI · Intermediate to advanced

You want xAI's official guidance for shrinking long conversations into reusable compact state before teaching Grok-heavy agent workflows at scale.

xai, context compaction, agents, long context, cost optimization

OpenRouter Agent SDK

SDK guide · OpenRouter · Intermediate

You want a TypeScript agent loop with automatic tool dispatch, conversation state, streaming, MCP tools, and explicit step or cost stop conditions while retaining access to OpenRouter's multi-provider catalog.

openrouter, agent sdk, typescript, tool use, mcp

State of Open Models: Summer 2026 Observations

Ecosystem report · Hugging Face · Intermediate

You want a current August 14, 2026 ecosystem read on where open-model adoption is actually concentrating, especially around Qwen, small models, and agent-oriented usage.

hugging face, open models, qwen, llama, model ecosystem

LangGraph Academy video thumbnail

LangGraph Academy

Free course · LangChain · Intermediate

You want to build multi-step agent workflows with state.

agents, langgraph, llm orchestration