fix: routers in documents and referents
This commit is contained in:
parent
a7a545d09f
commit
fcf0e6251a
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# 📋 Chat-Bot — Technical Design Document
|
# 📋 Rony Chat Bot — Technical Design Document
|
||||||
|
|
||||||
**Versión:** 1.0
|
**Versión:** 1.0
|
||||||
**Autor:** Victor Hugo Vargas
|
**Autor:** Victor Hugo Vargas
|
||||||
|
|
@ -9,6 +9,8 @@
|
||||||
> 📚 **Workspace:** Este proyecto es parte del workspace `Rony/`. Ver [`../README.md`](../../README.md).
|
> 📚 **Workspace:** Este proyecto es parte del workspace `Rony/`. Ver [`../README.md`](../../README.md).
|
||||||
>
|
>
|
||||||
> 🔑 **Depende de:** [`rony-llm-agent`](https://github.com/VictorVargas/rony-llm-agent) — librería core que provee agent loop, LLM clients, RAG, persona system.
|
> 🔑 **Depende de:** [`rony-llm-agent`](https://github.com/VictorVargas/rony-llm-agent) — librería core que provee agent loop, LLM clients, RAG, persona system.
|
||||||
|
>
|
||||||
|
> 📐 **Metodología:** Este proyecto sigue el enfoque **SDD + DDD + Hexagonal Architecture**. Los Requisitos Funcionales se numeran como `CRF-XXX`. Ver [`../../METHODOLOGY.md`](../../METHODOLOGY.md).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue