MCPcopy Create free account

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

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

↓ 2 callersMethod_drain_receiver_task_exception
(receiver_task: asyncio.Task)
modules/agents/claude_agent.py:306
↓ 2 callersMethod_drain_task_set
(self, tasks: set[asyncio.Task[Any]])
modules/im/telegram.py:295
↓ 2 callersMethod_drop_transport_after_failure
Remove a broken app-server and clear stale in-memory request state.
modules/agents/codex/agent.py:605
↓ 2 callersFunction_dumps_metadata
(metadata: dict[str, Any])
storage/workbench_sessions_service.py:105
↓ 2 callersFunction_effort_values
Extract settable reasoning-effort values, dropping the UI ``__default__`` sentinel.
vibe/api.py:2636
↓ 2 callersMethod_emit_empty_ready_once
(self)
modules/im/multi.py:282
↓ 2 callersMethod_emit_empty_terminal_failure
( self, *, context, server: OpenCodeServerManager, session_id: str,
modules/agents/opencode/poll_loop.py:133
↓ 2 callersMethod_enqueue_failure_hook
(self, watch: ManagedWatch, *, exit_code: int, error_text: str)
core/watches.py:729
↓ 2 callersFunction_ensure_agents_table
(conn: sqlite3.Connection, tables: set[str])
storage/migrations.py:427
↓ 2 callersFunction_ensure_builtin_default_agents
(config: Optional[V2Config] = None)
vibe/api.py:133
↓ 2 callersFunction_ensure_cli_sqlite_state
()
vibe/cli.py:1138
↓ 2 callersFunction_ensure_custom_provider_meta
( provider_id: str, provider_config: Dict[str, Any], )
vibe/opencode_config.py:555
↓ 2 callersFunction_ensure_file_path
Ensure a bind-mounted file path did not get created as a directory.
scripts/prepare_regression.py:298
↓ 2 callersFunction_ensure_head_indexes
(conn: sqlite3.Connection, tables: set[str])
storage/migrations.py:573
↓ 2 callersFunction_ensure_managed_env_values
Upsert Avibe-managed, non-secret Claude Code env defaults.
vibe/claude_config.py:201
↓ 2 callersFunction_ensure_shared_home
(output_root: Path, reset_mode: str = "none")
scripts/prepare_regression.py:410
↓ 2 callersFunction_env_flag_enabled
(name: str)
vibe/ui_server.py:638
↓ 2 callersFunction_escape_sql_like
(value: str)
storage/sessions_service.py:1204
↓ 2 callersFunction_event_text
(event: dict[str, Any])
vibe/sentry_integration.py:233
↓ 2 callersMethod_event_to_dict
Recursively convert SDK event object to a plain dict.
modules/im/feishu.py:3211
↓ 2 callersFunction_event_visible
(event_payload: dict[str, Any])
vibe/ui_server.py:6341
↓ 2 callersFunction_exception_types
(event: dict[str, Any])
vibe/sentry_integration.py:261
↓ 2 callersMethod_extract_context_ids
(self, channel: discord.abc.GuildChannel | discord.Thread)
modules/im/discord.py:414
↓ 2 callersMethod_extract_error_message
(self, error: Any)
modules/agents/codex/event_handler.py:380
↓ 2 callersFunction_extract_file_links
Return all ``FileLink`` instances found in *text*.
core/reply_enhancer.py:161
↓ 2 callersMethod_extract_files
(self, message: dict[str, Any])
modules/im/telegram.py:668
↓ 2 callersMethod_extract_post_images
Extract image attachments from a Feishu 'post' (rich text) message. Post messages embed images as elements with tag='img' and an image_key.
modules/im/feishu.py:1628
↓ 2 callersMethod_extract_post_text
Extract plain text from a Feishu 'post' (rich text) message.
modules/im/feishu.py:1605
↓ 2 callersFunction_extract_prefixed_selected_value
(values: dict, block_id: str, action_prefix: str)
modules/im/slack_modal.py:15
↓ 2 callersFunction_extract_provider_ids_from_config
(config: dict)
modules/agents/opencode/utils.py:201
↓ 2 callersMethod_extract_shared_message_content
Extract content from shared/forwarded messages. Handles both: - Messages with subtype "message_share" - Messages with attachm
modules/im/slack.py:1026
↓ 2 callersMethod_extract_thread_id
(self, params: dict[str, Any])
modules/agents/codex/event_handler.py:454
↓ 2 callersMethod_extract_turn_id
(self, params: Dict[str, Any])
modules/agents/codex/agent.py:1361
↓ 2 callersMethod_fail_marker
Surface a refresh failure to the UI server via a companion ``.err``. The caller (``vibe.api._wait_for_controller_ack``) treats marker
core/runtime_commands.py:188
↓ 2 callersMethod_fallback_extract_text
Walk backward through messages to find response text. When the last completed message has no text parts (e.g. it only contains tool c
modules/agents/opencode/poll_loop.py:188
↓ 2 callersFunction_fetch_github_latest_release_version
Best-effort GitHub release lookup. Returns a normalized version or None.
vibe/api.py:3705
↓ 2 callersFunction_fetch_issue_comment_state
( repo: str, issue_number: int, token: str | None, *, stop_after_id: int | None = None, )
skills/background-watch-hook/scripts/wait_issue.py:79
↓ 2 callersFunction_fetch_new_issue_state
( repo: str, token: str | None, *, stop_after_id: int | None = None, max_pages: int | None
skills/background-watch-hook/scripts/wait_issue.py:61
↓ 2 callersFunction_fetch_new_pr_state
( repo: str, token: str | None, *, stop_after_id: int | None = None, max_pages: int | None
skills/background-watch-hook/scripts/wait_pr.py:170
↓ 2 callersFunction_fetch_state
(repo: str, pr_number: int, token: str | None)
skills/background-watch-hook/scripts/wait_pr.py:136
↓ 2 callersFunction_file_sha256
(path: Path)
core/show_runtime.py:1216
↓ 2 callersFunction_file_uri_to_local_path
Convert a parsed file URI into a local path for the current OS.
core/reply_enhancer.py:176
↓ 2 callersFunction_filter_response_chats
( chats: list[ChannelInfo], *, include_private: bool, require_member: bool, )
core/chat_discovery.py:858
↓ 2 callersMethod_finalize_question_state
( self, context: MessageContext, scope_key: str, state: _TelegramQuestionState
modules/im/telegram.py:1658
↓ 2 callersFunction_find_agent_session_row_id
( conn: Connection, *, scope_id: str | None, agent_name: str, session_anchor: str, )
storage/sessions_service.py:1097
↓ 2 callersMethod_find_select
(view, block_id)
tests/test_slack_app_mention_empty.py:193
↓ 2 callersMethod_find_text_split_index
(text: str, max_chars: int)
modules/im/slack.py:494
↓ 2 callersFunction_flat_catalog_models
Shape claude_models()/codex_models() output into the unified models list.
vibe/api.py:2659
↓ 2 callersFunction_forged_session_cookie
(config: V2Config, exp: int, *, email: str = "alex@example.com", subject: str = "user-1")
tests/test_ui_remote_access_auth.py:610
↓ 2 callersMethod_fork_source_turn_now_started
(self, fork: dict[str, Any])
modules/agents/codex/agent.py:810
↓ 2 callersFunction_format_classification
(raw: Any)
core/show_session_events.py:523
↓ 2 callersMethod_format_error_notify
Return the durable notify text for Claude terminal errors.
modules/agents/claude_agent.py:67
↓ 2 callersMethod_format_update_notification_text
(self, current: str, latest: str, platform: str)
core/update_checker.py:799
↓ 2 callersMethod_from_bound_user_settings
Convert a bound user's settings (from v2_settings.UserSettings) to runtime UserSettings.
modules/settings_manager.py:171
↓ 2 callersMethod_from_channel_settings
(self, channel_settings: ChannelSettings)
modules/settings_manager.py:163
↓ 2 callersMethod_fuse_store_after_error
(self, operation: str, exc: Exception, *, watch_id: str | None = None)
core/watches.py:495
↓ 2 callersMethod_get_agent_config
Get agent-specific config from opencode.json with type safety.
modules/agents/opencode/server.py:1589
↓ 2 callersMethod_get_bot_user_id
(self, payload: Optional[Dict[str, Any]] = None)
modules/im/slack.py:312
↓ 2 callersMethod_get_consolidated_max_bytes
(self, context: MessageContext)
core/message_dispatcher.py:359
↓ 2 callersMethod_get_consolidated_message_key
(self, context: MessageContext)
core/message_dispatcher.py:205
↓ 2 callersMethod_get_context_token_cache_path
(self)
modules/im/wechat.py:1591
↓ 2 callersMethod_get_im_client
(self, context: MessageContext)
core/message_dispatcher.py:131
↓ 2 callersMethod_get_im_client
(self, context: MessageContext)
core/agent_auth_service.py:450
↓ 2 callersMethod_get_lang
(self, channel_id: Optional[str] = None)
modules/im/discord.py:113
↓ 2 callersMethod_get_lang
(self)
core/controller.py:481
↓ 2 callersFunction_get_opencode_providers_async
Build the merged provider catalog reported to the Settings UI.
vibe/api.py:5590
↓ 2 callersMethod_get_opencode_setup_url
(self, provider: str | None)
core/agent_auth_service.py:620
↓ 2 callersMethod_get_path
()
core/update_checker.py:202
↓ 2 callersMethod_get_post_content_body
Normalize a Feishu/Lark post payload to the body holding title/content.
modules/im/feishu.py:1589
↓ 2 callersMethod_get_processed_set
Get the processed message ID list for a thread. Handles backward-compat: old format stored a single string (high-water mark). New for
config/v2_sessions.py:527
↓ 2 callersMethod_get_reference_message_id
(message: discord.Message)
modules/im/discord.py:286
↓ 2 callersMethod_get_reply_anchor_base
(self, channel_id: str, message_id: Optional[str])
modules/im/discord.py:291
↓ 2 callersMethod_get_result_max_bytes
(self, context: MessageContext)
core/message_dispatcher.py:391
↓ 2 callersMethod_get_resume_snapshot
(self, context: MessageContext)
core/handlers/command_handlers.py:152
↓ 2 callersMethod_get_session_key
Get a globally unique session-scope key. Unlike ``_get_settings_key`` (which returns a raw ID for settings lookup routed by platform)
core/controller.py:856
↓ 2 callersMethod_get_settings_key
(self, context: MessageContext)
tests/test_command_handler_user_names.py:142
↓ 2 callersMethod_get_settings_key
(context)
tests/test_claude_cli_path.py:83
↓ 2 callersMethod_get_sync_buf_path
Return the path for persisting the getUpdates cursor.
modules/im/wechat.py:1555
↓ 2 callersMethod_get_typing_ticket
(self, user_id: str, context_token: str)
modules/im/wechat.py:632
↓ 2 callersMethod_get_version_info_async
Get version info asynchronously.
core/update_checker.py:486
↓ 2 callersFunction_get_wechat_auth
()
vibe/ui_server.py:3157
↓ 2 callersMethod_handle_callback_query
(self, payload: dict[str, Any])
modules/im/telegram.py:528
↓ 2 callersMethod_handle_missing_agent
Notify user when a requested agent backend is unavailable.
core/handlers/message_handler.py:842
↓ 2 callersMethod_handle_question_callback
(self, context: MessageContext, callback_data: str)
modules/im/telegram.py:1614
↓ 2 callersMethod_handle_reconcile_store_error
(self, exc: Exception)
core/watches.py:508
↓ 2 callersMethod_handle_resume_callback
(self, context: MessageContext, callback_data: str)
modules/im/telegram.py:1433
↓ 2 callersMethod_handle_routing_form_submit
Handle step 2 routing form submission (backend-specific options).
modules/im/feishu.py:1981
↓ 2 callersMethod_handle_routing_select_change
(self, context: MessageContext, action: Dict[str, Any])
modules/im/feishu.py:1931
↓ 2 callersMethod_handle_scoped_update
(self, update: dict[str, Any], scope_key: str)
modules/im/telegram.py:258
↓ 2 callersMethod_handle_settings_callback
(self, context: MessageContext, callback_data: str)
modules/im/telegram.py:2146
↓ 2 callersMethod_handle_turn
Shared turn-processing pipeline used by both human and scheduled turns.
core/handlers/message_handler.py:80
↓ 2 callersMethod_handle_update
(self, update: dict[str, Any])
modules/im/telegram.py:347
↓ 2 callersMethod_handle_view_submission
Handle modal dialog submissions
modules/im/slack.py:2129
↓ 2 callersFunction_handler
(context, args)
tests/test_im_base_auth.py:108
↓ 2 callersFunction_harness_has_list_params
()
vibe/ui_server.py:5501
↓ 2 callersFunction_harness_page_payload
(page_result, *, items_key: str, counts: dict[str, int])
vibe/ui_server.py:5505
↓ 2 callersMethod_has_active_turns_for_cwd
(self, cwd: str)
modules/agents/codex/agent.py:1401
↓ 2 callersFunction_has_cloudflare_forwarded_metadata
()
vibe/ui_server.py:353
↓ 2 callersFunction_has_loopback_only_docker_port_binding
()
vibe/ui_server.py:642
↓ 2 callersMethod_headers
(self)
tests/e2e/drivers/feishu_driver.py:54
← previousnext →1,801–1,900 of 10,036, ranked by callers