project start

This commit is contained in:
Franziska Gerold 2026-05-13 16:13:30 +02:00
commit a99d76010a
7 changed files with 3 additions and 0 deletions

0
ChatManager.py Normal file
View File

0
DebugLogger.py Normal file
View File

0
ExecutionEngine.py Normal file
View File

0
FileManager.py Normal file
View File

0
SearchManager.py Normal file
View File

0
SystemPrompter.py Normal file
View File

3
app.py Normal file
View File

@ -0,0 +1,3 @@
import streamlit as st
st.write("Hello World")