Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avibe-bot/avibe
/ functions
Functions
10,036 in github.com/avibe-bot/avibe
⨍
Functions
10,036
◇
Types & classes
782
↳
Endpoints
185
↓ 5 callers
Method
_build_payload
( self, context: MessageContext, text: Optional[str] = None, keyboard: Optiona
modules/im/telegram.py:843
↓ 5 callers
Function
_busy
()
tests/test_internal_server.py:539
↓ 5 callers
Function
_cache_target
(context: MessageContext, target: AgentRunTarget)
core/services/agent_run_target.py:319
↓ 5 callers
Method
_canonicalize_message_type
Normalize message type to canonical form to support aliases.
modules/settings_manager.py:392
↓ 5 callers
Method
_chat_post_message
(self, **kwargs)
modules/im/slack.py:457
↓ 5 callers
Method
_clear_pending_reactions
Clear all pending reactions for a session (for error cleanup).
modules/agents/claude_agent.py:1082
↓ 5 callers
Function
_collect_target_warnings
(*targets)
vibe/cli.py:1332
↓ 5 callers
Function
_config
()
tests/test_sentry_integration.py:16
↓ 5 callers
Function
_config_with_enabled
(enabled: list[str])
tests/test_platform_registry.py:113
↓ 5 callers
Function
_cwd_for
(scope: str, project_dir: Optional[str])
core/services/skills.py:172
↓ 5 callers
Function
_docker_exec
Run a command inside the running vibe container.
tests/e2e/test_cli.py:9
↓ 5 callers
Method
_drop_flow
(self, flow: AgentAuthFlow)
core/agent_auth_service.py:1820
↓ 5 callers
Function
_empty_claude_home
(tmp_path, monkeypatch)
tests/test_claude_subprocess_env.py:35
↓ 5 callers
Method
_execute_request
( self, *, session_key: Optional[str], post_to: Optional[str], deliver
core/scheduled_tasks.py:1921
↓ 5 callers
Function
_exercise_cleanup
()
tests/test_claude_cli_path.py:1459
↓ 5 callers
Function
_expect_show_page_error
(fn, code)
tests/test_show_pages.py:158
↓ 5 callers
Function
_extract_default_session_id
(context: MessageContext)
core/system_prompt_injection.py:257
↓ 5 callers
Method
_find_opencode_serve_pids
(port: int)
modules/agents/opencode/server.py:785
↓ 5 callers
Method
_get_audio_asr_config
(self)
core/audio_asr.py:96
↓ 5 callers
Method
_get_idle_cleanup_timeouts
Return normalized idle cleanup timeouts for Claude and Codex.
core/controller.py:1213
↓ 5 callers
Method
_get_pid_command
(pid: int)
modules/agents/opencode/server.py:719
↓ 5 callers
Method
_get_server
(self)
tests/test_multi_platform_runtime.py:1582
↓ 5 callers
Method
_get_session_key
(self, context: MessageContext)
core/message_dispatcher.py:128
↓ 5 callers
Method
_get_session_key
(context)
tests/test_claude_cli_path.py:87
↓ 5 callers
Method
_get_visible_text
(cls, text: str, max_chars: int = _SLACK_SECTION_TEXT_LIMIT)
modules/im/slack.py:519
↓ 5 callers
Method
_handle_message
(self, message: dict[str, Any])
modules/im/telegram.py:355
↓ 5 callers
Method
_handle_routing_callback
(self, context: MessageContext, callback_data: str)
modules/im/telegram.py:1958
↓ 5 callers
Method
_has_active_run_sessions
(self)
modules/agents/opencode/server.py:329
↓ 5 callers
Function
_has_forwarded_metadata
Detect any sign that the request traversed a reverse proxy. When any forwarded header is set, request.remote_addr no longer reliably identifi
vibe/ui_server.py:365
↓ 5 callers
Function
_insert_agent_session
( conn: sqlite3.Connection, *, row_id: str, scope_id: str, anchor: str, workdir: str |
tests/test_sqlite_state_migration.py:1535
↓ 5 callers
Function
_is_empty
(value: Any)
storage/alembic/versions/20260530_0008_remove_legacy_default_agent.py:366
↓ 5 callers
Function
_is_show_api_asset
(asset_path: str)
vibe/ui_server.py:6091
↓ 5 callers
Function
_json_loads
(value: str | None, default: Any)
storage/sessions_service.py:1317
↓ 5 callers
Method
_managed_bin_path
(self)
core/show_runtime.py:968
↓ 5 callers
Method
_manifest_archive_for_platform
(self, manifest: ShowRuntimeManifest)
core/show_runtime.py:622
↓ 5 callers
Method
_manifest_runtime_command
(self, install_dir: Path, node: list[str])
core/show_runtime.py:744
↓ 5 callers
Method
_mark_session_expired
(self, errcode: Any)
modules/im/wechat.py:1102
↓ 5 callers
Function
_mock_tailscale_whois
( monkeypatch, peer: str, *, addresses: list[str] | None = None, allowed_ips: list[str] |
tests/test_ui_remote_access_auth.py:44
↓ 5 callers
Function
_new_id
(prefix: str)
core/show_session_events.py:541
↓ 5 callers
Method
_normalize_show_message_types
Normalize and migrate show message types to current canonical schema. "system" is deprecated and dropped here: system/init messages are never
modules/settings_manager.py:396
↓ 5 callers
Function
_normalize_stale_container_path
(value: str | None)
scripts/prepare_regression.py:322
↓ 5 callers
Function
_normalize_task_name
(value: Optional[str], *, allow_none: bool = True)
vibe/cli.py:940
↓ 5 callers
Method
_on_error
(self, params: dict[str, Any], request: AgentRequest)
modules/agents/codex/event_handler.py:323
↓ 5 callers
Function
_page_from_row
(row: Any)
core/show_pages.py:486
↓ 5 callers
Function
_pid_path
()
vibe/remote_access.py:68
↓ 5 callers
Function
_print_show_page_result
(payload: dict)
vibe/cli.py:4721
↓ 5 callers
Function
_project_no_folder_error
()
vibe/ui_server.py:3918
↓ 5 callers
Function
_project_payload
(conn: Connection, scope_id: str)
storage/projects_service.py:384
↓ 5 callers
Function
_promote_and_publish
Promote the reserved pending row to a transcript-visible ``user`` row and fan it out (message.new + activity + inbox bump). Returns the row
vibe/ui_server.py:5098
↓ 5 callers
Method
_redact_diagnostic_text
(text: str)
modules/agents/opencode/server.py:433
↓ 5 callers
Method
_refresh_config_from_disk
Hot-reload mutable message-processing settings from config.json. Called on every ``_t()`` invocation (guarded by mtime check). Refres
core/controller.py:488
↓ 5 callers
Function
_remove_response_header
(headers: dict[str, str], name: str)
vibe/ui_server.py:6841
↓ 5 callers
Method
_remove_specific_pending_reaction
Remove a specific reaction from the queue by matching message_id. Used on error paths to remove the current request's reaction instead of FIF
modules/agents/claude_agent.py:1056
↓ 5 callers
Method
_reserve_runtime_session
(self, *, agent_name: Optional[str], deliver_key: Optional[str])
core/scheduled_tasks.py:1860
↓ 5 callers
Method
_reserved_agent_session_id
The open Chat session's ``agent_sessions`` PK reserved for an avibe turn. avibe dispatch stamps ``platform_specific['agent_session_target']['
modules/agents/base.py:176
↓ 5 callers
Function
_resolve_session_target_args
( args, *, required: bool, help_command: str, )
vibe/cli.py:1261
↓ 5 callers
Method
_restart_for_auth_refresh_locked
(self)
modules/agents/opencode/server.py:210
↓ 5 callers
Function
_run
()
tests/test_opencode_restore_polls.py:111
↓ 5 callers
Method
_run_from_row
(row: Any)
storage/background.py:1297
↓ 5 callers
Method
_run_install_command
(self, command: list[str], *, cwd: Path | None = None)
core/show_runtime.py:978
↓ 5 callers
Function
_run_payload
(run: dict, *, brief: bool = False)
vibe/cli.py:1570
↓ 5 callers
Method
_run_utility_command
Run a short CLI side-call. Returns ``(ok, error_excerpt)``. Callers that don't care about the outcome (setup preflight) can ignore th
core/agent_auth_service.py:1179
↓ 5 callers
Function
_runner
()
core/internal_server.py:244
↓ 5 callers
Function
_safe_path_part
(value: str)
core/show_runtime.py:1224
↓ 5 callers
Method
_safe_url
(raw: object)
modules/agents/opencode/server.py:417
↓ 5 callers
Method
_save
(self)
core/scheduled_tasks.py:579
↓ 5 callers
Function
_seed_linear_session
Insert ``count`` user messages m0..m{count-1} at increasing timestamps.
tests/test_message_search.py:356
↓ 5 callers
Function
_seed_opencode_messages
( xdg_home: Path, native_session_id: str, roles: list[str], *, completed_assistant: bool =
tests/test_session_fork.py:256
↓ 5 callers
Method
_send_auth_denial
Send appropriate denial message based on auth result.
modules/im/slack.py:4100
↓ 5 callers
Method
_send_auth_denial
Send denial message for failed auth check.
modules/im/discord.py:814
↓ 5 callers
Method
_send_wechat_resume_usage
(self, context: MessageContext, *, include_snapshot_expired: bool = False)
core/handlers/command_handlers.py:201
↓ 5 callers
Method
_set_request_agent_session_id
(self, request: AgentRequest, agent_session_id: Optional[str])
modules/agents/opencode/session.py:88
↓ 5 callers
Function
_set_visibility
(session_id: str, visibility: str)
tests/test_show_pages_admin_api.py:44
↓ 5 callers
Function
_show_events_stream
(session_id: str, *, after_id: str | None = None, public: bool = False)
vibe/ui_server.py:6334
↓ 5 callers
Function
_show_page_result
(page, *, message: str, previous_payload: dict | None = None, extra: dict | None = None)
vibe/cli.py:4684
↓ 5 callers
Function
_skip_jsonc_whitespace_and_comments
(source: str, start: int)
vibe/opencode_config.py:218
↓ 5 callers
Function
_slack_ctx
(message_id="m_001")
tests/test_message_mirror.py:43
↓ 5 callers
Method
_start_thread
Create a new Codex thread and return its threadId.
modules/agents/codex/agent.py:707
↓ 5 callers
Function
_startup_ok
(store: ManagedWatchStore, runtime_store: WatchRuntimeStateStore, watch_id: str)
tests/test_cli_watch_command.py:54
↓ 5 callers
Function
_state_path
()
vibe/remote_access.py:72
↓ 5 callers
Method
_sync_builtin_default_agents
(self)
core/agent_auth_service.py:1581
↓ 5 callers
Method
_terminate_pid
(self, pid: int, reason: str)
modules/agents/opencode/server.py:843
↓ 5 callers
Function
_utc_now_iso
()
core/show_pages.py:135
↓ 5 callers
Function
_utc_now_iso
()
storage/web_push_service.py:17
↓ 5 callers
Function
_validate_delivery_args
( *, session_key: str, session_id: Optional[str] = None, post_to: Optional[str], deliver_k
vibe/cli.py:1287
↓ 5 callers
Function
_vibe_version
(env: dict[str, str], *, cwd: Path = REPO_ROOT)
tests/test_install_script.py:150
↓ 5 callers
Function
_watch_runtime_store
()
vibe/cli.py:1155
↓ 5 callers
Function
_web_push_user_key
Best-effort local user key for browser push subscriptions. Remote-access sessions carry a subject claim; purely local UI sessions do not yet
vibe/ui_server.py:2357
↓ 5 callers
Function
_write_auth
(home: Path, payload: dict)
tests/test_opencode_provider_keys_reader.py:24
↓ 5 callers
Function
_write_current_settings
(path: Path)
tests/test_sqlite_state_migration.py:2255
↓ 5 callers
Function
_write_status
(state, detail=None)
vibe/cli.py:732
↓ 5 callers
Method
add_event_handler
(self, event_type: str, func: Callable[..., Any])
vibe/ui_compat.py:334
↓ 5 callers
Function
avibe_cloud_url_available
(config: V2Config | None = None)
core/avibe_cloud.py:43
↓ 5 callers
Method
begin_turn_start
(self, request: AgentRequest, thread_id: str)
modules/agents/codex/turn_state.py:45
↓ 5 callers
Method
bind
(self, address)
tests/test_incus_tenant_scaffold.py:262
↓ 5 callers
Function
build_codex_reasoning_options
Return the canonical Codex reasoning-effort option list. The returned format mirrors ``build_reasoning_effort_options`` so that IM modules ca
modules/agents/opencode/utils.py:496
↓ 5 callers
Function
build_context_session_key
( context: MessageContext, *, platform: Optional[str] = None, settings_key: Optional[str] = No
core/message_context.py:35
↓ 5 callers
Function
build_tail_preview
(text: str, limit: int = 15)
modules/agents/native_sessions/base.py:95
↓ 5 callers
Method
cancel_run
(self, run_id: str)
core/scheduled_tasks.py:1101
↓ 5 callers
Function
capture_screenshot
Capture the local desktop to a PNG file.
vibe/screenshot.py:38
← previous
next →
801–900 of 10,036, ranked by callers