Skip to content

Commit

Permalink
Merge pull request #7 from llm-agents-php/feauture/smart-home-package
Browse files Browse the repository at this point in the history
Moves Smart home control to a separate package
  • Loading branch information
butschster authored Sep 3, 2024
2 parents 7889a69 + 0beca21 commit 198b722
Show file tree
Hide file tree
Showing 23 changed files with 100 additions and 897 deletions.
5 changes: 5 additions & 0 deletions app/config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
'aliases' => [
'chat-messages' => [
'storage' => 'rr-local',
'prefix' => 'chat:',
],
'smart-home' => [
'storage' => 'rr-local',
'prefix' => 'smart-home:',
],
],

Expand Down
25 changes: 0 additions & 25 deletions app/src/Agents/SmartHomeControl/ControlDeviceInput.php

This file was deleted.

41 changes: 0 additions & 41 deletions app/src/Agents/SmartHomeControl/ControlDeviceTool.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/src/Agents/SmartHomeControl/DeviceAction.php

This file was deleted.

17 changes: 0 additions & 17 deletions app/src/Agents/SmartHomeControl/DeviceParam.php

This file was deleted.

15 changes: 0 additions & 15 deletions app/src/Agents/SmartHomeControl/GetDeviceDetailsInput.php

This file was deleted.

44 changes: 0 additions & 44 deletions app/src/Agents/SmartHomeControl/GetDeviceDetailsTool.php

This file was deleted.

17 changes: 0 additions & 17 deletions app/src/Agents/SmartHomeControl/GetRoomListInput.php

This file was deleted.

35 changes: 0 additions & 35 deletions app/src/Agents/SmartHomeControl/GetRoomListTool.php

This file was deleted.

15 changes: 0 additions & 15 deletions app/src/Agents/SmartHomeControl/ListRoomDevicesInput.php

This file was deleted.

48 changes: 0 additions & 48 deletions app/src/Agents/SmartHomeControl/ListRoomDevicesTool.php

This file was deleted.

80 changes: 0 additions & 80 deletions app/src/Agents/SmartHomeControl/SmartHome/Devices/Light.php

This file was deleted.

Loading

0 comments on commit 198b722

Please sign in to comment.