hub

CodeZen

CodeZen

一个专注中文区的 GitHub 项目发现

avatar

open-codesign

Open CoDesign **简体中文**: README.zh-CN.md./README.zh-CN.md > Your prompts. Your model. Your laptop. > > Turn prompts into polished artifacts — locally, openly, and with whichever model you already pay for. Websitehttps://opencoworkai.github.io/open-codesign/ · Quickstartquickstart · Docshttps://ope

ai-design anthropic byok claude claude-code
star233
TypeScript
avatar

kiro-auto

kiro自动注册机

star189
TypeScript
avatar

jetbrains-cc-gui

Jetbrains Claude Code 和 Codex GUI 插件

star2.6k
TypeScript
avatar

anything-analyzer

利用 browser + CDP capture + AI analysis 傻瓜式生成 注册机 | 2API | 其他浏览器行为 的协议分析文档

star207
TypeScript
avatar

MindAct

English./README.md | 中文文档./README.zh.md > **From ReAct to MindAct.** ReActhttps://arxiv.org/abs/2210.03629 Reasoning + Acting is the standard paradigm behind most AI agents — interleaving chain-of-thought reasoning with tool use. MindAct takes it further: before your agent acts, it checks what it

star148
TypeScript
avatar

cloudflare-edge-tts

cloudflare-edge-tts Minimal Cloudflare Worker that exposes Microsoft Edge Text-to-Speech over HTTP using a Worker-native implementation built on `fetch..., { Upgrade: "websocket" }`. Endpoints `GET /health` Returns a lightweight health response: ```json { "ok": true } ``` `GET /voices` Retu

star152
TypeScript
avatar

codex-register

用于批量注册 OpenAI 账号、授权Codex登录生成授权文件,可直接导入cliproxyapi使用,以及批量检查凭证剩余可用额度。

star171
TypeScript
avatar

Learn-Open-Harness

🤖 Official Interactive Tutorial for OpenHarness – Zero to Hero in 12 Chapters | Learn OpenHarness like Claude Code: Agent Loop, Tools, Memory, Multi-Agent | 面向零基础的 AI Agent 交互式教程

agent-harness agent-loop ai-agent ai-agent-tutorial ai-harness
star184
TypeScript
avatar

llm_wiki

LLM Wiki 一个能自我构建的个人知识库。 LLM 阅读你的文档,构建结构化 Wiki,并持续保持更新。 这是什么? • 功能特性 • 技术栈 • 安装 • 致谢 • 许可证 English | 中文 --- 这是什么? LLM Wiki 是一个跨平台桌面应用,能将你的文档自动转化为有组织、相互关联的知识库。与传统 RAG(每次查询都从头检索和回答)不同,LLM 会从你的资料中**增量构建并维护一个持久化的 Wiki**。知识只编译一次并持续更新,而非每次查询都重新推导。 本项目基于 Karpathy 的

star227
TypeScript
avatar

claude-code-source

> **🔥 AI通道https://aitongdao.com — Claude Code & Codex 中转服务,满血 Opus 4.6 纯原装直连,国内免翻墙低延迟,按量付费 1 人民币 = 1 美元额度。** --- claude-code-source 从 `@anthropic-ai/claude-code` npm 包完整还原的 Claude Code 源码项目。**无功能阉割** — 所有 native 模块、内部依赖、类型定义均已完整恢复,可直接在本地启动运行。 快速开始 ```bash 安装依赖(需要 Bun >= 1.3.10) bun install 启动(

star290
TypeScript
avatar

claude-code-tudou

Claude Code Tudou 土豆版 基于 Claude Code 源码修复的 **本地增强版**。本项目不仅完整保留了 Claude Code 的 TUI 交互和 Agent 能力,还额外集成了 **Electron 桌面端** 界面,并支持通过环境变量灵活接入各类 Anthropic 兼容 API。 --- 核心特性 - **双端体验**: - **终端 TUI**:基于 React + Ink 的完整命令行交互界面,支持工具调用、代码编辑和多步迭代。 - **桌面端 Electron**:提供 Vue 3 构建的图形化聊天界面,支持会话管理、工作区切换及可视化设置

star301
TypeScript
avatar

CC

Claude Code 源码还原 > 从 source map 还原并可运行的 Claude Code CLI 完整 TypeScript 源码 > !WARNING > 本仓库为**非官方**版本,基于公开 npm 发布包的 source map 还原,**仅供研究学习使用**。 > 不代表 Anthropic 官方原始内部开发仓库结构。 > 部分模块因 source map 无法完整还原,已用兼容 shim 或降级实现替代,行为可能与原版有所不同。 当前状态 - 源码树可还原并可在本地开发流程中运行 - `bun install` 可成功安装依赖 - `bun run vers

star227
TypeScript