LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
hypha/VERSION
hypha/__init__.py
hypha/__main__.py
hypha/a2a.py
hypha/apps.py
hypha/artifact.py
hypha/http.py
hypha/interactive.py
hypha/local_auth.py
hypha/mcp.py
hypha/minio.py
hypha/plugin_parser.py
hypha/queue.py
hypha/s3.py
hypha/server.py
hypha/startup.py
hypha/triton.py
hypha/vectors.py
hypha/websocket.py
hypha/worker_manager.py
hypha.egg-info/PKG-INFO
hypha.egg-info/SOURCES.txt
hypha.egg-info/dependency_links.txt
hypha.egg-info/entry_points.txt
hypha.egg-info/not-zip-safe
hypha.egg-info/requires.txt
hypha.egg-info/top_level.txt
hypha/core/__init__.py
hypha/core/activity.py
hypha/core/auth.py
hypha/core/store.py
hypha/core/workspace.py
hypha/static_files/lite.html
hypha/static_files/img/hypha-icon-black.svg
hypha/static_files/img/hypha-logo-black.svg
hypha/templates/index.html
hypha/templates/apps/imjoy-plugin-parser.html
hypha/templates/apps/login_template.html
hypha/templates/apps/web-python.index.html
hypha/templates/apps/web-worker.index.html
hypha/templates/apps/window.index.html
hypha/templates/artifacts/application/index.html
hypha/templates/artifacts/collection/index.html
hypha/templates/hypha-core-app/hypha-app-iframe.html
hypha/templates/hypha-core-app/hypha-app-webpython.js
hypha/templates/hypha-core-app/hypha-app-webworker.js
hypha/templates/ws/a2a_agent_template.hypha.html
hypha/templates/ws/code_template.hypha.html
hypha/templates/ws/conda_jupyter_kernel_template.hypha.html
hypha/templates/ws/fastapi_advanced_template.hypha.html
hypha/templates/ws/fastapi_app_template.hypha.html
hypha/templates/ws/index.html
hypha/templates/ws/javascript_advanced_template.hypha.html
hypha/templates/ws/javascript_app_template.hypha.html
hypha/templates/ws/mcp_server_template.hypha.html
hypha/templates/ws/python_app_template.hypha.html
hypha/templates/ws/web_app_template.hypha.html
hypha/templates/ws/webcontainer_template.hypha.html
hypha/utils/__init__.py
hypha/utils/asgi_proxy.py
hypha/utils/zenodo.py
hypha/utils/zip_utils.py
hypha/workers/__init__.py
hypha/workers/__main__.py
hypha/workers/a2a_proxy.py
hypha/workers/base.py
hypha/workers/browser.py
hypha/workers/browser_cache.py
hypha/workers/conda.py
hypha/workers/conda_kernel.py
hypha/workers/k8s.py
hypha/workers/mcp_proxy.py
hypha/workers/python_eval.py
hypha/workers/terminal.html
hypha/workers/terminal.py
hypha/workers/conda_executor/__init__.py
hypha/workers/conda_executor/env_spec.py
hypha/workers/conda_executor/executor.py
hypha/workers/conda_executor/shared_memory.py
tests/__init__.py
tests/conftest.py
tests/custom_auth_startup_test.py
tests/example-startup-function-failed.py
tests/example-startup-function.py
tests/example_plugin.py
tests/example_service_script.py
tests/start_pytriton_server.py
tests/test_a2a.py
tests/test_a2a_proxy.py
tests/test_app_service_discovery.py
tests/test_artifact.py
tests/test_artifact_version_handling.py
tests/test_artifact_workspace_context.py
tests/test_asgi.py
tests/test_auth.py
tests/test_browser_worker_integration.py
tests/test_cli.py
tests/test_conda_env.py
tests/test_conda_kernel.py
tests/test_custom_auth_server.py
tests/test_event_bus.py
tests/test_event_bus_optimization.py
tests/test_event_log.py
tests/test_http.py
tests/test_k8s.py
tests/test_list_services_with_apps.py
tests/test_local_auth.py
tests/test_mcp.py
tests/test_mcp_proxy.py
tests/test_messages.py
tests/test_minio_client.py
tests/test_observability.py
tests/test_plugin_parser.py
tests/test_queue.py
tests/test_redis.py
tests/test_redis_connection.py
tests/test_register_auth_service.py
tests/test_s3.py
tests/test_server.py
tests/test_server_apps.py
tests/test_server_disconnection.py
tests/test_service_search.py
tests/test_services.py
tests/test_startup_function.py
tests/test_terminal.py
tests/test_token.py
tests/test_triton.py
tests/test_unified_auth_integration.py
tests/test_vectors.py
tests/test_worker.py
tests/test_workspace.py
tests/test_workspace_loader.py
tests/test_workspace_security.py