MCPcopy Create free account

hub / github.com/SilasMarvin/wasmind / functions

Functions1,628 in github.com/SilasMarvin/wasmind

↓ 1 callersMethodrun
(&self)
actors/execute_bash/src/bindings.rs:354
↓ 1 callersMethodrun
Run the coordinator until system exit
crates/wasmind/src/coordinator.rs:56
↓ 1 callersMethodselect_next
Selects the next node in a depth-first traversal order.
crates/wasmind_cli/src/tui/components/graph/mod.rs:139
↓ 1 callersMethodselect_previous
Selects the previous node in a depth-first traversal order.
crates/wasmind_cli/src/tui/components/graph/mod.rs:165
↓ 1 callersMethodsend
Execute the request and return the response
actors/conversation_compaction/src/bindings.rs:427
↓ 1 callersMethodsend
Execute the request and return the response
actors/assistant/src/bindings.rs:538
↓ 1 callersMethodsend
Execute the request and return the response
crates/wasmind_actor_bindings/src/bindings.rs:873
↓ 1 callersMethodsend_error_result
( &self, tool_call_id: &str, originating_request_id: &str, content: String,
actors/review_plan/crates/request_plan_review/src/lib.rs:308
↓ 1 callersMethodsend_error_result
(&self, tool_call_id: &str, originating_request_id: &str, error_result: ToolCallResult)
actors/delegation_network/crates/complete/src/lib.rs:137
↓ 1 callersMethodsend_error_result
( &self, tool_call_id: &str, originating_request_id: &str, error_msg: String,
actors/delegation_network/crates/flag_issue/src/lib.rs:102
↓ 1 callersMethodsend_message_to_agent
(&self, params: SendMessageInput, tool_call: ExecuteTool)
actors/delegation_network/crates/send_message/src/lib.rs:243
↓ 1 callersMethodsend_success_result
Send success result with UI display
actors/execute_bash/src/lib.rs:316
↓ 1 callersMethodsend_success_result
( &self, tool_call_id: &str, originating_request_id: &str, result: ToolCallRes
actors/delegation_network/crates/send_message/src/lib.rs:324
↓ 1 callersMethodsend_success_result
(&self, tool_call_id: &str, originating_request_id: &str, result: ToolCallResult)
actors/delegation_network/crates/complete/src/lib.rs:152
↓ 1 callersMethodsend_success_result
( &self, tool_call_id: &str, originating_request_id: &str, result: ToolCallRes
actors/delegation_network/crates/wait/src/lib.rs:238
↓ 1 callersMethodsend_success_result
( &self, tool_call_id: &str, originating_request_id: &str, result: ToolCallRes
actors/delegation_network/crates/spawn_agent/src/lib.rs:433
↓ 1 callersMethodsend_success_result
( &self, tool_call_id: &str, originating_request_id: &str, issue_summary: &str
actors/delegation_network/crates/flag_issue/src/lib.rs:128
↓ 1 callersMethodsend_success_result
( &self, tool_call_id: &str, originating_request_id: &str, result: ToolCallRes
actors/delegation_network/crates/send_manager_message/src/lib.rs:212
↓ 1 callersMethodset_status
Sets the status for the agent with the given scope. Returns `true` on success.
crates/wasmind_cli/src/tui/components/graph/mod.rs:248
↓ 1 callersMethodset_user_message
Add or replace user content
actors/assistant/src/lib.rs:72
↓ 1 callersMethodshould_check
(&self)
actors/delegation_network/crates/check_health/src/lib.rs:97
↓ 1 callersFunctionshow_info
()
crates/wasmind_cli/src/commands/info.rs:5
↓ 1 callersFunctionshow_status
(config_path: Option<PathBuf>)
crates/wasmind_cli/src/commands/check.rs:16
↓ 1 callersFunctionsources_match
(source1: &ActorSource, source2: &ActorSource)
crates/wasmind_actor_loader/src/dependency_resolver.rs:605
↓ 1 callersFunctionspawn_agent
Spawn a new agent with the specified actors Returns the scope ID of the newly created agent
actors/review_plan/crates/request_plan_review/src/bindings.rs:347
↓ 1 callersFunctionspawn_agent
Spawn a new agent with the specified actors Returns the scope ID of the newly created agent
actors/code_with_experts/crates/file_interaction_with_approval/src/bindings.rs:458
↓ 1 callersFunctionspawn_agent
Spawn a new agent with the specified actors Returns the scope ID of the newly created agent
actors/delegation_network/crates/spawn_agent/src/bindings.rs:1338
↓ 1 callersFunctionspawn_agent
Spawn a new agent with the specified actors Returns the scope ID of the newly created agent
actors/delegation_network/crates/check_health/src/bindings.rs:1338
↓ 1 callersFunctionspawn_agent
(scope: &Scope, coordinator: &mut WasmindCoordinator)
crates/wasmind_cli/src/bin/tui_preview/graph.rs:18
↓ 1 callersMethodspawn_health_analyzer
(&mut self)
actors/delegation_network/crates/check_health/src/lib.rs:104
↓ 1 callersMethodstart
(&mut self)
crates/wasmind_cli/src/litellm_manager.rs:251
↓ 1 callersFunctionstart_model
( config: ParsedTuiConfig, rx: Receiver<MessageEnvelope>, initial_prompt: Option<String>, cont
crates/wasmind_cli/src/tui/mod.rs:48
↓ 1 callersMethodtake_handle
(&self)
actors/conversation_compaction/src/bindings.rs:137
↓ 1 callersMethodtake_handle
(&self)
actors/review_plan/crates/review_plan/src/bindings.rs:168
↓ 1 callersMethodtake_handle
(&self)
actors/review_plan/crates/request_plan_review/src/bindings.rs:168
↓ 1 callersMethodtake_handle
(&self)
actors/execute_bash/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/code_with_experts/crates/request_changes/src/bindings.rs:168
↓ 1 callersMethodtake_handle
(&self)
actors/code_with_experts/crates/file_interaction_with_approval/src/bindings.rs:279
↓ 1 callersMethodtake_handle
(&self)
actors/code_with_experts/crates/approve/src/bindings.rs:168
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/planner/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/delegation_network_coordinator/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/send_message/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/report_normal/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/complete/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/wait/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/spawn_agent/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/check_health/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/flag_issue/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/delegation_network/crates/send_manager_message/src/bindings.rs:116
↓ 1 callersMethodtake_handle
(&self)
actors/file_interaction/crates/file_interaction_actor/src/bindings.rs:316
↓ 1 callersMethodtake_handle
(&self)
actors/assistant/src/bindings.rs:248
↓ 1 callersMethodtake_handle
(&self)
crates/wasmind_actor_bindings/src/bindings.rs:116
↓ 1 callersFunctiontick
Tick the global throbber state if enough time has elapsed This should only be called from the dashboard's Event::Tick handler
crates/wasmind_cli/src/tui/global_throbber.rs:35
↓ 1 callersMethodtimeout
Set request timeout in seconds
actors/conversation_compaction/src/bindings.rs:346
↓ 1 callersMethodtimeout
(&self, seconds: u32)
actors/execute_bash/src/bindings.rs:248
↓ 1 callersMethodtimeout
Set request timeout in seconds
actors/assistant/src/bindings.rs:457
↓ 1 callersMethodtimeout
( &mut self, self_: Resource<HttpRequestResource>, seconds: u32, )
crates/wasmind/src/actors/manager/actor_state/http.rs:98
↓ 1 callersMethodtoggle_tool_expansion
(&mut self)
crates/wasmind_cli/src/tui/components/chat_history.rs:841
↓ 1 callersMethodtrigger_compaction
(&mut self)
actors/conversation_compaction/src/lib.rs:182
↓ 1 callersFunctiontruncate_string
(s: &str, max_len: usize)
crates/wasmind_cli/src/commands/check.rs:140
↓ 1 callersMethodvalidate_key
Validates a contribution key format
actors/assistant/src/system_prompt.rs:164
↓ 1 callersMethodview
(&mut self)
crates/wasmind_cli/src/tui/model.rs:86
↓ 1 callersMethodview_with_content_trim
(&mut self, frame: &mut Frame, area: Rect, trim_top: bool)
crates/wasmind_cli/src/tui/components/graph/agent.rs:142
↓ 1 callersMethodwait_for_health
(&self)
crates/wasmind_cli/src/litellm_manager.rs:406
↓ 1 callersFunctionwit_import2
( _: *mut u8, _: usize, _: *mut u8,
actors/file_interaction/crates/file_interaction_actor/src/bindings.rs:146
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/review_plan/crates/review_plan/src/bindings.rs:408
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/review_plan/crates/request_plan_review/src/bindings.rs:408
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/code_with_experts/crates/request_changes/src/bindings.rs:408
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/code_with_experts/crates/file_interaction_with_approval/src/bindings.rs:519
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/code_with_experts/crates/approve/src/bindings.rs:408
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/planner/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/delegation_network_coordinator/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/send_message/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/report_normal/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/complete/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/wait/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/spawn_agent/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/check_health/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/flag_issue/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
actors/delegation_network/crates/send_manager_message/src/bindings.rs:1399
↓ 1 callersFunctionwit_import4
( _: *mut u8, _: usize, _: *mut u8,
crates/wasmind_actor_bindings/src/bindings.rs:1399
Function__link_custom_section_describing_imports
()
actors/conversation_compaction/src/bindings.rs:1250
Function__link_custom_section_describing_imports
()
actors/review_plan/crates/review_plan/src/bindings.rs:1079
Function__link_custom_section_describing_imports
()
actors/review_plan/crates/request_plan_review/src/bindings.rs:1079
Function__link_custom_section_describing_imports
()
actors/execute_bash/src/bindings.rs:1131
Function__link_custom_section_describing_imports
()
actors/code_with_experts/crates/request_changes/src/bindings.rs:1079
Function__link_custom_section_describing_imports
()
actors/code_with_experts/crates/file_interaction_with_approval/src/bindings.rs:1193
Function__link_custom_section_describing_imports
()
actors/code_with_experts/crates/approve/src/bindings.rs:1079
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/planner/src/bindings.rs:2308
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/delegation_network_coordinator/src/bindings.rs:2309
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/send_message/src/bindings.rs:2308
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/report_normal/src/bindings.rs:2308
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/complete/src/bindings.rs:2308
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/wait/src/bindings.rs:2308
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/spawn_agent/src/bindings.rs:2308
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/check_health/src/bindings.rs:2308
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/flag_issue/src/bindings.rs:2308
Function__link_custom_section_describing_imports
()
actors/delegation_network/crates/send_manager_message/src/bindings.rs:2309
Function__link_custom_section_describing_imports
()
actors/file_interaction/crates/file_interaction_actor/src/bindings.rs:708
Function__link_custom_section_describing_imports
()
actors/assistant/src/bindings.rs:1363
← previousnext →501–600 of 1,628, ranked by callers