CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
meshmind/__init__.py
meshmind/__main__.py
meshmind/_version.py
meshmind/logging_utils.py
meshmind/ai/__init__.py
meshmind/ai/engine.py
meshmind/benchmark/__init__.py
meshmind/benchmark/queries.py
meshmind/benchmark/runner.py
meshmind/cli/__init__.py
meshmind/cli/init_project.py
meshmind/cli/init_wizard.py
meshmind/cli/main.py
meshmind/cli/mcp_serve.py
meshmind/cli/plugin_cmds.py
meshmind/cli/query_output.py
meshmind/cli/repl.py
meshmind/cli/repl_ui.py
meshmind/cli/session_log.py
meshmind/cli/plugin_stubs/__init__.py
meshmind/cli/plugin_stubs/demo_review/plugin.yaml
meshmind/cli/plugin_stubs/demo_review/prompts/system_prompt.txt
meshmind/cli/plugin_stubs/demo_security/plugin.yaml
meshmind/cli/plugin_stubs/demo_security/prompts/system_prompt.txt
meshmind/cli/presets/__init__.py
meshmind/cli/presets/code.yaml
meshmind/cli/templates/meshmind.yaml.tmpl
meshmind/config/__init__.py
meshmind/config/parser.py
meshmind/config/schema.py
meshmind/core/__init__.py
meshmind/core/discovery.py
meshmind/core/node.py
meshmind/core/orchestrator.py
meshmind/core/protocol.py
meshmind/core/registry.py
meshmind/core/router.py
meshmind/knowledge/__init__.py
meshmind/knowledge/loader.py
meshmind/network/__init__.py
meshmind/network/client.py
meshmind/network/server.py
meshmind/openai_compat/__init__.py
meshmind/openai_compat/routes.py
meshmind/plugins/__init__.py
meshmind/plugins/loader.py
meshmind/plugins/merge.py
meshmind/process/__init__.py
meshmind/process/manager.py
meshmind/sdk/__init__.py
meshmind/sdk/mesh.py
meshmind/sdk/node_def.py
meshmind/sdk/results.py
meshmind/ui/__init__.py
meshmind/ui/app.py
meshmind/ui/template/chat.html
meshmind/ui/template/dashboard.html
meshmind/ui/template/field.html
tests/test_benchmark_telemetry.py
tests/test_cli_session_log.py
tests/test_config.py
tests/test_discovery_mdns.py
tests/test_doctor.py
tests/test_init_knowledge_stub.py
tests/test_openai_compat.py
tests/test_plugin_init_ux.py
tests/test_registry_prune.py
tests/test_repl_query_errors.py
tests/test_sdk.py
tests/test_ui_dashboard_chat.py