LICENSE
README.md
pyproject.toml
src/halyn/__init__.py
src/halyn/__main__.py
src/halyn/audit.py
src/halyn/auth.py
src/halyn/autonomy.py
src/halyn/cli.py
src/halyn/config.py
src/halyn/consent.py
src/halyn/control_plane.py
src/halyn/dashboard.py
src/halyn/discovery.py
src/halyn/engine.py
src/halyn/intent.py
src/halyn/llm.py
src/halyn/mcp.py
src/halyn/mcp_serve.py
src/halyn/nrp_bridge.py
src/halyn/py.typed
src/halyn/redteam.py
src/halyn/sanitizer.py
src/halyn/server.py
src/halyn/shield.py
src/halyn/types.py
src/halyn/watchdog.py
src/halyn.egg-info/PKG-INFO
src/halyn.egg-info/SOURCES.txt
src/halyn.egg-info/dependency_links.txt
src/halyn.egg-info/entry_points.txt
src/halyn.egg-info/requires.txt
src/halyn.egg-info/top_level.txt
src/halyn/_nrp/__init__.py
src/halyn/_nrp/driver.py
src/halyn/_nrp/events.py
src/halyn/_nrp/identity.py
src/halyn/_nrp/manifest.py
src/halyn/drivers/__init__.py
src/halyn/drivers/browser.py
src/halyn/drivers/dds.py
src/halyn/drivers/docker.py
src/halyn/drivers/http_auto.py
src/halyn/drivers/mqtt.py
src/halyn/drivers/opcua.py
src/halyn/drivers/ros2.py
src/halyn/drivers/serial.py
src/halyn/drivers/socket_raw.py
src/halyn/drivers/ssh.py
src/halyn/drivers/unitree.py
src/halyn/drivers/websocket.py
src/halyn/integrations/__init__.py
src/halyn/memory/__init__.py
src/halyn/memory/store.py
src/halyn/security/__init__.py
src/halyn/security/audit_guard.py
src/halyn/security/ebpf_monitor.py
src/halyn/security/fs_watch.py
src/halyn/security/process_guard.py
src/halyn/security/proxy.py
tests/test_halyn.py