Refactor project structure and update assets

- Added new directories for Llms and Security components under src.
- Moved existing files into their respective directories for better organization.
- Updated file paths in imports to reflect the new structure.
- Replaced favicon.svg with a new version and updated its import path in index.html.
- Created a new LogoIcon component for the favicon with customizable colors.
- Added main and submenu link data files for navigation.
- Removed unused favicon.svg from public directory.
- Updated theme colors for a refreshed UI look.
This commit is contained in:
2025-05-08 22:28:00 +02:00
parent d45039e2f5
commit 20173e9042
11 changed files with 242 additions and 116 deletions
+47 -28
View File
@@ -33,9 +33,11 @@ E:\Fitz_Studio
│ │ ├── 04
│ │ ├── 05
│ │ ├── 06
│ │ ├── 08
│ │ ├── 0a
│ │ ├── 0b
│ │ ├── 0c
│ │ ├── 0d
│ │ ├── 0e
│ │ ├── 10
│ │ ├── 11
@@ -46,23 +48,33 @@ E:\Fitz_Studio
│ │ ├── 1a
│ │ ├── 1b
│ │ ├── 1d
│ │ ├── 1e
│ │ ├── 1f
│ │ ├── 20
│ │ ├── 21
│ │ ├── 22
│ │ ├── 23
│ │ ├── 24
│ │ ├── 26
│ │ ├── 27
│ │ ├── 28
│ │ ├── 2c
│ │ ├── 2d
│ │ ├── 2f
│ │ ├── 31
│ │ ├── 32
│ │ ├── 33
│ │ ├── 34
│ │ ├── 39
│ │ ├── 3c
│ │ ├── 3d
│ │ ├── 3e
│ │ ├── 3f
│ │ ├── 41
│ │ ├── 42
│ │ ├── 43
│ │ ├── 44
│ │ ├── 45
│ │ ├── 47
│ │ ├── 48
│ │ ├── 4a
@@ -72,12 +84,15 @@ E:\Fitz_Studio
│ │ ├── 4e
│ │ ├── 4f
│ │ ├── 51
│ │ ├── 52
│ │ ├── 55
│ │ ├── 57
│ │ ├── 5a
│ │ ├── 5b
│ │ ├── 5c
│ │ ├── 5d
│ │ ├── 5e
│ │ ├── 5f
│ │ ├── 60
│ │ ├── 61
│ │ ├── 62
@@ -93,6 +108,7 @@ E:\Fitz_Studio
│ │ ├── 74
│ │ ├── 75
│ │ ├── 76
│ │ ├── 77
│ │ ├── 7b
│ │ ├── 7c
│ │ ├── 7d
@@ -106,18 +122,24 @@ E:\Fitz_Studio
│ │ ├── 89
│ │ ├── 8a
│ │ ├── 8b
│ │ ├── 8c
│ │ ├── 90
│ │ ├── 94
│ │ ├── 95
│ │ ├── 97
│ │ ├── 98
│ │ ├── 99
│ │ ├── 9a
│ │ ├── 9c
│ │ ├── 9d
│ │ ├── a0
│ │ ├── a1
│ │ ├── a2
│ │ ├── a3
│ │ ├── a4
│ │ ├── a5
│ │ ├── a6
│ │ ├── a7
│ │ ├── a8
│ │ ├── a9
│ │ ├── aa
@@ -125,6 +147,7 @@ E:\Fitz_Studio
│ │ ├── ac
│ │ ├── ad
│ │ ├── ae
│ │ ├── af
│ │ ├── b1
│ │ ├── b3
│ │ ├── b4
@@ -134,17 +157,25 @@ E:\Fitz_Studio
│ │ ├── b9
│ │ ├── ba
│ │ ├── bb
│ │ ├── bc
│ │ ├── bf
│ │ ├── c0
│ │ ├── c3
│ │ ├── c4
│ │ ├── c5
│ │ ├── c6
│ │ ├── c7
│ │ ├── c9
│ │ ├── cc
│ │ ├── cd
│ │ ├── ce
│ │ ├── cf
│ │ ├── d1
│ │ ├── d4
│ │ ├── d5
│ │ ├── d6
│ │ ├── d7
│ │ ├── d8
│ │ ├── d9
│ │ ├── da
│ │ ├── db
@@ -152,6 +183,7 @@ E:\Fitz_Studio
│ │ ├── dd
│ │ ├── de
│ │ ├── df
│ │ ├── e0
│ │ ├── e3
│ │ ├── e4
│ │ ├── e5
@@ -166,6 +198,7 @@ E:\Fitz_Studio
│ │ ├── f1
│ │ ├── f2
│ │ ├── f3
│ │ ├── f5
│ │ ├── f6
│ │ ├── f7
│ │ ├── f9
@@ -859,38 +892,19 @@ E:\Fitz_Studio
│ │ ├── Router.tsx
│ │ ├── assets
│ │ ├── components
│ │ ├── favicon.svg
│ │ ├── main.tsx
│ │ ├── pages
│ │ ├── public
│ │ ├── theme.ts
│ │ ├── types
│ │ └── vite-env.d.ts
│ ├── test-utils
│ │ ├── index.ts
│ │ └── render.tsx
│ ├── tsconfig.json
│ ├── vite.config.mjs
│ ├── vite.config.js
│ ├── vitest.setup.mjs
│ └── yarn.lock
├── llms
│ ├── Agente.py
│ ├── MCPs
│ │ ├── MCPStdioServer.py
│ │ ├── __init__.py
│ │ └── __pycache__
│ ├── Memory
│ │ ├── Base_MemoryConv.py
│ │ ├── __pycache__
│ │ └── postgres_MemoryConv.py
│ ├── Modelos
│ │ ├── Base_model.py
│ │ ├── Openai_model.py
│ │ ├── Openai_model_mmr.py
│ │ ├── __init__.py
│ │ └── __pycache__
│ ├── __init__.py
│ └── __pycache__
│ ├── Agente.cpython-311.pyc
│ └── __init__.cpython-311.pyc
├── main.py
├── notebooks
│ └── hacer_script_nombres.ipynb
@@ -922,12 +936,6 @@ E:\Fitz_Studio
│ │ └── prueba_carga_postrgesql.cpython-311.pyc
│ └── datos_para_llms
│ └── generar_tree.py
├── security
│ ├── Encriptar.py
│ ├── __init__.py
│ └── __pycache__
│ ├── Encriptar.cpython-311.pyc
│ └── __init__.cpython-311.pyc
├── src
│ ├── ApiKeys
│ │ ├── __init__.py
@@ -948,6 +956,17 @@ E:\Fitz_Studio
│ │ ├── __pycache__
│ │ ├── postgres_credencial.py
│ │ └── postgres_credencial_mmr.py
│ ├── Llms
│ │ ├── Agente.py
│ │ ├── MCPs
│ │ ├── Memory
│ │ ├── Modelos
│ │ ├── __init__.py
│ │ └── __pycache__
│ ├── Security
│ │ ├── Encriptar.py
│ │ ├── __init__.py
│ │ └── __pycache__
│ ├── __init__.py
│ ├── __pycache__
│ │ ├── __init__.cpython-311.pyc