diff --git a/README.ja.md b/README.ja.md index 5b7d0635..5a2f0084 100644 --- a/README.ja.md +++ b/README.ja.md @@ -65,6 +65,8 @@ Skills、Rules、MCP など、Agent が使えるリソースはすべて共有 /teamai TeamAI ダッシュボードを開いて ``` +メンバーのセットアップが終われば、エージェントを開くだけでチームの AI 資産をすべて使えます。 +
コマンドラインでインストール @@ -97,10 +99,52 @@ teamai init https://github.com/your-org/your-repo --scope user
+## プロダクト概要 + +Git を基盤に、3 層の能力を構築します: + +- **Team Execution** — すべてのエージェントをチームのやり方で動かす:skills、rules、docs、env、agents、hooks、MCP。 +- **Team Context**(beta)— すべてのエージェントにチームを理解させる:learnings、コード知識グラフ、teamwiki。 +- **Team Improvement**(beta)— 一回ごとの実行をチームの力として蓄積する:usage、sessions、dashboard。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AgentTeam ExecutionTeam Context (beta)Team Improvement (beta)
skillsrulesdocsenvagentshooksmcplearningscodebaseteamwikiusagesessionsdashboard
Claude Code✓✓✓✓✓✓✓✓✓✓✓✓✓
Codex✓✓✓✓✓✓✓✓✓✓✓✓✓
Cursor✓✓✓✓✓✓✓✓✓✓✓✓✓
GitHub Copilot CLI✓✓✓✓✓✓✓✓✓✓———
CodeBuddy✓✓✓✓✓✓✓✓✓✓✓✓✓
WorkBuddy✓✓✓✓—✓✓✓✓✓✓✓✓
OpenCode✓✓✓✓✓✓✓✓✓✓———
Pi Coding Agent✓✓✓——✓———————
OpenClaw✓✓✓✓———✓✓✓———
Hermes✓—✓✓———✓✓✓———
DeepSeek Harness✓—✓————✓✓✓———
Qoder✓✓✓✓✓✓✓✓✓✓✓✓✓
Qoder CN✓✓✓✓✓✓✓✓✓✓✓✓✓
Kiro✓✓✓✓✓✓✓✓✓✓✓✓✓
ZCode✓—✓—✓✓✓✓✓✓✓✓✓
Oh My Pi✓✓✓✓✓✓✓✓✓✓———
+ ## 詳細情報 - [Usage Guide](docs/usage-guide.md) — setup, onboarding, daily workflows, and commands -- [Product Overview](docs/product-overview.md) — architecture, capabilities, and agent support +- [Product Overview](docs/product-overview.md) — architecture, distribution controls, and capability details - [Git Providers](docs/providers.md) — supported repository providers - [Windows Setup](docs/windows-hooks.md) — hooks and shell configuration - [Technical Designs](docs/designs/) — design documents and proposals diff --git a/README.ko.md b/README.ko.md index ce87fb02..72d32d2f 100644 --- a/README.ko.md +++ b/README.ko.md @@ -65,6 +65,8 @@ Skills, Rules, MCP 등 Agent가 사용할 수 있는 리소스는 모두 공유 /teamai TeamAI 대시보드 열어줘 ``` +팀원이 한 번 접속하면, 에이전트를 여는 것만으로 팀의 모든 AI 자산을 쓸 수 있습니다. +
명령줄 설치 @@ -97,10 +99,52 @@ teamai init https://github.com/your-org/your-repo --scope user
+## 제품 개요 + +Git을 기반으로 세 층의 역량을 구축합니다: + +- **Team Execution** — 모든 에이전트가 팀의 방식대로 일하게 합니다: skills, rules, docs, env, agents, hooks, MCP. +- **Team Context** (beta) — 모든 에이전트가 팀을 이해하게 합니다: learnings, 코드베이스 그래프, teamwiki. +- **Team Improvement** (beta) — 매 실행이 팀의 역량으로 쌓이게 합니다: usage, sessions, dashboard. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AgentTeam ExecutionTeam Context (beta)Team Improvement (beta)
skillsrulesdocsenvagentshooksmcplearningscodebaseteamwikiusagesessionsdashboard
Claude Code✓✓✓✓✓✓✓✓✓✓✓✓✓
Codex✓✓✓✓✓✓✓✓✓✓✓✓✓
Cursor✓✓✓✓✓✓✓✓✓✓✓✓✓
GitHub Copilot CLI✓✓✓✓✓✓✓✓✓✓———
CodeBuddy✓✓✓✓✓✓✓✓✓✓✓✓✓
WorkBuddy✓✓✓✓—✓✓✓✓✓✓✓✓
OpenCode✓✓✓✓✓✓✓✓✓✓———
Pi Coding Agent✓✓✓——✓———————
OpenClaw✓✓✓✓———✓✓✓———
Hermes✓—✓✓———✓✓✓———
DeepSeek Harness✓—✓————✓✓✓———
Qoder✓✓✓✓✓✓✓✓✓✓✓✓✓
Qoder CN✓✓✓✓✓✓✓✓✓✓✓✓✓
Kiro✓✓✓✓✓✓✓✓✓✓✓✓✓
ZCode✓—✓—✓✓✓✓✓✓✓✓✓
Oh My Pi✓✓✓✓✓✓✓✓✓✓———
+ ## 자세히 알아보기 - [Usage Guide](docs/usage-guide.md) — setup, onboarding, daily workflows, and commands -- [Product Overview](docs/product-overview.md) — architecture, capabilities, and agent support +- [Product Overview](docs/product-overview.md) — architecture, distribution controls, and capability details - [Git Providers](docs/providers.md) — supported repository providers - [Windows Setup](docs/windows-hooks.md) — hooks and shell configuration - [Technical Designs](docs/designs/) — design documents and proposals diff --git a/README.md b/README.md index 0db3121d..61a49cdc 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ Skills, rules, MCP servers, and other agent resources can all be shared: /teamai Open the TeamAI dashboard ``` +Once a teammate is set up, they just open their agent and already have the team's full set of AI assets. +
Command-line install @@ -97,10 +99,52 @@ Once initialized, every AI session automatically pulls the latest skills / rules
+## Product Overview + +Three layers of capability, built on Git: + +- **Team Execution** — make every agent work the team's way: skills, rules, docs, env, agents, hooks, MCP. +- **Team Context** (beta) — make every agent understand the team: learnings, codebase graph, teamwiki. +- **Team Improvement** (beta) — make every execution improve the team: usage, sessions, dashboard. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AgentTeam ExecutionTeam Context (beta)Team Improvement (beta)
skillsrulesdocsenvagentshooksmcplearningscodebaseteamwikiusagesessionsdashboard
Claude Code✓✓✓✓✓✓✓✓✓✓✓✓✓
Codex✓✓✓✓✓✓✓✓✓✓✓✓✓
Cursor✓✓✓✓✓✓✓✓✓✓✓✓✓
GitHub Copilot CLI✓✓✓✓✓✓✓✓✓✓———
CodeBuddy✓✓✓✓✓✓✓✓✓✓✓✓✓
WorkBuddy✓✓✓✓—✓✓✓✓✓✓✓✓
OpenCode✓✓✓✓✓✓✓✓✓✓———
Pi Coding Agent✓✓✓——✓———————
OpenClaw✓✓✓✓———✓✓✓———
Hermes✓—✓✓———✓✓✓———
DeepSeek Harness✓—✓————✓✓✓———
Qoder✓✓✓✓✓✓✓✓✓✓✓✓✓
Qoder CN✓✓✓✓✓✓✓✓✓✓✓✓✓
Kiro✓✓✓✓✓✓✓✓✓✓✓✓✓
ZCode✓—✓—✓✓✓✓✓✓✓✓✓
Oh My Pi✓✓✓✓✓✓✓✓✓✓———
+ ## Learn More - [Usage Guide](docs/usage-guide.md) ([中文版](docs/usage-guide.zh-CN.md)) — setup, onboarding, daily workflows, and commands -- [Product Overview](docs/product-overview.md) ([中文版](docs/product-overview.zh-CN.md)) — architecture, capabilities, and agent support +- [Product Overview](docs/product-overview.md) ([中文版](docs/product-overview.zh-CN.md)) — architecture, distribution controls, and capability details - [Git Providers](docs/providers.md) — supported repository providers - [Windows Setup](docs/windows-hooks.md) ([中文版](docs/windows-hooks.zh-CN.md)) — hooks and shell configuration - [Technical Designs](docs/designs/) — design documents and proposals diff --git a/README.th.md b/README.th.md index 77d4f648..d4eb1103 100644 --- a/README.th.md +++ b/README.th.md @@ -65,6 +65,8 @@ Skills, Rules, MCP และทรัพยากรอื่นที่ Agent /teamai เปิดแดชบอร์ด TeamAI ``` +เมื่อสมาชิกทีมเชื่อมต่อเสร็จแล้ว แค่เปิด Agent ก็ใช้สินทรัพย์ AI ของทีมได้ครบ +
ติดตั้งด้วยคอมมานด์ไลน์ @@ -97,10 +99,52 @@ teamai init https://github.com/your-org/your-repo --scope user
+## ภาพรวมผลิตภัณฑ์ + +สร้างสามชั้นของความสามารถบน Git: + +- **Team Execution** — ทำให้ทุก Agent ทำงานตามแนวทางของทีม: skills, rules, docs, env, agents, hooks, MCP +- **Team Context** (beta) — ทำให้ทุก Agent เข้าใจทีม: learnings, กราฟความรู้โค้ดเบส, teamwiki +- **Team Improvement** (beta) — ทำให้ทุกการทำงานยกระดับทีม: usage, sessions, dashboard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AgentTeam ExecutionTeam Context (beta)Team Improvement (beta)
skillsrulesdocsenvagentshooksmcplearningscodebaseteamwikiusagesessionsdashboard
Claude Code✓✓✓✓✓✓✓✓✓✓✓✓✓
Codex✓✓✓✓✓✓✓✓✓✓✓✓✓
Cursor✓✓✓✓✓✓✓✓✓✓✓✓✓
GitHub Copilot CLI✓✓✓✓✓✓✓✓✓✓———
CodeBuddy✓✓✓✓✓✓✓✓✓✓✓✓✓
WorkBuddy✓✓✓✓—✓✓✓✓✓✓✓✓
OpenCode✓✓✓✓✓✓✓✓✓✓———
Pi Coding Agent✓✓✓——✓———————
OpenClaw✓✓✓✓———✓✓✓———
Hermes✓—✓✓———✓✓✓———
DeepSeek Harness✓—✓————✓✓✓———
Qoder✓✓✓✓✓✓✓✓✓✓✓✓✓
Qoder CN✓✓✓✓✓✓✓✓✓✓✓✓✓
Kiro✓✓✓✓✓✓✓✓✓✓✓✓✓
ZCode✓—✓—✓✓✓✓✓✓✓✓✓
Oh My Pi✓✓✓✓✓✓✓✓✓✓———
+ ## เรียนรู้เพิ่มเติม - [Usage Guide](docs/usage-guide.md) — setup, onboarding, daily workflows, and commands -- [Product Overview](docs/product-overview.md) — architecture, capabilities, and agent support +- [Product Overview](docs/product-overview.md) — architecture, distribution controls, and capability details - [Git Providers](docs/providers.md) — supported repository providers - [Windows Setup](docs/windows-hooks.md) — hooks and shell configuration - [Technical Designs](docs/designs/) — design documents and proposals diff --git a/README.zh-CN.md b/README.zh-CN.md index b5a595d4..fad98411 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -71,6 +71,8 @@ Skills、Rules、MCP 等 Agent 能用的资源都可以分享: /teamai 帮我打开 TeamAI 看板 ``` +团队成员完成接入后,打开 Agent 即可使用团队的全部 AI 资产。 +
命令行安装 @@ -103,10 +105,52 @@ teamai init https://github.com/your-org/your-repo --scope user
+## 产品概览 + +基于 Git 打造三层能力: + +- **Team Execution** —— 让每个 Agent 按团队的方式工作:skills、rules、docs、env、agents、hooks、MCP。 +- **Team Context**(beta)—— 让每个 Agent 理解整个团队:learnings、代码知识图谱、teamwiki。 +- **Team Improvement**(beta)—— 让每一次执行都沉淀为团队能力:usage、sessions、dashboard。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AgentTeam ExecutionTeam Context (beta)Team Improvement (beta)
skillsrulesdocsenvagentshooksmcplearningscodebaseteamwikiusagesessionsdashboard
Claude Code✓✓✓✓✓✓✓✓✓✓✓✓✓
Codex✓✓✓✓✓✓✓✓✓✓✓✓✓
Cursor✓✓✓✓✓✓✓✓✓✓✓✓✓
GitHub Copilot CLI✓✓✓✓✓✓✓✓✓✓———
CodeBuddy✓✓✓✓✓✓✓✓✓✓✓✓✓
WorkBuddy✓✓✓✓—✓✓✓✓✓✓✓✓
OpenCode✓✓✓✓✓✓✓✓✓✓———
Pi Coding Agent✓✓✓——✓———————
OpenClaw✓✓✓✓———✓✓✓———
Hermes✓—✓✓———✓✓✓———
DeepSeek Harness✓—✓————✓✓✓———
Qoder✓✓✓✓✓✓✓✓✓✓✓✓✓
Qoder CN✓✓✓✓✓✓✓✓✓✓✓✓✓
Kiro✓✓✓✓✓✓✓✓✓✓✓✓✓
ZCode✓—✓—✓✓✓✓✓✓✓✓✓
Oh My Pi✓✓✓✓✓✓✓✓✓✓———
+ ## 了解更多 - [使用指南](docs/usage-guide.zh-CN.md)([English](docs/usage-guide.md))— 安装、成员接入、日常流程与命令参考 -- [产品概览](docs/product-overview.zh-CN.md)([English](docs/product-overview.md))— 架构、能力与 Agent 支持范围 +- [产品概览](docs/product-overview.zh-CN.md)([English](docs/product-overview.md))— 架构、分发策略与能力详解 - [Git Provider](docs/providers.md) — 支持的代码托管平台 - [Windows 配置](docs/windows-hooks.zh-CN.md)([English](docs/windows-hooks.md))— Hook 与 Shell 配置 - [技术设计](docs/designs/) — 设计文档与提案 diff --git a/docs/product-overview.md b/docs/product-overview.md index a1c9d8b8..7acec6cd 100644 --- a/docs/product-overview.md +++ b/docs/product-overview.md @@ -18,41 +18,7 @@ This document explains TeamAI's product architecture, supported agents, and core ## Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AgentTeam ExecutionTeam Context (beta)Team Improvement (beta)
skillsrulesdocsenvagentshooksmcplearningscodebaseteamwikiusagesessionsdashboard
Claude Code✓✓✓✓✓✓✓✓✓✓✓✓✓
Codex✓✓✓✓✓✓✓✓✓✓✓✓✓
Cursor✓✓✓✓✓✓✓✓✓✓✓✓✓
GitHub Copilot CLI✓✓✓✓✓✓✓✓✓✓———
CodeBuddy✓✓✓✓✓✓✓✓✓✓✓✓✓
WorkBuddy✓✓✓✓—✓✓✓✓✓✓✓✓
OpenCode✓✓✓✓✓✓✓✓✓✓———
Pi Coding Agent✓✓✓——✓*———————
OpenClaw✓✓✓✓———✓✓✓———
Hermes✓—✓✓———✓✓✓———
DeepSeek Harness✓—✓————✓✓✓———
Qoder✓✓✓✓✓✓✓✓✓✓✓✓✓
Qoder CN✓✓✓✓✓✓✓✓✓✓✓✓✓
Kiro✓✓✓✓✓✓✓✓✓✓✓✓✓
ZCode✓—✓—✓✓✓✓✓✓✓✓✓
Oh My Pi✓✓✓✓✓✓✓✓✓✓———
- -\* Pi hook support is limited to TeamAI's built-in lifecycle bridge. Custom team hooks and built-in overrides from `hooks/hooks.yaml` are not applied to Pi. +See the [agent capability matrix](../README.md#product-overview) in the README for what each agent supports. **Git providers** — GitHub · GitLab · GitCode · CNB · TGit · private Git service. diff --git a/docs/product-overview.zh-CN.md b/docs/product-overview.zh-CN.md index 0294c9fa..d3ce6a2d 100644 --- a/docs/product-overview.zh-CN.md +++ b/docs/product-overview.zh-CN.md @@ -18,41 +18,7 @@ ## 功能概览 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AgentTeam ExecutionTeam Context (beta)Team Improvement (beta)
skillsrulesdocsenvagentshooksmcplearningscodebaseteamwikiusagesessionsdashboard
Claude Code✓✓✓✓✓✓✓✓✓✓✓✓✓
Codex✓✓✓✓✓✓✓✓✓✓✓✓✓
Cursor✓✓✓✓✓✓✓✓✓✓✓✓✓
GitHub Copilot CLI✓✓✓✓✓✓✓✓✓✓———
CodeBuddy✓✓✓✓✓✓✓✓✓✓✓✓✓
WorkBuddy✓✓✓✓—✓✓✓✓✓✓✓✓
OpenCode✓✓✓✓✓✓✓✓✓✓———
Pi Coding Agent✓✓✓——✓*———————
OpenClaw✓✓✓✓———✓✓✓———
Hermes✓—✓✓———✓✓✓———
DeepSeek Harness✓—✓————✓✓✓———
Qoder✓✓✓✓✓✓✓✓✓✓✓✓✓
Qoder CN✓✓✓✓✓✓✓✓✓✓✓✓✓
Kiro✓✓✓✓✓✓✓✓✓✓✓✓✓
ZCode✓—✓—✓✓✓✓✓✓✓✓✓
Oh My Pi✓✓✓✓✓✓✓✓✓✓———
- -\* Pi 的 Hooks 支持仅限 TeamAI 内置生命周期桥接;`hooks/hooks.yaml` 中的自定义团队 Hooks 和内置 Hook 覆盖不会应用到 Pi。 +各 Agent 的能力支持情况见 README 的 [产品概览](../README.zh-CN.md#产品概览)。 **Git 托管平台** —— GitHub · GitLab · GitCode · CNB · TGit · 私有 Git 服务。