LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
hypha/VERSION
hypha/__init__.py
hypha/__main__.py
hypha/a2a.py
hypha/admin.py
hypha/apps.py
hypha/artifact.py
hypha/http.py
hypha/http_rpc.py
hypha/interactive.py
hypha/local_auth.py
hypha/mcp.py
hypha/minio.py
hypha/pgvector.py
hypha/plugin_parser.py
hypha/queue.py
hypha/s3.py
hypha/s3vector.py
hypha/server.py
hypha/skills.py
hypha/startup.py
hypha/triton.py
hypha/vectors.py
hypha/websocket.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/git/__init__.py
hypha/git/artifact_integration.py
hypha/git/http.py
hypha/git/lfs.py
hypha/git/merge.py
hypha/git/object_store.py
hypha/git/refs.py
hypha/git/repo.py
hypha/git/s3_async.py
hypha/static_files/hypha-rpc-version.txt
hypha/static_files/hypha-rpc-websocket.js
hypha/static_files/hypha-rpc-websocket.js.map
hypha/static_files/hypha-rpc-websocket.min.js
hypha/static_files/hypha-rpc-websocket.min.js.map
hypha/static_files/hypha-rpc-websocket.min.mjs
hypha/static_files/hypha-rpc-websocket.min.mjs.map
hypha/static_files/hypha-rpc-websocket.mjs
hypha/static_files/hypha-rpc-websocket.mjs.map
hypha/static_files/lite.html
hypha/static_files/test_http_rpc.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/web_python_kernel_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_admin.py
tests/test_app_service_discovery.py
tests/test_apps_scan_vs_keys.py
tests/test_artifact.py
tests/test_artifact_manager_registration.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_corrupted_service.py
tests/test_custom_auth_server.py
tests/test_duplicate_worker_issue.py
tests/test_dynamic_vector_engine.py
tests/test_event_bus.py
tests/test_event_bus_once_mutation.py
tests/test_event_bus_optimization.py
tests/test_event_log.py
tests/test_git.py
tests/test_git_branched_staging.py
tests/test_git_pr.py
tests/test_git_storage.py
tests/test_http.py
tests/test_http_anonymous_cleanup.py
tests/test_http_cross_workspace.py
tests/test_http_rpc.py
tests/test_http_rpc_manager_service.py
tests/test_http_rpc_transport.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_memory_leak_fix.py
tests/test_messages.py
tests/test_minio_client.py
tests/test_null_metadata.py
tests/test_observability.py
tests/test_peer_not_found.py
tests/test_pgvector.py
tests/test_ping_client_timeout.py
tests/test_plugin_parser.py
tests/test_queue.py
tests/test_reconnection_register_service.py
tests/test_redis.py
tests/test_redis_connection.py
tests/test_redis_timeout_fix.py
tests/test_register_auth_service.py
tests/test_root_token.py
tests/test_s3.py
tests/test_s3vector.py
tests/test_s3vector_integration.py
tests/test_scan_vs_keys.py
tests/test_security_vulnerabilities.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_session_null_metadata.py
tests/test_skills.py
tests/test_startup_function.py
tests/test_store_scan_vs_keys.py
tests/test_terminal.py
tests/test_token.py
tests/test_triton.py
tests/test_unified_auth_integration.py
tests/test_unsubscribe_exact_match.py
tests/test_vectors.py
tests/test_websocket_idle_toctou.py
tests/test_websocket_metrics.py
tests/test_websocket_reconnect_race.py
tests/test_worker.py
tests/test_worker_managed_session_persist.py
tests/test_workspace.py
tests/test_workspace_loader.py
tests/test_workspace_overwrite_security.py
tests/test_workspace_security.py
tests/test_ws_ping_config.py