llama.cpp/tools/server/public_simplechat/local.tools
hanishkvc 4e7c7374d7 SimpleSallap:SimpleProxy:Make Config dataclass driven - p1
Instead of maintaining the config and some of the runtime states
identified as gMe as a generic literal dictionary which grows at
runtime with fields as required, try create it as a class of classes.

Inturn use dataclass annotation to let biolerplate code get auto
generated.

A config module created with above, however remaining part of the
code not yet updated to work with this new structure.

process_args and load_config moved into the new Config class.
2025-12-05 17:59:20 +05:30
..
config.py SimpleSallap:SimpleProxy:Make Config dataclass driven - p1 2025-12-05 17:59:20 +05:30
debug.py SimpleChatTC:SimpleProxy: getting local / web file module ++ 2025-12-04 19:41:39 +05:30
filemagic.py SimpleChatTCRV:SimpleProxy:DumpHeaders 2025-12-04 19:41:39 +05:30
pdfmagic.py SimpleChatTC:PdfText:Basic Outline and its Numbering done 2025-12-04 19:41:39 +05:30
simpleproxy.json SimpleChatTC:SimpleProxy:Add generic arxiv.org entry to allowed 2025-12-04 19:41:39 +05:30
simpleproxy.py SimpleSallap:SimpleProxy:Make Config dataclass driven - p1 2025-12-05 17:59:20 +05:30
test-gen-self-signed.sh SimpleSallap:SimpleProxy: Enable https mode 2025-12-04 20:51:00 +05:30
urlvalidator.py SimpleChatTC:SimpleProxy: Use urlvalidator 2025-12-04 19:41:39 +05:30
webmagic.py SimpleChatTCRV:SimpleProxy:DumpHeaders 2025-12-04 19:41:39 +05:30