MCPcopy Create free account

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

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

↓ 5 callersMethodchat_postMessage
(self, **kwargs)
tests/test_slack_dm_mentions.py:153
↓ 5 callersMethodcheck_and_send_post_update_notification
Check for pending update notification and send it (called on startup).
core/update_checker.py:1037
↓ 5 callersMethodclose
(self)
storage/db.py:61
↓ 5 callersFunctioncompute_next_run_at
Next fire time (tz-aware ISO) for a scheduled task, or None. Shared by the harness API payload and the CLI so the two never drift. A disabled
storage/background.py:40
↓ 5 callersMethodcount_runs_by_status
( self, *, run_type: Optional[str] = None, agent_name: Optional[str] = None,
storage/background.py:639
↓ 5 callersMethodcreate_bind_code
Create a new bind code.
config/v2_settings.py:721
↓ 5 callersMethoddelete_ack_message
(self, request: Any, *, channel_id: Optional[str] = None)
core/processing_indicator.py:363
↓ 5 callersMethoddelete_agent_sessions
( self, *, scope_key: str, agent_name: str | None = None, session_anch
storage/sessions_service.py:463
↓ 5 callersFunctiondt_from_ts
(value: int | float | str | None, *, millis: bool = False)
modules/agents/native_sessions/base.py:129
↓ 5 callersMethodedit_message
( self, context: MessageContext, message_id: str, text: Optional[str] = None,
modules/im/discord.py:526
↓ 5 callersMethodensure
(self)
core/show_runtime.py:138
↓ 5 callersFunctionensure_askill_installed
Ensure askill is present. Idempotent — installs only when missing or forced. Reports success only when the binary is actually resolvable afterwar
vibe/api.py:3224
↓ 5 callersMethodensure_running
(self)
tests/test_ui_api.py:47
↓ 5 callersMethodexists
(self, command: Sequence[str])
scripts/incus_regression.py:110
↓ 5 callersFunctionextract_opencode_response_text
Extract user-visible assistant text from an OpenCode message.
modules/agents/opencode/message_processor.py:12
↓ 5 callersMethodfetch_message
(self, message_id)
tests/test_discord_reply_anchor.py:29
↓ 5 callersMethodfinalize_turn_start_response
(self, turn_id: str, request: AgentRequest)
modules/agents/codex/turn_state.py:71
↓ 5 callersMethodfind_session_for_anchor
Read-through to the SQLite service's ``(scope, anchor)`` lookup (latest row, any backend). Not cached — callers use it only to pin a thread's
config/v2_sessions.py:393
↓ 5 callersFunctionfork_metadata_from_session_metadata
Return pending fork metadata persisted on a fork target Session row.
core/services/session_fork.py:300
↓ 5 callersMethodformat_bold
Format bold text using single asterisks
modules/im/formatters/slack_formatter.py:12
↓ 5 callersMethodformat_code_block
Format code block - same for most platforms
modules/im/formatters/base_formatter.py:17
↓ 5 callersMethodget
(self, key, default=None)
tests/test_slack_dm_mentions.py:127
↓ 5 callersFunctionget_claude_client_pid
Return the SDK-managed Claude CLI pid when the current SDK exposes it.
modules/agents/claude_process_reaper.py:37
↓ 5 callersFunctionget_claude_oauth_settings_backup_path
Return Avibe's durable rollback file for Claude OAuth setup.
vibe/claude_config.py:108
↓ 5 callersMethodget_config
(self, app_config: Any)
config/platform_registry.py:57
↓ 5 callersMethodget_require_mention
Get effective require_mention value for a channel. Args: channel_id: The channel to check global_default: The global
modules/settings_manager.py:452
↓ 5 callersMethodget_require_mention_override
Get the raw per-channel require_mention override (may be None).
modules/settings_manager.py:485
↓ 5 callersFunctionget_session
(conn: Connection, session_id: str)
storage/workbench_sessions_service.py:179
↓ 5 callersMethodget_session_info
Get session info: base_session_id, working_path, and composite_key
core/handlers/session_handler.py:471
↓ 5 callersMethodget_thread_map
(self, user_id: str, channel_id: str)
config/v2_sessions.py:496
↓ 5 callersMethodget_updates
Long-poll for new messages.
modules/im/wechat.py:136
↓ 5 callersFunctionget_working_dir
Get the working directory for subprocess execution.
vibe/runtime.py:82
↓ 5 callersMethodget_working_path
Get working directory - delegate to controller's get_cwd
core/handlers/session_handler.py:409
↓ 5 callersFunctionisIosDevice
()
ui/src/lib/platform.ts:11
↓ 5 callersMethodis_scheduled_thread_active
Return whether a thread is active for the synthetic scheduled owner.
modules/im/base.py:173
↓ 5 callersMethodlist_messages
(self, session_id: str, directory: str)
modules/agents/opencode/server.py:1198
↓ 5 callersMethodlist_runs_page
( self, *, status: Optional[str] = None, run_type: Optional[str] = None,
storage/background.py:575
↓ 5 callersMethodlist_scheduled_tasks
(self)
storage/background.py:405
↓ 5 callersMethodlist_tasks
(self)
core/scheduled_tasks.py:596
↓ 5 callersMethodload_watch_runtime
(self)
storage/background.py:1091
↓ 5 callersMethodmigrate_active_polls
Migrate legacy active_polls that lack ``platform`` or use scoped settings_key. Should be called once after load() when the runtime knows the
config/v2_sessions.py:270
↓ 5 callersFunctionmin_interval_for_unauthenticated
( requests_per_poll: int, *, bootstrap_requests: int = 0, )
skills/background-watch-hook/scripts/_github_wait_common.py:43
↓ 5 callersFunctionnormalize_response
(value: Any)
vibe/ui_compat.py:167
↓ 5 callersFunctionoptional_remote_ref
(remote: str | None)
scripts/incus_regression.py:131
↓ 5 callersFunctionp
(n: number)
ui/src/lib/relativeTime.ts:30
↓ 5 callersFunctionp
(n: number)
ui/src/lib/datetime.ts:10
↓ 5 callersFunctionpagination_payload
(result: PageResult[object], *, next_command: str | None = None)
storage/pagination.py:88
↓ 5 callersFunctionparse_subagent_prefix
(message: str)
modules/agents/subagent_router.py:48
↓ 5 callersFunctionplatformHasRunnableConfig
(data: any, platform: string)
ui/src/lib/platforms.ts:200
↓ 5 callersMethodpoll
(self)
tests/test_ui_show_pages.py:1329
↓ 5 callersFunctionproviderHasAuth
(provider: OpencodeProvider)
ui/src/components/settings/providers/OpencodeProviderConfig.tsx:149
↓ 5 callersMethodput
(self, url, json=None, headers=None)
tests/test_opencode_server.py:100
↓ 5 callersFunctionread_global_agents_md
Return the editor seed for *backend*'s global instructions file. ``exists`` is ``False`` (and ``content`` empty) when the file is absent, so
vibe/global_agents_md.py:69
↓ 5 callersMethodreadline
(self)
tests/test_codex_agent.py:2717
↓ 5 callersMethodreconcile_jobs
(self)
core/scheduled_tasks.py:1388
↓ 5 callersMethodrecord_run_message
( self, run_id: str, *, text: str, message_id: str | None = None,
storage/background.py:1009
↓ 5 callersFunctionrewrite_agent_media
Return *text* with ``file://`` links rewritten to media-proxy URLs. Registers each referenced file in ``media_objects`` (same transaction as the
core/workbench_media.py:53
↓ 5 callersMethodrotate_share
(self, session_id: str)
core/show_pages.py:374
↓ 5 callersMethodrun
(self)
modules/im/multi.py:432
↓ 5 callersFunctionrun_maybe_async
(func: Callable[..., Any], *args: Any, **kwargs: Any)
vibe/ui_compat.py:204
↓ 5 callersFunctionrun_read_only_query
( sql: str, *, page_request: PageRequest | None, db_path: Path | None = None, step_limit:
storage/read_only_query.py:29
↓ 5 callersFunctionsave_claude_auth
Persist Claude auth into Claude Code's own ``settings.json``. V2Config records only non-secret intent/legacy cleanup state. It must not carry
vibe/api.py:5041
↓ 5 callersMethodsend_socket_mode_response
(self, response)
tests/test_slack_dm_mentions.py:1471
↓ 5 callersFunctionservice_pid_recorded
(pid: int)
vibe/runtime.py:675
↓ 5 callersMethodsessions_for_cwd
Return base_session_ids associated with a given working directory.
modules/agents/codex/session.py:52
↓ 5 callersFunctionstart
(config: V2Config | None = None)
vibe/remote_access.py:546
↓ 5 callersFunctionstop
(config: V2Config | None = None)
vibe/remote_access.py:507
↓ 5 callersMethodstop
(self)
core/controller.py:108
↓ 5 callersMethodsubmit
Unified turn entry for BOTH Chat and the scheduler: idle → run now; busy (or a pre-existing send-while-busy queue) → enqueue and run later.
core/session_turns.py:580
↓ 5 callersMethodsubscribe
(self)
core/inbox_events.py:29
↓ 5 callersFunctionsupports_web_oauth
Return whether *name* supports Web Settings OAuth setup.
modules/agents/catalog.py:148
↓ 5 callersFunctiontenant_spec
(**overrides)
tests/test_incus_tenant_scaffold.py:20
↓ 5 callersMethodterminate
(self)
tests/scenario_harness/core.py:103
↓ 5 callersMethodtest_request_context
( self, path: str, *, method: str = "GET", base_url: str = "http://tes
vibe/ui_compat.py:410
↓ 5 callersFunctiontoggleStep
(step: number)
ui/src/components/steps/LarkConfig.tsx:179
↓ 5 callersFunctiontoggleStep
(step: number)
ui/src/components/steps/TelegramConfig.tsx:103
↓ 5 callersMethodtouch_session_activity
(self, composite_key: str)
core/handlers/session_handler.py:77
↓ 5 callersMethodtruncate_text
Truncate text to specified length
modules/im/formatters/base_formatter.py:243
↓ 5 callersMethodtry_add_to_processed_set
Atomically add a message ID to the processed set.
config/v2_sessions.py:569
↓ 5 callersMethodupdate_user
(self, user_id: str, settings: UserSettings, platform: Optional[str] = None)
config/v2_settings.py:697
↓ 5 callersFunctionuseStatus
()
ui/src/context/StatusContext.tsx:38
↓ 5 callersFunctionuseWorkbenchInbox
()
ui/src/context/WorkbenchInboxContext.tsx:326
↓ 5 callersFunctionverify_opencode_auth_list_output
Return True when `opencode auth list` shows credentials for the target provider.
core/agent_auth_service.py:247
↓ 5 callersFunctionwrite_global_agents_md
Write *content* to *backend*'s global instructions file and re-read it.
vibe/global_agents_md.py:130
↓ 5 callersFunctionwrite_many_global_agents_md
Write the same *content* to each backend in *backends*. Backs both per-backend Save (a single id) and one-click Sync (every id). All ids are
vibe/global_agents_md.py:137
↓ 4 callersFunction_add_hidden_task_alias
(task_subparsers, alias: str, parser)
vibe/cli.py:650
↓ 4 callersFunction_agent_run_message_for_request
(request: TaskExecutionRequest)
core/scheduled_tasks.py:412
↓ 4 callersMethod_agent_run_target_payload
(context: MessageContext)
core/controller.py:1076
↓ 4 callersMethod_archive_install_dir
(self)
core/show_runtime.py:833
↓ 4 callersFunction_assert_claude_managed_env
(env: dict)
tests/test_settings_disk_fallback.py:99
↓ 4 callersMethod_async_handle_card_action
Process a card button click or form submission asynchronously.
modules/im/feishu.py:1667
↓ 4 callersMethod_async_handle_message
Process an incoming message event asynchronously.
modules/im/feishu.py:1419
↓ 4 callersFunction_build_agent
(mark_idle_calls)
tests/test_claude_receiver_result_settle.py:45
↓ 4 callersMethod_build_claude_full_subprocess_env
Return a complete environment for direct Claude CLI subprocesses. ``build_claude_subprocess_env`` intentionally returns only the Anth
core/agent_auth_service.py:498
↓ 4 callersFunction_build_schema
(db_path: Path)
tests/test_harness_payload_enrichment.py:29
↓ 4 callersMethod_build_thread_developer_instructions
Build Codex thread-level developer instructions for start/resume. Codex treats these as session configuration, not appended chat history.
modules/agents/codex/agent.py:1038
↓ 4 callersMethod_capabilities
(self, context: MessageContext)
core/message_dispatcher.py:122
↓ 4 callersMethod_capabilities
(self, context: MessageContext)
core/processing_indicator.py:105
↓ 4 callersMethod_channel_key
(self, channel_id: str, platform: Optional[str] = None)
config/v2_settings.py:479
↓ 4 callersFunction_claude_points_to_agents
True when ``CLAUDE.md`` is a symlink that resolves to the sibling ``AGENTS.md`` (the state the toggle maintains).
vibe/project_agents_md.py:31
← previousnext →901–1,000 of 10,036, ranked by callers