Spaces:
Build error
Build error
update
Browse files- .idea/First_agent_template.iml +1 -1
- .idea/misc.xml +1 -1
- requirements.txt +1 -0
.idea/First_agent_template.iml
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<content url="file://$MODULE_DIR$">
|
| 5 |
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
| 6 |
</content>
|
| 7 |
-
<orderEntry type="jdk" jdkName="Python 3.12 (
|
| 8 |
<orderEntry type="sourceFolder" forTests="false" />
|
| 9 |
</component>
|
| 10 |
<component name="PyDocumentationSettings">
|
|
|
|
| 4 |
<content url="file://$MODULE_DIR$">
|
| 5 |
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
| 6 |
</content>
|
| 7 |
+
<orderEntry type="jdk" jdkName="Python 3.12 (first_ai_agent)" jdkType="Python SDK" />
|
| 8 |
<orderEntry type="sourceFolder" forTests="false" />
|
| 9 |
</component>
|
| 10 |
<component name="PyDocumentationSettings">
|
.idea/misc.xml
CHANGED
|
@@ -3,5 +3,5 @@
|
|
| 3 |
<component name="Black">
|
| 4 |
<option name="sdkName" value="Python 3.12 (First_agent_template)" />
|
| 5 |
</component>
|
| 6 |
-
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (
|
| 7 |
</project>
|
|
|
|
| 3 |
<component name="Black">
|
| 4 |
<option name="sdkName" value="Python 3.12 (First_agent_template)" />
|
| 5 |
</component>
|
| 6 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12 (first_ai_agent)" project-jdk-type="Python SDK" />
|
| 7 |
</project>
|
requirements.txt
CHANGED
|
@@ -7,3 +7,4 @@ PyYAML==6.0.1
|
|
| 7 |
Requests==2.32.3
|
| 8 |
serpapi==0.1.5
|
| 9 |
smolagents==1.9.2
|
|
|
|
|
|
| 7 |
Requests==2.32.3
|
| 8 |
serpapi==0.1.5
|
| 9 |
smolagents==1.9.2
|
| 10 |
+
google_search_results==2.4.2
|