LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
llmc_code.egg-info/PKG-INFO
llmc_code.egg-info/SOURCES.txt
llmc_code.egg-info/dependency_links.txt
llmc_code.egg-info/entry_points.txt
llmc_code.egg-info/requires.txt
llmc_code.egg-info/top_level.txt
llmcode/__init__.py
llmcode/__main__.py
llmcode/agent.py
llmcode/audit.py
llmcode/checkpoint.py
llmcode/code_index.py
llmcode/config.py
llmcode/cooldown.py
llmcode/gitint.py
llmcode/hooks.py
llmcode/images.py
llmcode/mcp.py
llmcode/memory.py
llmcode/mentions.py
llmcode/orchestration.py
llmcode/prompts.py
llmcode/providers.py
llmcode/remediation.py
llmcode/repl.py
llmcode/repo_graph.py
llmcode/rerank.py
llmcode/rules.py
llmcode/session.py
llmcode/spinner.py
llmcode/tokens.py
llmcode/tools.py
tests/__init__.py
tests/conftest.py
tests/fake_mcp_server.py
tests/fake_mcp_server_strid.py
tests/integration_repo_map_budget.py
tests/test_agent_integration.py
tests/test_agent_loop.py
tests/test_arg_aliases.py
tests/test_audit.py
tests/test_auto_compact_thrash.py
tests/test_auto_nudge.py
tests/test_checkpoint.py
tests/test_cli_flags.py
tests/test_cli_persist.py
tests/test_code_index.py
tests/test_code_search_recall.py
tests/test_compact.py
tests/test_config_load.py
tests/test_context_budget.py
tests/test_context_hygiene.py
tests/test_context_limit.py
tests/test_context_perf.py
tests/test_cooldown.py
tests/test_dryrun_seed_memory.py
tests/test_gentle.py
tests/test_gentle_spawn.py
tests/test_gitint.py
tests/test_hooks.py
tests/test_images.py
tests/test_mcp.py
tests/test_mcp_toolname.py
tests/test_memory.py
tests/test_memory_agent.py
tests/test_memory_cleanup.py
tests/test_mentions.py
tests/test_model_validate.py
tests/test_normalize.py
tests/test_orchestration.py
tests/test_path_reliability.py
tests/test_perf_fixes.py
tests/test_permission_propagation.py
tests/test_private_mode.py
tests/test_providers.py
tests/test_quality_features.py
tests/test_qwen_xml_toolcall.py
tests/test_read_budget.py
tests/test_read_skip.py
tests/test_remediation.py
tests/test_renderer.py
tests/test_repl_features.py
tests/test_repl_input_ux.py
tests/test_repl_slash.py
tests/test_repo_and_reads.py
tests/test_repo_graph.py
tests/test_repo_map.py
tests/test_rerank.py
tests/test_rules.py
tests/test_seed_flag.py
tests/test_selfheal_cooldown.py
tests/test_session.py
tests/test_slot_fastpath.py
tests/test_slot_seed.py
tests/test_spinner.py
tests/test_tool_formats.py
tests/test_tools.py
tests/test_truncation_recovery.py
tests/test_ui_agent.py
tests/test_web_fetch.py
tests/test_whole_repo_hint.py
tests/test_workspace_prompt.py