Skip to content

hanswang73/telichat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 

Repository files navigation

Note: This repository only contains public sample documents. The core source code of the TeliChat product itself is not included in this repository.

TeliChat is a code-first, white-box conversational agent development framework, suitable for building complex customer-facing business conversational systems.

The core issue it faces is: how to strike a balance between complex business logic, reliable output, natural interaction and fast response.

TeliChat combines:

  • ChatTree: used to express deterministic interaction logic
  • InfoItem: used to express structured conversation status
  • Python Code: used to process business logic, conditional judgments and tool calls
  • LLM: used for natural language understanding, information extraction and natural language generation

Quick start: https://telichat.io/docs/next/quick_start

For more information, see the official website: https://telichat.io

Example code in this repository is licensed under MIT.


注意:本仓库仅包含公开示例文档,TeliChat 产品本身的核心源代码不包含在本仓库中。

TeliChat 是一个代码优先的白盒对话智能体开发框架,适用于构建面向客户的复杂业务对话系统。

它面向的核心问题是:如何在复杂业务逻辑、可靠输出、自然交互和快速响应之间取得平衡。

TeliChat 结合了:

  • 对话树:用于表达确定性的交互逻辑
  • 信息项:用于表达结构化的对话状态
  • Python 代码:用于处理业务逻辑、条件判断和工具调用
  • 大语言模型:用于自然语言理解、信息抽取和自然语言生成

快速开始:https://telichat.io/zh-Hans/docs/next/quick_start

更多参见官网:https://telichat.io/zh-Hans

此存储库中的示例代码已获得 MIT 许可

About

Public examples for TeliChat : Code-Centric White-Box Conversational Agents for Customers, Harmonizing Complex Logic, Reliable Output, Agile Interaction, and Rapid Response

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors