LICENSE
README.md
__init__.py
core.py
pyproject.toml
runtime.py
./__init__.py
./core.py
./runtime.py
./assets/banner.png
./demos/__init__.py
./demos/apply_diff.py
./demos/bash_stress.py
./demos/client_factory.py
./demos/perf_opt.py
./demos/puzzle.py
./demos/tui.py
./func_lib/__init__.py
./func_lib/apply_diff.py
./func_lib/bash_func.py
./func_lib/ensemble.py
./func_lib/raise_exception.py
./func_lib/text_editor_func.py
./providers/__init__.py
./providers/anthropic.py
./providers/gemini.py
./tests/__init__.py
./tests/test_agentnode.py
./tests/test_arg_validation.py
./tests/test_bash_function.py
./tests/test_func_validation.py
./tests/test_node.py
./tests/test_runcontext.py
./tests/test_runtime.py
./tests/test_text_editor.py
./tests/tui/__init__.py
./tests/tui/test_console_render.py
./tests/tui/test_tui_controllers.py
./tui/__init__.py
./tui/_contracts.py
./tui/_controller_helpers.py
./tui/_controllers.py
./tui/_driver.py
./tui/_terminal_io.py
./tui/console.py
./tui/tui.py
assets/banner.png
demos/__init__.py
demos/apply_diff.py
demos/bash_stress.py
demos/client_factory.py
demos/perf_opt.py
demos/puzzle.py
demos/tui.py
func_lib/__init__.py
func_lib/apply_diff.py
func_lib/bash_func.py
func_lib/ensemble.py
func_lib/raise_exception.py
func_lib/text_editor_func.py
netflux.egg-info/PKG-INFO
netflux.egg-info/SOURCES.txt
netflux.egg-info/dependency_links.txt
netflux.egg-info/requires.txt
netflux.egg-info/top_level.txt
providers/__init__.py
providers/anthropic.py
providers/gemini.py
tests/__init__.py
tests/test_agentnode.py
tests/test_arg_validation.py
tests/test_bash_function.py
tests/test_func_validation.py
tests/test_node.py
tests/test_runcontext.py
tests/test_runtime.py
tests/test_text_editor.py
tests/tui/__init__.py
tests/tui/test_console_render.py
tests/tui/test_tui_controllers.py
tui/__init__.py
tui/_contracts.py
tui/_controller_helpers.py
tui/_controllers.py
tui/_driver.py
tui/_terminal_io.py
tui/console.py
tui/tui.py