LICENSE
README.md
pyproject.toml
src/well/__init__.py
src/wellm/__init__.py
src/wellm/__main__.py
src/wellm.egg-info/PKG-INFO
src/wellm.egg-info/SOURCES.txt
src/wellm.egg-info/dependency_links.txt
src/wellm.egg-info/entry_points.txt
src/wellm.egg-info/requires.txt
src/wellm.egg-info/top_level.txt
src/wellmanifest/__init__.py
src/wellmanifest/__main__.py
src/wellmanifest/benchmark.py
src/wellmanifest/cli.py
src/wellmanifest/client.py
src/wellmanifest/entrypoints.py
src/wellmanifest/eventstore.py
src/wellmanifest/expressions.py
src/wellmanifest/grpc_server.py
src/wellmanifest/models.py
src/wellmanifest/mqtt_bridge.py
src/wellmanifest/negotiation.py
src/wellmanifest/plesk.py
src/wellmanifest/plugins.py
src/wellmanifest/runtime.py
src/wellmanifest/schema.py
src/wellmanifest/security.py
src/wellmanifest/server.py
src/wellmanifest/situation.py
src/wellmanifest/urirun.py
src/wellmanifest/dialects/__init__.py
src/wellmanifest/dialects/base.py
src/wellmanifest/dialects/common.py
src/wellmanifest/dialects/json_dialect.py
src/wellmanifest/dialects/policy.py
src/wellmanifest/dialects/proto.py
src/wellmanifest/dialects/registry.py
src/wellmanifest/dialects/structured.py
src/wellmanifest/dialects/toml_dialect.py
src/wellmanifest/dialects/typescript.py
src/wellmanifest/dialects/yaml_dialect.py
src/wellmanifest/generated/__init__.py
src/wellmanifest/integrations/__init__.py
src/wellmanifest/integrations/well.py
src/wellmanifest/llmbench/__init__.py
src/wellmanifest/llmbench/adapters.py
src/wellmanifest/llmbench/cases.py
src/wellmanifest/llmbench/models.py
src/wellmanifest/llmbench/report.py
src/wellmanifest/llmbench/runner.py
src/wellmanifest/llmbench/selector.py
src/wellmanifest/resources/contracts.json
src/wellmanifest/resources/llm-benchmark-report.schema.json
src/wellmanifest/resources/llm-benchmark.schema.json
src/wellmanifest/resources/projects.schema.json
src/wellmanifest/resources/publication-plan.schema.json
src/wellmanifest/resources/publication-receipt.schema.json
src/wellmanifest/resources/runtime-profiles.json
src/wellmanifest/static/app.js
src/wellmanifest/static/index.html
src/wellmanifest/static/styles.css
tests/test_compatibility.py
tests/test_dialects.py
tests/test_llmbench.py
tests/test_main.py
tests/test_plesk.py
tests/test_policy.py
tests/test_runtime.py
tests/test_schema.py
tests/test_security.py
tests/test_server_e2e.py
tests/test_shebang.py
tests/test_situation.py
tests/test_websocket.py