LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
conf_root/ConfRoot.py
conf_root/Configuration.py
conf_root/__init__.py
conf_root/run_http.py
conf_root/utils.py
conf_root.egg-info/PKG-INFO
conf_root.egg-info/SOURCES.txt
conf_root.egg-info/dependency_links.txt
conf_root.egg-info/entry_points.txt
conf_root.egg-info/requires.txt
conf_root.egg-info/top_level.txt
conf_root/agents/BasicAgent.py
conf_root/agents/JsonAgent.py
conf_root/agents/YamlAgent.py
conf_root/templates/form.html
conf_root/templates/index.html
tests/test_ConfigurationField.py
tests/test_argparse.py
tests/test_extract_class.py
tests/test_multi_file_agent.py
tests/test_nested_dataclass.py
tests/test_single_file_agent.py
tests/test_wrap.py