From 3e3a42847a106497edd8fe9e494715fc56b26bda Mon Sep 17 00:00:00 2001 From: Victor Vargas Date: Tue, 30 Jun 2026 00:41:59 -0700 Subject: [PATCH 1/2] fix: routers in documents and referents --- docs/architecture.md | 7 +++++-- docs/phase2.md | 2 +- go.mod | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index e8bdf37..08f73c1 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,4 +1,4 @@ -# πŸ—οΈ rony-llm-agent β€” Architecture +# πŸ—οΈ Rony LLM Agent β€” Architecture **VersiΓ³n:** 1.0 **Autor:** Victor Hugo Vargas @@ -9,6 +9,9 @@ > - [`README.md`](./README.md) β€” Overview de la librerΓ­a > - [`components.md`](./components.md) β€” Referencia detallada por paquete > - [`phase2.md`](./phase2.md) β€” Features avanzadas (MCP, RAG completo, Skills, etc.) +> - [`../../METHODOLOGY.md`](../../METHODOLOGY.md) β€” CΓ³mo construimos (SDD + DDD + Hexagonal) +> +> πŸ“ **MetodologΓ­a:** Esta librerΓ­a sigue el enfoque **SDD + DDD + Hexagonal Architecture**. Ver [`METHODOLOGY.md`](../../METHODOLOGY.md) para los detalles. --- @@ -386,7 +389,7 @@ func (s *Sandbox) WriteFile(path string, data []byte, perm os.FileMode) error | Path encoding (`%2e%2e`) | No detectado | Detectado por stdlib | | Null bytes en path | Depende del OS | Manejado por stdlib | -> πŸ”’ Por eso la librerΓ­a **requiere Go 1.26+** (ver [README Β§16.1.3.1](https://github.com/VictorVargas/rony-harness/blob/main/docs/architecture.md#16131)). +> πŸ”’ Por eso la librerΓ­a **requiere Go 1.26+** (ver [README Β§16.1.3.1](https://github.com/VictorVargas/rony-llm-agent/blob/main/docs/architecture.md#16131)). ### 3.7 Configuration (`pkg/config/`) diff --git a/docs/phase2.md b/docs/phase2.md index a1a9fba..618ff21 100644 --- a/docs/phase2.md +++ b/docs/phase2.md @@ -1,4 +1,4 @@ -# πŸš€ rony-llm-agent β€” Phase 2 Features +# πŸš€ Rony LLM Agent β€” Phase 2 Features **VersiΓ³n:** 1.0 **Autor:** Victor Hugo Vargas diff --git a/go.mod b/go.mod index 2cc601f..28f9901 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/VictorVargas/rony-llm-agent -go 1.26 \ No newline at end of file +go 1.26.4 From 46aec356ee93299c85c7276940e83c2c95f15752 Mon Sep 17 00:00:00 2001 From: Victor Vargas Date: Tue, 30 Jun 2026 14:43:00 -0700 Subject: [PATCH 2/2] =?UTF-8?q?docs(fix):=20fix=20go-llm-agent=20=E2=86=92?= =?UTF-8?q?=20rony-llm-agent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/README.md | 4 ++-- docs/architecture.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6415b08..2b621df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# go-llm-agent +# rony-llm-agent > 🌐 **Language:** [English](./README.md) | [EspaΓ±ol](./README.es.md) > diff --git a/docs/README.md b/docs/README.md index b004f90..67fac05 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# go-llm-agent β€” Documentation +# rony-llm-agent β€” Documentation > 🌐 **Language:** [English](./README.md) | [EspaΓ±ol](./README.es.md) @@ -8,7 +8,7 @@ Technical documentation for the library. ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” -β”‚ go-llm-agent (pkg/) β”‚ +β”‚ rony-llm-agent (pkg/) β”‚ β”‚ β”‚ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ agent β”‚ β”‚ persona β”‚ β”‚ tools β”‚ β”‚ diff --git a/docs/architecture.md b/docs/architecture.md index 2f2f2c4..eef719f 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -17,7 +17,7 @@ ## 🎯 1. Library Vision -### 1.1 What is go-llm-agent? +### 1.1 What is rony-llm-agent? A Go library that provides all the **generic and reusable** logic for building LLM-based agents. It's not a final product β€” it's the foundation on which specific products are built. @@ -54,7 +54,7 @@ A Go library that provides all the **generic and reusable** logic for building L β”‚ use public interfaces β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” -β”‚ go-llm-agent (pkg/ β€” public API) β”‚ +β”‚ rony-llm-agent (pkg/ β€” public API) β”‚ β”‚ β”‚ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ agent β”‚ β”‚ llm β”‚ β”‚ persona β”‚ β”‚ tools β”‚ ... β”‚