From 8518a63f55153e7f45fd49ad6caff5555f4e374f Mon Sep 17 00:00:00 2001 From: elvis Date: Sat, 26 Sep 2026 20:20:19 -0300 Subject: Translate code, comments, logs and terminal UI to English; add English README; rename scripts --- crates/asist-core/src/lib.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crates/asist-core/src/lib.rs') 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; -- cgit v1.2.3