LICENSE
README.md
pyproject.toml
src/lmapp/__init__.py
src/lmapp/auto_update.py
src/lmapp/cli.py
src/lmapp/installer.py
src/lmapp.egg-info/PKG-INFO
src/lmapp.egg-info/SOURCES.txt
src/lmapp.egg-info/dependency_links.txt
src/lmapp.egg-info/entry_points.txt
src/lmapp.egg-info/requires.txt
src/lmapp.egg-info/top_level.txt
src/lmapp/backend/__init__.py
src/lmapp/backend/base.py
src/lmapp/backend/detector.py
src/lmapp/backend/installer.py
src/lmapp/backend/llamafile.py
src/lmapp/backend/ollama.py
src/lmapp/backend/uaft_integration.py
src/lmapp/batch/batch_processor.py
src/lmapp/core/__init__.py
src/lmapp/core/batch.py
src/lmapp/core/cache.py
src/lmapp/core/chat.py
src/lmapp/core/cli_terminal.py
src/lmapp/core/config.py
src/lmapp/core/error_db.py
src/lmapp/core/feature_gate.py
src/lmapp/core/multi_llm.py
src/lmapp/core/nux.py
src/lmapp/core/plugins.py
src/lmapp/core/rag.py
src/lmapp/core/sessions.py
src/lmapp/core/shell_customizer.py
src/lmapp/core/system_prompts.py
src/lmapp/core/trial.py
src/lmapp/core/workflow.py
src/lmapp/plugins/example_cache_manager.py
src/lmapp/plugins/example_code_analyzer.py
src/lmapp/plugins/example_code_refactoring.py
src/lmapp/plugins/example_dependency_auditor.py
src/lmapp/plugins/example_document_chatbot.py
src/lmapp/plugins/example_git_flow.py
src/lmapp/plugins/example_knowledge_base.py
src/lmapp/plugins/example_qa_bot.py
src/lmapp/plugins/example_summarizer.py
src/lmapp/plugins/example_translator.py
src/lmapp/plugins/plugin_manager.py
src/lmapp/plugins/plugin_marketplace.py
src/lmapp/rag/rag_system.py
src/lmapp/server/app.py
src/lmapp/ui/__init__.py
src/lmapp/ui/chat_ui.py
src/lmapp/ui/first_run.py
src/lmapp/ui/menu.py
src/lmapp/ui/menu_old.py
src/lmapp/ui/prompt.py
src/lmapp/utils/__init__.py
src/lmapp/utils/command_aliases.py
src/lmapp/utils/enhanced_errors.py
src/lmapp/utils/error_recovery.py
src/lmapp/utils/error_recovery_v2.py
src/lmapp/utils/logging.py
src/lmapp/utils/profiler.py
src/lmapp/utils/system_check.py
src/lmapp/web/__init__.py
src/lmapp/web/server.py
tests/test_api_comprehensive.py
tests/test_backends.py
tests/test_cache.py
tests/test_cache_manager_plugin.py
tests/test_chat.py
tests/test_cli.py
tests/test_cli_config.py
tests/test_code_analyzer_plugin.py
tests/test_code_refactoring_plugin.py
tests/test_config.py
tests/test_dependency_auditor_plugin.py
tests/test_document_chatbot_plugin.py
tests/test_e2e_cli.py
tests/test_error_db.py
tests/test_error_handling_v2.py
tests/test_error_recovery.py
tests/test_first_run_wizard.py
tests/test_git_flow_plugin.py
tests/test_integration.py
tests/test_knowledge_base_plugin.py
tests/test_llamafile_integration.py
tests/test_nux.py
tests/test_ollama_integration.py
tests/test_profiler.py
tests/test_qa_bot_plugin.py
tests/test_summarizer_plugin.py
tests/test_translator_plugin.py
tests/test_trial_and_freemium.py
tests/test_v023_features.py
tests/test_v024_features.py
tests/test_web_ui.py