MCPcopy Index your code

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

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

↓ 29 callersMethodadd_task
( self, *, name: Optional[str] = None, session_key: str, session_id: O
core/scheduled_tasks.py:611
↓ 29 callersMethodpost
(self, url: str, **kwargs: Any)
vibe/ui_compat.py:276
↓ 29 callersMethodupdate_visibility
(self, session_id: str, visibility: str)
core/show_pages.py:333
↓ 29 callersMethodwrite
(self, payload: dict[str, Any])
core/watches.py:349
↓ 28 callersFunction_configured_v2
(platforms: set[str])
tests/test_cli_task_command.py:19
↓ 28 callersMethod_ensure_clients
Ensure web and socket clients are initialized
modules/im/slack.py:284
↓ 28 callersMethodstart_setup
Start an auth flow for the resolved backend.
core/agent_auth_service.py:672
↓ 27 callersMethod_interaction_scope_key
(self, context: MessageContext)
modules/im/telegram.py:777
↓ 27 callersFunction_save_config
()
tests/test_show_pages.py:90
↓ 27 callersMethodget_session
(self, working_path: str, agent: str, native_session_id: str)
tests/test_resume_session.py:78
↓ 27 callersMethodset_session_handler
Set reference to session handler
core/handlers/message_handler.py:54
↓ 27 callersMethodstart
()
modules/im/slack.py:2424
↓ 26 callersMethod_receive_messages
Receive messages from Claude SDK client.
modules/agents/claude_agent.py:492
↓ 26 callersFunction_remote_peer
()
tests/test_ui_remote_access_auth.py:92
↓ 26 callersMethodadd_watch
( self, *, name: Optional[str], session_key: str, command: list[str],
core/watches.py:190
↓ 26 callersFunctionget_opencode_config_paths
(home: Path | None = None)
vibe/opencode_config.py:55
↓ 26 callersFunctionhasUsableSecret
(section: SecretSection, field: string, draftValue?: string)
ui/src/lib/secretFields.ts:11
↓ 26 callersMethodload
(self)
config/v2_sessions.py:261
↓ 26 callersFunctionprov
(execution_id: str, message_id: str = "watch:def-watch")
tests/test_internal_server.py:1378
↓ 26 callersMethodset_users_for_platform
(self, platform: str, users: Dict[str, UserSettings])
config/v2_settings.py:542
↓ 25 callersMethod_start_or_resume_thread
Try to resume a persisted thread, fall back to creating a new one.
modules/agents/codex/agent.py:885
↓ 25 callersMethodacquire
(self)
storage/lock.py:24
↓ 25 callersMethodensure
(self, session_id: str)
core/show_pages.py:243
↓ 25 callersMethodfrom_payload
(cls, payload: dict)
config/v2_config.py:428
↓ 25 callersMethodpatch
(self, url, json=None, headers=None)
tests/test_opencode_server.py:104
↓ 25 callersMethodpublish
Fan a JSON event out to every subscriber. Safe from any thread. No-op when there are no subscribers (the common case during boot / he
vibe/sse_broker.py:69
↓ 25 callersMethodsave
(self, config_path: Optional[Path] = None)
config/v2_config.py:656
↓ 24 callersFunction_build_controller_double
A MagicMock controller whose ``message_handler.handle_user_message`` can be patched to emit chunks via the real ``_stream_chunk`` hook. It ca
tests/test_internal_server.py:64
↓ 24 callersFunction_capture_stderr_json
(func, *args)
tests/test_cli_task_command.py:55
↓ 24 callersFunction_insert_msg
Direct insert so a test controls created_at / type / platform / text. Agent rows default to ``result``, human rows to ``user`` — the two tran
tests/test_message_search.py:60
↓ 24 callersMethod_make_bot
(self)
tests/test_wechat_bot.py:22
↓ 24 callersMethod_remove_ack_reaction
Remove the acknowledgement reaction / typing indicator. Called after sending result message or on terminal error to clean up the 👀 re
modules/agents/base.py:432
↓ 24 callersFunction_seed_avibe_session_with_queue
Create an isolated avibe session and seed its queue (oldest first). Each ``queued`` entry is ``(text, scheduled_provenance | None)`` — None => a u
tests/test_internal_server.py:1281
↓ 24 callersFunction_seed_scope
(conn)
tests/test_messages_service.py:30
↓ 24 callersMethod_send_message
(self, context: MessageContext, text: str)
core/agent_auth_service.py:924
↓ 24 callersMethodget_run
(self, run_id: str)
core/scheduled_tasks.py:1093
↓ 24 callersMethodhandle_user_message
Process regular human-originated messages and route to configured agent.
core/handlers/message_handler.py:58
↓ 24 callersMethodrun
( self, command: Sequence[str], *, input_text: str | None = None, chec
scripts/incus_tenant.py:69
↓ 23 callersMethod_finish_claude_oauth_attempt
( self, attempt: ClaudeOAuthAttempt | None, *, succeeded: bool, )
core/agent_auth_service.py:3088
↓ 23 callersFunction_make_session
Create a real avibe project + session row so the route handler can find it. Returns ``(scope_id, session_id)``.
tests/test_ui_session_stream.py:36
↓ 23 callersFunction_manager_capturing_runs
A SessionTurnManager whose ``_run`` records each flushed turn's (text, source, suppress_delivery) instead of dispatching.
tests/test_internal_server.py:1317
↓ 23 callersMethodget
(self, name: str)
core/vibe_agents.py:132
↓ 23 callersMethodjson
(self)
tests/test_opencode_server.py:65
↓ 23 callersMethodpublish
Fan ``(event_type, data)`` out to every subscriber. No-op when none.
core/inbox_events.py:42
↓ 23 callersMethodstop
(self)
tests/test_controller_dispatch_loop.py:211
↓ 23 callersFunctionupsert_opencode_provider_base_url
Persist a provider's custom ``baseURL`` into ``opencode.json``. OpenCode's own auth endpoint (``PUT /auth/{provider_id}``) only stores the AP
vibe/opencode_config.py:903
↓ 22 callersMethod_normalize_user_id
(self, user_id: Union[int, str])
modules/sessions_facade.py:24
↓ 22 callersFunction_seed_avibe_scope
(conn, workdir: str | None = None)
tests/test_core_services_sessions.py:33
↓ 22 callersFunctioncreate_agent_session_row
Create the one public Session row used by every platform. A Session owns its cwd. Scope settings are only consulted at creation time to snaps
storage/agent_session_rows.py:62
↓ 22 callersFunctiongetEnabledPlatforms
(data: any)
ui/src/lib/platforms.ts:161
↓ 22 callersMethodget_or_create_session_id
Get a cached OpenCode session id, or create a new session. The session anchor is the bare base (the thread's identity), independent o
modules/agents/opencode/session.py:284
↓ 22 callersMethodget_watch
(self, watch_id: str)
core/watches.py:178
↓ 22 callersMethodinit_minimal
(self, im_client, settings_manager, config, session_manager=None)
tests/test_resume_session.py:97
↓ 22 callersFunctionroot_exec
(target: RegressionTarget, command: str, *, remote: str | None = None)
scripts/incus_regression.py:672
↓ 22 callersMethodset_cookie
( self, key: str, value: str, *, domain: str = "testserver", p
vibe/ui_compat.py:263
↓ 21 callersMethod_drain_requests
(self)
core/scheduled_tasks.py:1453
↓ 21 callersMethod_ensure_service
(self)
config/v2_sessions.py:239
↓ 21 callersFunction_load_module
()
tests/test_wait_for_github_pr_activity.py:11
↓ 21 callersFunction_payload
(endpoint: str = "https://push.example.test/sub/1")
tests/test_web_push_service.py:19
↓ 21 callersFunction_reconcile
(user_config, live_config=None, auth_entries=None)
tests/test_opencode_config_reconciler.py:4
↓ 21 callersFunction_request
()
tests/test_opencode_session_manager.py:17
↓ 21 callersFunction_seed_session
(conn, scope_id: str, session_id: str)
tests/test_messages_service.py:35
↓ 21 callersMethodformat_code_inline
Format inline code - same for most platforms
modules/im/formatters/base_formatter.py:13
↓ 21 callersFunctionget_platform_descriptor
(platform: str)
config/platform_registry.py:291
↓ 21 callersMethodget_session
Get current session state (for UI polling).
modules/im/wechat_auth.py:134
↓ 21 callersMethodregister_turn
(self, turn_id: str, request)
tests/test_codex_event_handler.py:35
↓ 21 callersMethodtext
(self)
tests/test_opencode_server.py:59
↓ 20 callersFunction_run
(coro)
tests/test_skills_service.py:19
↓ 20 callersFunction_save
(provider_id: str, payload: dict)
tests/test_save_opencode_provider_auth.py:143
↓ 20 callersMethod_t
(self, key: str, **kwargs: Any)
core/update_checker.py:222
↓ 20 callersFunction_write_fake_uv
(path: Path, uv_log: Path)
tests/test_install_script.py:30
↓ 20 callersMethodcommunicate
(self, timeout=None)
tests/test_ui_api.py:34
↓ 20 callersFunctiongetCachedJson
(path: string, ttlMs = 1500)
ui/src/context/ApiContext.tsx:1257
↓ 20 callersMethodget_task
(self, task_id: str)
core/scheduled_tasks.py:599
↓ 20 callersFunctionload_config
()
vibe/api.py:635
↓ 20 callersFunctionparse_session_key
(value: str)
core/scheduled_tasks.py:126
↓ 20 callersMethodprepare
(self, *, force=False)
tests/test_local_deps.py:292
↓ 20 callersFunctionresolve_agent_run_target
Resolve cwd/session/scope metadata for one agent turn. Resolution order: 1. Reserved/explicit ``agent_sessions`` row carried by the context.
core/services/agent_run_target.py:78
↓ 19 callersFunction_go
()
tests/test_internal_server.py:197
↓ 19 callersMethod_option_label
(self, value: Optional[str], default_label: Optional[str] = None)
modules/im/telegram.py:1531
↓ 19 callersFunction_read_config
(path: Path)
tests/test_opencode_provider_base_url.py:35
↓ 19 callersFunctioncallback
(_context, _text: str)
tests/test_telegram_bot.py:461
↓ 19 callersMethodclose
(self)
core/show_session_events.py:68
↓ 19 callersMethodclose
(self)
tests/test_opencode_server.py:108
↓ 19 callersMethodenqueue_hook_send
( self, *, session_key: str, session_id: Optional[str] = None, prompt:
core/scheduled_tasks.py:845
↓ 19 callersMethodget_client_for_context
(self, context: Optional[MessageContext] = None)
modules/im/multi.py:136
↓ 19 callersFunctionhas_newer_version
(candidate: str, current: str)
vibe/upgrade.py:380
↓ 19 callersFunctionresolve_proxy
Resolve the effective proxy URL for an IM adapter. Returns the explicit ``config_proxy`` when set, otherwise falls back to the system SOCKS p
vibe/proxy.py:58
↓ 19 callersFunctionresolve_scope_from_legacy_key
(conn: Connection, scope_key: str, *, now: str)
storage/sessions_service.py:995
↓ 19 callersMethodsave_state
(self, state: SettingsState)
storage/settings_service.py:59
↓ 19 callersMethodstep_history
(runner: ScenarioRunner, expected: list[str])
tests/scenario_harness/core.py:180
↓ 18 callersFunction_config
( enabled: list[str], *, primary: str | None = None, slack_token: str = "xoxb-old", discor
tests/test_controller_platform_reconcile.py:121
↓ 18 callersFunction_create_agent_session
(session_id: str)
tests/test_ui_show_pages.py:93
↓ 18 callersFunction_load_module
()
tests/test_prepare_regression.py:11
↓ 18 callersMethod_request_scope
(self)
modules/agents/opencode/server.py:341
↓ 18 callersFunction_seed_source_session
(db_path: Path, tmp_path: Path)
tests/test_session_fork.py:31
↓ 18 callersFunction_set_required_env
(monkeypatch: pytest.MonkeyPatch)
tests/test_prepare_regression.py:20
↓ 18 callersMethodclose
(self)
storage/settings_service.py:41
↓ 18 callersMethodget_instance
Get singleton instance.
vibe/i18n/__init__.py:21
↓ 18 callersMethodhandle_resume_session_submission
Bind a provided session_id to the current thread for the chosen agent.
core/handlers/session_handler.py:970
← previousnext →101–200 of 10,036, ranked by callers