CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/ACTUATORS.md
docs/SDK.md
docs/START_HERE.md
examples/README.md
examples/energy_dispatch.telos
examples/inventory_split.telos
examples/k8s_replica_plan.telos
examples/manufacturing_mix.telos
examples/router_minimal.telos
examples/params/energy_dispatch.json
examples/params/inventory_split.json
examples/params/k8s_replica_plan.json
examples/params/manufacturing_mix.json
examples/params/router_minimal.json
telos/__init__.py
telos/__main__.py
telos/agent.py
telos/cli.py
telos/compiler.py
telos/debugger.py
telos/expr_limits.py
telos/generator.py
telos/linear_milp.py
telos/memory_expr.py
telos/models.py
telos/parser.py
telos/probe_defaults.py
telos/runtime.py
telos/schema.py
telos/tir_compiler.py
telos/actuators/__init__.py
telos/actuators/base.py
telos/actuators/docker.py
telos/actuators/fintech.py
telos/actuators/kubernetes.py
telos/experimental/__init__.py
telos/experimental/tir.py
telos_os.egg-info/PKG-INFO
telos_os.egg-info/SOURCES.txt
telos_os.egg-info/dependency_links.txt
telos_os.egg-info/entry_points.txt
telos_os.egg-info/requires.txt
telos_os.egg-info/top_level.txt
tests/test_actuators.py
tests/test_cli_smoke.py
tests/test_core.py
tests/test_debugger_more.py
tests/test_examples_manifests.py
tests/test_experimental_tir.py
tests/test_expr_fuzz.py
tests/test_expr_nesting_depth.py
tests/test_expression_corpus.py
tests/test_linear_milp.py
tests/test_manifests.py
tests/test_memory_expr.py
tests/test_milp_integer.py
tests/test_parser_io.py
tests/test_runtime_chain.py
tests/test_tir_compiler.py