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
pub mod architecture_summary;
pub mod compaction;
pub mod config;
pub mod conversation;
pub mod correlation;
pub mod diagnose;
pub mod diagnose_why;
pub mod diff_tracker;
pub mod direct_answers;
pub mod economics;
pub mod edge_redact;
pub mod find_files;
pub mod fix_recipes;
pub mod fuzzy;
pub mod git;
pub mod git_context;
pub mod git_monitor;
pub mod hooks;
pub mod html_template;
pub mod inference;
pub mod instructions;
pub mod intent_embed;
pub mod lms;
pub mod lsp;
pub mod mcp;
pub mod mcp_manager;
pub mod mcp_server;
pub mod ollama;
pub mod parser;
pub mod permission_enforcer;
pub mod policy;
pub mod pricing;
pub mod prompt;
pub mod provider;
pub mod recovery_recipes;
pub mod redact_audit;
pub mod redact_policy;
pub mod report_export;
pub mod routing;
pub mod scheduler;
pub mod searx_lifecycle;
pub mod semantic_redact;
pub mod shell_history;
pub mod specular;
pub mod swarm;
pub mod tasks;
pub mod tool_registry;
pub mod transcript;
pub mod truncation;
pub mod trust_resolver;
pub mod types;
pub mod utils;
pub mod workspace_profile;