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
↓ 4 callers
Method
_session_id_from_context
(context)
tests/test_message_dispatcher_result_fallback.py:411
↓ 4 callers
Function
_set_module
(name, module)
tests/test_message_handler_auth_setup.py:17
↓ 4 callers
Function
_settings_rows
(conn: Connection, scope_type: str)
storage/settings_service.py:353
↓ 4 callers
Function
_sha256
(path: Path)
tests/test_ui_show_pages.py:133
↓ 4 callers
Method
_should_mark_claude_isolated_env
(self)
core/handlers/session_handler.py:417
↓ 4 callers
Function
_show_page_error_response
(exc)
vibe/ui_server.py:2276
↓ 4 callers
Function
_show_session_event_store
()
vibe/ui_server.py:6130
↓ 4 callers
Method
_slack_response_get
(response: Any, key: str)
modules/im/slack.py:411
↓ 4 callers
Method
_start_claude_control_flow
( self, context: Optional[MessageContext] = None, *, force_reset: bool,
core/agent_auth_service.py:992
↓ 4 callers
Method
_sweep_once
(self)
core/runtime_commands.py:102
↓ 4 callers
Method
_t
(self, key: str, **kwargs)
core/message_dispatcher.py:173
↓ 4 callers
Function
_target_scope_flag
Scope flag for ``add`` / ``remove`` / ``check`` / ``update``. These commands only take ``-g`` for global; project scope is the default and is
core/services/skills.py:159
↓ 4 callers
Function
_translate
(controller, key: str, **kwargs: Any)
modules/agents/question_ui.py:25
↓ 4 callers
Function
_upload_url_host
Return the upload URL host for diagnostics.
modules/im/wechat_cdn.py:166
↓ 4 callers
Method
_upsert_scope_settings
Insert or update one scope's settings row by scope_id — no delete. On conflict every provided column is overwritten except ``created_at``
storage/settings_service.py:173
↓ 4 callers
Method
_verified_manifest_runtime_command
( self, install_dir: Path, manifest: ShowRuntimeManifest, archive: ShowRuntime
core/show_runtime.py:682
↓ 4 callers
Method
_verify_login
(self, flow: AgentAuthFlow)
core/agent_auth_service.py:1442
↓ 4 callers
Method
_wait_for_claude_completion
(self, flow: AgentAuthFlow)
core/agent_auth_service.py:1385
↓ 4 callers
Function
_websocket_has_forwarded_metadata
(websocket: WebSocket)
vibe/ui_server.py:1949
↓ 4 callers
Function
_websocket_peer_address
(websocket: WebSocket)
vibe/ui_server.py:1974
↓ 4 callers
Function
_write_cursor_output
( path: str | None, *, issue_cursor: int | None = None, raw_issue_cursor: int | None = None,
skills/background-watch-hook/scripts/wait_issue.py:151
↓ 4 callers
Function
_write_fake_file
(path: Path, mapping: dict[Path, str])
tests/test_install_script.py:91
↓ 4 callers
Function
_write_fake_sysctl
(path: Path, arm64: bool = True)
tests/test_install_script.py:129
↓ 4 callers
Method
_write_message
(self, msg: dict[str, Any])
modules/agents/codex/transport.py:228
↓ 4 callers
Function
_write_refresh_state
( conn: Connection, platform: str, state: RefreshState, *, now: str, refresh_scope: st
core/chat_discovery.py:235
↓ 4 callers
Method
add_active_poll
Add an active poll to track.
config/v2_sessions.py:601
↓ 4 callers
Method
all_base_sessions
Return all base session IDs being tracked.
modules/agents/codex/session.py:93
↓ 4 callers
Method
answer_callback
(self, callback_id: str, text: Optional[str] = None, show_alert: bool = False)
modules/im/telegram.py:1215
↓ 4 callers
Function
apply_claude_auth
Persist Claude auth into ``settings.json``. ``api_key`` mode writes ``env.ANTHROPIC_API_KEY`` and removes ``ANTHROPIC_AUTH_TOKEN`` so header
vibe/claude_config.py:260
↓ 4 callers
Method
as_kwargs
(self)
core/modals.py:26
↓ 4 callers
Function
base_public_url
The configured avibe.bot public base URL (trailing slash stripped), or ``None`` when Avibe Cloud is disabled / unconfigured / unreadable.
core/avibe_cloud.py:29
↓ 4 callers
Method
bind_agent_session
( self, user_id: str, agent_name: str, thread_id: str, session_id: Any
config/v2_sessions.py:403
↓ 4 callers
Method
bind_user_with_code
Atomically validate code, create user, and consume code. Returns (success, is_admin). Thread-safe: uses a lock to prevent concurrent
config/v2_settings.py:653
↓ 4 callers
Method
bootstrap_turn
(self, turn_id: str, base_session_id: str, thread_id: str)
modules/agents/codex/turn_state.py:83
↓ 4 callers
Function
branch_name
(repo_root: Path)
scripts/incus_regression.py:266
↓ 4 callers
Function
build_opencode_model_option_items
Build sorted model options for OpenCode providers.
modules/agents/opencode/utils.py:318
↓ 4 callers
Function
build_reasoning_effort_options
Build reasoning effort options from OpenCode model metadata.
modules/agents/opencode/utils.py:420
↓ 4 callers
Function
cache_running_vibe_path
(vibe_path: str | None = None)
vibe/upgrade.py:157
↓ 4 callers
Method
call
(self, method: str, path: str, payload: Any = None)
skills/use-avibe/scripts/vibe_api.py:47
↓ 4 callers
Function
clearParam
()
ui/src/components/workbench/ChatPage.tsx:1069
↓ 4 callers
Function
clearReadCacheMatching
(predicate: (path: string) => boolean)
ui/src/context/ApiContext.tsx:1276
↓ 4 callers
Method
clear_agent_sessions
(self, user_id: Union[int, str], agent_name: str)
modules/sessions_facade.py:170
↓ 4 callers
Method
clear_claude_oauth_credentials_only
Remove Claude Code account tokens without changing API-key mode. Claude Code reapplies ``settings.json`` env values at startup. To make
core/agent_auth_service.py:3135
↓ 4 callers
Method
clear_sessions
Clear Claude sessions scoped to the provided session key.
modules/agents/claude_agent.py:206
↓ 4 callers
Method
close_http_session
(self, *, loop=None)
tests/test_ui_api.py:827
↓ 4 callers
Method
create_clients
Create and return the appropriate IM client based on configuration Args: config: Application configuration Returns:
modules/im/factory.py:22
↓ 4 callers
Function
displayTitle
(value: string | null | undefined, fallbackId: string)
ui/src/components/workbench/HarnessPage.tsx:55
↓ 4 callers
Function
display_name_for_backend
Return the user-facing display name for *name*.
modules/agents/catalog.py:129
↓ 4 callers
Method
edit_message
( self, context: MessageContext, message_id: str, text: Optional[str] = None,
modules/im/telegram.py:1175
↓ 4 callers
Function
encode_session_value
(value: Any)
storage/agent_session_rows.py:21
↓ 4 callers
Method
ensure_agent_session_id
( self, user_id: str, agent_name: str, thread_id: str, *, work
config/v2_sessions.py:371
↓ 4 callers
Function
estimateTokens
(text: string)
ui/src/lib/tokenEstimate.ts:7
↓ 4 callers
Method
finish
(self, request_or_handle: Any)
core/processing_indicator.py:369
↓ 4 callers
Method
format_markdown
(self, text: str)
modules/im/telegram.py:191
↓ 4 callers
Method
format_toolcall
Format a single-line tool call summary. Intended for compact, append-only logs (Tool name + params).
modules/im/formatters/base_formatter.py:374
↓ 4 callers
Method
format_warning
Format warning message
modules/im/formatters/base_formatter.py:223
↓ 4 callers
Method
from_file
( cls, file_path: Optional[str], *, platform: str, fallback_backend: str = DEFAULT_AGENT_BACKEND )
modules/agent_router.py:30
↓ 4 callers
Method
get_agent_session_id
( self, user_id: Union[int, str], thread_id: str, agent_name: str, )
modules/sessions_facade.py:51
↓ 4 callers
Method
get_channel_settings
Get raw ChannelSettings for a channel without creating defaults.
modules/settings_manager.py:333
↓ 4 callers
Function
get_claude_home
Resolve the directory Claude Code reads ``settings.json`` from. Claude Code respects ``CLAUDE_CONFIG_DIR`` first (newer builds), falling back
vibe/claude_config.py:53
↓ 4 callers
Function
get_claude_settings_path
Return the absolute path to ``~/.claude/settings.json``.
vibe/claude_config.py:69
↓ 4 callers
Method
get_im_client_for_context
(self, _context)
tests/test_scheduled_tasks.py:1384
↓ 4 callers
Function
get_project_root
Get the project root directory (for development mode).
vibe/runtime.py:43
↓ 4 callers
Function
get_restart_environment
( *, vibe_path: str | None = None, argv0: str | None = None, search_path: str | None = None,
vibe/upgrade.py:222
↓ 4 callers
Function
get_service_lock_path
()
vibe/runtime.py:178
↓ 4 callers
Method
get_settings_manager_for_context
(self, context: Optional[MessageContext] = None)
core/controller.py:988
↓ 4 callers
Method
get_title
( self, *, native_session_id: str, working_path: str, first_user_messa
modules/agents/native_sessions/opencode.py:165
↓ 4 callers
Function
github_get
(url: str, token: str | None)
skills/background-watch-hook/scripts/_github_wait_common.py:53
↓ 4 callers
Function
handleMediaDownloadClick
(e: MouseEvent, url: string, filename?: string)
ui/src/lib/downloadMedia.ts:110
↓ 4 callers
Method
handle_from_snapshot
(self, data: dict[str, Any])
core/processing_indicator.py:357
↓ 4 callers
Method
handle_session_error
Handle session-related errors
core/handlers/session_handler.py:1395
↓ 4 callers
Method
handle_set_cwd
Handle set_cwd command - change working directory
core/handlers/command_handlers.py:589
↓ 4 callers
Method
handle_start
Handle /start command with interactive buttons
core/handlers/command_handlers.py:407
↓ 4 callers
Method
has_active_claude_auth_client_with_unknown_pid
Whether an in-progress Claude auth flow owns a client with no exposed pid.
core/agent_auth_service.py:413
↓ 4 callers
Method
has_any_admin
Return True if at least one admin record exists.
config/v2_settings.py:614
↓ 4 callers
Method
has_enabled_admin
Return True if at least one enabled admin exists.
config/v2_settings.py:621
↓ 4 callers
Method
has_guild_scope
Return whether this platform has an explicit server access policy.
modules/settings_manager.py:339
↓ 4 callers
Function
inspect_queued_runs_for_workbench_in_connection
(conn: Any, run_ids: list[str])
storage/background.py:311
↓ 4 callers
Function
isChannelEnabled
(channelId: string)
ui/src/components/steps/ChannelList.tsx:677
↓ 4 callers
Function
isCurrent
()
ui/src/components/workbench/HarnessPage.tsx:133
↓ 4 callers
Function
isStandalonePwa
()
ui/src/lib/platform.ts:23
↓ 4 callers
Function
isWorkbenchPlatform
(platform: string)
ui/src/lib/platforms.ts:40
↓ 4 callers
Method
is_admin
(self, user_id: str, platform: Optional[str] = None)
config/v2_settings.py:601
↓ 4 callers
Function
is_empty_terminal_opencode_message
Return True when OpenCode completed without usable text or error.
modules/agents/opencode/message_processor.py:44
↓ 4 callers
Method
is_enabled_user
(self, user_id: str, platform: Optional[str] = None)
config/v2_settings.py:597
↓ 4 callers
Method
is_guild_enabled
Return whether a Discord server is enabled in settings.
modules/settings_manager.py:361
↓ 4 callers
Method
list
(self, *, visibility: str | None = None)
core/show_pages.py:202
↓ 4 callers
Method
load
(self)
core/scheduled_tasks.py:538
↓ 4 callers
Function
loadLogs
(source = selectedSource)
ui/src/components/steps/LogsPanel.tsx:56
↓ 4 callers
Function
mapContent
(files: GlobalPromptFile[])
ui/src/components/workbench/GlobalPromptsDialog.tsx:22
↓ 4 callers
Method
mark_task_result
(self, task_id: str, *, error: Optional[str], disable_one_shot: bool = True)
core/scheduled_tasks.py:703
↓ 4 callers
Function
mergeById
(existing: WorkbenchMessage[], incoming: WorkbenchMessage[])
ui/src/components/workbench/ChatPage.tsx:77
↓ 4 callers
Function
mint
()
ui/src/lib/avibeFetch.ts:65
↓ 4 callers
Function
mirror_harness_inbound
Record a harness-originated prompt (scheduled task / watch / webhook). Harness turns inject a *user-role* prompt into a session that the human
core/message_mirror.py:318
↓ 4 callers
Method
open_change_cwd_modal
Open a modal dialog for changing working directory
modules/im/slack.py:2807
↓ 4 callers
Method
open_resume_session_modal
Open a modal to let users select or input a session to resume.
modules/im/slack.py:2877
↓ 4 callers
Method
open_routing_modal
Open a modal dialog for agent/model routing settings
modules/im/slack.py:3919
↓ 4 callers
Method
open_settings_modal
Open a modal dialog for settings
modules/im/slack.py:2578
↓ 4 callers
Function
parse_routing_modal_selection
Parse Slack routing modal state into normalized selection model.
modules/im/slack_modal.py:35
↓ 4 callers
Function
pending_native_fork
Native fork spec if this turn should fork instead of start fresh.
core/services/session_fork.py:332
← previous
next →
1,101–1,200 of 10,036, ranked by callers