diff options
| author | elvis <elvis@claros.ar> | 2026-09-26 20:20:19 -0300 |
|---|---|---|
| committer | elvis <elvis@claros.ar> | 2026-09-26 20:20:19 -0300 |
| commit | 8518a63f55153e7f45fd49ad6caff5555f4e374f (patch) | |
| tree | 636684eea3fa6f35d78282ab95eb687ef49154af /crates/asist-core/src/lib.rs | |
| parent | 69de76dc9cbedc6092d1e5ce84094a8030de1470 (diff) | |
| download | asist-p-main.tar.gz asist-p-main.zip | |
Translate code, comments, logs and terminal UI to English; add English README; rename scriptsHEADmain
Diffstat (limited to 'crates/asist-core/src/lib.rs')
| -rw-r--r-- | crates/asist-core/src/lib.rs | 10 |
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; |