LICENSE
README.md
pyproject.toml
jarv/__init__.py
jarv/agent.py
jarv/agent_ui.py
jarv/anthropic_http.py
jarv/artifacts.py
jarv/auditor.py
jarv/cancellation.py
jarv/cli.py
jarv/clipboard.py
jarv/command_input.py
jarv/command_menu.py
jarv/command_registry.py
jarv/commands.py
jarv/config.py
jarv/config_schema.py
jarv/context_budget.py
jarv/display.py
jarv/gemini_http.py
jarv/headsup.py
jarv/history.py
jarv/history_convert.py
jarv/http_transport.py
jarv/interactive_command.py
jarv/intro_animation.py
jarv/model_catalog.py
jarv/openai_http.py
jarv/orchestrator.py
jarv/paths.py
jarv/pdf_extract.py
jarv/provider.py
jarv/provider_auth.py
jarv/provider_catalog.py
jarv/provider_registry.py
jarv/read_only_display.py
jarv/read_tool.py
jarv/reasoning.py
jarv/response_items.py
jarv/retained_outputs.py
jarv/safety.py
jarv/session_browser.py
jarv/session_commands.py
jarv/session_render.py
jarv/session_store.py
jarv/session_tree.py
jarv/settings_command.py
jarv/settings_editor.py
jarv/settings_helpers.py
jarv/settings_interactive.py
jarv/settings_model_picker.py
jarv/settings_refresher.py
jarv/settings_schema.py
jarv/setup.py
jarv/setup_interactive.py
jarv/shell.py
jarv/standalone.py
jarv/text_editor.py
jarv/tool_outputs.py
jarv/tool_schemas.py
jarv/tree_browser.py
jarv/tree_command.py
jarv/tui_app.py
jarv/tui_capabilities.py
jarv/tui_frame.py
jarv/tui_layout.py
jarv/tui_overlay.py
jarv/turn_loop.py
jarv/turn_records.py
jarv/undo_commands.py
jarv/unicode_safety.py
jarv/update_check.py
jarv/usage.py
jarv/usage_command.py
jarv/web.py
jarv.egg-info/PKG-INFO
jarv.egg-info/SOURCES.txt
jarv.egg-info/dependency_links.txt
jarv.egg-info/entry_points.txt
jarv.egg-info/requires.txt
jarv.egg-info/top_level.txt
tests/test_agent_input.py
tests/test_anthropic_http.py
tests/test_auditor.py
tests/test_cancellation.py
tests/test_cleanup_helpers.py
tests/test_cli_stdin.py
tests/test_clipboard.py
tests/test_command_input.py
tests/test_command_menu.py
tests/test_context_budget.py
tests/test_display.py
tests/test_headsup.py
tests/test_headsup_harness.py
tests/test_history.py
tests/test_http_transports.py
tests/test_intro_animation.py
tests/test_model_catalog.py
tests/test_oneshot_streaming_render.py
tests/test_orchestrator.py
tests/test_performance_regressions.py
tests/test_provider_usage.py
tests/test_read_only_commands.py
tests/test_read_only_display.py
tests/test_read_tool.py
tests/test_reasoning.py
tests/test_retained_output_sessions.py
tests/test_scroll_overlay_app.py
tests/test_service_tiers.py
tests/test_session_browser.py
tests/test_session_commands.py
tests/test_session_tree.py
tests/test_settings_interactive.py
tests/test_settings_system_prompt.py
tests/test_setup_interactive.py
tests/test_shell.py
tests/test_structure.py
tests/test_text_editor.py
tests/test_tool_settings.py
tests/test_tui_app.py
tests/test_tui_capabilities.py
tests/test_tui_frame.py
tests/test_tui_frame_wrap.py
tests/test_update.py
tests/test_usage.py
tests/test_web.py