From 4d68e154ce17e6cace294a0c6ba4929b82e8da1e Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Wed, 5 Aug 2026 04:54:17 +0300 Subject: [PATCH] docs: remove retired Go Report Card badge (#17819) ### Summary Remove the Go Report Card badge from `internal/harness/README.md` because the service has been retired and no longer provides a repository grade. This is a documentation-only change. Validated with `git diff --check`. --- internal/harness/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/harness/README.md b/internal/harness/README.md index 179585116c..9809c72301 100644 --- a/internal/harness/README.md +++ b/internal/harness/README.md @@ -1,7 +1,6 @@ # Agent Harness Go [![Go Reference](https://pkg.go.dev/badge/ragflow/internal/harness.svg)](https://pkg.go.dev/ragflow/internal/harness) -[![Go Report Card](https://goreportcard.com/badge/ragflow/internal/harness)](https://goreportcard.com/report/ragflow/internal/harness) A Go framework for building **stateful, multi-agent applications** with LLMs. It provides a **graph-based execution engine** (`graphengine/`) with Pregel-style BSP execution, plus a **full Agent Development Kit** (`agentcore/`) built on top of it — supporting ReAct agents, middleware, workflows, checkpointing, human-in-the-loop, and streaming.