docs(fix): fix go-llm-agent → rony-llm-agent
This commit is contained in:
parent
dc754e6df2
commit
46aec356ee
3 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -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 │ │
|
||||||
|
|
|
||||||
|
|
@ -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 │ ... │
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue