MCPcopy Create free account

hub / github.com/SilasMarvin/wasmind / functions

Functions1,628 in github.com/SilasMarvin/wasmind

↓ 1 callersMethodcheck_required_tools
(&self)
crates/wasmind_actor_loader/src/lib.rs:332
↓ 1 callersFunctionclean_cache
()
crates/wasmind_cli/src/commands/clean.rs:5
↓ 1 callersFunctionclean_path_components
Clean and normalize path components without OS calls Handles . and .. components, converts relative paths to a consistent form
actors/file_interaction/crates/file_interaction/src/lib.rs:147
↓ 1 callersMethodclone_git_source
Clone a git source to the specified path
crates/wasmind_actor_loader/src/lib.rs:193
↓ 1 callersMethodcomplete_plan_review
(&self, active_plan_review: ActivePlanReview)
actors/review_plan/crates/request_plan_review/src/lib.rs:258
↓ 1 callersFunctionconvert_from_chat_state_to_chat_message_widget_state
( chat_state: ChatState, )
crates/wasmind_cli/src/tui/components/chat_history.rs:474
↓ 1 callersFunctioncount_cached_actors
(cache_dir: &Path)
crates/wasmind_cli/src/utils.rs:4
↓ 1 callersFunctioncreate_assistant_widgets
Creates widgets for assistant messages, including text content and tool calls
crates/wasmind_cli/src/tui/components/chat_history.rs:307
↓ 1 callersFunctioncreate_sample_tool_calls
()
crates/wasmind_cli/src/bin/tui_preview/graph.rs:71
↓ 1 callersFunctioncreate_spawn_agent_message
( name: &str, parent_agent: Option<&Scope>, )
crates/wasmind_cli/src/bin/tui_preview/utils.rs:4
↓ 1 callersFunctioncreate_test_litellm_config
()
crates/wasmind_cli/src/litellm_manager.rs:544
↓ 1 callersFunctioncreate_tool_status_updates
()
crates/wasmind_cli/src/bin/tui_preview/graph.rs:112
↓ 1 callersFunctioncreate_tool_widget
Creates a tool call widget with dynamic status and expansion support
crates/wasmind_cli/src/tui/components/chat_history.rs:194
↓ 1 callersMethodcurrent_dir
(&self, dir: &str)
actors/execute_bash/src/bindings.rs:220
↓ 1 callersMethodcurrent_dir
( &mut self, self_: Resource<CommandResource>, dir: String, )
crates/wasmind/src/actors/manager/actor_state/command.rs:84
↓ 1 callersMethodcursor_style
Set text editor cursor style
crates/wasmind_cli/src/tui/components/textarea/tui_realm_textarea.rs:202
↓ 1 callersFunctiondefault_base_template
()
actors/assistant/src/system_prompt.rs:25
↓ 1 callersFunctiondeserialize_flexible_bool
Deserializer that accepts both boolean values and string representations of booleans. This is useful when dealing with LLM-generated JSON where boole
crates/wasmind_actor_utils/src/utils.rs:54
↓ 1 callersMethoddisplay_name
(&self)
crates/wasmind_actor_utils_common_messages/src/lib.rs:201
↓ 1 callersFunctiondisplay_status
( _config: &Config, resolved_actors: &HashMap<String, ResolvedActor>, analysis: &StartupAnalysis,
crates/wasmind_cli/src/commands/check.rs:217
↓ 1 callersMethodenv
( &mut self, self_: Resource<CommandResource>, key: String, value: String,
crates/wasmind/src/actors/manager/actor_state/command.rs:39
↓ 1 callersMethodexecute_command
Execute command using the command interface
actors/execute_bash/src/lib.rs:345
↓ 1 callersMethodfind_selected_y_position
Finds the Y position of the selected node in the tree for rendering.
crates/wasmind_cli/src/tui/components/graph/mod.rs:273
↓ 1 callersFunctionformat_config_compact
(config: &toml::Table)
crates/wasmind_cli/src/commands/check.rs:148
↓ 1 callersMethodformat_keybindings
Formats key bindings for display in the keybindings box
crates/wasmind_cli/src/tui/components/graph/mod.rs:355
↓ 1 callersFunctionformat_message_for_agent_from_manager
(message: &str)
actors/delegation_network/crates/send_message/src/lib.rs:52
↓ 1 callersFunctionformat_toml_table_proper
(table: &toml::Table, section_prefix: String, _depth: usize)
crates/wasmind_cli/src/commands/check.rs:157
↓ 1 callersFunctionformat_toml_value_for_display
(value: &toml::Value)
crates/wasmind_cli/src/commands/check.rs:195
↓ 1 callersMethodformat_transcript
(&self)
actors/delegation_network/crates/check_health/src/lib.rs:141
↓ 1 callersFunctiongenerate_tag_text
()
crates/wasmind_cli/src/tui/components/splash.rs:21
↓ 1 callersMethodget_base_url
(&self)
crates/wasmind_cli/src/config.rs:132
↓ 1 callersMethodget_base_url
(&self)
crates/wasmind_cli/src/litellm_manager.rs:489
↓ 1 callersMethodget_buffer
(&mut self, area: Rect, context: &())
crates/wasmind_cli/src/tui/components/chat_history.rs:129
↓ 1 callersFunctionget_data_dir
()
crates/wasmind_config/src/lib.rs:280
↓ 1 callersMethodget_expected_wasm_name
(&self, build_dir: &Path)
crates/wasmind_actor_loader/src/lib.rs:719
↓ 1 callersFunctionget_host_os_info
Get the actual operating system information from the host This returns the real host OS info, not "wasm32"
actors/assistant/src/bindings.rs:72
↓ 1 callersFunctionget_host_working_directory
Get the actual working directory from the host system This returns the real host working directory, not the WASM guest working directory
actors/assistant/src/bindings.rs:34
↓ 1 callersMethodget_mut
Gets mutable access to the underlying `T` which represents this resource.
actors/delegation_network/crates/send_message/src/bindings.rs:1757
↓ 1 callersMethodget_mut
Gets mutable access to the underlying `T` which represents this resource.
actors/delegation_network/crates/wait/src/bindings.rs:1757
↓ 1 callersMethodget_mut
Gets mutable access to the underlying `T` which represents this resource.
actors/assistant/src/bindings.rs:845
↓ 1 callersMethodget_or_read_file_content
( &mut self, path: P, start_line: Option<usize>, end_line: Option<usize>,
actors/file_interaction/crates/file_interaction/src/lib.rs:615
↓ 1 callersFunctionget_parent_scope
Get the parent scope of the current actor Returns None if this is a root agent, Some(scope_id) if it has a parent
actors/delegation_network/crates/complete/src/bindings.rs:1458
↓ 1 callersFunctionget_parent_scope
Get the parent scope of the current actor Returns None if this is a root agent, Some(scope_id) if it has a parent
actors/delegation_network/crates/flag_issue/src/bindings.rs:1458
↓ 1 callersFunctionget_parent_scope
Get the parent scope of the current actor Returns None if this is a root agent, Some(scope_id) if it has a parent
actors/delegation_network/crates/send_manager_message/src/bindings.rs:1458
↓ 1 callersMethodget_parent_scope
(&mut self)
crates/wasmind/src/actors/manager/actor_state/agent.rs:21
↓ 1 callersFunctionget_parent_scope_of
Get the parent scope of the specified scope Returns None if the scope has no parent or if the scope is invalid
actors/delegation_network/crates/flag_issue/src/bindings.rs:1512
↓ 1 callersFunctionget_throbber_for_agent_status
(status: &AgentStatus)
crates/wasmind_cli/src/tui/components/graph/agent.rs:113
↓ 1 callersFunctiongit_refs_match
( ref1: &Option<wasmind_config::GitRef>, ref2: &Option<wasmind_config::GitRef>, )
crates/wasmind_actor_loader/src/dependency_resolver.rs:615
↓ 1 callersMethodhandle
(&self)
actors/file_interaction/crates/file_interaction_actor/src/bindings.rs:320
↓ 1 callersMethodhandle_actor_ready
(&mut self, msg: MessageEnvelope)
crates/wasmind/src/coordinator.rs:106
↓ 1 callersMethodhandle_approve
(&self, execute_tool: ExecuteTool)
actors/code_with_experts/crates/approve/src/lib.rs:75
↓ 1 callersMethodhandle_command_output
Handle command output and create appropriate response
actors/execute_bash/src/lib.rs:392
↓ 1 callersMethodhandle_create_plan
(&mut self, title: String, task_descriptions: Vec<String>, tool_call_id: &str, originating_request_id: &str)
actors/delegation_network/crates/planner/src/lib.rs:265
↓ 1 callersMethodhandle_edit_file
(&mut self, execute_tool: ExecuteTool)
actors/code_with_experts/crates/file_interaction_with_approval/src/lib.rs:301
↓ 1 callersMethodhandle_edit_file
(&mut self, execute_tool: ExecuteTool)
actors/file_interaction/crates/file_interaction_actor/src/lib.rs:247
↓ 1 callersMethodhandle_read_file
(&mut self, execute_tool: ExecuteTool)
actors/code_with_experts/crates/file_interaction_with_approval/src/lib.rs:253
↓ 1 callersMethodhandle_read_file
(&mut self, execute_tool: ExecuteTool)
actors/file_interaction/crates/file_interaction_actor/src/lib.rs:199
↓ 1 callersMethodhandle_request_changes
(&self, execute_tool: ExecuteTool)
actors/code_with_experts/crates/request_changes/src/lib.rs:86
↓ 1 callersMethodhandle_request_plan_review
(&mut self, execute_tool: ExecuteTool)
actors/review_plan/crates/request_plan_review/src/lib.rs:197
↓ 1 callersMethodhandle_review_plan
(&self, execute_tool: ExecuteTool)
actors/review_plan/crates/review_plan/src/lib.rs:86
↓ 1 callersMethodhandle_send_message_tool_call
(&mut self, tool_call: ExecuteTool)
actors/delegation_network/crates/send_message/src/lib.rs:167
↓ 1 callersMethodhandle_update_task
(&mut self, task_number: usize, new_status: TaskStatus, tool_call_id: &str, originating_request_id: &str)
actors/delegation_network/crates/planner/src/lib.rs:305
↓ 1 callersMethodhandle_wait_tool_call
(&mut self, tool_call: ExecuteTool)
actors/delegation_network/crates/wait/src/lib.rs:137
↓ 1 callersMethodhas_active_throbber
(&self, context: &Self::Context<'a>)
crates/wasmind_cli/src/tui/components/chat_history.rs:444
↓ 1 callersMethodheader
Add a single header to the request
actors/conversation_compaction/src/bindings.rs:203
↓ 1 callersMethodheader
( &mut self, self_: Resource<HttpRequestResource>, key: String, value: String,
crates/wasmind/src/actors/manager/actor_state/http.rs:63
↓ 1 callersMethodheaders
( &mut self, self_: Resource<HttpRequestResource>, headers: http::Headers, )
crates/wasmind/src/actors/manager/actor_state/http.rs:74
↓ 1 callersFunctioninit_logger_with_rotation
( log_path: P, max_file_size_mb: usize, max_file_count: usize, )
crates/wasmind_cli/src/lib.rs:63
↓ 1 callersFunctioninvalid_enum_discriminant
()
actors/conversation_compaction/src/bindings.rs:1170
↓ 1 callersFunctioninvalid_enum_discriminant
()
actors/execute_bash/src/bindings.rs:1052
↓ 1 callersFunctioninvalid_enum_discriminant
()
actors/assistant/src/bindings.rs:1281
↓ 1 callersMethodinvalidate_message_with_tool_call
Finds and invalidates cache for message containing specific tool call
crates/wasmind_cli/src/tui/components/chat_history.rs:559
↓ 1 callersMethodis_already_resolved_with_matching_source
Check if actor is already resolved with matching source
crates/wasmind_actor_loader/src/dependency_resolver.rs:274
↓ 1 callersMethodlist_model_names
(&self)
crates/wasmind_cli/src/config.rs:145
↓ 1 callersMethodload_actor_manifest
Load and validate actor manifest
crates/wasmind_actor_loader/src/dependency_resolver.rs:332
↓ 1 callersMethodload_actors
( &self, actors: Vec<Actor>, actor_overrides: Vec<wasmind_config::ActorOverride>,
crates/wasmind_actor_loader/src/lib.rs:279
↓ 1 callersFunctionload_manifest_for_source
( source: &ActorSource, external_cache: &ExternalDependencyCache, )
crates/wasmind_actor_loader/src/dependency_resolver.rs:578
↓ 1 callersFunctionload_manifest_from_git
( git_source: &wasmind_config::Repository, external_cache: &ExternalDependencyCache, )
crates/wasmind_actor_loader/src/dependency_resolver.rs:546
↓ 1 callersMethodmake_compaction_request
( &self, base_url: &str, messages: &[ChatMessageWithRequestId], )
actors/conversation_compaction/src/lib.rs:285
↓ 1 callersMethodmake_completion_request
( &self, system_prompt: &str, messages: &[ChatMessage], tools: Option<&[Tool]>
actors/assistant/src/lib.rs:243
↓ 1 callersMethodmax_output_bytes
(&self, bytes: u32)
actors/execute_bash/src/bindings.rs:269
↓ 1 callersMethodmerge_slice
(&mut self, new_slice: FileSlice)
actors/file_interaction/crates/file_interaction/src/lib.rs:256
↓ 1 callersMethodorganize_contributions
Organizes contributions by section and priority
actors/assistant/src/system_prompt.rs:245
↓ 1 callersFunctionparse_tool_attributes
(input: &DeriveInput)
crates/wasmind_actor_utils_macros/src/lib.rs:219
↓ 1 callersMethodpaste
(&mut self)
crates/wasmind_cli/src/tui/components/textarea/tui_realm_textarea.rs:313
↓ 1 callersMethodrefresh_cache_preserving_strategy
Refresh the cache for a file while preserving the original caching strategy. If the file was originally cached as Full, re-read the full file. If the
actors/file_interaction/crates/file_interaction/src/lib.rs:854
↓ 1 callersFunctionremove_actors_cache
(cache_dir: &Path)
crates/wasmind_cli/src/utils.rs:13
↓ 1 callersMethodremove_recursive
Recursive helper to find and remove a child node. Returns the removed node.
crates/wasmind_cli/src/tui/components/graph/mod.rs:238
↓ 1 callersMethodrender_buf_with_throbber
( &self, buf: &mut Buffer, area: Rect, title_len: usize, throbber: Thr
crates/wasmind_cli/src/tui/throbber_in_title_ext.rs:55
↓ 1 callersMethodrender_contribution
Renders a single contribution to text
actors/assistant/src/system_prompt.rs:211
↓ 1 callersMethodrender_ref
(&self, area: Rect, buf: &mut Buffer)
crates/wasmind_cli/src/tui/components/chat_history.rs:66
↓ 1 callersFunctionrender_tree_node
( frame: &mut Frame, area: Rect, node: &mut AgentNode, depth: u16, y_offset: &mut u32,
crates/wasmind_cli/src/tui/components/graph/mod.rs:381
↓ 1 callersMethodrender_with_throbber
(self, f: &mut Frame, area: Rect, title_len: usize, throbber: Throbber)
crates/wasmind_cli/src/tui/throbber_in_title_ext.rs:39
↓ 1 callersMethodrequired_spawn_with
(&self)
crates/wasmind/src/actors/mod.rs:47
↓ 1 callersMethodresolve_actor_dependencies
Resolve all dependencies declared in the manifest
crates/wasmind_actor_loader/src/dependency_resolver.rs:468
↓ 1 callersFunctionresolve_relative_source
(parent_source: &ActorSource, dep_source: ActorSource)
crates/wasmind_actor_loader/src/dependency_resolver.rs:671
↓ 1 callersMethodretry
Configure automatic retry with exponential backoff max-attempts: Total number of attempts (including initial request) base-delay-ms: Base delay in mil
actors/conversation_compaction/src/bindings.rs:370
↓ 1 callersMethodretry
Configure automatic retry with exponential backoff max-attempts: Total number of attempts (including initial request) base-delay-ms: Base delay in mil
actors/assistant/src/bindings.rs:481
↓ 1 callersMethodretry_on_status_codes
Configure which HTTP status codes should trigger retries Only has effect when combined with retry() configuration codes: List of HTTP status codes tha
actors/conversation_compaction/src/bindings.rs:398
↓ 1 callersMethodretry_on_status_codes
Configure which HTTP status codes should trigger retries Only has effect when combined with retry() configuration codes: List of HTTP status codes tha
actors/assistant/src/bindings.rs:509
← previousnext →401–500 of 1,628, ranked by callers