delete 20 dead public functions across 12 files
Removed functions with zero callers: parse_timestamp_to_epoch, hash_key, search_weighted_debug, extract_query_terms, format_results, move_to_neighbor, adjust_edge_strength, update_graph_metrics, nearest_to_seeds, nystrom_project, chat_completion_stream, cmd_read, context_message, split_candidates, split_plan_prompt, split_extract_prompt, log_event_pub, log_verbose, rpc_record_hits, memory_definitions. -245 lines. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
b0e852a05f
commit
91eb9c95cc
12 changed files with 0 additions and 245 deletions
|
|
@ -120,12 +120,6 @@ pub fn all_definitions() -> Vec<ToolDef> {
|
|||
defs
|
||||
}
|
||||
|
||||
/// Return only memory tool definitions (no filesystem access).
|
||||
/// Used by subconscious agents which should not write files.
|
||||
pub fn memory_definitions() -> Vec<ToolDef> {
|
||||
memory::definitions()
|
||||
}
|
||||
|
||||
/// Return memory + journal tool definitions.
|
||||
/// Used by the journal agent only.
|
||||
pub fn memory_and_journal_definitions() -> Vec<ToolDef> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue