Merge branch 'main' into feat-llm-interface

This commit is contained in:
Victor Hugo Vargas Servin 2026-07-03 14:30:38 -07:00 committed by GitHub
commit d3ac4d0ac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# go-llm-agent # rony-llm-agent
> 🌐 **Language:** [English](./README.md) | [Español](./README.es.md) > 🌐 **Language:** [English](./README.md) | [Español](./README.es.md)
> >

View file

@ -1,4 +1,4 @@
# go-llm-agent — Documentation # rony-llm-agent — Documentation
> 🌐 **Language:** [English](./README.md) | [Español](./README.es.md) > 🌐 **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 │ │ │ │ agent │ │ persona │ │ tools │ │

View file

@ -17,7 +17,7 @@
## 🎯 1. Library Vision ## 🎯 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. 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 │ use public interfaces
┌─────────────────────────────────────────────────────────────────┐ ┌─────────────────────────────────────────────────────────────────┐
go-llm-agent (pkg/ — public API) │ rony-llm-agent (pkg/ — public API) │
│ │ │ │
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │ agent │ │ llm │ │ persona │ │ tools │ ... │ │ │ agent │ │ llm │ │ persona │ │ tools │ ... │