File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ public function boot(
145
145
AgentRepositoryInterface $ agents ,
146
146
): void {
147
147
/** @var SmartHomeControlAgent $agent */
148
- $ agent = $ agents ->get (SmartHomeControlAgent::NAME );
149
-
150
- $ agent ->addAssociation (new ToolLink (name: DynamicMemoryTool::NAME ));
148
+ // $agent = $agents->get(SmartHomeControlAgent::NAME);
149
+ //
150
+ // $agent->addAssociation(new ToolLink(name: DynamicMemoryTool::NAME));
151
151
}
152
152
}
Original file line number Diff line number Diff line change 6
6
7
7
use LLM \Agents \Agent \SiteStatusChecker \Integrations \Spiral \SiteStatusCheckerBootloader ;
8
8
use LLM \Agents \Agent \SmartHomeControl \Integrations \Spiral \SmartHomeControlBootloader ;
9
+ use LLM \Agents \Agent \SymfonyConsole \Integrations \Spiral \SymfonyConsoleBootloader ;
9
10
use LLM \Agents \JsonSchema \Mapper \Integration \Spiral \SchemaMapperBootloader ;
10
11
use LLM \Agents \OpenAI \Client \Integration \Spiral \OpenAIClientBootloader ;
11
12
use Spiral \Boot \Bootloader \CoreBootloader ;
@@ -50,6 +51,7 @@ public function defineBootloaders(): array
50
51
SchemaMapperBootloader::class,
51
52
SiteStatusCheckerBootloader::class,
52
53
SmartHomeControlBootloader::class,
54
+ SymfonyConsoleBootloader::class,
53
55
];
54
56
}
55
57
}
Original file line number Diff line number Diff line change 12
12
"internal/dload" : " ^0.2.2" ,
13
13
"llm-agents/agent-site-status-checker" : " ^1.0" ,
14
14
"llm-agents/agent-smart-home-control" : " ^1.0" ,
15
+ "llm-agents/agent-symfony-console" : " ^1.0" ,
15
16
"llm-agents/agents" : " ^1.0" ,
16
17
"llm-agents/cli-chat" : " ^1.0" ,
17
18
"llm-agents/json-schema-mapper" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments