LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
configs/agent_default_config.json
configs/agent_default_config_v2.json
configs/agent_nav_config.json
configs/agent_zone_config.json
configs/base_default_config.json
configs/base_default_config_v2.json
configs/nav_config.json
configs/user_default_config.json
configs/user_default_config_v2.json
configs/user_nav_config.json
configs/user_zone_config.json
configs/zone_config.json
configs/families/agent_domain_family.json
configs/families/agent_management_family.json
configs/families/conversations_family.json
configs/families/development_family.json
configs/families/system_automation_family.json
configs/families/system_brain_management_family.json
configs/families/system_brain_query_family.json
configs/families/system_documentation_family.json
configs/families/system_family.json
configs/families/system_langgraph_family.json
configs/families/system_linguistic_family.json
configs/families/system_mcp_generator_family.json
configs/families/system_meta_family.json
configs/families/system_omnitool_family.json
configs/families/system_pathways_family.json
configs/families/system_shortcuts_family.json
configs/families/system_treeshell_tool_family.json
configs/families/workflows_family.json
heaven_tree_repl/__init__.py
heaven_tree_repl/agent_config_management.py
heaven_tree_repl/agent_management.py
heaven_tree_repl/approval_system.py
heaven_tree_repl/base.py
heaven_tree_repl/cli.py
heaven_tree_repl/command_handlers.py
heaven_tree_repl/conversation_chat_app.py
heaven_tree_repl/display_brief.py
heaven_tree_repl/execution_engine.py
heaven_tree_repl/meta_operations.py
heaven_tree_repl/ontology_primitives.py
heaven_tree_repl/pathway_management.py
heaven_tree_repl/renderer.py
heaven_tree_repl/rsi_analysis.py
heaven_tree_repl/run_user_tree_shell.py
heaven_tree_repl/shells.py
heaven_tree_repl/tool_generator.py
heaven_tree_repl/tools.py
heaven_tree_repl.egg-info/PKG-INFO
heaven_tree_repl.egg-info/SOURCES.txt
heaven_tree_repl.egg-info/dependency_links.txt
heaven_tree_repl.egg-info/entry_points.txt
heaven_tree_repl.egg-info/requires.txt
heaven_tree_repl.egg-info/top_level.txt
heaven_tree_repl/mcp_generator/__init__.py
heaven_tree_repl/mcp_generator/config.py
heaven_tree_repl/mcp_generator/generator.py
heaven_tree_repl/mcp_server/__init__.py
heaven_tree_repl/mcp_server/__main__.py
heaven_tree_repl/mcp_server/server.py
mcp_server/__init__.py
mcp_server/__main__.py
mcp_server/server.py
mcp_server/test_server.py
mcp_server/test_simple_server.py
shortcuts/base_shortcuts.json
shortcuts/system_agent_shortcuts.json
shortcuts/system_user_shortcuts.json
tests/test_conversation_flow.py
tests/test_filtering_complete.py
tests/test_last_iteration.py
tests/test_tool_iteration.py
tests/test_updated_utils.py