LICENSE
MANIFEST.in
README.md
pyproject.toml
src/workpeg/__init__.py
src/workpeg/auth.py
src/workpeg/build.py
src/workpeg/cdn.py
src/workpeg/cli.py
src/workpeg/config.py
src/workpeg/context.py
src/workpeg/create_new.py
src/workpeg/doctor.py
src/workpeg/project.py
src/workpeg/run.py
src/workpeg/runtime.py
src/workpeg/submit.py
src/workpeg/utils.py
src/workpeg.egg-info/PKG-INFO
src/workpeg.egg-info/SOURCES.txt
src/workpeg.egg-info/dependency_links.txt
src/workpeg.egg-info/entry_points.txt
src/workpeg.egg-info/requires.txt
src/workpeg.egg-info/top_level.txt
src/workpeg/sandbox/__init__.py
src/workpeg/sandbox/docker_driver.py
src/workpeg/sandbox/driver.py
src/workpeg/templates/__init__.py
src/workpeg/templates/functions/Dockerfile
src/workpeg/templates/functions/LICENSE
src/workpeg/templates/functions/README.md
src/workpeg/templates/functions/requirements.txt
src/workpeg/templates/functions/app/__init__.py
src/workpeg/templates/functions/app/main.py
src/workpeg/templates/project/README.md
src/workpeg/templates/project/workpeg.json
src/workpeg/templates/project/function/Dockerfile
src/workpeg/templates/project/function/requirements.txt
src/workpeg/templates/project/function/app/__init__.py
src/workpeg/templates/project/function/app/main.py
src/workpeg/templates/project/ui/main.py
src/workpeg/ui/__init__.py
src/workpeg/ui/actions.py
src/workpeg/ui/actions_manifest.py
src/workpeg/ui/app.py
src/workpeg/ui/build.py
src/workpeg/ui/create.py
src/workpeg/ui/fake_cloud.py
src/workpeg/ui/minify.py
src/workpeg/ui/render_nodes.py
src/workpeg/ui/renderers_manifest.py
src/workpeg/ui/scaffold.py
src/workpeg/ui/search_manifest.py
src/workpeg/ui/serve.py
src/workpeg/ui/skills_manifest.py
src/workpeg/ui/state.py
src/workpeg/ui/validators.py
src/workpeg/ui/watcher.py
src/workpeg/ui/compiler/__init__.py
src/workpeg/ui/compiler/ast_parser.py
src/workpeg/ui/compiler/ir.py
src/workpeg/ui/compiler/js_generator.py
src/workpeg/ui/runtime/ai-concurrent-replies.md
src/workpeg/ui/runtime/ai-prompt-queue.md
src/workpeg/ui/runtime/ai-question-frame.md
src/workpeg/ui/runtime/ai-subagent-frame.md
src/workpeg/ui/runtime/ai.js
src/workpeg/ui/runtime/icons.css.gz
src/workpeg/ui/runtime/overlay.js
src/workpeg/ui/runtime/pegment.css
src/workpeg/ui/runtime/scaffold.js
src/workpeg/ui/runtime/workpeg-runtime.js
src/workpeg/ui/runtime/fonts/OFL.txt
src/workpeg/ui/runtime/fonts/geist-italic-cyrillic-ext.af944491.woff2
src/workpeg/ui/runtime/fonts/geist-italic-cyrillic.88be6946.woff2
src/workpeg/ui/runtime/fonts/geist-italic-latin-ext.370a8962.woff2
src/workpeg/ui/runtime/fonts/geist-italic-latin.7611b95c.woff2
src/workpeg/ui/runtime/fonts/geist-italic-vietnamese.8dfcf303.woff2
src/workpeg/ui/runtime/fonts/geist-normal-cyrillic-ext.b7a545bb.woff2
src/workpeg/ui/runtime/fonts/geist-normal-cyrillic.6129fc85.woff2
src/workpeg/ui/runtime/fonts/geist-normal-latin-ext.58a6b173.woff2
src/workpeg/ui/runtime/fonts/geist-normal-latin.9b6f5ff4.woff2
src/workpeg/ui/runtime/fonts/geist-normal-vietnamese.f689f638.woff2
src/workpeg/ui/widgets/__init__.py
src/workpeg/ui/widgets/base.py
src/workpeg/ui/widgets/canvas.py
src/workpeg/ui/widgets/display.py
src/workpeg/ui/widgets/forms.py
src/workpeg/ui/widgets/futures.py
src/workpeg/ui/widgets/gestures.py
src/workpeg/ui/widgets/interactive.py
src/workpeg/ui/widgets/layout.py
tests/test_auth.py
tests/test_build.py
tests/test_cdn.py
tests/test_cdn_publish.py
tests/test_changelog.py
tests/test_changelog_guard.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_create_new.py
tests/test_doctor.py
tests/test_project_create.py
tests/test_release_script.py
tests/test_run.py
tests/test_runtime.py
tests/test_submit.py
tests/test_utils.py
tests/test_version.py
tests/test_watch_pipeline.py