LICENSE
README.md
pyproject.toml
nornir_srl/__init__.py
nornir_srl/aliases.py
nornir_srl/checks.py
nornir_srl/clab.py
nornir_srl/cli.py
nornir_srl/diff.py
nornir_srl/mcp_server.py
nornir_srl/reports.py
nornir_srl/rows.py
nornir_srl.egg-info/PKG-INFO
nornir_srl.egg-info/SOURCES.txt
nornir_srl.egg-info/dependency_links.txt
nornir_srl.egg-info/entry_points.txt
nornir_srl.egg-info/requires.txt
nornir_srl.egg-info/top_level.txt
nornir_srl/connections/__init__.py
nornir_srl/connections/down_reason.py
nornir_srl/connections/helpers.py
nornir_srl/connections/ifstats.py
nornir_srl/connections/interfaces.py
nornir_srl/connections/layer2.py
nornir_srl/connections/neighbor_discovery.py
nornir_srl/connections/routing.py
nornir_srl/connections/srlinux.py
nornir_srl/connections/subscription.py
nornir_srl/connections/system.py
nornir_srl/server/__init__.py
nornir_srl/server/agent.py
nornir_srl/server/app.py
nornir_srl/server/cli_guard.py
nornir_srl/server/devices.py
nornir_srl/server/jsonrpc.py
nornir_srl/server/llm.py
nornir_srl/server/snapshots.py
nornir_srl/server/store.py
nornir_srl/server/stream.py
nornir_srl/server/topology.py
nornir_srl/server/tree.py
nornir_srl/server/static/app.js
nornir_srl/server/static/index.html
nornir_srl/server/static/style.css
nornir_srl/tasks/__init__.py
nornir_srl/tasks/helpers.py
nornir_srl/tasks/srl_config.py
nornir_srl/utils/__init__.py
nornir_srl/utils/logging_config.py
tests/test_checks.py
tests/test_clab.py
tests/test_cli_guard.py
tests/test_diff.py
tests/test_down_reason.py
tests/test_gnmi_subscription.py
tests/test_llm_providers.py
tests/test_nornir_srl.py
tests/test_registry.py
tests/test_release_matrix.py
tests/test_reports.py
tests/test_server_app.py
tests/test_server_chat.py
tests/test_server_stream.py
tests/test_server_topology.py
tests/test_server_tree.py
tests/test_tls.py