MCPcopy Create free account

hub / github.com/avibe-bot/avibe / functions

Functions10,036 in github.com/avibe-bot/avibe

↓ 3 callersFunction_ensure_config
()
vibe/cli.py:723
↓ 3 callersFunction_ensure_workdir
( path: str, *, platform: str, settings_key: str, session_key: str, source: str, )
core/services/agent_run_target.py:748
↓ 3 callersFunction_escape_html
(value: str)
core/show_pages.py:787
↓ 3 callersFunction_escape_markdown_table_cell
(value: str)
core/system_prompt_injection.py:326
↓ 3 callersMethod_execute_claimed_request
(self, request: TaskExecutionRequest)
core/scheduled_tasks.py:1627
↓ 3 callersMethod_extract_file_attachments
Convert Slack file objects to FileAttachment list. Args: files: List of Slack file objects from event Returns:
modules/im/slack.py:1002
↓ 3 callersMethod_extract_text
Extract text content from iLink message item_list. The ``type`` field is an integer: 1=TEXT, 2=IMAGE, 3=VOICE, 4=FILE, 5=VIDEO.
modules/im/wechat.py:1394
↓ 3 callersMethod_extract_thread_id
(self, params: Dict[str, Any])
modules/agents/codex/agent.py:1353
↓ 3 callersMethod_extract_turn_id
(self, params: dict[str, Any])
modules/agents/codex/event_handler.py:462
↓ 3 callersFunction_fake_incus_query
(*, override="", legacy_exists=False)
tests/test_incus_tenant_scaffold.py:105
↓ 3 callersMethod_find_flow_for_submission
(self, context: MessageContext, backend_hint: str | None)
core/agent_auth_service.py:1702
↓ 3 callersFunction_find_matching_jsonc_delimiter
(source: str, start: int, opening: str, closing: str)
vibe/opencode_config.py:232
↓ 3 callersMethod_find_select
(card, field_name)
tests/test_feishu_routing_card.py:52
↓ 3 callersMethod_finish_processing_indicator_turn
(self, context: MessageContext)
core/message_dispatcher.py:152
↓ 3 callersFunction_float
(value: Any)
storage/sessions_service.py:1326
↓ 3 callersMethod_fork_correction_pending_sessions
(self)
modules/agents/codex/agent.py:1155
↓ 3 callersFunction_format_rect
(raw: Any)
core/show_session_events.py:499
↓ 3 callersFunction_format_release_version_link
(version: str, platform: str = "markdown")
core/update_checker.py:132
↓ 3 callersMethod_get_agent_display_name
Return a friendly agent name for the current context.
core/handlers/settings_handler.py:63
↓ 3 callersMethod_get_claude_cli_path_override
(self)
core/handlers/session_handler.py:426
↓ 3 callersMethod_get_consolidated_message_lock
(self, key: str)
core/message_dispatcher.py:220
↓ 3 callersMethod_get_context_platform
(self, context: MessageContext)
core/handlers/session_handler.py:302
↓ 3 callersMethod_get_context_token_for_user
(self, user_id: str)
modules/im/wechat.py:1672
↓ 3 callersMethod_get_current_object
(self)
vibe/ui_compat.py:32
↓ 3 callersMethod_get_im_client_for_user
(self, user_id: str)
core/update_checker.py:593
↓ 3 callersMethod_get_lang
Get the global language setting from config.
modules/im/slack.py:110
↓ 3 callersMethod_get_result_max_chars
(self, context: MessageContext)
core/message_dispatcher.py:383
↓ 3 callersMethod_get_sdk_domain
Return the lark-oapi SDK domain constant based on config.
modules/im/feishu.py:187
↓ 3 callersMethod_get_target_context
(self, context: MessageContext)
core/message_dispatcher.py:180
↓ 3 callersFunction_get_updates_error_code
(resp: Optional[Dict[str, Any]])
modules/im/wechat.py:69
↓ 3 callersMethod_get_workspace_owner_id
Get the Slack workspace primary owner's user ID. Legacy fallback: used only when no admins are configured.
core/update_checker.py:598
↓ 3 callersFunction_github_release_url
(version: str)
core/update_checker.py:87
↓ 3 callersMethod_github_source_dir
(self)
core/show_runtime.py:972
↓ 3 callersFunction_go
()
tests/test_internal_client.py:51
↓ 3 callersFunction_harness_page_payload_for_status
(page_result, *, items_key: str, counts: dict[str, int], status: str)
vibe/ui_server.py:5514
↓ 3 callersFunction_harness_status_filter
()
vibe/ui_server.py:5489
↓ 3 callersFunction_head_schema_ready
(conn: sqlite3.Connection, tables: set[str])
storage/migrations.py:291
↓ 3 callersMethod_headers
(self)
tests/e2e/drivers/discord_driver.py:31
↓ 3 callersMethod_hydrate_bot_identity
(self)
modules/im/slack.py:328
↓ 3 callersFunction_insert_def
(conn, *, def_id: str, session_id: str, definition_type: str, deleted_at=None)
tests/test_session_archive.py:39
↓ 3 callersFunction_insert_run
(conn, *, run_id: str, session_id: str, status: str)
tests/test_session_archive.py:54
↓ 3 callersMethod_is_archived
(self, session_id: str)
core/show_pages.py:326
↓ 3 callersFunction_is_cli_show_event_request
()
vibe/ui_server.py:302
↓ 3 callersFunction_is_cloudflared_executable
(value: str)
vibe/remote_access.py:202
↓ 3 callersMethod_is_duplicate_event
(self, event_id: Optional[str])
modules/im/feishu.py:271
↓ 3 callersFunction_is_executable_file
(path: Path)
vibe/api.py:142
↓ 3 callersFunction_is_local_provider
Whether the provider runs on localhost and needs no credentials. Earlier this also tagged ``no auth methods → local`` but OpenCode 1.14's ``/
vibe/api.py:5264
↓ 3 callersFunction_is_prerelease_version
(value: str)
vibe/upgrade.py:337
↓ 3 callersFunction_is_regular_file
A real file, i.e. exists and is not a symlink.
vibe/project_agents_md.py:44
↓ 3 callersFunction_is_remote_access_request
(config: V2Config)
vibe/ui_server.py:989
↓ 3 callersFunction_is_self_authored_comment
(comment: dict[str, Any], viewer_login: str | None)
skills/background-watch-hook/scripts/wait_pr.py:64
↓ 3 callersMethod_is_session_fresh
(self, session: WeChatLoginSession)
modules/im/wechat_auth.py:124
↓ 3 callersFunction_is_show_runtime_immutable_asset_path
(asset_path: str)
vibe/ui_server.py:6827
↓ 3 callersFunction_item
(agent: str, prefix: str, session_id: str, sort_ts: float)
tests/test_native_session_providers.py:491
↓ 3 callersFunction_json_dumps
(value: Any)
core/vibe_agents.py:53
↓ 3 callersFunction_json_dumps
(value: object)
storage/alembic/versions/20260530_0008_remove_legacy_default_agent.py:362
↓ 3 callersFunction_json_loads
(value: str | None, default: Any)
core/chat_discovery.py:126
↓ 3 callersFunction_json_request
( url: str, payload: dict[str, Any], timeout: float = 20.0, headers: dict[str, str] | None = N
vibe/remote_access.py:622
↓ 3 callersFunction_lark_api_base
Return the API base URL for the given Lark/Feishu domain.
vibe/api.py:6718
↓ 3 callersMethod_legacy_manifest_install_dir
(self, manifest: ShowRuntimeManifest, archive: ShowRuntimeArchive)
core/show_runtime.py:676
↓ 3 callersFunction_line_start
(source: str, index: int)
vibe/opencode_config.py:279
↓ 3 callersMethod_list_file_runs
(self, *, status: Optional[str] = None)
core/scheduled_tasks.py:1067
↓ 3 callersFunction_load_attr
(module_name: str, attr_name: str)
config/platform_registry.py:107
↓ 3 callersFunction_load_auth
(path: Path)
vibe/codex_config.py:92
↓ 3 callersMethod_load_context_tokens
(self)
modules/im/wechat.py:1596
↓ 3 callersFunction_load_metadata
(value: Any)
storage/workbench_sessions_service.py:97
↓ 3 callersFunction_local_interface_network
Return the network ``setup_host`` is configured on locally. Reads the interface's actual netmask via ``psutil.net_if_addrs`` so the trust sco
vibe/ui_server.py:513
↓ 3 callersFunction_lock_file_pid
(lock_file)
vibe/runtime.py:182
↓ 3 callersFunction_log_oauth_diag
Emit an unauthenticated-reachable OAuth diagnostic at WARNING, rate-limited per ``key`` (~once / ``_OAUTH_DIAG_LOG_INTERVAL_SECONDS``). The O
vibe/ui_server.py:1472
↓ 3 callersMethod_make_bot
(self)
tests/test_feishu_post_messages.py:52
↓ 3 callersFunction_make_handler
(settings_manager: _StubSettingsManager)
tests/test_settings_handler.py:28
↓ 3 callersFunction_make_watcher
Build a watcher whose controller's auth service exposes ``handler``.
tests/test_runtime_commands.py:20
↓ 3 callersMethod_maybe_backfill_session_title
Best-effort backfill of an empty Vibe session title from the backend.
modules/agents/base.py:301
↓ 3 callersMethod_maybe_capture_session_id
Capture session id from system init messages.
modules/agents/claude_agent.py:1120
↓ 3 callersMethod_maybe_create_thread
(self, message: discord.Message)
modules/im/discord.py:864
↓ 3 callersMethod_merge_session
( results: dict[str, NativeResumeSession], item: NativeResumeSession, )
modules/agents/native_sessions/claude.py:69
↓ 3 callersMethod_message_payload_json
(payload: dict[str, Any])
storage/background.py:1461
↓ 3 callersFunction_mock_no_interfaces
(monkeypatch)
tests/test_ui_remote_access_auth.py:40
↓ 3 callersFunction_next_command
(parts: list[str], page_result, *, include_all: bool = False)
vibe/cli.py:195
↓ 3 callersFunction_normalize_requested_run_status
(status: Optional[str])
core/scheduled_tasks.py:74
↓ 3 callersFunction_now
()
tests/test_workbench_media.py:24
↓ 3 callersFunction_oauth_callback_error_response
Build the HTML re-login response for a failed OAuth callback. Clears any stale handshake cookie so "Sign in again" starts a clean flow, and s
vibe/ui_server.py:1491
↓ 3 callersFunction_one_result_client
()
tests/test_claude_receiver_result_settle.py:34
↓ 3 callersMethod_open_dm_channel
(self, user_id: str)
modules/im/slack.py:449
↓ 3 callersMethod_open_dm_channel
Open a DM channel with a user and return the channel ID.
core/update_checker.py:652
↓ 3 callersFunction_open_session_engine
()
vibe/cli.py:3205
↓ 3 callersFunction_opencode_get_server
Spin up a transient OpenCodeServerManager instance for HTTP calls. Mirrors the pattern used by ``opencode_options_async``: pull the OpenCode
vibe/api.py:5213
↓ 3 callersFunction_page_request_from_args
(args, *, help_command: str)
vibe/cli.py:179
↓ 3 callersFunction_pagination_message
(page_payload: dict)
vibe/cli.py:202
↓ 3 callersMethod_parse_iso
(value: str | None)
modules/agents/native_sessions/claude.py:89
↓ 3 callersFunction_parse_provider_id
(model_key: Optional[str])
modules/agents/opencode/utils.py:42
↓ 3 callersFunction_parse_ps_rows
(output: str)
modules/agents/claude_process_reaper.py:180
↓ 3 callersFunction_parse_version
( value: str, )
vibe/upgrade.py:330
↓ 3 callersFunction_path_signature
(path: Path)
core/watches.py:31
↓ 3 callersFunction_path_signature
(path: Path)
core/scheduled_tasks.py:50
↓ 3 callersFunction_payload_float
(payload: dict[str, Any], key: str, default: float)
core/watches.py:39
↓ 3 callersMethod_payload_json
(payload: dict[str, Any], object_key: str, json_key: str)
storage/background.py:1465
↓ 3 callersFunction_pending_restart_path
()
vibe/restart_supervisor.py:33
↓ 3 callersMethod_persist_backend_auth_mode
Persist V2Config.agents.<backend>.auth_mode for web and IM flows.
core/agent_auth_service.py:3211
↓ 3 callersFunction_pid_matches_ui_server
(pid: int)
vibe/runtime.py:922
← previousnext →1,301–1,400 of 10,036, ranked by callers