-
Notifications
You must be signed in to change notification settings - Fork 91
Standardize Environment Directory Structure #145 #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rycerzes
wants to merge
14
commits into
meta-pytorch:main
Choose a base branch
from
rycerzes:feature-standardize-env
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,396
−253
Open
Changes from 6 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
0dbaf14
root-level structure and tooling
rycerzes 436041f
reusable templates
rycerzes cb0f0c0
implement openenv serve for multi mode deployment
rycerzes 596fd4d
environment setup with uv integration and template generation
rycerzes ae198f7
cleanup
rycerzes cb1e88a
add build command to the cli
rycerzes 667b5a3
refactor project config and server entry point
rycerzes 27b4aba
descoping by removing convert and serve
rycerzes bcd9186
placeholder implementation for `serve` command
rycerzes 2ae5fb0
build process with context detection
rycerzes 9ffa1de
require only pyproject.toml
rycerzes 3500a3e
update echo_env for the new standard
rycerzes 82a5459
refactor installation commands
rycerzes fc2338a
conversion guide and script for OpenEnv standard
rycerzes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,17 +7,18 @@ name = "openenv-core" | |
| version = "0.1.0" | ||
| description = "Core components for OpenEnv - HTTP-based agentic environments" | ||
| readme = "README.md" | ||
| requires-python = ">=3.8" | ||
| requires-python = ">=3.10" | ||
| license = {text = "BSD-3-Clause"} | ||
| authors = [ | ||
| {name = "Meta Platforms, Inc.", email = "[email protected]"} | ||
| ] | ||
| keywords = ["environment", "agent", "http", "docker", "fastapi"] | ||
|
|
||
| dependencies = [ | ||
| "requests>=2.25.0", | ||
| "fastapi>=0.104.0", | ||
| "uvicorn>=0.24.0", | ||
| "pydantic>=2.0.0", | ||
| "uvicorn[standard]>=0.24.0", | ||
| "requests>=2.25.0", | ||
| ] | ||
|
|
||
| [project.optional-dependencies] | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.