aboutsummaryrefslogtreecommitdiffstats
path: root/crates/asist-core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/asist-core/src/lib.rs')
-rw-r--r--crates/asist-core/src/lib.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/asist-core/src/lib.rs b/crates/asist-core/src/lib.rs
index 87fbc75..176b934 100644
--- a/crates/asist-core/src/lib.rs
+++ b/crates/asist-core/src/lib.rs
@@ -1,9 +1,9 @@
-//! Tipos, configuración y utilidades compartidas por todo el asistente.
+//! Types, configuration and utilities shared by the whole assistant.
//!
-//! Este crate no habla con ningún motor: sólo define el vocabulario común
-//! (eventos, errores, configuración, métricas) y las dos piezas de
-//! infraestructura que los demás crates necesitan: un cliente HTTP mínimo
-//! para hablar con los servidores locales, y el registro de herramientas.
+//! This crate talks to no engine: it only defines the common vocabulary
+//! (events, errors, configuration, metrics) and the two pieces of
+//! infrastructure the other crates need: a minimal HTTP client to talk to
+//! the local servers, and the tool registry.
pub mod config;
pub mod error;