Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

450 lines
24 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.16.0\n"
  23. #: ../../../docs/configuring-playbook-bot-baibot.md:1
  24. msgid "Setting up baibot (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bot-baibot.md:8
  27. msgid "🤖 [baibot](https://github.com/etkecc/baibot) (pronounced bye-bot) is a [Matrix](https://matrix.org/) bot developed by [etke.cc](https://etke.cc/) that exposes the power of [AI](https://en.wikipedia.org/wiki/Artificial_intelligence) / [Large Language Models](https://en.wikipedia.org/wiki/Large_language_model) to you. 🤖"
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-bot-baibot.md:10
  30. msgid "It supports [OpenAI](https://openai.com/)'s [ChatGPT](https://openai.com/blog/chatgpt/) models, as many well as other [☁️ providers](https://github.com/etkecc/baibot/blob/main/docs/providers.md)."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-bot-baibot.md:12
  33. msgid "It's designed as a more private and [✨ featureful](https://github.com/etkecc/baibot/?tab=readme-ov-file#-features) alternative to [matrix-chatgpt-bot](./configuring-playbook-bot-chatgpt.md). See the [baibot](https://github.com/etkecc/baibot) project and its documentation for more information."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-bot-baibot.md:14
  36. msgid "Prerequisites"
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-bot-baibot.md:16
  39. msgid "API access to one or more LLM [☁️ providers](https://github.com/etkecc/baibot/blob/main/docs/providers.md)."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-bot-baibot.md:18
  42. msgid "Adjusting the playbook configuration"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-bot-baibot.md:20
  45. msgid "There are **a lot of configuration options** (some required, some possibly required, some optional), so they're **split into multiple sections below**:"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-bot-baibot.md:23
  48. msgid "[Base configuration](#base-configuration)"
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-bot-baibot.md:24
  51. msgid "[👮‍♂️ Administrator configuration](#️-administrator-configuration)"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-bot-baibot.md:25
  54. msgid "[👥 Initial users configuration](#-initial-users-configuration)"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-bot-baibot.md:26
  57. msgid "[🤖 Configuring agents via Ansible](#-configuring-agents-via-ansible)"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-bot-baibot.md:27
  60. msgid "[🤝 Configuring initial default handlers](#-configuring-initial-default-handlers)"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-bot-baibot.md:29
  63. msgid "Depending on your current `vars.yml` file and desired configuration, **you may require more than just the [base configuration](#base-configuration)**."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-bot-baibot.md:31
  66. msgid "Base configuration"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-bot-baibot.md:33
  69. msgid "To enable the bot, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-bot-baibot.md:71
  72. msgid "As mentioned above, **this may not be enough**. Continue with the configuration sections below."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-bot-baibot.md:73
  75. msgid "👮‍♂️ Administrator configuration"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-bot-baibot.md:75
  78. #: ../../../docs/configuring-playbook-bot-baibot.md:99
  79. msgid "This is an addition to the [base configuration](#base-configuration)."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bot-baibot.md:77
  82. msgid "To specify who is considered a bot [👮‍♂️ Administrator](https://github.com/etkecc/baibot/blob/main/docs/access.md#administrators), you either need to specify `matrix_bot_baibot_config_access_admin_patterns` or `matrix_admin`. The latter is a single variable which affects all bridges and bots."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bot-baibot.md:79
  85. msgid "If `matrix_admin` is already configured in your `vars.yml` configuration, you can skip this section."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bot-baibot.md:81
  88. #: ../../../docs/configuring-playbook-bot-baibot.md:110
  89. msgid "**If necessary**, add the following configuration to your `vars.yml` file:"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bot-baibot.md:95
  92. msgid "👥 Initial users configuration"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-bot-baibot.md:97
  95. msgid "By default, **all users on your homeserver are considered allowed users**. If that's OK, you can skip this section."
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-bot-baibot.md:101
  98. msgid "To specify who is considered a bot [👥 User](https://github.com/etkecc/baibot/blob/main/docs/access.md#user), you may:"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-bot-baibot.md:103
  101. msgid "define an **initial** value for `matrix_bot_baibot_config_initial_global_config_user_patterns` Ansible variable, as shown below"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bot-baibot.md:104
  104. msgid "configure the list at runtime via the bot's `!bai access set-users SPACE_SEPARATED_PATTERNS` command"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-bot-baibot.md:106
  107. msgid "Configuring `matrix_bot_baibot_config_initial_global_config_user_patterns` is optional, but it can be useful to pre-configure the bot with a list of users who should have access to the bot's features."
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bot-baibot.md:108
  110. msgid "**Note**: Once initially configured, the allowed users list **cannot be managed via Ansible anymore**. It can only be managed subsequently via bot commands."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bot-baibot.md:122
  113. msgid "🤖 Configuring agents via Ansible"
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-bot-baibot.md:124
  116. msgid "You are **not required** to define agents [statically](https://github.com/etkecc/baibot/blob/main/docs/configuration/README.md#static-configuration) via Ansible. **To get started quickly**, you can **skip this section and define agents at runtime via chat commands** (following the bot's guidance)."
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-bot-baibot.md:126
  119. msgid "Privileged users (like the [👮‍♂️ Administrator](#️-administrator-configuration), but potentially others too — see the upstream [🔒 access](https://github.com/etkecc/baibot/blob/main/docs/access.md) documentation) can **define agents dynamically at any time** via chat commands."
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-bot-baibot.md:128
  122. msgid "The Ansible role includes preset variables for easily enabling some [🤖 agents](https://github.com/etkecc/baibot/blob/main/docs/agents.md) on various [☁️ providers](https://github.com/etkecc/baibot/blob/main/docs/providers.md) (e.g. OpenAI, etc)."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-bot-baibot.md:130
  125. msgid "Besides the presets, the Ansible role also includes support for configuring additional statically-defined agents via the `matrix_bot_baibot_config_agents_static_definitions_custom` Ansible variable."
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-bot-baibot.md:132
  128. msgid "Agents defined statically and those created dynamically (via chat) are named differently, so **conflict cannot arise**."
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-bot-baibot.md:134
  131. msgid "Depending on your propensity for [GitOps](https://en.wikipedia.org/wiki/DevOps#GitOps), you may prefer to define agents statically via Ansible, or you may wish to do it dynamically via chat."
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-bot-baibot.md:136
  134. msgid "Before proceeding, we recommend reading the upstream documentation on [How to choose a provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md#how-to-choose-a-provider). In short, it's probably best to go with [OpenAI](#openai)."
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook-bot-baibot.md:138
  137. msgid "Anthropic"
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-bot-baibot.md:140
  140. msgid "You can statically-define a single [🤖 agent](https://github.com/etkecc/baibot/blob/main/docs/agents.md) instance powered by the [Anthropic provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md#anthropic) with the help of the playbook's preset variables."
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-bot-baibot.md:142
  143. #: ../../../docs/configuring-playbook-bot-baibot.md:166
  144. #: ../../../docs/configuring-playbook-bot-baibot.md:197
  145. #: ../../../docs/configuring-playbook-bot-baibot.md:225
  146. msgid "Here's an example **addition** to your `vars.yml` file:"
  147. msgstr ""
  148. #: ../../../docs/configuring-playbook-bot-baibot.md:158
  149. #: ../../../docs/configuring-playbook-bot-baibot.md:189
  150. #: ../../../docs/configuring-playbook-bot-baibot.md:215
  151. #: ../../../docs/configuring-playbook-bot-baibot.md:243
  152. msgid "If you'd like to use more than one model, take a look at the [Configuring additional agents (without a preset)](#configuring-additional-agents-without-a-preset) section below."
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook-bot-baibot.md:160
  155. #: ../../../docs/configuring-playbook-bot-baibot.md:191
  156. #: ../../../docs/configuring-playbook-bot-baibot.md:217
  157. #: ../../../docs/configuring-playbook-bot-baibot.md:245
  158. msgid "💡 You may also wish to use this new agent for [🤝 Configuring initial default handlers](#-configuring-initial-default-handlers)."
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-bot-baibot.md:162
  161. msgid "Groq"
  162. msgstr ""
  163. #: ../../../docs/configuring-playbook-bot-baibot.md:164
  164. msgid "You can statically-define a single [🤖 agent](https://github.com/etkecc/baibot/blob/main/docs/agents.md) instance powered by the [Groq provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md#groq) with the help of the playbook's preset variables."
  165. msgstr ""
  166. #: ../../../docs/configuring-playbook-bot-baibot.md:187
  167. msgid "Because this is a [statically](https://github.com/etkecc/baibot/blob/main/docs/configuration/README.md#static-configuration)-defined agent, it will be given a `static/` ID prefix and will be named `static/groq`."
  168. msgstr ""
  169. #: ../../../docs/configuring-playbook-bot-baibot.md:193
  170. msgid "Mistral"
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-bot-baibot.md:195
  173. msgid "You can statically-define a single [🤖 agent](https://github.com/etkecc/baibot/blob/main/docs/agents.md) instance powered by the [🇫🇷 Mistral provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md#mistral) with the help of the playbook's preset variables."
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook-bot-baibot.md:213
  176. msgid "Because this is a [statically](https://github.com/etkecc/baibot/blob/main/docs/configuration/README.md#static-configuration)-defined agent, it will be given a `static/` ID prefix and will be named `static/mistral`."
  177. msgstr ""
  178. #: ../../../docs/configuring-playbook-bot-baibot.md:219
  179. msgid "OpenAI"
  180. msgstr ""
  181. #: ../../../docs/configuring-playbook-bot-baibot.md:221
  182. msgid "You can statically-define a single [🤖 agent](https://github.com/etkecc/baibot/blob/main/docs/agents.md) instance powered by the [OpenAI provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md#openai) with the help of the playbook's preset variables."
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook-bot-baibot.md:223
  185. msgid "The OpenAI provider is **only meant to be used with OpenAI's official API** and compatibility with other services (which do not fully adhere to the OpenAI API spec completely) is limited. **If you're targeting an OpenAI-compatible service**, use the [OpenAI Compatible](#openai-compatible) provider instead."
  186. msgstr ""
  187. #: ../../../docs/configuring-playbook-bot-baibot.md:241
  188. msgid "Because this is a [statically](https://github.com/etkecc/baibot/blob/main/docs/configuration/README.md#static-configuration)-defined agent, it will be given a `static/` ID prefix and will be named `static/openai`."
  189. msgstr ""
  190. #: ../../../docs/configuring-playbook-bot-baibot.md:247
  191. msgid "OpenAI Compatible"
  192. msgstr ""
  193. #: ../../../docs/configuring-playbook-bot-baibot.md:249
  194. msgid "You can statically-define a single [🤖 agent](https://github.com/etkecc/baibot/blob/main/docs/agents.md) instance powered by the [OpenAI Compatible provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md#openai-compatible) with the help of the playbook's preset variables."
  195. msgstr ""
  196. #: ../../../docs/configuring-playbook-bot-baibot.md:251
  197. msgid "This provider allows you to use OpenAI-compatible API services like [OpenRouter](https://github.com/etkecc/baibot/blob/main/docs/providers.md#openrouter), [Together AI](https://github.com/etkecc/baibot/blob/main/docs/providers.md#together-ai), etc."
  198. msgstr ""
  199. #: ../../../docs/configuring-playbook-bot-baibot.md:253
  200. msgid "Some of these popular services already have **shortcut** providers (see [supported providers](https://github.com/etkecc/baibot/blob/main/docs/providers.md#supported-providers) leading to this one behind the scenes — this make it easier to get started."
  201. msgstr ""
  202. #: ../../../docs/configuring-playbook-bot-baibot.md:255
  203. msgid "As of this moment, the playbook does not include presets for any of these services, so you'll need to [Configuring additional agents (without a preset)](#configuring-additional-agents-without-a-preset)."
  204. msgstr ""
  205. #: ../../../docs/configuring-playbook-bot-baibot.md:257
  206. msgid "Configuring additional agents (without a preset)"
  207. msgstr ""
  208. #: ../../../docs/configuring-playbook-bot-baibot.md:259
  209. msgid "The Ansible role may be lacking preset variables for some [☁️ provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md), or you may wish to statically-define an agent on the same provider twice (or more) with different configuration."
  210. msgstr ""
  211. #: ../../../docs/configuring-playbook-bot-baibot.md:261
  212. msgid "It's possible to inject your own agent configuration using the `matrix_bot_baibot_config_agents_static_definitions_custom` Ansible variable."
  213. msgstr ""
  214. #: ../../../docs/configuring-playbook-bot-baibot.md:263
  215. msgid "You can also define providers at runtime, by chatting with the bot, so using Ansible is not a requirement."
  216. msgstr ""
  217. #: ../../../docs/configuring-playbook-bot-baibot.md:265
  218. msgid "Below is an an **example** demonstrating **statically-defining agents via Ansible without using presets**:"
  219. msgstr ""
  220. #: ../../../docs/configuring-playbook-bot-baibot.md:304
  221. msgid "Because these are [statically](https://github.com/etkecc/baibot/blob/main/docs/configuration/README.md#static-configuration)-defined agents, they will be given a `static/` ID prefix and will be named `static/my-openai-gpt-3.5-turbo-agent` and `static/my-ollama-agent`, respectively."
  222. msgstr ""
  223. #: ../../../docs/configuring-playbook-bot-baibot.md:306
  224. msgid "💡 To figure out what to put in the `config` section, refer to the [☁️ provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md) page, which contains **sample configuration YAML for each provider**."
  225. msgstr ""
  226. #: ../../../docs/configuring-playbook-bot-baibot.md:308
  227. msgid "As with any [🤖 agent](https://github.com/etkecc/baibot/blob/main/docs/agents.md), defining them means they exist. To actually make use of them, they need to be configured as handlers globally or in a specific room — see [Mixing & matching models](https://github.com/etkecc/baibot/blob/main/docs/features.md#mixing--matching-models)."
  228. msgstr ""
  229. #: ../../../docs/configuring-playbook-bot-baibot.md:310
  230. msgid "💡 You may also wish to use these new agents for [🤝 Configuring initial default handlers](#-configuring-initial-default-handlers)."
  231. msgstr ""
  232. #: ../../../docs/configuring-playbook-bot-baibot.md:312
  233. msgid "🤝 Configuring initial default handlers"
  234. msgstr ""
  235. #: ../../../docs/configuring-playbook-bot-baibot.md:314
  236. msgid "This section is only useful if you're [🤖 Configuring agents via Ansible](#-configuring-agents-via-ansible), as it lets you put these agents to use as soon as the bot starts (by adjusting the bot's **initial global configuration**)."
  237. msgstr ""
  238. #: ../../../docs/configuring-playbook-bot-baibot.md:316
  239. msgid "If you're not configuring agents via Ansible, you can skip this section."
  240. msgstr ""
  241. #: ../../../docs/configuring-playbook-bot-baibot.md:318
  242. msgid "This section is only useful the first time around. **Once initially configured the global configuration cannot be managed Ansible**, but only via bot commands."
  243. msgstr ""
  244. #: ../../../docs/configuring-playbook-bot-baibot.md:320
  245. msgid "baibot supports [various purposes](https://github.com/etkecc/baibot/blob/main/docs/features.md):"
  246. msgstr ""
  247. #: ../../../docs/configuring-playbook-bot-baibot.md:322
  248. msgid "[💬 text-generation](https://github.com/etkecc/baibot/blob/main/docs/features.md#-text-generation): communicating with you via text"
  249. msgstr ""
  250. #: ../../../docs/configuring-playbook-bot-baibot.md:324
  251. msgid "[🦻 speech-to-text](https://github.com/etkecc/baibot/blob/main/docs/features.md#-speech-to-text): turning your voice messages into text"
  252. msgstr ""
  253. #: ../../../docs/configuring-playbook-bot-baibot.md:326
  254. msgid "[🗣️ text-to-speech](https://github.com/etkecc/baibot/blob/main/docs/features.md#-text-to-speech): turning bot or users text messages into voice messages"
  255. msgstr ""
  256. #: ../../../docs/configuring-playbook-bot-baibot.md:328
  257. msgid "[🖌️ image-generation](https://github.com/etkecc/baibot/blob/main/docs/features.md#-image-generation): generating images based on instructions"
  258. msgstr ""
  259. #: ../../../docs/configuring-playbook-bot-baibot.md:330
  260. msgid "❓ catch-all: special purposes, indicating use as a fallback (when no specific handler is configured)"
  261. msgstr ""
  262. #: ../../../docs/configuring-playbook-bot-baibot.md:332
  263. msgid "[Mixing & matching models](https://github.com/etkecc/baibot/blob/main/docs/features.md#mixing--matching-models) is made possible by the bot's ability to have different [🤝 handlers](https://github.com/etkecc/baibot/blob/main/docs/configuration/handlers.md) configured for different purposes."
  264. msgstr ""
  265. #: ../../../docs/configuring-playbook-bot-baibot.md:334
  266. msgid "This configuration can be done as a global fallback, or per-room. Both of these [🛠️ configurations](https://github.com/etkecc/baibot/blob/main/docs/configuration/README.md) are managed at runtime (viat chat), but **the global configuration can have some initial defaults configured via Ansible**."
  267. msgstr ""
  268. #: ../../../docs/configuring-playbook-bot-baibot.md:336
  269. msgid "You can configure the **initial values** for these via Ansible, via the `matrix_bot_baibot_config_initial_global_config_handler_*` variables."
  270. msgstr ""
  271. #: ../../../docs/configuring-playbook-bot-baibot.md:338
  272. msgid "Example **additional** `vars.yml` configuration:"
  273. msgstr ""
  274. #: ../../../docs/configuring-playbook-bot-baibot.md:355
  275. msgid "**Note**: these are initial defaults for the bot's global configuration. As such, changing any of these values subsequently has no effect on the bot's behavior. **Once initially configured the global configuration cannot be managed Ansible**, but only via bot commands."
  276. msgstr ""
  277. #: ../../../docs/configuring-playbook-bot-baibot.md:357
  278. msgid "Extending the configuration"
  279. msgstr ""
  280. #: ../../../docs/configuring-playbook-bot-baibot.md:359
  281. msgid "There are some additional things you may wish to configure about the bot."
  282. msgstr ""
  283. #: ../../../docs/configuring-playbook-bot-baibot.md:361
  284. msgid "Take a look at:"
  285. msgstr ""
  286. #: ../../../docs/configuring-playbook-bot-baibot.md:363
  287. msgid "`roles/custom/matrix-bot-baibot/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  288. msgstr ""
  289. #: ../../../docs/configuring-playbook-bot-baibot.md:364
  290. msgid "`roles/custom/matrix-bot-baibot/templates/config.yaml.j2` for the bot's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_bot_baibot_configuration_extension_yaml` variable"
  291. msgstr ""
  292. #: ../../../docs/configuring-playbook-bot-baibot.md:366
  293. msgid "Installing"
  294. msgstr ""
  295. #: ../../../docs/configuring-playbook-bot-baibot.md:368
  296. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  297. msgstr ""
  298. #: ../../../docs/configuring-playbook-bot-baibot.md:375
  299. msgid "**Notes**:"
  300. msgstr ""
  301. #: ../../../docs/configuring-playbook-bot-baibot.md:377
  302. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  303. msgstr ""
  304. #: ../../../docs/configuring-playbook-bot-baibot.md:379
  305. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  306. msgstr ""
  307. #: ../../../docs/configuring-playbook-bot-baibot.md:381
  308. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed."
  309. msgstr ""
  310. #: ../../../docs/configuring-playbook-bot-baibot.md:383
  311. msgid "If you change the bot password (`matrix_bot_baibot_config_user_password` in your `vars.yml` file) subsequently, the bot user's credentials on the homeserver won't be updated automatically. If you'd like to change the bot user's password, use a tool like [synapse-admin](configuring-playbook-synapse-admin.md) to change it, and then update `matrix_bot_baibot_config_user_password` to let the bot know its new password."
  312. msgstr ""
  313. #: ../../../docs/configuring-playbook-bot-baibot.md:385
  314. msgid "Usage"
  315. msgstr ""
  316. #: ../../../docs/configuring-playbook-bot-baibot.md:387
  317. msgid "To use the bot, invite it to any existing Matrix room (`/invite @baibot:example.com` where `example.com` is your base domain, not the `matrix.` domain)."
  318. msgstr ""
  319. #: ../../../docs/configuring-playbook-bot-baibot.md:389
  320. msgid "If you're an allowed bot [👥 user](https://github.com/etkecc/baibot/blob/main/docs/access.md#user) (see [👥 Initial users configuration](#-initial-users-configuration)), the bot will accept your invitation and join the room."
  321. msgstr ""
  322. #: ../../../docs/configuring-playbook-bot-baibot.md:391
  323. msgid "After joining, the bot will introduce itself and show information about the [✨ features](https://github.com/etkecc/baibot/blob/main/docs/features.md) that are enabled for it."
  324. msgstr ""
  325. #: ../../../docs/configuring-playbook-bot-baibot.md:393
  326. msgid "If you've [🤖 configured one or more agents via Ansible](#-configuring-agents-via-ansible) and have [🤝 configured initial default handlers](#configuring-initial-default-handlers), the bot will immediately be able to make use of these agents for this new room. Otherwise, you will need to configure agents and/or handlers via chat commands."
  327. msgstr ""
  328. #: ../../../docs/configuring-playbook-bot-baibot.md:395
  329. msgid "Send `!bai help` to the bot in the room to see the available commands."
  330. msgstr ""
  331. #: ../../../docs/configuring-playbook-bot-baibot.md:397
  332. msgid "You can also refer to the upstream [baibot](https://github.com/etkecc/baibot) project's documentation."
  333. msgstr ""
  334. #: ../../../docs/configuring-playbook-bot-baibot.md:399
  335. msgid "Troubleshooting"
  336. msgstr ""
  337. #: ../../../docs/configuring-playbook-bot-baibot.md:401
  338. msgid "As with all other services, you can find service logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by running something like `journalctl -fu matrix-bot-baibot`"
  339. msgstr ""
  340. #: ../../../docs/configuring-playbook-bot-baibot.md:403
  341. msgid "The default logging level for this service is `info`, but you can increase it to `debug` (or even `trace`) with the following additional configuration:"
  342. msgstr ""
  343. #: ../../../docs/configuring-playbook-bot-baibot.md:417
  344. msgid "**Alternatively**, you can use a single variable to set the logging level for all of the above (bot + all libraries):"
  345. msgstr ""