{"id":46364402,"url":"https://github.com/codeeagle/higress","last_synced_at":"2026-03-10T14:06:05.305Z","repository":{"id":341955991,"uuid":"1171746491","full_name":"CodeEagle/Higress","owner":"CodeEagle","description":"AI Native API Gateway for LazyCat","archived":false,"fork":false,"pushed_at":"2026-03-04T03:21:01.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T08:02:23.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeEagle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-03T15:07:52.000Z","updated_at":"2026-03-04T03:21:04.000Z","dependencies_parsed_at":"2026-03-04T08:05:45.516Z","dependency_job_id":null,"html_url":"https://github.com/CodeEagle/Higress","commit_stats":null,"previous_names":["codeeagle/higress"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/CodeEagle/Higress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEagle%2FHigress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEagle%2FHigress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEagle%2FHigress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEagle%2FHigress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeEagle","download_url":"https://codeload.github.com/CodeEagle/Higress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEagle%2FHigress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-05T02:00:42.394Z","updated_at":"2026-03-05T02:00:55.835Z","avatar_url":"https://github.com/CodeEagle.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Higress - 懒猫微服自动构建项目\n\n\u003e [!NOTE]\n\u003e 本项目是 [Higress](https://github.com/alibaba/higress) 的懒猫微服（LazyCat）自动构建项目，用于自动跟踪上游镜像更新并发布到懒猫应用商店。\n\n\u003e [!IMPORTANT]\n\u003e **Icon 规范**：`icon.png` 文件大小不得超过 **200KB**，建议使用 512x512 像素的 PNG 格式图片。\n\n**Higress - AI Native API Gateway - AI 原生 API 网关**\n\n## 关于本项目\n\n本项目会自动监测 [alibaba/higress](https://github.com/alibaba/higress) 的容器镜像更新，当有新版本发布时：\n1. 自动复制镜像到懒猫官方镜像源\n2. 更新 `lzc-manifest.yml` 配置\n3. 构建并发布到懒猫应用商店\n\n## Higress 简介\n\nHigress 是基于 Istio 和 Envoy 的云原生 API 网关，可以通过 Go/Rust/JS 编写的 Wasm 插件进行扩展。它提供了数十个开箱即用的通用插件和一个开箱即用的控制台。\n\n### 核心特性\n\n- **AI 网关**: 支持所有主流 LLM 模型提供商，统一协议接入，具备 AI 可观测性、多模型负载均衡、Token 限流和缓存能力\n- **MCP Server 托管**: 通过插件机制托管 MCP (Model Context Protocol) 服务器，让 AI Agent 轻松调用各种工具和服务\n- **Kubernetes Ingress Controller**: 兼容 K8s nginx ingress controller 的许多注解，支持 Gateway API\n- **微服务网关**: 支持从 Nacos、ZooKeeper、Consul、Eureka 等服务注册中心发现微服务\n- **安全网关**: 支持 WAF 和多种认证策略（key-auth、hmac-auth、jwt-auth、basic-auth、oidc 等）\n\n### 核心优势\n\n- **生产级**: 源自阿里内部产品，经过 2 年多的生产验证，支持每秒数十万请求的大规模场景\n- **流式处理**: 支持真正的完整请求/响应体流式处理，Wasm 插件可以轻松自定义 SSE 等流式协议的处理\n- **易扩展**: 提供丰富的官方插件库，覆盖 AI、流量管理、安全防护等常见功能\n- **安全易用**: 基于 Ingress API 和 Gateway API 标准，提供开箱即用的 UI 控制台\n\n## 功能特性\n\n- MCP Server 托管 - 统一认证授权、细粒度限流、审计日志\n- AI Gateway - 统一 LLM API 接入、可观测性、负载均衡\n- Kubernetes Ingress Controller - 兼容 nginx ingress，资源开销更低\n- 微服务网关 - 支持 Nacos、Dubbo、Consul 等服务发现\n- 安全网关 - WAF、多种认证策略\n\n## Homepage\n\n访问 [https://higress.io](https://higress.io) 了解更多信息。\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeeagle%2Fhigress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeeagle%2Fhigress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeeagle%2Fhigress/lists"}