tgo

作者 tgoai已验证

Open-source AI Agent Customer Service Platform. Build AI agent teams with LLM orchestration, RAG knowledge base, multi-channel support, and human collaboration.

594
Stars
114
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/tgoai/tgo

快速入门

使用 tgo 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Build AI Agent Teams for Customer Service

English | 简体中文 | 繁體中文 | 日本語 | Русский

Website | Documentation

TGO Introduction

TGO is an open-source AI agent customer service platform dedicated to helping enterprises "Build AI Agent Teams for Customer Service". It integrates multi-channel access, agent orchestration, knowledge base management (RAG), and human agent collaboration.

🚀 Quick Start

One-Click Deployment

Run the following command on your server to check requirements, clone the repository, and start the services:

REF=latest curl -fsSL https://raw.githubusercontent.com/tgoai/tgo/main/bootstrap.sh | bash

For users in China (using Gitee and Aliyun mirrors):

REF=latest curl -fsSL https://gitee.com/tgoai/tgo/raw/main/bootstrap_cn.sh | bash

Local Development

Start the full development environment with Docker Compose:

cp .env.dev.example .env.dev
make dev

Useful variants:

make dev PROFILES=monitoring
make dev DISABLE=tgo-rag-beat,tgo-workflow-worker

For more details, please visit the Documentation.

✨ Features

🤖 AI Agent Orchestration

  • Multi-Agent Support - Configure multiple AI agents for different business scenarios
  • Multi-Model Integration - Connect with various LLM providers (OpenAI, Anthropic, etc.)
  • Streaming Response - Real-time AI responses via SSE for smooth conversation experience
  • Context Memory - Maintain conversation history for coherent dialogue

📚 Knowledge Base (RAG)

  • Document Knowledge Base - Upload documents to enhance AI response accuracy
  • Q&A Knowledge Base - Create question-answer pairs for quick knowledge expansion
  • Website Knowledge Base - Crawl website content to keep information up-to-date
  • Smart Retrieval - Vector-based semantic search for precise answers

🔧 MCP Tools Integration

  • Tool Store - Rich library of MCP tools, enable on demand
  • Custom Tools - Project-level tool configuration and management
  • OpenAPI Schema - Auto-parse schemas to generate interactive forms

🌐 Multi-Channel Access

  • Web Widget - Embeddable chat widget for websites
  • WeChat Integration - Official Account and Mini Program support
  • Unified Management - Manage all channels from a single dashboard

💬 Real-time Communication

  • WuKongIM Integration - Stable and reliable instant messaging
  • WebSocket Connection - Efficient bidirectional communication
  • Message Sync - Read/unread status, delivery confirmation
  • Rich Media - Support for text, images, files and more

👥 Human-AI Collaboration

  • Smart Handoff - Seamlessly transfer to human agents when needed
  • Visitor Management - Collect visitor info, assign sessions, track history
  • Agent Workspace - Unified interface for human agents

🎨 UI Widget System

  • Structured Display - Render orders, products, logistics as beautiful cards
  • Rich Components - Order cards, logistics tracking, product display, price comparison
  • Action Protocol - Standardized URI protocol for interactions

📦 Repository Structure

RepositoryDescriptionTech Stack
tgo-aiAI/ML operations service for managing agents, tool bindings, knowledge bases, and usage analyticsPython / FastAPI
tgo-apiCore business logic service handling user management, visitor tracking, assignment, and communicationPython / FastAPI
tgo-cliCLI tool & MCP Server enabling AI agents to execute customer service operations with 40+ built-in toolsTypeScript / Node.js
tgo-device-agentEmbedded agent running on managed devices providing file and shell capabilities via TCP JSON-RPCGo
tgo-device-controlDevice control service managing TCP/JSON-RPC connections for remote device management with MCP AgentPython / FastAPI
tgo-platformMulti-channel message intake service supporting WeChat, Feishu, DingTalk, Telegram, Slack, email, etc.Python / FastAPI
tgo-plugin-runtimePlugin lifecycle management and execution service with dynamic tool synchronizationPython / FastAPI
tgo-ragRAG service providing document processing, hybrid semantic/full-text search, and async processingPython / FastAPI
tgo-webAdmin frontend with real-time chat, AI agent management, knowledge base, and MCP tool integrationTypeScript / React 19
tgo-workflowAI Agent workflow execution engine supporting DAG topology with LLM, API, condition, and tool nodesPython / FastAPI

Widget SDKs

RepositoryDescriptionTech Stack
tgo-widget-jsEmbeddable customer service chat widget (Intercom-style) for websitesTypeScript / React 18
tgo-widget-iosNative iOS customer service chat SDK with SwiftUI views and UIKit bridgingSwift / SwiftUI
tgo-widget-flutterCross-platform customer service chat widget for iOS and AndroidDart / Flutter
tgo-widget-cliVisitor-facing CLI tool & MCP Server providing customer service interfaceTypeScript / Node.js
tgo-widget-miniprogramWeChat Mini Program chat widget component with AI streaming responses and Markdown renderingTypeScript

🏗️ System Architecture

TGO System Architecture

Product Preview

Dashboard
Agent Orchestration
Knowledge Base
Q&A Debugging
MCP Tools
Platform Admin

System Requirements

  • CPU: >= 4 Core
  • RAM: >= 8 GiB
  • OS: macOS / Linux / WSL2

常见问题

What is tgo?

tgo is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by tgoai. Open-source AI Agent Customer Service Platform. Build AI agent teams with LLM orchestration, RAG knowledge base, multi-channel support, and human collaboration. It has 594 GitHub stars.

Is tgo safe to use?

Yes. tgo passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install tgo?

Clone the repository with "git clone https://github.com/tgoai/tgo" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is tgo written in?

tgo is primarily written in TypeScript. It is open-source under tgoai on GitHub, so you can review or fork the full source.

Are there alternatives to tgo?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh tgo against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情