Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/avibe-bot/avibe
/ functions
Functions
10,036 in github.com/avibe-bot/avibe
⨍
Functions
10,036
◇
Types & classes
782
↳
Endpoints
185
↓ 29 callers
Method
add_task
( self, *, name: Optional[str] = None, session_key: str, session_id: O
core/scheduled_tasks.py:611
↓ 29 callers
Method
post
(self, url: str, **kwargs: Any)
vibe/ui_compat.py:276
↓ 29 callers
Method
update_visibility
(self, session_id: str, visibility: str)
core/show_pages.py:333
↓ 29 callers
Method
write
(self, payload: dict[str, Any])
core/watches.py:349
↓ 28 callers
Function
_configured_v2
(platforms: set[str])
tests/test_cli_task_command.py:19
↓ 28 callers
Method
_ensure_clients
Ensure web and socket clients are initialized
modules/im/slack.py:284
↓ 28 callers
Method
start_setup
Start an auth flow for the resolved backend.
core/agent_auth_service.py:672
↓ 27 callers
Method
_interaction_scope_key
(self, context: MessageContext)
modules/im/telegram.py:777
↓ 27 callers
Function
_save_config
()
tests/test_show_pages.py:90
↓ 27 callers
Method
get_session
(self, working_path: str, agent: str, native_session_id: str)
tests/test_resume_session.py:78
↓ 27 callers
Method
set_session_handler
Set reference to session handler
core/handlers/message_handler.py:54
↓ 27 callers
Method
start
()
modules/im/slack.py:2424
↓ 26 callers
Method
_receive_messages
Receive messages from Claude SDK client.
modules/agents/claude_agent.py:492
↓ 26 callers
Function
_remote_peer
()
tests/test_ui_remote_access_auth.py:92
↓ 26 callers
Method
add_watch
( self, *, name: Optional[str], session_key: str, command: list[str],
core/watches.py:190
↓ 26 callers
Function
get_opencode_config_paths
(home: Path | None = None)
vibe/opencode_config.py:55
↓ 26 callers
Function
hasUsableSecret
(section: SecretSection, field: string, draftValue?: string)
ui/src/lib/secretFields.ts:11
↓ 26 callers
Method
load
(self)
config/v2_sessions.py:261
↓ 26 callers
Function
prov
(execution_id: str, message_id: str = "watch:def-watch")
tests/test_internal_server.py:1378
↓ 26 callers
Method
set_users_for_platform
(self, platform: str, users: Dict[str, UserSettings])
config/v2_settings.py:542
↓ 25 callers
Method
_start_or_resume_thread
Try to resume a persisted thread, fall back to creating a new one.
modules/agents/codex/agent.py:885
↓ 25 callers
Method
acquire
(self)
storage/lock.py:24
↓ 25 callers
Method
ensure
(self, session_id: str)
core/show_pages.py:243
↓ 25 callers
Method
from_payload
(cls, payload: dict)
config/v2_config.py:428
↓ 25 callers
Method
patch
(self, url, json=None, headers=None)
tests/test_opencode_server.py:104
↓ 25 callers
Method
publish
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 callers
Method
save
(self, config_path: Optional[Path] = None)
config/v2_config.py:656
↓ 24 callers
Function
_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 callers
Function
_capture_stderr_json
(func, *args)
tests/test_cli_task_command.py:55
↓ 24 callers
Function
_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 callers
Method
_make_bot
(self)
tests/test_wechat_bot.py:22
↓ 24 callers
Method
_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 callers
Function
_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 callers
Function
_seed_scope
(conn)
tests/test_messages_service.py:30
↓ 24 callers
Method
_send_message
(self, context: MessageContext, text: str)
core/agent_auth_service.py:924
↓ 24 callers
Method
get_run
(self, run_id: str)
core/scheduled_tasks.py:1093
↓ 24 callers
Method
handle_user_message
Process regular human-originated messages and route to configured agent.
core/handlers/message_handler.py:58
↓ 24 callers
Method
run
( self, command: Sequence[str], *, input_text: str | None = None, chec
scripts/incus_tenant.py:69
↓ 23 callers
Method
_finish_claude_oauth_attempt
( self, attempt: ClaudeOAuthAttempt | None, *, succeeded: bool, )
core/agent_auth_service.py:3088
↓ 23 callers
Function
_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 callers
Function
_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 callers
Method
get
(self, name: str)
core/vibe_agents.py:132
↓ 23 callers
Method
json
(self)
tests/test_opencode_server.py:65
↓ 23 callers
Method
publish
Fan ``(event_type, data)`` out to every subscriber. No-op when none.
core/inbox_events.py:42
↓ 23 callers
Method
stop
(self)
tests/test_controller_dispatch_loop.py:211
↓ 23 callers
Function
upsert_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 callers
Method
_normalize_user_id
(self, user_id: Union[int, str])
modules/sessions_facade.py:24
↓ 22 callers
Function
_seed_avibe_scope
(conn, workdir: str | None = None)
tests/test_core_services_sessions.py:33
↓ 22 callers
Function
create_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 callers
Function
getEnabledPlatforms
(data: any)
ui/src/lib/platforms.ts:161
↓ 22 callers
Method
get_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 callers
Method
get_watch
(self, watch_id: str)
core/watches.py:178
↓ 22 callers
Method
init_minimal
(self, im_client, settings_manager, config, session_manager=None)
tests/test_resume_session.py:97
↓ 22 callers
Function
root_exec
(target: RegressionTarget, command: str, *, remote: str | None = None)
scripts/incus_regression.py:672
↓ 22 callers
Method
set_cookie
( self, key: str, value: str, *, domain: str = "testserver", p
vibe/ui_compat.py:263
↓ 21 callers
Method
_drain_requests
(self)
core/scheduled_tasks.py:1453
↓ 21 callers
Method
_ensure_service
(self)
config/v2_sessions.py:239
↓ 21 callers
Function
_load_module
()
tests/test_wait_for_github_pr_activity.py:11
↓ 21 callers
Function
_payload
(endpoint: str = "https://push.example.test/sub/1")
tests/test_web_push_service.py:19
↓ 21 callers
Function
_reconcile
(user_config, live_config=None, auth_entries=None)
tests/test_opencode_config_reconciler.py:4
↓ 21 callers
Function
_request
()
tests/test_opencode_session_manager.py:17
↓ 21 callers
Function
_seed_session
(conn, scope_id: str, session_id: str)
tests/test_messages_service.py:35
↓ 21 callers
Method
format_code_inline
Format inline code - same for most platforms
modules/im/formatters/base_formatter.py:13
↓ 21 callers
Function
get_platform_descriptor
(platform: str)
config/platform_registry.py:291
↓ 21 callers
Method
get_session
Get current session state (for UI polling).
modules/im/wechat_auth.py:134
↓ 21 callers
Method
register_turn
(self, turn_id: str, request)
tests/test_codex_event_handler.py:35
↓ 21 callers
Method
text
(self)
tests/test_opencode_server.py:59
↓ 20 callers
Function
_run
(coro)
tests/test_skills_service.py:19
↓ 20 callers
Function
_save
(provider_id: str, payload: dict)
tests/test_save_opencode_provider_auth.py:143
↓ 20 callers
Method
_t
(self, key: str, **kwargs: Any)
core/update_checker.py:222
↓ 20 callers
Function
_write_fake_uv
(path: Path, uv_log: Path)
tests/test_install_script.py:30
↓ 20 callers
Method
communicate
(self, timeout=None)
tests/test_ui_api.py:34
↓ 20 callers
Function
getCachedJson
(path: string, ttlMs = 1500)
ui/src/context/ApiContext.tsx:1257
↓ 20 callers
Method
get_task
(self, task_id: str)
core/scheduled_tasks.py:599
↓ 20 callers
Function
load_config
()
vibe/api.py:635
↓ 20 callers
Function
parse_session_key
(value: str)
core/scheduled_tasks.py:126
↓ 20 callers
Method
prepare
(self, *, force=False)
tests/test_local_deps.py:292
↓ 20 callers
Function
resolve_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 callers
Function
_go
()
tests/test_internal_server.py:197
↓ 19 callers
Method
_option_label
(self, value: Optional[str], default_label: Optional[str] = None)
modules/im/telegram.py:1531
↓ 19 callers
Function
_read_config
(path: Path)
tests/test_opencode_provider_base_url.py:35
↓ 19 callers
Function
callback
(_context, _text: str)
tests/test_telegram_bot.py:461
↓ 19 callers
Method
close
(self)
core/show_session_events.py:68
↓ 19 callers
Method
close
(self)
tests/test_opencode_server.py:108
↓ 19 callers
Method
enqueue_hook_send
( self, *, session_key: str, session_id: Optional[str] = None, prompt:
core/scheduled_tasks.py:845
↓ 19 callers
Method
get_client_for_context
(self, context: Optional[MessageContext] = None)
modules/im/multi.py:136
↓ 19 callers
Function
has_newer_version
(candidate: str, current: str)
vibe/upgrade.py:380
↓ 19 callers
Function
resolve_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 callers
Function
resolve_scope_from_legacy_key
(conn: Connection, scope_key: str, *, now: str)
storage/sessions_service.py:995
↓ 19 callers
Method
save_state
(self, state: SettingsState)
storage/settings_service.py:59
↓ 19 callers
Method
step_history
(runner: ScenarioRunner, expected: list[str])
tests/scenario_harness/core.py:180
↓ 18 callers
Function
_config
( enabled: list[str], *, primary: str | None = None, slack_token: str = "xoxb-old", discor
tests/test_controller_platform_reconcile.py:121
↓ 18 callers
Function
_create_agent_session
(session_id: str)
tests/test_ui_show_pages.py:93
↓ 18 callers
Function
_load_module
()
tests/test_prepare_regression.py:11
↓ 18 callers
Method
_request_scope
(self)
modules/agents/opencode/server.py:341
↓ 18 callers
Function
_seed_source_session
(db_path: Path, tmp_path: Path)
tests/test_session_fork.py:31
↓ 18 callers
Function
_set_required_env
(monkeypatch: pytest.MonkeyPatch)
tests/test_prepare_regression.py:20
↓ 18 callers
Method
close
(self)
storage/settings_service.py:41
↓ 18 callers
Method
get_instance
Get singleton instance.
vibe/i18n/__init__.py:21
↓ 18 callers
Method
handle_resume_session_submission
Bind a provided session_id to the current thread for the chosen agent.
core/handlers/session_handler.py:970
← previous
next →
101–200 of 10,036, ranked by callers