LICENSE
MANIFEST.in
README.md
pyproject.toml
scripts/audit_release_artifacts.py
scripts/build_wheelhouse.sh
scripts/install-workerbee.sh
src/k1s_workerbee.egg-info/PKG-INFO
src/k1s_workerbee.egg-info/SOURCES.txt
src/k1s_workerbee.egg-info/dependency_links.txt
src/k1s_workerbee.egg-info/entry_points.txt
src/k1s_workerbee.egg-info/requires.txt
src/k1s_workerbee.egg-info/top_level.txt
src/workerbee/__init__.py
src/workerbee/__main__.py
src/workerbee/agent.py
src/workerbee/cli.py
src/workerbee/complementary_architecture.py
src/workerbee/config.py
src/workerbee/containerd_access.py
src/workerbee/containerd_helper.py
src/workerbee/contract.py
src/workerbee/daemon.py
src/workerbee/dns.py
src/workerbee/edge_link.py
src/workerbee/http.py
src/workerbee/ingress.py
src/workerbee/k1s_runtime.py
src/workerbee/locks.py
src/workerbee/manifests.py
src/workerbee/mcp_daemon.py
src/workerbee/mcp_server.py
src/workerbee/paths.py
src/workerbee/poc.py
src/workerbee/ports.py
src/workerbee/probe.py
src/workerbee/profiles.py
src/workerbee/remote_k1s_target.py
src/workerbee/runbooks.py
src/workerbee/runtime_support.py
src/workerbee/secrets.py
src/workerbee/security.py
src/workerbee/supervisor.py
src/workerbee/trust.py
src/workerbee/assets/__init__.py
src/workerbee/assets/dashboard/k1s-logo-32.png
src/workerbee/assets/dashboard/page-background-1920x1080.webp
src/workerbee/assets/poc/api/Containerfile
src/workerbee/assets/poc/api/app.py
src/workerbee/assets/poc/frontend/Containerfile
src/workerbee/assets/poc/frontend/app.py
src/workerbee/assets/poc/store/Containerfile
src/workerbee/assets/poc/store/app.py
src/workerbee/assets/realtime/backend/Containerfile
src/workerbee/assets/realtime/backend/app.py
src/workerbee/assets/realtime/db/Containerfile
src/workerbee/assets/realtime/db/app.py
src/workerbee/assets/realtime/frontend/Containerfile
src/workerbee/assets/realtime/frontend/app.py
tests/test_agent_workflow.py
tests/test_ai_fabric_lab.py
tests/test_cli_project.py
tests/test_complementary_architecture.py
tests/test_config.py
tests/test_containerd_access.py
tests/test_containerd_helper.py
tests/test_contract.py
tests/test_daemon.py
tests/test_dns.py
tests/test_edge_link.py
tests/test_installer.py
tests/test_locks.py
tests/test_manifests.py
tests/test_mcp_daemon.py
tests/test_mcp_server.py
tests/test_microk8s_guard.py
tests/test_paths.py
tests/test_poc.py
tests/test_ports.py
tests/test_profiles.py
tests/test_release_artifacts.py
tests/test_remote_k1s_live.py
tests/test_remote_k1s_target.py
tests/test_runtime_support.py
tests/test_secrets.py
tests/test_security.py
tests/test_security_live.py
tests/test_supervisor.py
tests/test_trust.py
tests/fixtures/security_web_app/app.py