MCPcopy Create free account

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

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

↓ 3 callersMethod_pin_agent_session_id
(context: Any, agent_session_id: str)
modules/agents/base.py:222
↓ 3 callersFunction_platform_enabled
Check if a specific platform is selected for integration testing. If E2E_PLATFORM is not set, all configured platforms are enabled. If set (e
tests/e2e/conftest.py:148
↓ 3 callersMethod_post_message_with_dm_recovery
( self, context: MessageContext, kwargs: Dict[str, Any], *, log_label:
modules/im/slack.py:463
↓ 3 callersFunction_pre_show_session_events_head_schema_ready
(conn: sqlite3.Connection, tables: set[str])
storage/migrations.py:298
↓ 3 callersMethod_prepend_message_metadata
Prepend configured per-turn metadata lines to the agent message.
core/handlers/message_handler.py:582
↓ 3 callersMethod_prepend_user_info
Prepend user identity as [username<user_id>] to the message.
core/handlers/message_handler.py:577
↓ 3 callersFunction_process_table_rows
(predicate: Callable[[ProcessParts], bool], *, limit: int)
core/process_diagnostics.py:76
↓ 3 callersFunction_project_to_scope_id
(project_id: str)
vibe/ui_server.py:4183
↓ 3 callersFunction_prune_agent_install_jobs
(now: float | None = None)
vibe/api.py:2839
↓ 3 callersFunction_prune_empty_provider_config
(config: Dict[str, Any], provider_id: str)
vibe/opencode_config.py:472
↓ 3 callersFunction_prune_processed_message_records
( conn: Connection, *, channel_id: str, thread_id: str, retained_record_keys: set[str] | N
storage/sessions_service.py:1213
↓ 3 callersFunction_prune_restart_logs
(limit: int = _RESTART_LOG_RETENTION)
vibe/restart_supervisor.py:73
↓ 3 callersFunction_publish_show_dispatch_event
(event_payload: dict[str, Any], event_name: str, data: Any)
vibe/ui_server.py:6274
↓ 3 callersFunction_read_opencode_config_api_key_provider_ids
()
vibe/api.py:5487
↓ 3 callersFunction_read_pid_file
(pid_path: Path)
scripts/incus_regression_supervisor.py:17
↓ 3 callersMethod_read_pid_file
(self)
modules/agents/opencode/server.py:352
↓ 3 callersFunction_read_recorded_ui_pid
()
vibe/restart_supervisor.py:106
↓ 3 callersFunction_read_vapid_keys
(key_path: Path)
core/web_push.py:42
↓ 3 callersFunction_reap_child
(pid: int | None)
scripts/incus_regression_supervisor.py:25
↓ 3 callersFunction_recover_stale_session_status
Clear a persisted ``running`` dot after the controller proves idle. The UI process owns the browser-facing API, while the controller owns the
vibe/ui_server.py:143
↓ 3 callersMethod_refresh_config_from_disk
()
tests/test_audio_asr.py:131
↓ 3 callersFunction_refresh_scope_for
(platform: str, kwargs: dict[str, Any])
core/chat_discovery.py:168
↓ 3 callersMethod_refresh_token
Get or refresh tenant access token.
tests/e2e/drivers/feishu_driver.py:37
↓ 3 callersMethod_release_runtime_turn
(self, context: MessageContext)
core/message_dispatcher.py:146
↓ 3 callersMethod_remember_context_token
(self, user_id: str, context_token: str)
modules/im/wechat.py:1658
↓ 3 callersFunction_remote_access_public_host
(config: V2Config)
vibe/ui_server.py:996
↓ 3 callersFunction_remote_access_snapshot
(config: V2Config)
vibe/ui_server.py:1011
↓ 3 callersMethod_render_settings_state
( self, state: _TelegramSettingsState, message_types: list[str], )
modules/im/telegram.py:2075
↓ 3 callersFunction_repair_head_required_columns
(conn: sqlite3.Connection, tables: set[str])
storage/migrations.py:304
↓ 3 callersFunction_repair_initial_required_columns
(conn: sqlite3.Connection, tables: set[str])
storage/migrations.py:456
↓ 3 callersMethod_resolve_codex_agent_settings
( self, request: AgentRequest, )
modules/agents/codex/agent.py:838
↓ 3 callersMethod_resolve_downloadable_file_info
Best-effort hydrate a thin Slack file event before download.
modules/im/slack.py:978
↓ 3 callersFunction_resolve_executable_path
(path: Path)
core/show_runtime.py:1309
↓ 3 callersFunction_resolve_message_input
(args, *, help_command: str, example_command: str)
vibe/cli.py:795
↓ 3 callersFunction_resolve_prompt_input
(args, *, help_command: str, example_command: str)
vibe/cli.py:783
↓ 3 callersFunction_resolve_scope_id
(conn, context: MessageContext)
core/message_mirror.py:49
↓ 3 callersFunction_resolve_scope_routing_target
(session_key: str)
vibe/cli.py:1381
↓ 3 callersFunction_restart_in_flight
True only when a restart is genuinely still running, so a stale status can never permanently block Web restarts.
vibe/ui_server.py:2566
↓ 3 callersMethod_restore_claude_settings_env_after_oauth_failure
( self, settings_backup: dict[str, str] | None )
core/agent_auth_service.py:3020
↓ 3 callersFunction_retarget_agent_table
( bind, table: str, columns: set[str], legacy_name: str, target_name: str, legacy_id:
storage/alembic/versions/20260530_0008_remove_legacy_default_agent.py:277
↓ 3 callersFunction_row_to_dict
(row: Any)
storage/web_push_service.py:44
↓ 3 callersFunction_row_to_payload
(row: dict[str, Any])
storage/workbench_sessions_service.py:63
↓ 3 callersFunction_run
()
core/services/dispatch.py:76
↓ 3 callersFunction_run
()
tests/test_multi_platform_runtime.py:291
↓ 3 callersFunction_run_capture_command
(command: list[str], label: str)
vibe/screenshot.py:157
↓ 3 callersMethod_run_cycle
(self, watch: ManagedWatch, *, timeout_seconds: float)
core/watches.py:661
↓ 3 callersFunction_run_install_command
Shared subprocess + post-success bookkeeping for install / upgrade. Factored out so the self-update branch (existing binary) and the fresh-in
vibe/api.py:3084
↓ 3 callersFunction_run_show_event_dispatch
(event_payload: dict[str, Any])
vibe/ui_server.py:6243
↓ 3 callersFunction_run_sqlite_data_migrations
(conn: Connection)
storage/importer.py:226
↓ 3 callersFunction_runtime_related_pids
(rows: list[ClaudeProcessRow], root_pid: int | None)
modules/agents/claude_process_reaper.py:281
↓ 3 callersFunction_safe_remote_redirect_target
(value: Any)
vibe/ui_server.py:1223
↓ 3 callersFunction_save_discord_guild_scope_update
( guilds: dict[str, GuildSettings], default_enabled: bool, store: Optional[SettingsStore] = None,
vibe/api.py:1468
↓ 3 callersFunction_save_setup_host_config
(host: str)
tests/test_ui_server_install.py:13
↓ 3 callersFunction_scheduled_row_execution_ids
(row: dict)
core/session_turns.py:288
↓ 3 callersFunction_scheduled_segment_native_ids
(segment: list[dict])
core/session_turns.py:270
↓ 3 callersFunction_scheduled_segment_trigger_kind
(segment: list[dict])
core/session_turns.py:254
↓ 3 callersMethod_scheduled_task_from_row
(row: Any)
storage/background.py:1239
↓ 3 callersFunction_scope_row
(conn, scope_id: str)
core/services/agent_run_target.py:526
↓ 3 callersMethod_send_claude_control_request
( self, client: ClaudeSDKClient, request: dict[str, object], *, timeou
core/agent_auth_service.py:1097
↓ 3 callersMethod_send_result_inline
( self, im_client, context: MessageContext, text: str, buttons,
core/message_dispatcher.py:1061
↓ 3 callersMethod_send_resume_menu_prompt
(self, context: MessageContext)
core/handlers/command_handlers.py:399
↓ 3 callersMethod_send_update_notification
Send update notification to admin users, with platform-specific fallbacks.
core/update_checker.py:673
↓ 3 callersFunction_session_row
(payload: dict, *, brief: bool)
vibe/cli.py:3168
↓ 3 callersFunction_set_mtime
(path, timestamp: str)
tests/test_ui_server_logs.py:12
↓ 3 callersFunction_show_event_response_payload
(event_payload: dict[str, Any], *, public: bool = False)
vibe/ui_server.py:6289
↓ 3 callersFunction_show_events_payload_from_request
()
vibe/ui_server.py:6136
↓ 3 callersFunction_show_page_runtime_unavailable_response
()
vibe/ui_server.py:6087
↓ 3 callersMethod_signal_turn_complete
Release a live streaming SSE waiter for this turn when a result is finalized without streaming a visible chunk (empty/silent result), so
core/message_dispatcher.py:137
↓ 3 callersMethod_spawn_update_task
(self, update: dict[str, Any])
modules/im/telegram.py:249
↓ 3 callersMethod_split_command_target
(self, head: str)
modules/im/telegram.py:724
↓ 3 callersMethod_split_result_text_by_bytes
(self, text: str, max_bytes: int)
core/message_dispatcher.py:476
↓ 3 callersMethod_split_text
(cls, text: str, max_chars: int)
modules/im/slack.py:504
↓ 3 callersFunction_sse_frame
(event_type: str, data: Any)
vibe/ui_server.py:6388
↓ 3 callersMethod_stamp_runtime_turn
(request: AgentRequest, runtime_key: str, runtime_token: str)
modules/agents/service.py:214
↓ 3 callersFunction_start_opencode_flow_without_waiter
( service: AgentAuthService, provider_id: str )
tests/test_web_oauth_flow.py:84
↓ 3 callersFunction_stop_opencode_server
Terminate the OpenCode server if running.
vibe/cli.py:4350
↓ 3 callersMethod_strip_leading_bot_mention
(self, message: dict[str, Any], text: str)
modules/im/telegram.py:741
↓ 3 callersFunction_strip_oauth_retry_param
(value: str)
vibe/ui_server.py:1235
↓ 3 callersMethod_strip_specific_mention
(text: str, user_id: Optional[str], *, anywhere: bool = False)
modules/im/slack.py:358
↓ 3 callersFunction_supported_backend
(value: Any)
core/services/agent_run_target.py:454
↓ 3 callersMethod_supports_direct_opencode_api_key_setup
(self, provider: str | None)
core/agent_auth_service.py:617
↓ 3 callersMethod_supports_quick_replies
(self, context: MessageContext)
core/message_dispatcher.py:410
↓ 3 callersFunction_target_from_session_row
( row: dict[str, Any], *, platform: str, settings_key: str, session_key: str, fallback
core/services/agent_run_target.py:603
↓ 3 callersFunction_task_message_preview
(message: str, *, max_chars: int = 72)
vibe/cli.py:1023
↓ 3 callersFunction_temporary_vibe_home
(tmp_path: Path)
tests/test_agent_auth_service.py:41
↓ 3 callersMethod_to_int_id
(self, value: Optional[str])
modules/im/discord.py:368
↓ 3 callersMethod_truncate_consolidated
(self, text: str, max_bytes: int)
core/message_dispatcher.py:508
↓ 3 callersFunction_try_lock_file
(lock_file)
vibe/runtime.py:192
↓ 3 callersMethod_turn_tokens
(context: MessageContext)
core/processing_indicator.py:256
↓ 3 callersFunction_ui_health_url
(host: str, port: int)
vibe/runtime.py:892
↓ 3 callersFunction_ui_show_events_host
(config: V2Config)
vibe/cli.py:4994
↓ 3 callersFunction_unlock_file
(lock_file)
vibe/runtime.py:212
↓ 3 callersFunction_utc_now_iso
()
core/vibe_agents.py:34
↓ 3 callersFunction_utc_now_iso
()
storage/projects_service.py:31
↓ 3 callersMethod_verify_web_login
Re-run the same CLI status probes ``_verify_login`` uses for IM. Builds a temporary IM-shaped ``AgentAuthFlow`` shell so the existing
core/agent_auth_service.py:2854
↓ 3 callersMethod_watch_from_row
(row: Any)
storage/background.py:1265
↓ 3 callersMethod_watch_store
(self)
core/watches.py:440
↓ 3 callersFunction_websocket_normalized_host
(websocket: WebSocket)
vibe/ui_server.py:2080
↓ 3 callersMethod_workbench_session_id_for_poll
Resolve the avibe workbench session id a restored poll belongs to, or ``None`` for an IM poll. Mirrors how the inbound chokepoint res
modules/agents/opencode/agent.py:543
↓ 3 callersFunction_write_alembic_revision
(db_path: Path, revision: str)
tests/test_vibe_cli.py:61
← previousnext →1,401–1,500 of 10,036, ranked by callers