Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,8 @@ FIXED: Increased Loop Stamina to 15 (Prevents silence).
|
|
| 41 |
AVAILABLE_TOOLS = {
|
| 42 |
"list_files", "read_file", "search_code", "write_file",
|
| 43 |
"create_shadow_branch", "shell_execute", "get_stats",
|
| 44 |
-
"search_conversations", "search_testament", "push_to_github",
|
|
|
|
| 45 |
}
|
| 46 |
|
| 47 |
TEXT_EXTENSIONS = {
|
|
|
|
| 41 |
AVAILABLE_TOOLS = {
|
| 42 |
"list_files", "read_file", "search_code", "write_file",
|
| 43 |
"create_shadow_branch", "shell_execute", "get_stats",
|
| 44 |
+
"search_conversations", "search_testament", "push_to_github",
|
| 45 |
+
"pull_from_github", "notebook_add", "notebook_delete", "notebook_read"
|
| 46 |
}
|
| 47 |
|
| 48 |
TEXT_EXTENSIONS = {
|