-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathtools_list.json
More file actions
109 lines (109 loc) · 2.31 KB
/
Copy pathtools_list.json
File metadata and controls
109 lines (109 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[
"generate_completion",
"stream_completion",
"chat_completion",
"multi_completion",
"get_provider_status",
"list_models",
"estimate_cost",
"compare_models",
"recommend_model",
"execute_optimized_workflow",
"read_file",
"read_multiple_files",
"write_file",
"edit_file",
"create_directory",
"list_directory",
"directory_tree",
"move_file",
"search_files",
"get_file_info",
"list_allowed_directories",
"get_unique_filepath",
"run_ripgrep",
"run_awk",
"run_sed",
"run_jq",
"run_ripgrep_stream",
"run_awk_stream",
"run_sed_stream",
"run_jq_stream",
"execute_python",
"repl_python",
"click",
"browse",
"type_text",
"search",
"download",
"download_site_pdfs",
"collect_documentation",
"parallel",
"run_macro",
"autopilot",
"convert_document",
"chunk_document",
"clean_and_format_text_as_markdown",
"detect_content_type",
"batch_format_texts",
"optimize_markdown_formatting",
"identify_sections",
"generate_qa_pairs",
"summarize_document",
"extract_metrics",
"flag_risks",
"canonicalise_entities",
"ocr_image",
"enhance_ocr_text",
"analyze_pdf_structure",
"process_document_batch",
"extract_entities",
"extract_tables",
"analyze_business_sentiment",
"analyze_business_text_batch",
"create_workflow",
"get_workflow_details",
"record_action_start",
"record_action_completion",
"get_recent_actions",
"get_thought_chain",
"store_memory",
"get_memory_by_id",
"get_memory_metadata",
"get_memory_tags",
"update_memory_metadata",
"update_memory_link_metadata",
"create_memory_link",
"get_workflow_metadata",
"get_contradictions",
"query_memories",
"update_memory",
"get_linked_memories",
"add_tag_to_memory",
"create_embedding",
"get_embedding",
"get_working_memory",
"focus_memory",
"optimize_working_memory",
"promote_memory_level",
"save_cognitive_state",
"load_cognitive_state",
"decay_link_strengths",
"generate_reflection",
"get_rich_context_package",
"get_goal_details",
"create_goal",
"update_goal_status",
"vector_similarity",
"record_artifact",
"get_artifacts",
"get_artifact_by_id",
"get_similar_memories",
"query_goals",
"consolidate_memories",
"diagnose_file_access_issues",
"generate_workflow_report",
"hybrid_search_memories",
"get_subgraph",
"echo"
]