open-harness

by MaxGfeller · MCP 服务器 · ★ 567

About open-harness

OpenHarness Build capable, general-purpose AI agents in code. Based on Vercel's AI SDK, inspired by Claude Code, Codex, and similar agent harnesses. Documentation Packages Quick Start Multi-Turn with Sessions typescript import { Session } from "@openharness/core"; const session = new Session({ agent, contextWindow: 128000 }); for await (const event of session.send("List all TypeScript files")) { if (event.type === "text.delta") process.stdout.write(event.text); } // Session remembers the conversati

agentsagentskillsaiai-agentsmcp

Quick Facts

Stars567
Forks97
LanguageTypeScript
CategoryMCP 服务器
LicenseMIT
Quality Score52.618/100
Open Issues1
Last Updated2026-06-15
Created2026-02-23
Platformsmcp, node
Est. Tokens~14k

More MCP 服务器 Tools

Explore other popular mcp 服务器 tools:

View all MCP 服务器 tools →

Popular TypeScript Agent Tools

  • openclaw ⭐ 379.1k · Codex 技能
  • n8n ⭐ 192.9k · MCP 服务器
  • dify ⭐ 145.6k · MCP 服务器
  • gstack ⭐ 110.8k · AI 工具
  • gemini-cli ⭐ 105.3k · MCP 服务器

Frequently Asked Questions

What is open-harness?

open-harness is A code-first, composable SDK to build powerful AI agents. It is categorized as a MCP 服务器 with 567 GitHub stars.

What programming language is open-harness written in?

open-harness is primarily written in TypeScript. It covers topics such as agents, agentskills, ai.

How do I install or use open-harness?

You can find installation instructions and usage details in the open-harness GitHub repository at github.com/MaxGfeller/open-harness. The project has 567 stars and 97 forks, indicating an active community.

What license does open-harness use?

open-harness is released under the MIT license, making it free to use and modify according to the license terms.

View on GitHub → Browse MCP 服务器 tools