Commit
·
499ce9d
1
Parent(s):
a818dbf
update format
Browse files- owl/webapp.py +2 -0
- owl/webapp_zh.py +2 -0
owl/webapp.py
CHANGED
@@ -858,7 +858,9 @@ def create_ui():
|
|
858 |
# 🦉 OWL Multi-Agent Collaboration System
|
859 |
|
860 |
Advanced multi-agent collaboration system developed based on the CAMEL framework, designed to solve complex problems through agent collaboration.
|
|
|
861 |
Models and tools can be customized by modifying local scripts.
|
|
|
862 |
This web app is currently in beta development. It is provided for demonstration and testing purposes only and is not yet recommended for production use.
|
863 |
"""
|
864 |
)
|
|
|
858 |
# 🦉 OWL Multi-Agent Collaboration System
|
859 |
|
860 |
Advanced multi-agent collaboration system developed based on the CAMEL framework, designed to solve complex problems through agent collaboration.
|
861 |
+
|
862 |
Models and tools can be customized by modifying local scripts.
|
863 |
+
|
864 |
This web app is currently in beta development. It is provided for demonstration and testing purposes only and is not yet recommended for production use.
|
865 |
"""
|
866 |
)
|
owl/webapp_zh.py
CHANGED
@@ -834,7 +834,9 @@ def create_ui():
|
|
834 |
# 🦉 OWL 多智能体协作系统
|
835 |
|
836 |
基于CAMEL框架开发的先进多智能体协作系统,旨在通过智能体协作解决复杂问题。
|
|
|
837 |
可以通过修改本地脚本自定义模型和工具。
|
|
|
838 |
本网页应用目前处于测试阶段,仅供演示和测试使用,尚未推荐用于生产环境。
|
839 |
"""
|
840 |
)
|
|
|
834 |
# 🦉 OWL 多智能体协作系统
|
835 |
|
836 |
基于CAMEL框架开发的先进多智能体协作系统,旨在通过智能体协作解决复杂问题。
|
837 |
+
|
838 |
可以通过修改本地脚本自定义模型和工具。
|
839 |
+
|
840 |
本网页应用目前处于测试阶段,仅供演示和测试使用,尚未推荐用于生产环境。
|
841 |
"""
|
842 |
)
|