CoolFace
Apppublic

minchyeom/llmOS-Agent

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
50 commits on main
62f38991y ago

Update README.md

minchyeom
77852bc1y ago

Merge pull request #93 from starsnatched/codex/create-dockerfile-for-gradio-app

starsnatched
372692b1y ago

Add Dockerfile and dockerignore for HF Space

tech-envision
8c1df921y ago

Remove gradio_app.py file and its associated functionality

minchyeom
a079abe1y ago

Add metadata section to README.md for project details

minchyeom
64e07721y ago

init

minchyeom
f7820891y ago

Update README.md

starsnatched
528a8911y ago

Merge pull request #92 from starsnatched/codex/fix-file-name-display-in-gradio-frontend

starsnatched
b7815231y ago

Fix file listing in Gradio frontend

tech-envision
065999f1y ago

Merge branch 'main' of https://github.com/starsnatched/llm-backend

minchyeom
3471bfe1y ago

Add gradio[oauth] to requirements for OAuth support

minchyeom
465752c1y ago

Merge pull request #91 from starsnatched/codex/enable-file-browsing-in-gradio-ui

starsnatched
ca5f6491y ago

feat: allow VM filesystem browsing in gradio UI

tech-envision
6d08a3a1y ago

Merge pull request #90 from starsnatched/codex/fix--button--object-attribute-error

starsnatched
db39b001y ago

Fix event chaining after send button

tech-envision
8c2d9551y ago

Merge pull request #89 from starsnatched/codex/fix--text--language-error-in-gr.code

starsnatched
9b56a581y ago

Fix gradio components

tech-envision
34d3cc71y ago

Merge pull request #88 from starsnatched/codex/create-frontend-for-llm-on-huggingface-gradio-space

starsnatched
41db6841y ago

Add Gradio frontend for HuggingFace Space

tech-envision
3fb65e61y ago

refactor: remove frontend.py file and associated Gradio UI code

minchyeom
97678da1y ago

Merge pull request #87 from starsnatched/codex/fix-login-functionality-for-huggingface-spaces

starsnatched
e71d6ee1y ago

feat(frontend): auto login for HF Spaces

tech-envision
3aa6b311y ago

Merge pull request #86 from starsnatched/codex/create-gradio-frontend-for-llm

starsnatched
6f9e1c01y ago

Add Gradio frontend with HuggingFace login

tech-envision
e575a5e1y ago

refactor: comment out unused chat_stream query for current date

minchyeom
620e5c41y ago

Create LICENSE

tech-envision
50030121y ago

refactor: update chat_stream query to check contents of requirements.txt

starsnatched
22279f61y ago

fix: correct path in chat_stream for requirements.txt

starsnatched
4beb9241y ago

refactor: remove deprecated Go CLI and macOS GUI components

starsnatched
d8668d31y ago

Merge pull request #85 from EnvisionMindCa/codex/update-system-prompt-to-check-agents.md

tech-envision
937143d1y ago

chore: add AGENTS.md reminder to prompts

tech-envision
ce67dba1y ago

Merge pull request #84 from EnvisionMindCa/codex/create-macos-gui-app-for-api

tech-envision
1f8a9811y ago

Add macOS GUI client and usage docs

tech-envision
74037721y ago

Merge pull request #83 from EnvisionMindCa/codex/create-cross-platform-cli-app-for-api

tech-envision
98f8e861y ago

Add cross-platform Go CLI

tech-envision
b93a91c1y ago

feat(api): reintroduce FastAPI application structure and main entry point

starsnatched
115fa881y ago

chore: remove frontend subproject

starsnatched
055323b1y ago

add embedded frontend

starsnatched
b8a8ccd1y ago

Remove frontend application files and configurations

starsnatched
e0fd5091y ago

Merge pull request #82 from EnvisionMindCa/codex/add-background-image-in-frontend

tech-envision
e1ccd501y ago

feat(frontend): add background image

tech-envision
17574031y ago

Merge pull request #81 from EnvisionMindCa/codex/align-ui-elements-and-update-font

tech-envision
a74762c1y ago

Improve frontend layout and typography

tech-envision
1b849df1y ago

Merge pull request #80 from EnvisionMindCa/codex/implement-white-mode-with-glass-effect

tech-envision
d32544a1y ago

feat(frontend): enforce light mode and add glass design

tech-envision
9d53f471y ago

Merge pull request #79 from EnvisionMindCa/codex/implement-glassmorphism-design

tech-envision
6a317c11y ago

feat(frontend): add glassmorphism design

tech-envision
48b43881y ago

Merge pull request #78 from EnvisionMindCa/codex/create-frontend-with-next.js-template

tech-envision
a40a50f1y ago

Add Next.js chat frontend

tech-envision
71fac341y ago

feat: add global styles and layout for Next.js application

starsnatched