Skip to content

Commit 3eb5b04

Browse files
committed
Updates agents package version
1 parent 225766f commit 3eb5b04

File tree

6 files changed

+5
-17
lines changed

6 files changed

+5
-17
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"require": {
66
"php": "^8.3",
7-
"llm-agents/agents": "^1.0",
7+
"llm-agents/agents": "^1.5",
88
"llm-agents/json-schema-mapper": "^1.0"
99
},
1010
"require-dev": {

src/ControlDeviceTool.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace LLM\Agents\Agent\SmartHomeControl;
66

77
use LLM\Agents\Agent\SmartHomeControl\SmartHome\SmartHomeSystem;
8+
use LLM\Agents\Tool\PhpTool;
89

910
/**
1011
* @extends PhpTool<ControlDeviceInput>

src/GetDeviceDetailsTool.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace LLM\Agents\Agent\SmartHomeControl;
66

77
use LLM\Agents\Agent\SmartHomeControl\SmartHome\SmartHomeSystem;
8+
use LLM\Agents\Tool\PhpTool;
89

910
/**
1011
* @extends PhpTool<GetDeviceDetailsInput>

src/GetRoomListTool.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace LLM\Agents\Agent\SmartHomeControl;
66

77
use LLM\Agents\Agent\SmartHomeControl\SmartHome\SmartHomeSystem;
8+
use LLM\Agents\Tool\PhpTool;
89

910
/**
1011
* @extends PhpTool<GetRoomListInput>

src/ListRoomDevicesTool.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace LLM\Agents\Agent\SmartHomeControl;
66

77
use LLM\Agents\Agent\SmartHomeControl\SmartHome\SmartHomeSystem;
8+
use LLM\Agents\Tool\PhpTool;
89

910
/**
1011
* @extends PhpTool<ListRoomDevicesInput>

src/PhpTool.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)