LICENSE
MANIFEST.in
README.md
pyproject.toml
multisim_mcp/__init__.py
multisim_mcp/__main__.py
multisim_mcp/agent_audit.py
multisim_mcp/agent_runtime.py
multisim_mcp/autonomous_correction.py
multisim_mcp/backend_differential.py
multisim_mcp/backend_selection.py
multisim_mcp/behavioral_reference.py
multisim_mcp/cli.py
multisim_mcp/com_worker.py
multisim_mcp/com_worker_client.py
multisim_mcp/component_adapters.py
multisim_mcp/component_approvals.py
multisim_mcp/component_resolution.py
multisim_mcp/correction_benchmarks.py
multisim_mcp/course_demo.py
multisim_mcp/design_comparison.py
multisim_mcp/design_diagnosis.py
multisim_mcp/design_optimization.py
multisim_mcp/design_patch_evaluation.py
multisim_mcp/design_patch_service.py
multisim_mcp/design_patch_tools.py
multisim_mcp/design_patch_transactions.py
multisim_mcp/design_patch_workflow.py
multisim_mcp/design_plans.py
multisim_mcp/design_specifications.py
multisim_mcp/design_verification.py
multisim_mcp/digital_observation.py
multisim_mcp/eda_agent_tools.py
multisim_mcp/eda_backend.py
multisim_mcp/eda_core.py
multisim_mcp/eda_service.py
multisim_mcp/executable_approvals.py
multisim_mcp/executable_netlists.py
multisim_mcp/experiment_agent_tools.py
multisim_mcp/experiment_pipeline.py
multisim_mcp/experiment_resources.py
multisim_mcp/experiment_service.py
multisim_mcp/experiment_sweep.py
multisim_mcp/formal_report.py
multisim_mcp/global_optimization.py
multisim_mcp/handoff_execution.py
multisim_mcp/harness_skills.py
multisim_mcp/job_engine.py
multisim_mcp/job_worker.py
multisim_mcp/model_provider.py
multisim_mcp/multisim_backend.py
multisim_mcp/multisim_client.py
multisim_mcp/netlist_drafts.py
multisim_mcp/ngspice_backend.py
multisim_mcp/portable_schematic.py
multisim_mcp/preferred_values.py
multisim_mcp/project_inspection.py
multisim_mcp/provider_config.py
multisim_mcp/ranked_evaluation.py
multisim_mcp/safety.py
multisim_mcp/schematic_builder.py
multisim_mcp/search_plan_approval.py
multisim_mcp/search_plan_submission.py
multisim_mcp/server.py
multisim_mcp/simulation_approvals.py
multisim_mcp/spice_adapter.py
multisim_mcp/spice_provenance.py
multisim_mcp/spice_raw.py
multisim_mcp/sweep_resources.py
multisim_mcp/tool_profiles.py
multisim_mcp/virtual_instruments.py
multisim_mcp/workbench_api.py
multisim_mcp/workbench_app.py
multisim_mcp/workbench_artifacts.py
multisim_mcp/workbench_optimization.py
multisim_mcp/worker_protocol.py
multisim_mcp/workspace_manifest.py
multisim_mcp.egg-info/PKG-INFO
multisim_mcp.egg-info/SOURCES.txt
multisim_mcp.egg-info/dependency_links.txt
multisim_mcp.egg-info/entry_points.txt
multisim_mcp.egg-info/requires.txt
multisim_mcp.egg-info/top_level.txt
multisim_mcp/harness_skills/manifest.json
multisim_mcp/harness_skills/multisim-compare-experiments/SKILL.md
multisim_mcp/harness_skills/multisim-create-experiment/SKILL.md
multisim_mcp/harness_skills/multisim-debug-circuit/SKILL.md
multisim_mcp/harness_skills/multisim-verify-requirements/SKILL.md
multisim_mcp/harness_skills/multisim-write-lab-report/SKILL.md
multisim_mcp/templates/manifest.json
tests/test_agent_audit.py
tests/test_agent_runtime.py
tests/test_artifact_access.py
tests/test_autonomous_correction.py
tests/test_autonomous_global_cli.py
tests/test_autonomous_global_server.py
tests/test_backend_differential.py
tests/test_behavioral_reference.py
tests/test_behavioral_reference_run.py
tests/test_cli.py
tests/test_com_worker.py
tests/test_component_adapters.py
tests/test_component_approvals.py
tests/test_component_resolution.py
tests/test_correction_benchmarks.py
tests/test_correction_benchmarks_cli.py
tests/test_course_demo.py
tests/test_design_comparison.py
tests/test_design_comparison_cli.py
tests/test_design_comparison_server.py
tests/test_design_diagnosis.py
tests/test_design_diagnosis_cli.py
tests/test_design_diagnosis_server.py
tests/test_design_optimization.py
tests/test_design_optimization_cli.py
tests/test_design_optimization_server.py
tests/test_design_patch_cli.py
tests/test_design_patch_evaluation.py
tests/test_design_patch_evaluation_cli.py
tests/test_design_patch_evaluation_server.py
tests/test_design_patch_tools.py
tests/test_design_patch_transactions.py
tests/test_design_patch_workflow.py
tests/test_design_plans.py
tests/test_design_specifications.py
tests/test_design_verification.py
tests/test_digital_observation.py
tests/test_dsh_plugin_release.py
tests/test_eda_agent_tools.py
tests/test_eda_backend.py
tests/test_eda_core.py
tests/test_executable_approvals.py
tests/test_executable_netlists.py
tests/test_experiment_agent_tools.py
tests/test_experiment_pipeline.py
tests/test_experiment_resources.py
tests/test_experiment_service.py
tests/test_experiment_sweep.py
tests/test_formal_report.py
tests/test_global_optimization.py
tests/test_handoff_execution.py
tests/test_harness_compatibility.py
tests/test_harness_skills.py
tests/test_harness_smoke_runner.py
tests/test_job_engine.py
tests/test_job_worker.py
tests/test_mcp_stdio.py
tests/test_model_provider.py
tests/test_native_probe_tool.py
tests/test_netlist_drafts.py
tests/test_ngspice_backend.py
tests/test_package_data.py
tests/test_pareto_evaluation.py
tests/test_portable_experiment_pipeline.py
tests/test_preferred_values.py
tests/test_project_inspection.py
tests/test_provider_config.py
tests/test_real_autonomous_global.py
tests/test_real_correction_benchmarks.py
tests/test_real_design_comparison.py
tests/test_real_design_diagnosis.py
tests/test_real_design_optimization.py
tests/test_real_design_patch_evaluation.py
tests/test_real_design_patch_workflow.py
tests/test_real_ngspice.py
tests/test_report_safety.py
tests/test_safety.py
tests/test_search_plan_approval.py
tests/test_search_plan_submission.py
tests/test_server_policy.py
tests/test_simulation_approvals.py
tests/test_spice_adapter.py
tests/test_spice_provenance.py
tests/test_spice_raw.py
tests/test_tool_profiles.py
tests/test_topology_design_patch.py
tests/test_unit.py
tests/test_virtual_instruments.py
tests/test_workbench_api.py
tests/test_workspace_manifest.py