Executor-Tyrant-Framework commited on
Commit
c8af4ea
·
verified ·
1 Parent(s): 7b2e267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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", "pull_from_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 = {