MCPcopy Index your code

hub / github.com/avibe-bot/avibe / types & classes

Types & classes782 in github.com/avibe-bot/avibe

↓ 461 callersClassMessageContext
Platform-agnostic message context
modules/im/base.py:34
↓ 117 callersClassTaskCliError
vibe/cli.py:110
↓ 91 callersClassSlackConfig
config/v2_config.py:86
↓ 71 callersClassTaskExecutionStore
core/scheduled_tasks.py:720
↓ 63 callersClassSessionHandler
Handles all session-related operations
core/handlers/session_handler.py:58
↓ 62 callersClassConsolidatedMessageDispatcher
Dispatch agent messages while preserving existing product behavior.
core/message_dispatcher.py:109
↓ 62 callersClassInlineButton
Platform-agnostic inline button
modules/im/base.py:47
↓ 61 callersClassScheduledTaskStore
core/scheduled_tasks.py:530
↓ 61 callersClassTelegramConfig
config/v2_config.py:133
↓ 60 callersClassSessionsStore
config/v2_sessions.py:227
↓ 58 callersClassAgentAuthService
Manage backend-specific login flows triggered through IM.
core/agent_auth_service.py:368
↓ 54 callersClassSlackBot
Slack implementation of the IM client
modules/im/slack.py:52
↓ 53 callersClassSQLiteSessionsService
storage/sessions_service.py:105
↓ 53 callersClass_StubController
tests/test_agent_auth_service.py:84
↓ 49 callersClassTelegramBot
Telegram adapter using Bot API long polling.
modules/im/telegram.py:92
↓ 47 callersClassClaudeAgent
Existing Claude Code integration extracted into an agent backend.
modules/agents/claude_agent.py:30
↓ 47 callersClassOpenCodeServerManager
Manages a singleton OpenCode server process shared across all working directories.
modules/agents/opencode/server.py:55
↓ 47 callersClassSQLiteBackgroundTaskStore
storage/background.py:385
↓ 45 callersClass_StubController
tests/test_claude_agent_sessions.py:55
↓ 43 callersClassMessageHandler
Handles message routing and Claude communication
core/handlers/message_handler.py:41
↓ 43 callersClass_Controller
tests/test_claude_cli_path.py:67
↓ 42 callersClassScheduledTaskService
Controller-owned runtime that executes persisted scheduled tasks.
core/scheduled_tasks.py:1268
↓ 42 callersClassShowPageStore
core/show_pages.py:172
↓ 39 callersClassScenarioStep
One named scenario action executed against a harness.
tests/scenario_harness/core.py:134
↓ 38 callersClassUserSettings
Settings for a bound DM user.
config/v2_settings.py:179
↓ 37 callersClassFileDownloadResult
Result for downloading a remote attachment to a local path.
modules/im/base.py:26
↓ 37 callersClass_StubClient
tests/test_multi_platform_runtime.py:31
↓ 36 callersClassV2Config
config/v2_config.py:381
↓ 36 callersClass_FakeShowRuntimeManager
tests/test_ui_show_pages.py:25
↓ 35 callersClassManagedWatchStore
core/watches.py:109
↓ 35 callersClassShowRuntimeManager
core/show_runtime.py:76
↓ 33 callersClassAgentService
Registry and dispatcher for agent implementations.
modules/agents/service.py:20
↓ 33 callersClass_WebClient
tests/test_slack_dm_mentions.py:136
↓ 32 callersClassAgentsConfig
config/v2_config.py:278
↓ 32 callersClassRuntimeConfig
config/v2_config.py:216
↓ 32 callersClassVibeAgentStore
core/vibe_agents.py:106
↓ 31 callersClassAgentAuthFlow
core/agent_auth_service.py:284
↓ 31 callersClassInlineKeyboard
Platform-agnostic inline keyboard
modules/im/base.py:55
↓ 31 callersClassPlatformsConfig
Multi-platform enablement metadata. ``primary`` remains the compatibility anchor for legacy single-platform code paths while ``enabled`` is t
config/v2_config.py:329
↓ 29 callersClassWatchRuntimeStateStore
core/watches.py:344
↓ 29 callersClass_StubController
tests/test_message_handler_typing.py:168
↓ 28 callersClassUpdateConfig
Configuration for automatic update checking and installation.
config/v2_config.py:319
↓ 27 callersClassChannelSettings
config/v2_settings.py:161
↓ 26 callersClassFileAttachment
Platform-agnostic file attachment
modules/im/base.py:14
↓ 26 callersClassMultiIMClient
Delegate inbound/outbound messaging across multiple IM clients.
modules/im/multi.py:22
↓ 25 callersClass_StubSessionHandler
tests/test_message_handler_typing.py:243
↓ 23 callersClassCompletedProcess
tests/test_ui_api.py:1275
↓ 22 callersClassAuthResult
Result of an authorization check.
core/auth.py:68
↓ 22 callersClassCodexEventHandler
Maps codex app-server server notifications to ``emit_agent_message`` calls. Maintains a *pending assistant message* buffer so that intermediate
modules/agents/codex/event_handler.py:23
↓ 22 callersClassOpenCodeSessionManager
Manage OpenCode session ids and concurrency guards.
modules/agents/opencode/session.py:41
↓ 22 callersClass_StubConfig
tests/test_resume_session.py:85
↓ 22 callersClass_StubController
tests/test_resume_session.py:92
↓ 22 callersClass_StubIMClient
tests/test_resume_session.py:48
↓ 22 callersClass_StubSettingsManager
tests/test_resume_session.py:19
↓ 21 callersClass_Client
tests/test_claude_agent_sessions.py:115
↓ 21 callersClass_FakeResponse
tests/test_opencode_server.py:40
↓ 21 callersClass_StubAgent
tests/test_codex_event_handler.py:85
↓ 20 callersClassPageRequest
storage/pagination.py:13
↓ 20 callersClassRoutingSettings
config/v2_settings.py:81
↓ 20 callersClassSettingsState
config/v2_settings.py:206
↓ 20 callersClassShowSessionEventStore
core/show_session_events.py:56
↓ 20 callersClassUpdateChecker
Handles automatic update checking and installation.
core/update_checker.py:206
↓ 19 callersClassAgentRequest
Normalized agent invocation request.
modules/agents/base.py:24
↓ 19 callersClassNativeResumeSession
modules/agents/native_sessions/types.py:13
↓ 19 callersClassSQLiteSettingsService
storage/settings_service.py:35
↓ 19 callersClassScenarioRunner
Run a sequence of named async steps against one harness instance.
tests/scenario_harness/core.py:141
↓ 19 callersClass_StubController
tests/test_update_checker_platforms.py:31
↓ 19 callersClass_StubController
tests/test_message_dispatcher_scheduled.py:59
↓ 18 callersClassInternalServerUnavailable
Raised when the dispatch socket cannot be reached. Routes should catch this and degrade to the queue-based fallback so a controller crash or
vibe/internal_client.py:36
↓ 18 callersClassShowPageError
core/show_pages.py:44
↓ 17 callersClassAuthSetupScenarioHarness
Reusable harness for capability-level auth/setup scenarios.
tests/scenario_harness/auth_setup.py:5
↓ 17 callersClass_Recorder
Stand-in for ``_run_askill`` that records args and returns a fixture.
tests/test_skills_service.py:23
↓ 16 callersClassManagedWatchService
core/watches.py:387
↓ 16 callersClassScreenshotError
Raised when a local screenshot cannot be captured.
vibe/screenshot.py:18
↓ 15 callersClassSkillsError
A failure with a stable ``code`` the route layer maps to HTTP/i18n.
core/services/skills.py:46
↓ 15 callersClassUiConfig
config/v2_config.py:286
↓ 15 callersClass_StubController
tests/test_message_dispatcher_result_fallback.py:82
↓ 14 callersClassActivePollInfo
Information about an active poll that needs to be restored on restart.
config/v2_sessions.py:20
↓ 14 callersClassCommandHandlers
Handles all bot command operations
core/handlers/command_handlers.py:19
↓ 14 callersClassRecordingRunner
tests/test_incus_regression.py:326
↓ 14 callersClass_Controller
tests/test_agent_service.py:77
↓ 14 callersClass_Controller
tests/test_session_handler_base_id.py:53
↓ 14 callersClass_FakeSession
tests/test_opencode_server.py:84
↓ 13 callersClassGuildSettings
config/v2_settings.py:174
↓ 13 callersClassOpenCodeCompatConfig
config/v2_compat.py:51
↓ 13 callersClass_SnapshotSession
tests/test_opencode_server.py:257
↓ 13 callersClass_Store
tests/test_message_dispatcher_scheduled.py:159
↓ 13 callersClass_StubClient
tests/test_claude_agent_sessions.py:39
↓ 12 callersClassLarkConfig
config/v2_config.py:150
↓ 12 callersClassSettingsStore
config/v2_settings.py:411
↓ 12 callersClassUpgradePlan
vibe/upgrade.py:51
↓ 12 callersClass_SettingsManager
tests/test_slack_dm_mentions.py:554
↓ 11 callersClassRegressionError
A user-correctable regression runner error.
scripts/incus_regression.py:68
↓ 11 callersClassRunner
scripts/incus_tenant.py:65
↓ 11 callersClassWeChatAuthManager
Manages QR code login sessions.
modules/im/wechat_auth.py:111
↓ 11 callersClass_Controller
tests/test_multi_platform_runtime.py:630
↓ 11 callersClass_Store
tests/test_auth_pipeline.py:11
↓ 11 callersClass_StubController
tests/test_controller_vibe_agent_routing.py:9
↓ 10 callersClassRunner
scripts/incus_regression.py:83
↓ 10 callersClassSessionState
config/v2_sessions.py:113
next →1–100 of 782, ranked by callers