minchyeom/llmOS-Agent
Update README.md
Merge pull request #93 from starsnatched/codex/create-dockerfile-for-gradio-app
Add Dockerfile and dockerignore for HF Space
Remove gradio_app.py file and its associated functionality
Add metadata section to README.md for project details
init
Update README.md
Merge pull request #92 from starsnatched/codex/fix-file-name-display-in-gradio-frontend
Fix file listing in Gradio frontend
Merge branch 'main' of https://github.com/starsnatched/llm-backend
Add gradio[oauth] to requirements for OAuth support
Merge pull request #91 from starsnatched/codex/enable-file-browsing-in-gradio-ui
feat: allow VM filesystem browsing in gradio UI
Merge pull request #90 from starsnatched/codex/fix--button--object-attribute-error
Fix event chaining after send button
Merge pull request #89 from starsnatched/codex/fix--text--language-error-in-gr.code
Fix gradio components
Merge pull request #88 from starsnatched/codex/create-frontend-for-llm-on-huggingface-gradio-space
Add Gradio frontend for HuggingFace Space
refactor: remove frontend.py file and associated Gradio UI code
Merge pull request #87 from starsnatched/codex/fix-login-functionality-for-huggingface-spaces
feat(frontend): auto login for HF Spaces
Merge pull request #86 from starsnatched/codex/create-gradio-frontend-for-llm
Add Gradio frontend with HuggingFace login
refactor: comment out unused chat_stream query for current date
Create LICENSE
refactor: update chat_stream query to check contents of requirements.txt
fix: correct path in chat_stream for requirements.txt
refactor: remove deprecated Go CLI and macOS GUI components
Merge pull request #85 from EnvisionMindCa/codex/update-system-prompt-to-check-agents.md
chore: add AGENTS.md reminder to prompts
Merge pull request #84 from EnvisionMindCa/codex/create-macos-gui-app-for-api
Add macOS GUI client and usage docs
Merge pull request #83 from EnvisionMindCa/codex/create-cross-platform-cli-app-for-api
Add cross-platform Go CLI
feat(api): reintroduce FastAPI application structure and main entry point
chore: remove frontend subproject
add embedded frontend
Remove frontend application files and configurations
Merge pull request #82 from EnvisionMindCa/codex/add-background-image-in-frontend
feat(frontend): add background image
Merge pull request #81 from EnvisionMindCa/codex/align-ui-elements-and-update-font
Improve frontend layout and typography
Merge pull request #80 from EnvisionMindCa/codex/implement-white-mode-with-glass-effect
feat(frontend): enforce light mode and add glass design
Merge pull request #79 from EnvisionMindCa/codex/implement-glassmorphism-design
feat(frontend): add glassmorphism design
Merge pull request #78 from EnvisionMindCa/codex/create-frontend-with-next.js-template
Add Next.js chat frontend
feat: add global styles and layout for Next.js application
