mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-07 18:40:13 +03:00
fix readme link
This commit is contained in:
parent
eb44f068e5
commit
6460be8fe2
@ -1,13 +1,13 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=600>
|
||||
<img src='../misc/logo1.png' width=600>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">Local Demo</a> | 👥 <a href="Contribution.md">Community Built Software</a> | 🔧 <a href="wiki.md#customization">Customization</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">Local Demo</a> | 👥 <a href="../Contribution.md">Community Built Software</a> | 🔧 <a href="../wiki.md#customization">Customization</a>】
|
||||
</p>
|
||||
|
||||
## 📖 概述
|
||||
|
||||
- **ChatDev** 是一家**虚拟软件公司**,通过各种不同角色的**智能体**
|
||||
@ -18,7 +18,7 @@
|
||||
## 📰 新闻
|
||||
|
||||
- **2023年9月1日:Art模式现已可用!您可以使用智能体生成软件中使用的图像,尝试 `python3 run.py --config "Art"`。**
|
||||
请参见此处的[示例](/WareHouse/gomokugameArtExample_THUNLP_20230831122822)。
|
||||
请参见此处的[示例](../WareHouse/gomokugameArtExample_THUNLP_20230831122822)。
|
||||
- 2023年8月28日:系统已公开提供使用。
|
||||
- 2023年8月17日:V1.0.0版本已准备好发布。
|
||||
- 2023年7月30日:用户可以自定义ChatChain、Phase和Role设置。此外,现在支持在线Log模式和重放模式。
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=550>
|
||||
<img src='../misc/logo1.png' width=550>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">Lokale Demo</a> | 👥 <a href="Contribution.md">Community Gebouwde Software</a> | 🔧 <a href="wiki.md#customization">Aanpassing</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">Lokale Demo</a> | 👥 <a href="../Contribution.md">Community Gebouwde Software</a> | 🔧 <a href="../wiki.md#customization">Aanpassing</a>】
|
||||
</p>
|
||||
|
||||
## 📖 Overzicht
|
||||
@ -13,18 +13,18 @@
|
||||
- **ChatDev** fungeert als een **virtueel softwarebedrijf** dat werkt met verschillende **intelligente agenten** die verschillende rollen vervullen, waaronder Chief Executive Officer <img src='online_log/static/figures/ceo.png' height=20>, Chief Product Officer <img src='online_log/static/figures/cpo.png' height=20>, Chief Technology Officer <img src='online_log/static/figures/cto.png' height=20>, programmeur <img src='online_log/static/figures/programmer.png' height=20>, recensent <img src='online_log/static/figures/reviewer.png' height=20>, tester <img src='online_log/static/figures/tester.png' height=20>, kunstontwerper <img src='online_log/static/figures/designer.png' height=20>. Deze agenten vormen een multi-agent organisatiestructuur en zijn verenigd door een missie om "de digitale wereld te revolutioneren door middel van programmeren." De agenten binnen ChatDev **werken samen** door deel te nemen aan gespecialiseerde functionele seminars, waaronder taken zoals ontwerpen, coderen, testen en documenteren.
|
||||
- Het primaire doel van ChatDev is het aanbieden van een **eenvoudig te gebruiken**, **zeer aanpasbaar** en **uitbreidbaar** framework, dat is gebaseerd op grote taalmodellen (LLM's) en dient als een ideaal scenario voor het bestuderen van collectieve intelligentie.
|
||||
<p align="center">
|
||||
<img src='./misc/company.png' width=600>
|
||||
<img src='../misc/company.png' width=600>
|
||||
</p>
|
||||
|
||||
## 🎉 Nieuws
|
||||
|
||||
* **25 september 2023: De **Git**-functie is nu beschikbaar**, waardoor de programmeur <img src='online_log/static/figures/programmer.png' height=20> GitHub kan gebruiken voor versiebeheer. Om deze functie in te schakelen, stelt u eenvoudigweg ``"git_management"`` in op ``"True"`` in ``ChatChainConfig.json``.
|
||||
<p align="center">
|
||||
<img src='./misc/github.png' width=600>
|
||||
<img src='../misc/github.png' width=600>
|
||||
</p>
|
||||
* 20 september 2023: De **Human-Agent-Interaction**-modus is nu beschikbaar! U kunt deelnemen aan het ChatDev-team door de rol van recensent <img src='online_log/static/figures/reviewer.png' height=20> te spelen en suggesties te doen aan de programmeur <img src='online_log/static/figures/programmer.png' height=20>; probeer ``python3 run.py --task [beschrijving_van_uw_idee] --configuratie "Human"``. Zie [handleiding](../wiki.md#human-agent-interactie) en [voorbeeld](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
|
||||
<p align="center">
|
||||
<img src='./misc/Human_intro.png' width=600>
|
||||
<img src='../misc/Human_intro.png' width=600>
|
||||
</p>
|
||||
* 1 september 2023: De **Art**-modus is nu beschikbaar! U kunt de ontwerpagent <img src='online_log/static/figures/designer.png' height=20> activeren om afbeeldingen te genereren die in de software worden gebruikt; probeer ``python3 run.py --task [beschrijving_van_uw_idee] --configuratie "Art"``. Zie [handleiding](../wiki.md#art) en [voorbeeld](../WareHouse/gomokugameArtExample_THUNLP_20230831122822).
|
||||
* 28 augustus 2023: Het systeem is nu openbaar beschikbaar.
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=550>
|
||||
<img src='../misc/logo1.png' width=550>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">Lokal na Demo</a> | 👥 <a href="Contribution.md">Komunidad ng Kontribusyon sa Software</a> | 🔧 <a href="wiki.md#customization">Kostomisasyon</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">Lokal na Demo</a> | 👥 <a href="../Contribution.md">Komunidad ng Kontribusyon sa Software</a> | 🔧 <a href="../wiki.md#customization">Kostomisasyon</a>】
|
||||
</p>
|
||||
|
||||
## 📖 Pangkalahatan
|
||||
@ -15,18 +15,18 @@
|
||||
- Ang pangunahing layunin ng ChatDev ay mag-alok ng isang **madaling gamitin**, **mabilis ma-customize**, at **napapalawak** na framework, na batay sa malalaking modelo ng wika (LLMs) at naglilingkod bilang isang ideal na scenario para pag-aralan ang kolektibong kaalaman.
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/company.png' width=600>
|
||||
<img src='../misc/company.png' width=600>
|
||||
</p>
|
||||
|
||||
## 📰 Balita
|
||||
|
||||
* **Setyembre 25, 2023: Ang **Git** na feature ay available na**, nagbibigay-daan sa programmer <img src='online_log/static/figures/programmer.png' height=20> na gamitin ang GitHub para sa version control. Upang paganahin ang feature na ito, i-set ang ``"git_management"`` sa ``"True"`` sa ``ChatChainConfig.json``.
|
||||
<p align="center">
|
||||
<img src='./misc/github.png' width=600>
|
||||
<img src='../misc/github.png' width=600>
|
||||
</p>
|
||||
* Setyembre 20, 2023: Ang **Human-Agent-Interaction** mode ay available na! Maaari kang makilahok sa ChatDev team sa pamamagitan ng pagganap ng papel ng reviewer <img src='online_log/static/figures/reviewer.png' height=20> at pagbibigay ng mga suhestiyon sa programmer <img src='online_log/static/figures/programmer.png' height=20>; subukan ang ``python3 run.py --task [description_ng_ideya_mo] --config "Human"``. Tingnan ang [gabay](../wiki.md#human-agent-interaction) at [halimbawa](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
|
||||
<p align="center">
|
||||
<img src='./misc/Human_intro.png' width=600>
|
||||
<img src='../misc/Human_intro.png' width=600>
|
||||
</p>
|
||||
* Setyembre 1, 2023: Ang **Art** mode ay available na! Maaari mong paganahin ang ahenteng designer <img src='online_log/static/figures/designer.png' height=20> upang lumikha ng mga imahe na ginagamit sa software; subukan ang ``python3 run.py --task [description_ng_ideya_mo] --config "Art"``. Tingnan ang [gabay](../wiki.md#art) at [halimbawa](../WareHouse/gomokugameArtExample_THUNLP_20230831122822).
|
||||
* Agosto 28, 2023: Ang sistema ay magagamit na ng publiko.
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=550>
|
||||
<img src='../misc/logo1.png' width=550>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">Démo Locale</a> | 👥 <a href="Contribution.md">Logiciels de la Communauté</a> | 🔧 <a href="wiki.md#customization">Personnalisation</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">Démo Locale</a> | 👥 <a href="../Contribution.md">Logiciels de la Communauté</a> | 🔧 <a href="../wiki.md#customization">Personnalisation</a>】
|
||||
</p>
|
||||
|
||||
## 📖 Vue d'ensemble
|
||||
@ -15,19 +15,19 @@
|
||||
différents rôles, incluant le Directeur Général <img src='online_log/static/figures/ceo.png' height=20>, le Directeur de Produit <img src='online_log/static/figures/cpo.png' height=20>, le Directeur Technologique <img src='online_log/static/figures/cto.png' height=20>, programmeur <img src='online_log/static/figures/programmer.png' height=20>, l'auditeur <img src='online_log/static/figures/reviewer.png' height=20>, le testeur <img src='online_log/static/figures/tester.png' height=20> et le designer graphique <img src='online_log/static/figures/designer.png' height=20>. Ces agents forment une structure organisationnelle multi-agents et sont unis par une mission de "révolutionner le monde numérique à travers la programmation." Les agents de ChatDev **collaborent** en participant à des séminaires fonctionnels spécialisés, incluant des tâches telles que la conception, le codage, les tests et la documentation.
|
||||
- L'objectif principal de ChatDev est de proposer un cadre **facile à utiliser**, **hautement personnalisable** et **extensible**, basé sur de grands modèles linguistiques (LLMs) et servant de scénario idéal pour étudier l'intelligence collective.
|
||||
<p align="center">
|
||||
<img src='./misc/company.png' width=600>
|
||||
<img src='../misc/company.png' width=600>
|
||||
</p>
|
||||
|
||||
## 📰 Actualités
|
||||
|
||||
* **25 septembre 2023 : La fonctionnalité **Git** est maintenant disponible**, permettant au programmeur <img src='online_log/static/figures/programmer.png' height=20> d'utiliser GitHub pour le contrôle de version. Pour activer cette fonction, définissez simplement ``"git_management"`` sur ``"True"`` dans ``ChatChainConfig.json``.
|
||||
<p align="center">
|
||||
<img src='./misc/github.png' width=600>
|
||||
<img src='../misc/github.png' width=600>
|
||||
</p>
|
||||
* 20 septembre 2023 : Le mode **Interaction Humain-Agent** est maintenant disponible ! Vous pouvez interagir avec l'équipe ChatDev en jouant le rôle de l'examinateur <img src='online_log/static/figures/reviewer.png' height=20> et en faisant des suggestions au programmeur <img src='online_log/static/figures/programmer.png' height=20>;
|
||||
essayez ``python3 run.py --task [description_de_votre_idée] --config "Humain"``. Voir le [guide](../wiki.md#human-agent-interaction) et l'[exemple](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
|
||||
<p align="center">
|
||||
<img src='./misc/Human_intro.png' width=600>
|
||||
<img src='../misc/Human_intro.png' width=600>
|
||||
</p>
|
||||
* 1er septembre 2023 : Le mode **Art** est maintenant disponible ! Vous pouvez activer l'agent designer <img src='online_log/static/figures/designer.png' height=20> pour générer des images utilisées dans le logiciel;
|
||||
essayez ``python3 run.py --task [description_de_votre_idée] --config "Art"``. Voir le [guide](../wiki.md#art) et l'[exemple](../WareHouse/gomokugameArtExample_THUNLP_20230831122822).
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=550>
|
||||
<img src='../misc/logo1.png' width=550>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">विकि</a> | 🚀 <a href="wiki.md#local-demo">स्थानीय डेमो</a> | 👥 <a href="Contribution.md">समुदाय निर्मित सॉफ्टवेयर</a> | 🔧 <a href="wiki.md#customization">अनुकूलन</a>】
|
||||
【📚 <a href="../wiki.md">विकि</a> | 🚀 <a href="../wiki.md#local-demo">स्थानीय डेमो</a> | 👥 <a href="../Contribution.md">समुदाय निर्मित सॉफ्टवेयर</a> | 🔧 <a href="../wiki.md#customization">अनुकूलन</a>】
|
||||
</p>
|
||||
|
||||
## 📖 Overview
|
||||
@ -19,19 +19,19 @@
|
||||
- चैटडेव का प्राथमिक उद्देश्य **उपयोग में आसान**, **अत्यधिक अनुकूलन योग्य** और **विस्तार योग्य** ढांचा पेश करना है।
|
||||
जो बड़े भाषा मॉडल (एलएलएम) पर आधारित है और सामूहिक बुद्धि का अध्ययन करने के लिए एक आदर्श परिदृश्य के रूप में कार्य करता है।
|
||||
<p align="center">
|
||||
<img src='./misc/company.png' width=600>
|
||||
<img src='../misc/company.png' width=600>
|
||||
</p>
|
||||
|
||||
## 🎉 News
|
||||
|
||||
* **25 सितंबर, 2023: **गिट** सुविधा अब उपलब्ध है**, जो प्रोग्रामर को सक्षम बनाती है <img src='online_log/static/figures/programmer.png' height=20> संस्करण नियंत्रण के लिए GitHub का उपयोग करना। इस सुविधा को सक्षम करने के लिए, बस सेट करें ``"git_management"`` को ``"True"`` में ``ChatChainConfig.json``.
|
||||
<p align="center">
|
||||
<img src='./misc/github.png' width=600>
|
||||
<img src='../misc/github.png' width=600>
|
||||
</p>
|
||||
* 20 सितंबर, 2023: **ह्यूमन-एजेंट-इंटरैक्शन** मोड अब उपलब्ध है! आप समीक्षक की भूमिका निभाकर ChatDev टीम से जुड़ सकते हैं <img src='online_log/static/figures/reviewer.png' height=20> और प्रोग्रामर को सुझाव देना <img src='online_log/static/figures/programmer.png' height=20>;
|
||||
कोशिश ``python3 run.py --task [आपके_विचार_का_वर्णन] --config "Human"``. देखना [मार्गदर्शक](../wiki.md#human-agent-interaction) and [उदाहरण](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
|
||||
<p align="center">
|
||||
<img src='./misc/Human_intro.png' width=600>
|
||||
<img src='../misc/Human_intro.png' width=600>
|
||||
</p>
|
||||
* 1 सितंबर, 2023: **कला** मोड अब उपलब्ध है! आप डिज़ाइनर एजेंट को सक्रिय कर सकते हैं <img src='online_log/static/figures/designer.png' height=20> सॉफ़्टवेयर में प्रयुक्त छवियाँ उत्पन्न करने के लिए;
|
||||
कोशिश ``python3 run.py --task [आपके_विचार_का_वर्णन] --config "Art"``. देखना [मार्गदर्शक](../wiki.md#art) and [उदाहरण](../WareHouse/gomokugameArtExample_THUNLP_20230831122822).
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=600>
|
||||
<img src='../misc/logo1.png' width=600>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">ローカルデモ</a> | 👥 <a href="Contribution.md">コミュニティにより作られたソフト</a> | 🔧 <a href="wiki.md#customization">カスタマイズ</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">ローカルデモ</a> | 👥 <a href="../Contribution.md">コミュニティにより作られたソフト</a> | 🔧 <a href="../wiki.md#customization">カスタマイズ</a>】
|
||||
</p>
|
||||
|
||||
## 📖 概要
|
||||
@ -19,19 +19,19 @@
|
||||
- ChatDev の主な目的は、**使いやす**く**高度にカスタマイズ可能**で**拡張可能**なフレームワークを提供することであり、
|
||||
これは大規模言語モデル(LLM)に基づいており、集合知を研究するための理想的なシナリオとして機能します。
|
||||
<p align="center">
|
||||
<img src='./misc/company.png' width=600>
|
||||
<img src='../misc/company.png' width=600>
|
||||
</p>
|
||||
|
||||
## 🎉 ニュース
|
||||
|
||||
* **2023年9月25日: **Git** 機能が利用可能になりました**、プログラマー <img src='online_log/static/figures/programmer.png' height=20> がバージョン管理に GitHub を利用できるようになります。この機能を有効にするには、``ChatChainConfig.json`` で ``"git_management"`` を ``"True"`` に設定するだけです。
|
||||
<p align="center">
|
||||
<img src='./misc/github.png' width=600>
|
||||
<img src='../misc/github.png' width=600>
|
||||
</p>
|
||||
* 2023年9月20日: **Human-Agent-Interaction** モードが利用可能になりました!レビュアー <img src='online_log/static/figures/reviewer.png' height=20> になってプログラマー <img src='online_log/static/figures/programmer.png' height=20> に提案することで、ChatDev チームに参加することができます;
|
||||
``python3 run.py --task [description_of_your_idea] --config "Human"`` を試してみてください。また、[ガイド](../wiki.md#human-agent-interaction)と[例](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038)を参照してください。
|
||||
<p align="center">
|
||||
<img src='./misc/Human_intro.png' width=600>
|
||||
<img src='../misc/Human_intro.png' width=600>
|
||||
</p>
|
||||
* 2023年9月1日: **Art** モードが利用可能になりました!デザイナーエージェント <img src='online_log/static/figures/designer.png' height=20> を有効にすると、ソフトウェアで使用する画像を生成できます;
|
||||
``python3 run.py --task [description_of_your_idea] --config "Art"`` を試してみてください。また、[ガイド](../wiki.md#art)と[例](../WareHouse/gomokugameArtExample_THUNLP_20230831122822)を参照してください。
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=600>
|
||||
<img src='../misc/logo1.png' width=600>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">Local Demo</a> | 👥 <a href="Contribution.md">Community Built Software</a> | 🔧 <a href="wiki.md#customization">Customization</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">Local Demo</a> | 👥 <a href="../Contribution.md">Community Built Software</a> | 🔧 <a href="../wiki.md#customization">Customization</a>】
|
||||
</p>
|
||||
|
||||
## 📖 개요
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=550>
|
||||
<img src='../misc/logo1.png' width=550>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">Demo Local</a> | 👥 <a href="Contribution.md">Software Construído pela Comunidade</a> | 🔧 <a href="wiki.md#customization">Personalização</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">Demo Local</a> | 👥 <a href="../Contribution.md">Software Construído pela Comunidade</a> | 🔧 <a href="../wiki.md#customization">Personalização</a>】
|
||||
</p>
|
||||
|
||||
## 📖 Overview
|
||||
@ -20,19 +20,19 @@ incluindo tarefas como design, codificação, teste e documentação.
|
||||
- O objetivo principal do ChatDev é oferecer um framework **fácil de usar**, **altamente personalizável** e **extensível**, baseado em modelos de linguagem grandes (LLMs) e que serve como um cenário ideal para estudar a inteligência coletiva.
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/company.png' width=600>
|
||||
<img src='../misc/company.png' width=600>
|
||||
</p>
|
||||
|
||||
## 🎉 Notícias
|
||||
|
||||
* **25 de setembro de 2023: A funcionalidade Git agora está disponível**, permitindo que o programador <img src='online_log/static/figures/programmer.png' height=20> utilize o GitHub para controle de versão. Para ativar essa funcionalidade, basta definir ``"git_management"`` para ``"True"`` no arquivo ``ChatChainConfig.json``.
|
||||
<p align="center">
|
||||
<img src='./misc/github.png' width=600>
|
||||
<img src='../misc/github.png' width=600>
|
||||
</p>
|
||||
* 20 de setembro de 2023: O modo **Interação Humano-Agent** agora está disponível! Você pode se envolver com a equipe do ChatDev desempenhando o papel de revisor <img src='online_log/static/figures/reviewer.png' height=20> e fazendo sugestões ao programador <img src='online_log/static/figures/programmer.png' height=20>;
|
||||
tente ``python3 run.py --task [descrição_da_sua_ideia] --config "Human"``. Veja [guia](../wiki.md#human-agent-interaction) e [exemplo](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
|
||||
<p align="center">
|
||||
<img src='./misc/Human_intro.png' width=600>
|
||||
<img src='../misc/Human_intro.png' width=600>
|
||||
</p>
|
||||
|
||||
* 1º de setembro de 2023: O modo **Arte** está disponível agora! Você pode ativar o agente designer <img src='online_log/static/figures/designer.png' height=20> para gerar imagens usadas no software;
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=550>
|
||||
<img src='../misc/logo1.png' width=550>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">Lokalne Demo</a> | 👥 <a href="Contribution.md">Softvér vytvorený komunitou</a> | 🔧 <a href="wiki.md#customization">Prispôsobenie</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">Lokalne Demo</a> | 👥 <a href="../Contribution.md">Softvér vytvorený komunitou</a> | 🔧 <a href="../wiki.md#customization">Prispôsobenie</a>】
|
||||
</p>
|
||||
|
||||
## 📖 Prehľad
|
||||
@ -19,19 +19,19 @@
|
||||
- Hlavným cieľom ChatDev je ponúknuť **jednoduchý**, **vysoko prispôsobiteľný** a **rozšíriteľný** framework,
|
||||
ktorý je založený na veľkých jazykových modeloch (LLM) a slúži ako ideálny scenár na štúdium kolektívnej inteligencie.
|
||||
<p align="center">
|
||||
<img src='./misc/company.png' width=600>
|
||||
<img src='../misc/company.png' width=600>
|
||||
</p>
|
||||
|
||||
## 🎉 Novinky
|
||||
|
||||
* september 25. 2023: Teraz je k dispozícii funkcia **Git**, ktorá umožňuje programátorovi <img src='online_log/static/figures/programmer.png' height=20> využívať GitHub na version control. Ak chcete túto funkciu povoliť, jednoducho nastavte ``"git_management"`` na ``"True"`` v súbore ``ChatChainConfig.json``.
|
||||
<p align="center">
|
||||
<img src='./misc/github.png' width=600>
|
||||
<img src='../misc/github.png' width=600>
|
||||
</p>
|
||||
* september 20. 2023: Režim **Human-Agent-Interaction** je teraz k dispozícii! Môžete sa zapojiť do tímu ChatDev tým, že budete hrať úlohu recenzenta <img src='online_log/static/figures/reviewer.png' height=20> a predkladať návrhy programátorovi <img src='online_log/static/figures/programmer.png' height=20>;
|
||||
skúste ``python3 run.py --task [description_of_your_idea] --config "Human"``. Pozri [návod](../wiki.md#human-agent-interaction) a [príklad](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
|
||||
<p align="center">
|
||||
<img src='./misc/Human_intro.png' width=600>
|
||||
<img src='../misc/Human_intro.png' width=600>
|
||||
</p>
|
||||
* september 1. 2023: Režim **Art** je už k dispozícii! Môžete si aktivovať agenta dizajnéra <img src='online_log/static/figures/designer.png' height=20> na generovanie obrázkov používaných v programe;
|
||||
skúste ``python3 run.py --task [description_of_your_idea] --config "Art"``. Pozri [návod](../wiki.md#art) a [príklad](../WareHouse/gomokugameArtExample_THUNLP_20230831122822).
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Communicative Agents for Software Development
|
||||
|
||||
<p align="center">
|
||||
<img src='./misc/logo1.png' width=550>
|
||||
<img src='../misc/logo1.png' width=550>
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
【📚 <a href="wiki.md">Wiki</a> | 🚀 <a href="wiki.md#local-demo">Local Demo</a> | 👥 <a href="Contribution.md">Community Built Software</a> | 🔧 <a href="wiki.md#customization">Customization</a>】
|
||||
【📚 <a href="../wiki.md">Wiki</a> | 🚀 <a href="../wiki.md#local-demo">Local Demo</a> | 👥 <a href="../Contribution.md">Community Built Software</a> | 🔧 <a href="../wiki.md#customization">Customization</a>】
|
||||
</p>
|
||||
|
||||
## 📖 Overview
|
||||
@ -14,19 +14,19 @@
|
||||
- **ChatDev** es una **empresa de software virtual** que opera a través de varios **agentes inteligentes** que desempeñan diferentes roles, incluyendo al Director Ejecutivo <img src='online_log/static/figures/ceo.png' height=20>, Director de Producto <img src='online_log/static/figures/cpo.png' height=20>, Director Tecnológico <img src='online_log/static/figures/cto.png' height=20>, programador <img src='online_log/static/figures/programmer.png' height=20>, revisor <img src='online_log/static/figures/reviewer.png' height=20>, tester <img src='online_log/static/figures/tester.png' height=20>, diseñador de arte <img src='online_log/static/figures/designer.png' height=20>. Estos agentes forman una estructura organizacional multi-agente y están unidos por una misión de "revolucionar el mundo digital a través de la programación." Los agentes dentro de ChatDev **colaboran** participando en seminarios funcionales especializados, incluyendo tareas como diseñar, codificar, probar y documentar.
|
||||
- El objetivo principal de ChatDev es ofrecer un marco de trabajo **fácil de usar**, **altamente personalizable** y **extensible**, que se basa en modelos de grandems modelos de lenguaje (LLMs, por sus siglas en inglés) y sirve como un escenario ideal para estudiar la inteligencia colectiva.
|
||||
<p align="center">
|
||||
<img src='./misc/company.png' width=600>
|
||||
<img src='../misc/company.png' width=600>
|
||||
</p>
|
||||
|
||||
## 🎉 Noticias
|
||||
|
||||
* **25 de septiembre de 2023: La característica **Git** ya está disponible**, permite al programador <img src='online_log/static/figures/programmer.png' height=20> utilizar GitHub para el control de versiones. Para habilitar esta función, simplemente asigna el valor ``"True"`` igual a ``"git_management"`` en ``ChatChainConfig.json``.
|
||||
<p align="center">
|
||||
<img src='./misc/github.png' width=600>
|
||||
<img src='../misc/github.png' width=600>
|
||||
</p>
|
||||
* 20 de septiembre de 2023: ¡El modo **Interacción Humano-Agente** ya está disponible! Puedes involucrarte con el equipo de ChatDev asumiendo el rol de revisor <img src='online_log/static/figures/reviewer.png' height=20> y haciendo sugerencias al programador <img src='online_log/static/figures/programmer.png' height=20>;
|
||||
prueba ``python3 run.py --task [description_of_your_idea] --config "Human"``. Consulta la [guía](../wiki.md#human-agent-interaction) y el [ejemplo](../WareHouse/Gomoku_HumanAgentInteraction_20230920135038).
|
||||
<p align="center">
|
||||
<img src='./misc/Human_intro.png' width=600>
|
||||
<img src='../misc/Human_intro.png' width=600>
|
||||
</p>
|
||||
* 1 de septiembre de 2023: ¡El modo **Arte** ya está disponible! Puedes activar al agente de diseño <img src='online_log/static/figures/designer.png' height=20> para generar imágenes utilizadas en el software;
|
||||
prueba ``python3 run.py --task [description_of_your_idea] --config "Art"``. Consulta la [guía](../wiki.md#art) y el [ejemplo](../WareHouse/gomokugameArtExample_THUNLP_20230831122822).
|
||||
|
Loading…
Reference in New Issue
Block a user