File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ public function boot(
145145 AgentRepositoryInterface $ agents ,
146146 ): void {
147147 /** @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));
151151 }
152152}
Original file line number Diff line number Diff line change 66
77use LLM \Agents \Agent \SiteStatusChecker \Integrations \Spiral \SiteStatusCheckerBootloader ;
88use LLM \Agents \Agent \SmartHomeControl \Integrations \Spiral \SmartHomeControlBootloader ;
9+ use LLM \Agents \Agent \SymfonyConsole \Integrations \Spiral \SymfonyConsoleBootloader ;
910use LLM \Agents \JsonSchema \Mapper \Integration \Spiral \SchemaMapperBootloader ;
1011use LLM \Agents \OpenAI \Client \Integration \Spiral \OpenAIClientBootloader ;
1112use Spiral \Boot \Bootloader \CoreBootloader ;
@@ -50,6 +51,7 @@ public function defineBootloaders(): array
5051 SchemaMapperBootloader::class,
5152 SiteStatusCheckerBootloader::class,
5253 SmartHomeControlBootloader::class,
54+ SymfonyConsoleBootloader::class,
5355 ];
5456 }
5557}
Original file line number Diff line number Diff line change 1212 "internal/dload" : " ^0.2.2" ,
1313 "llm-agents/agent-site-status-checker" : " ^1.0" ,
1414 "llm-agents/agent-smart-home-control" : " ^1.0" ,
15+ "llm-agents/agent-symfony-console" : " ^1.0" ,
1516 "llm-agents/agents" : " ^1.0" ,
1617 "llm-agents/cli-chat" : " ^1.0" ,
1718 "llm-agents/json-schema-mapper" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments