LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/__main__.py
cli/app.py
cli/chat.py
cli/commands.py
cli/css.py
cli/download.py
cli/main.py
cli/state.py
cli/web_setup.py
cli/pages/__init__.py
cli/pages/chat_page.py
cli/pages/metrics_page.py
cli/pages/settings_page.py
cli/widgets/__init__.py
cli/widgets/persona_picker.py
core/__init__.py
core/__main__.py
core/agent.py
core/app_prompt.py
core/config.py
core/context_manager.py
core/context_vars.py
core/custom_tools.py
core/daemon.py
core/errors.py
core/ipc_protocol.py
core/json_repair.py
core/logging_config.py
core/metrics.py
core/persona_loader.py
core/planning.py
core/router.py
core/tool_registry.py
core/web.py
core/eval/__init__.py
core/eval/evaluator.py
core/eval/models.py
core/eval/suite.py
core/mcp/__init__.py
core/mcp/client.py
core/memory/__init__.py
core/memory/para_store.py
core/memory/semantic_index.py
core/runtime/__init__.py
core/runtime/backend_detector.py
core/runtime/llama_manager.py
core/runtime/model_manager.py
core/tools/__init__.py
core/tools/_path_guard.py
core/tools/bash.py
core/tools/call_agent.py
core/tools/file_ops.py
core/tools/git.py
core/tools/memory_ops.py
core/tools/web_search.py
installer/__init__.py
installer/searxng_setup.py
installer/setup_helper.py
installer/models/__init__.py
installer/models/recommended.yaml
lmagent_plus.egg-info/PKG-INFO
lmagent_plus.egg-info/SOURCES.txt
lmagent_plus.egg-info/dependency_links.txt
lmagent_plus.egg-info/entry_points.txt
lmagent_plus.egg-info/requires.txt
lmagent_plus.egg-info/top_level.txt
personas/__init__.py
personas/_base.yaml
personas/assistant.yaml
personas/coder.yaml
personas/research.yaml
personas/writer.yaml
tests/test_agent.py
tests/test_app_prompt.py
tests/test_bash_security.py
tests/test_call_agent.py
tests/test_cli.py
tests/test_cli_chat.py
tests/test_cli_commands.py
tests/test_cli_navigation.py
tests/test_cli_slash_routing.py
tests/test_cli_state.py
tests/test_config.py
tests/test_context_manager.py
tests/test_context_vars.py
tests/test_custom_tools.py
tests/test_daemon_metrics.py
tests/test_e2e.py
tests/test_eval.py
tests/test_file_ops_security.py
tests/test_gguf_ctx.py
tests/test_hermes_detection.py
tests/test_integration.py
tests/test_json_repair.py
tests/test_logging_config.py
tests/test_mcp_client.py
tests/test_memory.py
tests/test_memory_dedup.py
tests/test_memory_ops.py
tests/test_metrics.py
tests/test_metrics_aggregation.py
tests/test_path_guard.py
tests/test_persona_loader.py
tests/test_planning.py
tests/test_reflection.py
tests/test_runtime.py
tests/test_safe_send.py
tests/test_searxng_setup.py
tests/test_semantic_index.py
tests/test_streaming.py
tests/test_structured_output.py
tests/test_tool_registry.py
tests/test_web.py
tests/test_web_search.py
tests/test_web_setup.py