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.

9 matches for "agent harness"

Providers and platforms

OpenRouter profile photo

OpenRouter

OpenRouter docs · Beginner to intermediate

Useful for learning model comparison, latest-family aliases, routing, fallback behavior, agent construction, project-specific evals, and API-compatible experimentation across proprietary and open model families.

Topics

Model routing, Model comparison, Auto Router, Agent SDK, Coding-agent harnesses, GPT models, Claude models, Gemini, Llama, Mistral, DeepSeek, Qwen, API examples, Evaluation

Agent tools and skill directories

Agent harness

OpenClaw

OpenClaw · Open-source agent harness

Use this when you want an agent runtime you can shape with local skills, plugins, and workspace-level behavior.

Start

Start with the docs, install the minimum useful setup, then add one skill only after you understand its file access and commands.

Self-improving agent

Hermes Agent

Nous Research · Open-source agent

Use this when persistent memory, skill creation from completed tasks, and remote agent operation matter more than a simple chat UI.

Start

Read the README, run it in a contained environment, and test one recurring workflow before trusting broader memory.

Resources

GPT-Live-1 in the API

Voice agent model launch · OpenAI · Intermediate

You want OpenAI's September 10, 2026 launch of GPT-Live-1 in the API for full-duplex voice agents, including its $0.05-per-minute front-end pricing and guidance on pairing it with a backend model and agent harness.

openai, voice agents, realtime, api, model selection

How GitHub makes AI coding more cost efficient

Coding agent evaluation guide · GitHub · Intermediate to advanced

You want GitHub's September 2, 2026 evidence for measuring coding-agent efficiency across the whole task, including selective output compression, preserving useful context, benchmark regressions, and controlled production experiments.

github copilot, coding agents, context engineering, evals, cost optimization

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

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

A Local-First Agent for Private and Cost-Effective Knowledge Work

Engineering study · Perplexity · Intermediate to advanced

You want a practical primary-source study of co-designing a compact local model and agent harness, including on-demand skills, context compaction, sandboxing, verification, and optional frontier-model escalation.

perplexity, local models, agent harnesses, privacy, sandboxing

AI Engineering: Code Is the New Agent Harness

Beehiiv post · Sumanth P · Intermediate

You want a concise technical briefing on why code, traces, tests, and harnesses matter for real agent systems.

beehiiv, agents, ai engineering, evals, tracing