Skip to content

Latest commit

 

History

History
86 lines (84 loc) · 2.34 KB

File metadata and controls

86 lines (84 loc) · 2.34 KB

📁 Project Structure

Auto-generated by generate_structure.py — 2026-03-17 06:43 UTC Do not edit manually.

Multi-LLM-API-Gateway/
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   └── bug_report.md
│   ├── scripts/
│   │   └── generate_structure.py
│   ├── workflows/
│   │   └── generate_structure.yml
│   └── FUNDING.yml
├── app/
│   ├── tmp/
│   │   └── __init__.py
│   ├── web/
│   │   ├── tmp/
│   │   │   └── __init__py
│   │   └── tools/
│   │       ├── __init__.py
│   │       └── README.md
│   ├── .pyfun
│   ├── __init__.py
│   ├── app.py
│   ├── config.py
│   ├── db_sync.py
│   ├── mcp.py
│   ├── models.py
│   ├── provider.py
│   ├── README.md
│   └── tools.py
├── DESKTOP_CLIENT/
│   ├── desktop_client.jpg
│   ├── hub.py
│   ├── llm_tests.jpg
│   ├── README.md
│   └── requirements.txt
├── dev_logs/
│   ├── 2026-03-09.log
│   ├── 2026-03-14.log
│   └── 28.02.2026.log
├── docs/
│   ├── app/
│   │   ├── app.md
│   │   ├── config.md
│   │   ├── db_sync.md
│   │   ├── mcp.md
│   │   ├── models.md
│   │   ├── providers.md
│   │   └── tools.md
│   ├── fundaments/
│   │   ├── access_control.py.md
│   │   ├── config_handler.py.md
│   │   ├── encryption.py.md
│   │   ├── postgresql.py.md
│   │   ├── security.py.md
│   │   └── user_handler.py.md
│   └── nav.json
├── fundaments/
│   ├── __init__.py
│   ├── access_control.py
│   ├── config_handler.py
│   ├── debug.py
│   ├── encryption.py
│   ├── postgresql.py
│   ├── security.py
│   └── user_handler.py
├── .gitattributes
├── .gitignore
├── CITATION.cff
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── ESOL
├── example-mcp___.env
├── example.Dockerfile
├── LICENSE
├── main.py
├── PyFundaments – Function Overview.md
├── PyFundaments.md
├── README.md
├── requirements.txt
└── SECURITY.md