LICENSE
MANIFEST.in
README.md
pyproject.toml
janito/__init__.py
janito/__main__.py
janito/rich_utils.py
janito.egg-info/PKG-INFO
janito.egg-info/SOURCES.txt
janito.egg-info/dependency_links.txt
janito.egg-info/entry_points.txt
janito.egg-info/requires.txt
janito.egg-info/top_level.txt
janito/agent/__init__.py
janito/agent/config.py
janito/agent/config_defaults.py
janito/agent/config_utils.py
janito/agent/content_handler.py
janito/agent/conversation.py
janito/agent/conversation_api.py
janito/agent/conversation_exceptions.py
janito/agent/conversation_tool_calls.py
janito/agent/conversation_ui.py
janito/agent/event.py
janito/agent/event_dispatcher.py
janito/agent/event_handler_protocol.py
janito/agent/event_system.py
janito/agent/message_handler.py
janito/agent/message_handler_protocol.py
janito/agent/openai_client.py
janito/agent/openai_schema_generator.py
janito/agent/platform_discovery.py
janito/agent/profile_manager.py
janito/agent/queued_message_handler.py
janito/agent/rich_live.py
janito/agent/rich_message_handler.py
janito/agent/runtime_config.py
janito/agent/test_handler_protocols.py
janito/agent/tool_base.py
janito/agent/tool_executor.py
janito/agent/tool_registry.py
janito/agent/tool_use_tracker.py
janito/agent/templates/profiles/system_prompt_template_base.txt.j2
janito/agent/templates/profiles/system_prompt_template_base_pt.txt.j2
janito/agent/tests/__init__.py
janito/agent/tools/__init__.py
janito/agent/tools/ask_user.py
janito/agent/tools/create_directory.py
janito/agent/tools/create_file.py
janito/agent/tools/dir_walk_utils.py
janito/agent/tools/fetch_url.py
janito/agent/tools/find_files.py
janito/agent/tools/get_lines.py
janito/agent/tools/gitignore_utils.py
janito/agent/tools/memory.py
janito/agent/tools/move_file.py
janito/agent/tools/present_choices.py
janito/agent/tools/present_choices_test.py
janito/agent/tools/remove_directory.py
janito/agent/tools/remove_file.py
janito/agent/tools/replace_text_in_file.py
janito/agent/tools/rich_live.py
janito/agent/tools/run_bash_command.py
janito/agent/tools/run_powershell_command.py
janito/agent/tools/run_python_command.py
janito/agent/tools/search_outline.py
janito/agent/tools/search_text.py
janito/agent/tools/tools_utils.py
janito/agent/tools/utils.py
janito/agent/tools/validate_file_syntax.py
janito/agent/tools/outline_file/__init__.py
janito/agent/tools/outline_file/formatting.py
janito/agent/tools/outline_file/markdown_outline.py
janito/agent/tools/outline_file/python_outline.py
janito/cli/__init__.py
janito/cli/_print_config.py
janito/cli/_utils.py
janito/cli/arg_parser.py
janito/cli/config_commands.py
janito/cli/logging_setup.py
janito/cli/main.py
janito/cli/termweb_starter.py
janito/cli/runner/__init__.py
janito/cli/runner/_termweb_log_utils.py
janito/cli/runner/cli_main.py
janito/cli/runner/config.py
janito/cli/runner/formatting.py
janito/cli_chat_shell/__init__.py
janito/cli_chat_shell/chat_loop.py
janito/cli_chat_shell/chat_state.py
janito/cli_chat_shell/chat_ui.py
janito/cli_chat_shell/config_shell.py
janito/cli_chat_shell/load_prompt.py
janito/cli_chat_shell/session_manager.py
janito/cli_chat_shell/shell_command_completer.py
janito/cli_chat_shell/ui.py
janito/cli_chat_shell/commands/__init__.py
janito/cli_chat_shell/commands/config.py
janito/cli_chat_shell/commands/history_start.py
janito/cli_chat_shell/commands/lang.py
janito/cli_chat_shell/commands/prompt.py
janito/cli_chat_shell/commands/session.py
janito/cli_chat_shell/commands/session_control.py
janito/cli_chat_shell/commands/sum.py
janito/cli_chat_shell/commands/termweb_log.py
janito/cli_chat_shell/commands/utility.py
janito/cli_chat_shell/commands/verbose.py
janito/i18n/__init__.py
janito/i18n/messages.py
janito/i18n/pt.py
janito/termweb/app.py
janito/termweb/static/editor.html
janito/termweb/static/editor.html.bak
janito/termweb/static/explorer.html.bak
janito/termweb/static/favicon.ico
janito/termweb/static/favicon.ico.bak
janito/termweb/static/index.html
janito/termweb/static/index.html.bak
janito/termweb/static/index.html.bak.bak
janito/termweb/static/landing.html.bak
janito/termweb/static/termicon.svg
janito/termweb/static/termweb.css
janito/termweb/static/termweb.css.bak
janito/termweb/static/termweb.js
janito/termweb/static/termweb.js.bak
janito/termweb/static/termweb.js.bak.bak
janito/termweb/static/termweb_quickopen.js
janito/termweb/static/termweb_quickopen.js.bak
janito/web/__init__.py
janito/web/__main__.py
janito/web/app.py
tests/test_basic.py
tests/test_memory_tool.py
tests/test_run_powershell_command.py
tests/test_set_role.py
tests/test_sum_command.py
tests/test_tool_registry_docstring_formats.py
tests/test_tool_registry_manual_sim.py
tests/test_tool_registry_validation.py
tests/test_tool_use_tracker.py
tests/test_tools.py
tests/test_validate_file_syntax.py
tests/test_validate_file_syntax_xml_html.py
tests/test_validate_markdown_syntax.py