From 46aec356ee93299c85c7276940e83c2c95f15752 Mon Sep 17 00:00:00 2001 From: Victor Vargas Date: Tue, 30 Jun 2026 14:43:00 -0700 Subject: [PATCH] =?UTF-8?q?docs(fix):=20fix=20go-llm-agent=20=E2=86=92=20r?= =?UTF-8?q?ony-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 β”‚ ... β”‚