|
1 | 1 | src/window.py
|
2 |
| -src/extensions.py |
3 | 2 | src/main.py
|
| 3 | +src/extensions.py |
4 | 4 | src/controller.py
|
5 |
| -src/ui/settings.py |
6 | 5 | src/constants.py
|
7 |
| -src/ui/thread_editing.py |
| 6 | +src/utility/strings.py |
| 7 | +src/utility/util.py |
| 8 | +src/ui/settings.py |
8 | 9 | src/ui/presentation.py
|
9 |
| -src/ui/screenrecorder.py |
10 | 10 | src/ui/mini_window.py
|
11 |
| -src/ui/shortcuts.py |
12 |
| -src/ui/profile.py |
13 |
| -src/integrations/website_reader.py |
14 |
| -src/utility/message_chunk.py |
15 |
| -src/utility/strings.py |
16 |
| -src/integrations/websearch.py |
17 |
| -src/utility/audio_recorder.py |
18 | 11 | src/ui/extension.py
|
19 |
| -src/utility/util.py |
20 | 12 | src/ui/widgets/tipscarousel.py
|
21 | 13 | src/ui/widgets/file.py
|
| 14 | +src/utility/message_chunk.py |
| 15 | +src/integrations/website_reader.py |
22 | 16 | src/ui/widgets/website.py
|
23 |
| -src/handlers/handler.py |
24 |
| -src/ui/widgets/websearch.py |
25 |
| -src/ui/widgets/thinking.py |
26 |
| -src/ui/widgets/terminal_dialog.py |
27 |
| -src/ui/widgets/profilerow.py |
| 17 | +src/ui/widgets/barchart.py |
| 18 | +src/handlers/llm/openai_handler.py |
| 19 | +src/integrations/websearch.py |
28 | 20 | src/handlers/websearch/tavily.py
|
29 |
| -src/ui/widgets/multiline.py |
30 |
| -src/ui/widgets/markuptextview.py |
31 |
| -src/ui/widgets/latex.py |
32 |
| -src/ui/widgets/documents_reader.py |
| 21 | +src/handlers/llm/gemini_handler.py |
33 | 22 | src/ui/widgets/copybox.py
|
| 23 | +src/handlers/llm/claude_handler.py |
| 24 | +src/ui/thread_editing.py |
| 25 | +src/handlers/llm/openrouter_handler.py |
| 26 | +src/ui/widgets/websearch.py |
| 27 | +src/ui/shortcuts.py |
34 | 28 | src/ui/widgets/comborow.py
|
35 |
| -src/ui/widgets/barchart.py |
36 |
| -src/handlers/websearch/duckduckgo_handler.py |
| 29 | +src/ui/widgets/multiline.py |
| 30 | +src/ui/widgets/terminal_dialog.py |
| 31 | +src/handlers/tts/openai_tts_handler.py |
| 32 | +src/utility/audio_recorder.py |
| 33 | +src/ui/widgets/thinking.py |
| 34 | +src/handlers/tts/groq_tts_handler.py |
| 35 | +src/handlers/tts/elevenlabs_handler.py |
| 36 | +src/handlers/tts/custom_openai_tts.py |
| 37 | +src/ui/screenrecorder.py |
37 | 38 | src/handlers/tts/tts.py
|
| 39 | +src/handlers/llm/ollama_handler.py |
| 40 | +src/ui/widgets/markuptextview.py |
| 41 | +src/ui/widgets/latex.py |
| 42 | +src/ui/widgets/profilerow.py |
38 | 43 | src/handlers/tts/custom_handler.py
|
39 |
| -src/handlers/tts/openai_tts_handler.py |
40 |
| -src/handlers/memory/user_summary_handler.py |
| 44 | +src/handlers/websearch/duckduckgo_handler.py |
| 45 | +src/ui/profile.py |
| 46 | +src/handlers/llm/newelle_handler.py |
41 | 47 | src/handlers/stt/witai_handler.py
|
42 |
| -src/handlers/memory/summary_memoripy_handler.py |
43 |
| -src/handlers/stt/whispercpp_handler.py |
44 | 48 | src/handlers/stt/openaisr_handler.py
|
45 |
| -src/handlers/stt/whisper_handler.py |
| 49 | +src/handlers/llm/mistral_handler.py |
| 50 | +src/ui/widgets/documents_reader.py |
46 | 51 | src/handlers/stt/groqsr_handler.py
|
47 |
| -src/handlers/memory/memoripy_handler.py |
48 |
| -src/handlers/stt/vosk_handler.py |
49 | 52 | src/handlers/stt/googlesr_handler.py
|
50 |
| -src/handlers/stt/custom_handler.py |
51 |
| -src/handlers/llm/openrouter_handler.py |
52 |
| -src/handlers/stt/sphinx_handler.py |
53 |
| -src/handlers/llm/openai_handler.py |
54 |
| -src/handlers/tts/custom_openai_tts.py |
55 |
| -src/handlers/rag/rag_handler.py |
56 |
| -src/handlers/tts/elevenlabs_handler.py |
57 |
| -src/handlers/tts/groq_tts_handler.py |
58 |
| -src/handlers/llm/newelle_handler.py |
59 |
| -src/handlers/rag/llamaindex_handler.py |
60 |
| -src/handlers/llm/ollama_handler.py |
61 |
| -src/handlers/llm/mistral_handler.py |
| 53 | +src/handlers/llm/custom_handler.py |
62 | 54 | src/handlers/llm/llm.py
|
63 | 55 | src/handlers/llm/groq_handler.py
|
64 |
| -src/handlers/llm/gpt4all_handler.py |
65 |
| -src/handlers/llm/gpt3any_handler.py |
66 |
| -src/handlers/llm/gemini_handler.py |
| 56 | +src/handlers/stt/whispercpp_handler.py |
| 57 | +src/handlers/handler.py |
| 58 | +src/handlers/stt/whisper_handler.py |
67 | 59 | src/handlers/llm/deepseek_handler.py
|
68 |
| -src/handlers/llm/custom_handler.py |
69 |
| -src/handlers/llm/claude_handler.py |
| 60 | +src/handlers/stt/vosk_handler.py |
70 | 61 | src/handlers/embeddings/wordllama_handler.py
|
71 |
| -src/handlers/embeddings/openai_handler.py |
72 |
| -src/handlers/embeddings/ollama_handler.py |
| 62 | +src/handlers/stt/sphinx_handler.py |
| 63 | +src/handlers/stt/custom_handler.py |
| 64 | +src/handlers/llm/gpt4all_handler.py |
73 | 65 | src/handlers/embeddings/embedding.py
|
| 66 | +src/handlers/llm/gpt3any_handler.py |
74 | 67 | src/handlers/embeddings/gemini_handler.py
|
| 68 | +src/handlers/embeddings/openai_handler.py |
| 69 | +src/handlers/embeddings/ollama_handler.py |
| 70 | +src/handlers/memory/user_summary_handler.py |
| 71 | +src/handlers/memory/summary_memoripy_handler.py |
| 72 | +src/handlers/rag/rag_handler.py |
| 73 | +src/handlers/memory/memoripy_handler.py |
| 74 | +src/handlers/rag/llamaindex_handler.py |
75 | 75 | data/io.github.qwersyk.Newelle.appdata.xml.in
|
76 | 76 | data/io.github.qwersyk.Newelle.desktop.in
|
77 | 77 | data/io.github.qwersyk.Newelle.gschema.xml
|
0 commit comments