Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sompote/TigrimOSR
/ functions
Functions
1,149 in github.com/Sompote/TigrimOSR
⨍
Functions
1,149
◇
Types & classes
185
↓ 1 callers
Function
blackboard_check_awarded
Check if an agent was recently awarded a task on the blackboard. Returns true if any task in the session's blackboard has `awarded_to == Some(agent_id
src/server/services/protocols.rs:974
↓ 1 callers
Function
blackboard_complete_task
( session_id: &str, agent_id: &str, task_id: &str, result: Value, )
src/server/services/protocols.rs:929
↓ 1 callers
Function
blackboard_destroy
(session_id: &str)
src/server/services/protocols.rs:985
↓ 1 callers
Function
blackboard_get_log
( session_id: &str, limit: Option<usize>, )
src/server/services/protocols.rs:960
↓ 1 callers
Function
blackboard_propose
( session_id: &str, agent_id: &str, description: &str, task_id: Option<&str>, )
src/server/services/protocols.rs:880
↓ 1 callers
Function
blackboard_start_task
( session_id: &str, agent_id: &str, task_id: &str, )
src/server/services/protocols.rs:918
↓ 1 callers
Function
build_agent_system_prompt
Build a system prompt for a specific agent from the YAML config
src/server/services/toolbox.rs:2249
↓ 1 callers
Function
build_api_routes
(_state: Arc<AppState>)
src/server/routes/mod.rs:24
↓ 1 callers
Function
build_failover_candidates
Build the failover candidate list for a router agent: its own resolved model first, then the remaining pool entries (same-tier preferred) read from th
src/server/services/toolbox.rs:7604
↓ 1 callers
Function
build_post_compact_attachments
()
src/server/services/compact.rs:850
↓ 1 callers
Method
build_project_system_prompt
(&self, runtime: &tokio::runtime::Handle)
src/ui/chat.rs:2197
↓ 1 callers
Function
build_prompt
( candidates: &[SessionSummary], existing: &[ExistingSkillInfo], exclude_session_ids: &HashSet<Str
src/server/services/skill_synthesizer.rs:562
↓ 1 callers
Function
build_realtime_agent_prompt
Build the system prompt for a realtime agent — mode-aware (tiger_cowork clone).
src/server/services/toolbox.rs:1017
↓ 1 callers
Function
build_remediation_prompt
( skill_name: &str, current_skill_md: &str, excerpt: &str, comment: &str, workflow: &[Suba
src/server/services/skill_synthesizer.rs:708
↓ 1 callers
Function
build_summarization_prompt
( tool_call_count: usize, conversation_parts: &[String], msg_count: usize, )
src/server/services/compact.rs:710
↓ 1 callers
Function
builtin_providers
()
src/ui/settings.rs:103
↓ 1 callers
Function
bundled_font_bytes
Bytes for a named bundled font, or `None` if the name is unknown.
src/ui/theme.rs:270
↓ 1 callers
Function
bundled_font_names
Names of the bundled, selectable proportional UI fonts (modern web fonts). "Inter" is the font used by Vite / VitePress; "Geist" is Vercel's.
src/ui/theme.rs:259
↓ 1 callers
Function
bus_consume_from_history
( session_id: &str, topic: &str, )
src/server/services/protocols.rs:340
↓ 1 callers
Function
bus_destroy
(session_id: &str)
src/server/services/protocols.rs:447
↓ 1 callers
Function
bus_history
(session_id: &str, topic: Option<&str>)
src/server/services/protocols.rs:332
↓ 1 callers
Function
calculate_statistics
Calculate aggregate statistics from tweets. Args: tweets: List of tweet summary objects Returns: Dictionary with variou
assets/skills/twitter-search/scripts/twitter_search.py:208
↓ 1 callers
Function
call_browser_tool_for_agent
Route a generic `mcp_browser_*` call to this agent's OWN isolated browser. Falls back to the shared browser if the per-agent one can't start.
src/server/services/mcp.rs:432
↓ 1 callers
Function
call_http_tool
(conn: &McpConnection, tool_name: &str, args: &Value)
src/server/services/mcp.rs:874
↓ 1 callers
Function
canvas_color
Canvas color (inputs / recessed areas).
src/ui/theme.rs:89
↓ 1 callers
Function
card_color
Card color (cards / input bar).
src/ui/theme.rs:91
↓ 1 callers
Method
chat_panel
(&mut self, ui: &mut egui::Ui, runtime: &tokio::runtime::Handle)
src/ui/chat.rs:3162
↓ 1 callers
Function
chat_user_bubble
Fill color for the user's chat bubble (theme accent).
src/ui/theme.rs:55
↓ 1 callers
Function
chat_user_text
Readable text color for the user's chat bubble (auto-contrasted to the bubble fill, so it works on light or dark accents).
src/ui/theme.rs:71
↓ 1 callers
Function
check_pending_work
(session_id: &str)
src/server/services/toolbox.rs:7917
↓ 1 callers
Function
clawhub_info
Get detailed info about a skill by slug
src/server/services/clawhub.rs:105
↓ 1 callers
Function
clawhub_install
Install a skill from ClawHub by slug
src/server/services/clawhub.rs:62
↓ 1 callers
Function
clawhub_search
Search the ClawHub/OpenClaw skill marketplace
src/server/services/clawhub.rs:32
↓ 1 callers
Function
clean_attachment_note
Drop the "[Attached file…]" / "[Attached files…]" note (and everything after it) from the message, leaving just the user's actual words. Falls back to
src/server/services/toolbox.rs:6517
↓ 1 callers
Method
clear_console
Append a timestamped line to console output (thread-safe).
src/vm/manager.rs:1150
↓ 1 callers
Function
clear_stale_browser_locks
Remove stale Chromium singleton lock files from a dedicated browser profile. Chromium guards a profile against concurrent use with `SingletonLock`, `
src/server/services/mcp.rs:484
↓ 1 callers
Function
collect_loaded_skills
(traces: &[SubagentTrace])
src/server/services/skill_synthesizer.rs:489
↓ 1 callers
Function
color_to_hex
Format a [`Color32`] as `#RRGGBB`, or `#RRGGBBAA` when it has transparency.
src/ui/theme.rs:300
↓ 1 callers
Method
complete_task
Complete a task with a result.
src/server/services/protocols.rs:820
↓ 1 callers
Function
connect_builtin_browser
Register the built-in browser-control server (Playwright MCP) with portable, per-install paths. Engine is "chromium" (bundled) or "chrome" (system).
src/server/services/mcp.rs:292
↓ 1 callers
Function
connect_http
Connect to an MCP server via SSE/HTTP
src/server/services/mcp.rs:586
↓ 1 callers
Function
connect_stdio
Connect to an MCP server via stdio (spawn process, send initialize, discover tools)
src/server/services/mcp.rs:513
↓ 1 callers
Method
connect_task_ws
Connect WebSocket for live task updates
src/ui/remote_view.rs:335
↓ 1 callers
Method
console_output
(&self)
src/vm/manager.rs:239
↓ 1 callers
Function
console_view
( ui: &mut egui::Ui, console_output: &str, vm_manager: &Arc<VmManager>, runtime: &tokio::runti
src/ui/console.rs:7
↓ 1 callers
Function
copy_dir_recursive
(src: &Path, dst: &Path)
src/server/services/plugin.rs:1032
↓ 1 callers
Method
create_cloud_init_seed
Create a FAT12 seed image with cloud-init NoCloud data using `hdiutil`. Contains: `meta-data`, `user-data` (full provisioning: Node 20, Python3, Tigr
src/vm/manager.rs:624
↓ 1 callers
Method
create_directory
(&mut self, runtime: &tokio::runtime::Handle)
src/ui/files_view.rs:402
↓ 1 callers
Method
create_file
(&mut self, runtime: &tokio::runtime::Handle)
src/ui/files_view.rs:427
↓ 1 callers
Method
create_new_chat_from_sidebar
(&mut self, runtime: &tokio::runtime::Handle)
src/ui/chat.rs:2557
↓ 1 callers
Function
current_port
()
src/server/services/vpn.rs:302
↓ 1 callers
Function
deduplicate_by_doi
Deduplicate results by DOI, keeping the first occurrence (with most metadata).
assets/skills/literature-review/scripts/lit_search.py:285
↓ 1 callers
Function
default_file_display
()
src/ui/theme.rs:136
↓ 1 callers
Function
default_font_family
()
src/ui/theme.rs:132
↓ 1 callers
Method
delete_dialog
(&mut self, ui: &mut egui::Ui, runtime: &tokio::runtime::Handle)
src/ui/chat.rs:4353
↓ 1 callers
Method
delete_selected
(&mut self, runtime: &tokio::runtime::Handle)
src/ui/files_view.rs:350
↓ 1 callers
Method
delete_selected_bulk
(&mut self, runtime: &tokio::runtime::Handle)
src/ui/files_view.rs:369
↓ 1 callers
Method
delete_session_from_sidebar
(&mut self, runtime: &tokio::runtime::Handle, session_id: &str)
src/ui/chat.rs:2561
↓ 1 callers
Function
detect_zip_root
(archive: &mut zip::ZipArchive<std::io::Cursor<&[u8]>>)
src/server/services/plugin.rs:836
↓ 1 callers
Function
disconnect_server
Disconnect a single MCP server
src/server/services/mcp.rs:710
↓ 1 callers
Method
download_and_prepare_image
Download Ubuntu QCOW2 cloud image and convert to raw with qemu-img.
src/vm/manager.rs:506
↓ 1 callers
Function
due_since
True if the task's schedule fired at some instant in (since, now].
src/server/services/scheduler.rs:39
↓ 1 callers
Function
embed_images_for_vision
For vision-capable models, rewrite the most recent user message so that any images it references become real inline vision content. Only the latest us
src/server/services/toolbox.rs:6563
↓ 1 callers
Function
ensure_agent_browser
Lazily launch an isolated Playwright MCP browser dedicated to one agent. No-op if already running. Returns true when a browser is available.
src/server/services/mcp.rs:385
↓ 1 callers
Function
ensure_agent_history_dir
(session_id: &str)
src/server/data.rs:864
↓ 1 callers
Method
ensure_instances_loaded
(&mut self, runtime: &tokio::runtime::Handle)
src/ui/remote_view.rs:168
↓ 1 callers
Method
ensure_qemu_img
Ensure `qemu-img` is available; install via Homebrew if missing.
src/vm/manager.rs:466
↓ 1 callers
Method
ensure_sessions_loaded
Ensure sessions are loaded (for app sidebar rendering) without rendering anything
src/ui/chat.rs:2566
↓ 1 callers
Method
error_message
(&self)
src/vm/manager.rs:231
↓ 1 callers
Function
exec_bb_award
(args: &Value, session_id: &str, agent_id: &str)
src/server/services/toolbox.rs:5239
↓ 1 callers
Function
exec_bb_bid
(args: &Value, session_id: &str, agent_id: &str)
src/server/services/toolbox.rs:5227
↓ 1 callers
Function
exec_bb_complete
(args: &Value, session_id: &str, agent_id: &str)
src/server/services/toolbox.rs:5264
↓ 1 callers
Function
exec_bb_log
(args: &Value, session_id: &str)
src/server/services/toolbox.rs:5284
↓ 1 callers
Function
exec_bb_propose
(args: &Value, session_id: &str, agent_id: &str)
src/server/services/toolbox.rs:5184
↓ 1 callers
Function
exec_bb_read
(args: &Value, session_id: &str)
src/server/services/toolbox.rs:5273
↓ 1 callers
Function
exec_check_agents
Tool: check_agents — list status of all agents in the realtime session
src/server/services/toolbox.rs:2208
↓ 1 callers
Function
exec_claude_code_agent
Claude Code CLI agent — spawn `claude -p` and parse stream-json output
src/server/services/toolbox.rs:4981
↓ 1 callers
Function
exec_clawhub_install
(args: &Value)
src/server/services/toolbox.rs:5342
↓ 1 callers
Function
exec_clawhub_search
(args: &Value)
src/server/services/toolbox.rs:5295
↓ 1 callers
Function
exec_cron_create
(args: &Value)
src/server/services/toolbox.rs:6094
↓ 1 callers
Function
exec_cron_delete
(args: &Value)
src/server/services/toolbox.rs:6190
↓ 1 callers
Function
exec_cron_list
(_args: &Value)
src/server/services/toolbox.rs:6150
↓ 1 callers
Function
exec_cron_run_now
(args: &Value)
src/server/services/toolbox.rs:6209
↓ 1 callers
Function
exec_cron_toggle
(args: &Value)
src/server/services/toolbox.rs:6170
↓ 1 callers
Function
exec_delete_file
delete_file — port of tiger_cowork deleteFileTool
src/server/services/toolbox.rs:4680
↓ 1 callers
Function
exec_fetch_url
(args: &Value)
src/server/services/toolbox.rs:3599
↓ 1 callers
Function
exec_gemini_cli_agent
Gemini CLI agent — spawn `gemini -p` and parse stream-json output
src/server/services/toolbox.rs:5044
↓ 1 callers
Function
exec_list_files
(args: &Value, sandbox_dir: &str)
src/server/services/toolbox.rs:4352
↓ 1 callers
Function
exec_list_local_mounts
list_local_mounts — returns configured local mount points from settings
src/server/services/toolbox.rs:4703
↓ 1 callers
Function
exec_list_skills
(_args: &Value, _sandbox_dir: &str)
src/server/services/toolbox.rs:4497
↓ 1 callers
Function
exec_load_skill
(args: &Value, _sandbox_dir: &str)
src/server/services/toolbox.rs:4550
↓ 1 callers
Function
exec_proto_bus_history
(args: &Value, session_id: &str)
src/server/services/toolbox.rs:5151
↓ 1 callers
Function
exec_proto_bus_publish
(args: &Value, session_id: &str, agent_id: &str)
src/server/services/toolbox.rs:5144
↓ 1 callers
Function
exec_proto_queue_peek
(args: &Value, agent_id: &str)
src/server/services/toolbox.rs:5175
↓ 1 callers
Function
exec_proto_queue_receive
(args: &Value, agent_id: &str)
src/server/services/toolbox.rs:5166
↓ 1 callers
Function
exec_proto_queue_send
(args: &Value, session_id: &str, agent_id: &str)
src/server/services/toolbox.rs:5158
↓ 1 callers
Function
exec_proto_tcp_read
(args: &Value, agent_id: &str)
src/server/services/toolbox.rs:5137
↓ 1 callers
Function
exec_proto_tcp_send
(args: &Value, session_id: &str, agent_id: &str)
src/server/services/toolbox.rs:5128
↓ 1 callers
Function
exec_read_file
(args: &Value, sandbox_dir: &str)
src/server/services/toolbox.rs:4226
↓ 1 callers
Function
exec_run_react
run_react — compile JSX/React code, save compiled JS for the output panel
src/server/services/toolbox.rs:4737
← previous
next →
401–500 of 1,149, ranked by callers