CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.rst
TODO.md
requirements.txt
setup.py
AlgoTree/__init__.py
AlgoTree/builders.py
AlgoTree/dsl.py
AlgoTree/exporters.py
AlgoTree/interop.py
AlgoTree/node.py
AlgoTree/pretty_tree.py
AlgoTree/selectors.py
AlgoTree/serialization.py
AlgoTree/transformers.py
AlgoTree/tree.py
AlgoTree.egg-info/PKG-INFO
AlgoTree.egg-info/SOURCES.txt
AlgoTree.egg-info/dependency_links.txt
AlgoTree.egg-info/entry_points.txt
AlgoTree.egg-info/requires.txt
AlgoTree.egg-info/top_level.txt
AlgoTree/shell/__init__.py
AlgoTree/shell/advanced.py
AlgoTree/shell/builtins.py
AlgoTree/shell/cli.py
AlgoTree/shell/commands.py
AlgoTree/shell/core.py
AlgoTree/shell/io_commands.py
AlgoTree/shell/shell.py
AlgoTree/shell/utils.py
algorithms/__init__.py
algorithms/analysis.py
algorithms/comparison.py
algorithms/generation.py
algorithms/search.py
algorithms/traversal.py
bin/__init__.py
bin/jt.py
integrations/__init__.py
integrations/databases.py
integrations/jupyter.py
integrations/langchain.py
integrations/mcp.py
test/__init__.py
test/test_builders.py
test/test_dsl.py
test/test_exporters.py
test/test_interop.py
test/test_node.py
test/test_piping_redirection.py
test/test_selectors.py
test/test_serialization.py
test/test_shell_commands.py
test/test_shell_core.py
test/test_transformers.py
test/test_tree.py
test/test_tree_print.py