You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Coze Loop ](https://www.coze.cn/loop) 是一个面向开发者,专注于 AI Agent 开发与运维的平台级解决方案。 它可以解决 AI Agent 开发过程中面临的各种挑战,提供从开发、调试、评估、到监控的全生命周期管理能力。
21
+
22
+
[Coze Loop](https://www.coze.cn/loop) 是一个面向开发者,专注于 AI Agent 开发与运维的平台级解决方案。 它可以解决 AI Agent 开发过程中面临的各种挑战,提供从开发、调试、评估、到监控的全生命周期管理能力。
21
23
Coze Loop 在商业化版本的基础上,推出开源版免费对开发者开放核心基础功能模块,以开源模式共享核心技术框架,开发者可根据业务需求定制与扩展,便于社区共建、分享交流,助力开发者零门槛参与 AI Agent 的探索与实践。
24
+
22
25
## Coze Loop 能做什么?
26
+
23
27
Coze Loop 通过提供全生命周期的管理能力,帮助开发者更高效地开发和运维 AI Agent。无论是提示词工程、AI Agent 评测,还是上线后的监控与调优,Coze Loop 都提供了强大的工具和智能化的支持,极大地简化了 AI Agent 的开发流程,提升了 AI Agent 的运行效果和稳定性。
Based on the commercial version, Coze Loop introduces an open-source edition that offers developers free access to core foundational feature modules. By sharing its core technology framework in an open-source model, developers can customize and extend according to business needs, facilitating community co-construction, sharing, and exchange, helping developers participate in AI agent exploration and practice with zero barriers.
23
24
24
25
## What can Coze Loop do?
26
+
25
27
Coze Loop helps developers develop and operate AI Agent more efficiently by providing full lifecycle management capabilities. Whether it is prompt engineering, AI Agent evaluation, or monitoring and optimization after deployment, Coze Loop provides powerful tools and intelligent support, greatly simplifying the development process of AI Agents and enhancing their operational performance and stability.
26
28
27
29
***Prompt development**: The Prompt development module of Coze Loop provides developers with end-to-end support for writing, debugging, optimizing, and version management. Through a visual Playground, it enables real-time interactive testing of prompts, allowing developers to intuitively compare the output of different LLMs.
28
30
***Evaluation**: The Coze Loop evaluation module provides developers with systematic evaluation capabilities, enabling automated multi-dimensional testing of prompts and Coze agents' output, such as accuracy, conciseness, compliance, and more.
29
31
***Observability**: Coze Loop provides developers with observability for the entire execution process, fully recording every stage from user input to AI output, including key stages such as prompt parsing, model invocation, and tool execution, and automatically capturing intermediate results and exceptions.
30
32
31
33
## Feature list
34
+
32
35
|**Feature**|**Functional points**|
33
36
| --- | --- |
34
-
| Prompt debugging | *Playground debugging and comparison <br>* Prompt version management |
| Model | Support integration with OpenAI, Volcengine Ark, and other models |
41
+
38
42
## Quick Start
43
+
>
39
44
> Refer to [Quick Start](https://github.com/coze-dev/coze-loop/wiki/2.-Quickstart) to learn in detail how to install and deploy the latest version of Coze Loop.
* model: The Endpoint ID of the Volcengine Ark model access point. Users within China can refer to [the Volcengine Ark documentation](https://www.volcengine.com/docs/82379/1099522); users outside China can refer to [the BytePlus ModelArk documentation](https://docs.byteplus.com/en/docs/ModelArk/1099522?utm_source=github&utm_medium=readme&utm_campaign=coze_open_source).
62
69
3. Start the service.
63
70
Run the following commands to quickly deploy the open-source version of Coze Loop using Docker Compose.
71
+
64
72
```Bash
65
73
# Start the service (default: development mode)
66
74
# Run in the coze-loop/ directory
67
-
make compose-up
75
+
make compose-up
68
76
```
69
77
70
78
4. Access the Coze Loop open-source version through your browser `http://localhost:8082`.
@@ -77,6 +85,7 @@ Procedure:
77
85
Procedure:
78
86
79
87
1. Run the following command to obtain the Helm Chart package.
tar -zxvf coze-loop-1.0.0-helm.tgz &&cd coze-loop && rm -f ../coze-loop-1.0.0-helm.tgz
@@ -90,6 +99,7 @@ Procedure:
90
99
Ingress is used to expose services to external networks. You need to configure the `templates/ingress.yaml` file in the project directory according to the actual cluster situation, manually modify parameters such as ingressClassName, and configure elements such as class, instance, host, and IP allocation.
91
100
4. Deploy and start the service.
92
101
Execute the following commands to quickly deploy the open-source version of Coze Loop using Helm.
0 commit comments