LICENSE
MANIFEST.in
README.md
README_cn.md
VERSION
pyproject.toml
examples/README.md
examples/README_cn.md
examples/basic.py
examples/call.py
examples/host_tool_callback.py
examples/lifecycle.py
examples/provider_callback.py
examples/query.py
examples/runtime_lease.py
examples/fixture_runtime/user_skills/demo-standard-ffi-skill/skill.yaml
examples/fixture_runtime/user_skills/demo-standard-ffi-skill/runtime/ping.lua
scripts/debug-tools/managed_runtime_layout_check.py
scripts/deps/fetch_deps.ps1
scripts/deps/fetch_deps.sh
scripts/deps/fetch_managed_runtimes.ps1
scripts/deps/fetch_managed_runtimes.sh
scripts/deps/sync_runtime_assets.ps1
scripts/deps/sync_runtime_assets.sh
scripts/ffi/fetch_ffi.ps1
scripts/ffi/fetch_ffi.sh
src/luaskills/__init__.py
src/luaskills/cli.py
src/luaskills/client.py
src/luaskills/ffi.py
src/luaskills/py.typed
src/luaskills/roots.py
src/luaskills/runtime_assets.py
src/luaskills/types.py
src/luaskills/examples/__init__.py
src/luaskills/examples/basic.py
src/luaskills/examples/host_tool_callback.py
src/luaskills/examples/provider_callback.py
src/luaskills/examples/runtime_lease.py
src/luaskills_sdk.egg-info/PKG-INFO
src/luaskills_sdk.egg-info/SOURCES.txt
src/luaskills_sdk.egg-info/dependency_links.txt
src/luaskills_sdk.egg-info/entry_points.txt
src/luaskills_sdk.egg-info/top_level.txt
tests/test_client_lifecycle_boundary.py
tests/test_ffi_envelope_errors.py
tests/test_private_url_manifest.py
tests/test_runtime_archive_validation.py
tests/test_runtime_checksum_validation.py
tests/test_runtime_lease_actions.py
tests/test_runtime_managed_path_validation.py
tests/test_runtime_manifest_errors.py
tests/test_runtime_manifest_host_options.py
tests/test_skill_install_source_types.py
tests/test_skill_lifecycle_actions.py
tests/test_skill_operation_progress_callback.py
tests/test_system_management_raw_call_boundary.py