Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
c235b06
update the gitignore to not collect logs
AlirezaShamsoshoara Dec 12, 2025
cc84fdd
add the openApps example
AlirezaShamsoshoara Dec 10, 2025
4423af0
add the assets for the readme
AlirezaShamsoshoara Dec 13, 2025
e7b8d85
add the Server folder for the OpenApps
AlirezaShamsoshoara Dec 14, 2025
b35b794
add the init for openApps
AlirezaShamsoshoara Dec 12, 2025
a316bef
add the client file
AlirezaShamsoshoara Dec 12, 2025
7ceeb80
add the models file for the openApp
AlirezaShamsoshoara Dec 12, 2025
dff37fa
add the yaml file for openapp-openenv
AlirezaShamsoshoara Dec 12, 2025
fa9d6fe
add the pyproject
AlirezaShamsoshoara Dec 12, 2025
eda43f5
update the README file
AlirezaShamsoshoara Dec 10, 2025
f00b521
add the dir structure to the README file
AlirezaShamsoshoara Dec 12, 2025
3615129
update the gitignore to avoid the session key
AlirezaShamsoshoara Dec 12, 2025
c23756c
update the openapp example to include interactive visualization
AlirezaShamsoshoara Dec 12, 2025
41f67ef
update README regarding the visualization
AlirezaShamsoshoara Dec 14, 2025
6a59eaa
add the test case
AlirezaShamsoshoara Dec 15, 2025
54adab8
add the example usage
AlirezaShamsoshoara Dec 15, 2025
46f9576
update the openapp environment for the visualization
AlirezaShamsoshoara Dec 16, 2025
6e685f2
add the start bash script for docker
AlirezaShamsoshoara Dec 13, 2025
9bc2b75
update the readme based on new changes in the docker and how to start…
AlirezaShamsoshoara Dec 13, 2025
a7f2a58
update the pyproject to fix the server issue
AlirezaShamsoshoara Dec 18, 2025
fad70e9
fix the Docker issue to start the OpenApp server
AlirezaShamsoshoara Dec 11, 2025
0000739
add the OPENAPPS_URL to handle run from docker
AlirezaShamsoshoara Dec 12, 2025
7f10d12
make the giff size bigger
AlirezaShamsoshoara Dec 13, 2025
8ec4b92
update openapp_env to have click ability
AlirezaShamsoshoara Dec 15, 2025
e420acd
add the demo file for recording
AlirezaShamsoshoara Dec 16, 2025
695bf9f
add the demo showcase for the hackathon submission
AlirezaShamsoshoara Dec 18, 2025
06103df
update the HTML demo page for videos
AlirezaShamsoshoara Dec 15, 2025
a844215
add the videos to the assets
AlirezaShamsoshoara Dec 18, 2025
52b2fdc
add the .gitignore for the sub project of OpenApps - openEnv
AlirezaShamsoshoara Dec 15, 2025
237756e
update to openenv v0.2.0
AlirezaShamsoshoara Jan 4, 2026
f42dc31
update the docker build
AlirezaShamsoshoara Dec 31, 2025
73519ad
update the env md for the openapp
AlirezaShamsoshoara Jan 6, 2026
d728a11
update the readme for the new docker install
AlirezaShamsoshoara Jan 7, 2026
03a2bf1
revert the start.sh
AlirezaShamsoshoara Jan 8, 2026
9efb4e5
update the docker file on how to build the image
AlirezaShamsoshoara Jan 9, 2026
ccfa04b
update the docker build workflow for openapps
AlirezaShamsoshoara Jan 9, 2026
2b26082
update the README
AlirezaShamsoshoara Dec 31, 2025
64e2315
update the DockerFile to be compatible with HF and local/github actions
AlirezaShamsoshoara Jan 10, 2026
9d1cf50
addressing the PR review
AlirezaShamsoshoara Jan 15, 2026
c58dd18
update the client to address the pr review
AlirezaShamsoshoara Jan 15, 2026
49399aa
address the PR review re model
AlirezaShamsoshoara Jan 16, 2026
78ff4bd
address the PR review for pyproject.toml file
AlirezaShamsoshoara Jan 17, 2026
7af2cc8
fix docker issue to have latest on openenv-core
AlirezaShamsoshoara Jan 18, 2026
104cb95
update the create_app function in app for 0.2.0
AlirezaShamsoshoara Jan 19, 2026
cee4d06
address the PR review
AlirezaShamsoshoara Jan 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
- name: unity-env
dockerfile: server/Dockerfile
context: envs/unity_env
- name: openapp-env
dockerfile: server/Dockerfile
context: envs/openapp_env

steps:
- name: Checkout code
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,9 @@ outputs/
.uv/

*.backup*/

# ignore the log_output
log_outputs/*

# .sesskey
*.sesskey
19 changes: 19 additions & 0 deletions docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,25 @@ The OpenEnv community has built a catalog of ready-to-run environments that cove
</div>
</div>

<div class="environment-card">
<div class="environment-card__body">
<span class="environment-card__tag">OpenApp</span>
<p class="environment-card__description">
A web application simulation environment for OpenEnv that wraps the OpenApps framework and BrowserGym.
</p>
</div>
<div class="environment-card__links">
<a class="environment-card__icon" href="/OpenEnv/environments/OpenApps/" aria-label="OpenApps docs">
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">
<path d="M6 3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9l-6-6H6zm8 1.5L18.5 9H14V4.5z" fill="currentColor"/>
</svg>
</a>
<a class="environment-card__icon environment-card__icon--hf" href="https://huggingface.co/spaces/Crashbandicoote2/Openapp_env" target="_blank" rel="noreferrer noopener" aria-label="OpenApps on Hugging Face">
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="" aria-hidden="true" />
</a>
</div>
</div>

<div class="environment-card">
<div class="environment-card__body">
<span class="environment-card__tag">Web Search</span>
Expand Down
1 change: 1 addition & 0 deletions envs/openapp_env/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenApps
Loading