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
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,20 +77,21 @@ AstrBot is an open-source all-in-one Agent chatbot platform that integrates with
77
77
For users who want to quickly experience AstrBot, are familiar with command-line usage, and can install a `uv` environment on their own, we recommend the `uv` one-click deployment method ⚡️:
78
78
79
79
```bash
80
-
uv tool install astrbot
80
+
uv tool install astrbot --python 3.12
81
81
astrbot init # Only execute this command for the first time to initialize the environment
82
82
astrbot run
83
83
```
84
84
85
85
> Requires [uv](https://docs.astral.sh/uv/) to be installed.
86
+
> AstrBot requires Python 3.12 or later. The `--python 3.12` option ensures that `uv` creates the tool environment with Python 3.12.
86
87
87
88
> [!NOTE]
88
-
> For macOS user: due to macOS security checks, the first run of the `astrbot` command may take longer (about 10-20s).
89
+
> For macOS users: due to macOS security checks, the first run of the `astrbot` command may take longer (about 10-20s).
89
90
90
91
Update `astrbot`:
91
92
92
93
```bash
93
-
uv tool upgrade astrbot
94
+
uv tool upgrade astrbot --python 3.12
94
95
```
95
96
96
97
> [!WARNING]
@@ -100,7 +101,7 @@ uv tool upgrade astrbot
100
101
101
102
For users familiar with containers and looking for a more stable, production-ready deployment method, we recommend deploying AstrBot with Docker / Docker Compose.
102
103
103
-
Please refer to the official documentation: [Deploy AstrBot with Docker](https://astrbot.app/deploy/astrbot/docker.html#%E4%BD%BF%E7%94%A8-docker-%E9%83%A8%E7%BD%B2-astrbot).
104
+
Please refer to the official documentation: [Deploy AstrBot with Docker](https://docs.astrbot.app/deploy/astrbot/docker.html#%E4%BD%BF%E7%94%A8-docker-%E9%83%A8%E7%BD%B2-astrbot).
104
105
105
106
### Deploy on RainYun
106
107
@@ -138,7 +139,7 @@ yay -S astrbot-git
138
139
139
140
**More deployment methods**
140
141
141
-
If you need panel-based management or deeper customization, see [BT-Panel Deployment](https://astrbot.app/deploy/astrbot/btpanel.html) for BT Panel app-store setup, [1Panel Deployment](https://astrbot.app/deploy/astrbot/1panel.html) for 1Panel app-market deployment, [CasaOS Deployment](https://astrbot.app/deploy/astrbot/casaos.html) for NAS/home-server visual deployment, and [Manual Deployment](https://astrbot.app/deploy/astrbot/cli.html) for fully custom source-based installation with `uv`.
142
+
If you need panel-based management or deeper customization, see [BT-Panel Deployment](https://docs.astrbot.app/deploy/astrbot/btpanel.html) for BT Panel app-store setup, [1Panel Deployment](https://docs.astrbot.app/deploy/astrbot/1panel.html) for 1Panel app-market deployment, [CasaOS Deployment](https://docs.astrbot.app/deploy/astrbot/casaos.html) for NAS/home-server visual deployment, and [Manual Deployment](https://docs.astrbot.app/deploy/astrbot/cli.html) for fully custom source-based installation with `uv`.
142
143
143
144
## Supported Messaging Platforms
144
145
@@ -157,11 +158,12 @@ Connect AstrBot to your favorite chat platform.
157
158
| Discord | Official |
158
159
| LINE | Official |
159
160
| Satori | Official |
161
+
| KOOK | Official |
160
162
| Misskey | Official |
161
163
| Mattermost | Official |
162
164
| WhatsApp (Coming Soon) | Official |
163
165
|[Matrix](https://github.com/stevessr/astrbot_plugin_matrix_adapter)| Community |
164
-
|[KOOK](https://github.com/wuyan1003/astrbot_plugin_kook_adapter)| Community |
166
+
|[Rocket.Chat](https://github.com/NET-Homeless/astrbot_plugin_rocket_chat_adapter)| Community |
165
167
|[VoceChat](https://github.com/HikariFroya/astrbot_plugin_vocechat)| Community |
Copy file name to clipboardExpand all lines: README_fr.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,20 +76,21 @@ AstrBot est une plateforme de chatbot Agent tout-en-un open source qui s'intègr
76
76
Pour les utilisateurs qui veulent découvrir AstrBot rapidement, qui sont familiers avec la ligne de commande et peuvent installer eux-mêmes l'environnement `uv`, nous recommandons la méthode de déploiement en un clic avec `uv` ⚡️ :
77
77
78
78
```bash
79
-
uv tool install astrbot
79
+
uv tool install astrbot --python 3.12
80
80
astrbot init # Exécutez cette commande uniquement la première fois pour initialiser l'environnement
81
81
astrbot run
82
82
```
83
83
84
84
> [uv](https://docs.astral.sh/uv/) doit être installé.
85
+
> AstrBot nécessite Python 3.12 ou une version plus récente. L'option `--python 3.12` garantit que `uv` crée l'environnement tool avec Python 3.12.
85
86
86
87
> [!NOTE]
87
88
> Pour les utilisateurs macOS : en raison des vérifications de sécurité de macOS, la première exécution de la commande `astrbot` peut prendre plus de temps (environ 10-20s).
88
89
89
90
Mettre à jour `astrbot` :
90
91
91
92
```bash
92
-
uv tool upgrade astrbot
93
+
uv tool upgrade astrbot --python 3.12
93
94
```
94
95
95
96
> [!WARNING]
@@ -99,7 +100,7 @@ uv tool upgrade astrbot
99
100
100
101
Pour les utilisateurs familiers avec les conteneurs et qui souhaitent une méthode plus stable et adaptée à la production, nous recommandons de déployer AstrBot avec Docker / Docker Compose.
101
102
102
-
Veuillez consulter la documentation officielle [Déployer AstrBot avec Docker](https://astrbot.app/deploy/astrbot/docker.html#%E4%BD%BF%E7%94%A8-docker-%E9%83%A8%E7%BD%B2-astrbot).
103
+
Veuillez consulter la documentation officielle [Déployer AstrBot avec Docker](https://docs.astrbot.app/deploy/astrbot/docker.html#%E4%BD%BF%E7%94%A8-docker-%E9%83%A8%E7%BD%B2-astrbot).
103
104
104
105
### Déployer sur RainYun
105
106
@@ -137,7 +138,7 @@ yay -S astrbot-git
137
138
138
139
**Autres méthodes de déploiement**
139
140
140
-
Si vous avez besoin d'une gestion par panneau ou d'une personnalisation plus poussée, consultez [Déploiement BT-Panel](https://astrbot.app/deploy/astrbot/btpanel.html) pour une installation via BT Panel, [Déploiement 1Panel](https://astrbot.app/deploy/astrbot/1panel.html) pour le marketplace 1Panel, [Déploiement CasaOS](https://astrbot.app/deploy/astrbot/casaos.html) pour un déploiement visuel sur NAS/serveur domestique, et [Déploiement manuel](https://astrbot.app/deploy/astrbot/cli.html) pour une installation complète depuis les sources avec `uv`.
141
+
Si vous avez besoin d'une gestion par panneau ou d'une personnalisation plus poussée, consultez [Déploiement BT-Panel](https://docs.astrbot.app/deploy/astrbot/btpanel.html) pour une installation via BT Panel, [Déploiement 1Panel](https://docs.astrbot.app/deploy/astrbot/1panel.html) pour le marketplace 1Panel, [Déploiement CasaOS](https://docs.astrbot.app/deploy/astrbot/casaos.html) pour un déploiement visuel sur NAS/serveur domestique, et [Déploiement manuel](https://docs.astrbot.app/deploy/astrbot/cli.html) pour une installation complète depuis les sources avec `uv`.
141
142
142
143
## Plateformes de messagerie prises en charge
143
144
@@ -156,10 +157,12 @@ Connectez AstrBot à vos plateformes de chat préférées.
0 commit comments