Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
a2eb28d
1
Parent(s): c92b763
Cleaning up tools
Browse files- .gitignore +2 -1
- agent/core/tools.py +2 -1
- skills +0 -1
.gitignore
CHANGED
|
@@ -16,4 +16,5 @@ wheels/
|
|
| 16 |
/logs
|
| 17 |
hf-agent-leaderboard/
|
| 18 |
.cursor/
|
| 19 |
-
session_logs/
|
|
|
|
|
|
| 16 |
/logs
|
| 17 |
hf-agent-leaderboard/
|
| 18 |
.cursor/
|
| 19 |
+
session_logs/
|
| 20 |
+
skills/
|
agent/core/tools.py
CHANGED
|
@@ -287,7 +287,8 @@ def create_builtin_tools() -> list[ToolSpec]:
|
|
| 287 |
# parameters=PRIVATE_HF_REPO_TOOL_SPEC["parameters"],
|
| 288 |
# handler=private_hf_repo_handler,
|
| 289 |
# ),
|
| 290 |
-
|
|
|
|
| 291 |
# NOTE: Github search code tool disabled - a bit buggy
|
| 292 |
# ToolSpec(
|
| 293 |
# name=GITHUB_SEARCH_CODE_TOOL_SPEC["name"],
|
|
|
|
| 287 |
# parameters=PRIVATE_HF_REPO_TOOL_SPEC["parameters"],
|
| 288 |
# handler=private_hf_repo_handler,
|
| 289 |
# ),
|
| 290 |
+
|
| 291 |
+
|
| 292 |
# NOTE: Github search code tool disabled - a bit buggy
|
| 293 |
# ToolSpec(
|
| 294 |
# name=GITHUB_SEARCH_CODE_TOOL_SPEC["name"],
|
skills
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit 9a355bbd756d4c61a717323fd855eb9b615eff4d
|
|
|
|
|
|