LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
fan_manager/__init__.py
fan_manager/__main__.py
fan_manager/agent_server.py
fan_manager/api_client.py
fan_manager/auth.py
fan_manager/fan_manager.py
fan_manager/ipmi.py
fan_manager/kg_control.py
fan_manager/kg_ingest.py
fan_manager/main_agent.json
fan_manager/mcp_config.json
fan_manager/mcp_server.py
fan_manager/middlewares.py
fan_manager/models.py
fan_manager.egg-info/PKG-INFO
fan_manager.egg-info/SOURCES.txt
fan_manager.egg-info/dependency_links.txt
fan_manager.egg-info/entry_points.txt
fan_manager.egg-info/requires.txt
fan_manager.egg-info/top_level.txt
fan_manager/connectors/__init__.py
fan_manager/connectors/mcp_source_presets.json
fan_manager/mcp/__init__.py
fan_manager/mcp/mcp_fan_control.py
fan_manager/mcp/mcp_ipmi.py
fan_manager/mcp/mcp_kg.py
fan_manager/mcp/mcp_temperature.py
fan_manager/ontology/__init__.py
fan_manager/ontology/fan.ttl
fan_manager/prompts/__init__.py
fan_manager/prompts/main_agent.json
fan_manager/prompts/thermal_specialist.json
fan_manager/services/__init__.py
fan_manager/services/fan_control_service.py
fan_manager/skills/__init__.py
fan_manager/skills/fan-manager-automatic/SKILL.md
fan_manager/skills/fan-manager-control/SKILL.md
fan_manager/skills/fan-manager-temperature/SKILL.md
prompts/main_agent.md
tests/test_concept_parity.py
tests/test_init_dynamics.py
tests/test_ipmi.py
tests/test_kg_control.py
tests/test_kg_ingest.py
tests/test_mcp_registration.py
tests/test_service.py
tests/test_smart_fan.py
tests/test_startup.py