We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda9668 commit b57a954Copy full SHA for b57a954
src/agent/composer.json
@@ -41,7 +41,7 @@
41
"symfony/css-selector": "^6.4 || ^7.1",
42
"symfony/dom-crawler": "^6.4 || ^7.1",
43
"symfony/event-dispatcher": "^6.4 || ^7.1",
44
- "symfony/filesystem": "^7.3",
+ "symfony/filesystem": "^6.4 || ^7.1",
45
"symfony/http-foundation": "^6.4 || ^7.1",
46
"symfony/uid": "^6.4 || ^7.1"
47
},
src/agent/src/Toolbox/Tool/Firecrawl.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+namespace Symfony\AI\Agent\Toolbox\Tool;
4
5
+class Firecrawl
6
+{
7
8
+}
0 commit comments