LICENSE
README.md
pyproject.toml
jarv/__init__.py
jarv/agent.py
jarv/anthropic_http.py
jarv/artifacts.py
jarv/auditor.py
jarv/cancellation.py
jarv/cli.py
jarv/command_input.py
jarv/commands.py
jarv/config.py
jarv/context_budget.py
jarv/display.py
jarv/gemini_http.py
jarv/history.py
jarv/http_transport.py
jarv/model_catalog.py
jarv/openai_http.py
jarv/orchestrator.py
jarv/pdf_extract.py
jarv/provider.py
jarv/provider_catalog.py
jarv/read_only_display.py
jarv/read_tool.py
jarv/reasoning.py
jarv/retained_outputs.py
jarv/safety.py
jarv/session_commands.py
jarv/settings_command.py
jarv/setup.py
jarv/shell.py
jarv/text_editor.py
jarv/tool_outputs.py
jarv/tool_schemas.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_cli_stdin.py
tests/test_command_input.py
tests/test_context_budget.py
tests/test_display.py
tests/test_history.py
tests/test_http_transports.py
tests/test_model_catalog.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_service_tiers.py
tests/test_session_commands.py
tests/test_settings_system_prompt.py
tests/test_shell.py
tests/test_structure.py
tests/test_text_editor.py
tests/test_tool_settings.py
tests/test_update.py
tests/test_usage.py
tests/test_web.py