Repository Analysis

dograh-hq/dograh

Open source voice AI platform. Self-hosted alternative to Vapi and Retell. On Prem, BYOK across Speech to Speech or LLM/STT/TTS, with a visual workflow builder, MCP native and telephony support.

18.0 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of dograh-hq/dograh, a Python project with 5,517 GitHub stars. SynthScan v2.0 examined 291,345 lines of code across 1302 source files, recording 3904 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 18.0 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

18.0
Adjusted Score
18.0
Raw Score
100%
Time Factor
2026-08-28
Last Push
5.5K
Stars
Python
Language
291.3K
Lines of Code
1.3K
Files
3.9K
Pattern Hits
2026-08-29
Scan Date
0.04
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 3HIGH 48MEDIUM 423LOW 3430

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 3904 distinct pattern matches across 22 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers2255 hits · 2270 pts
SeverityFileLineSnippetContext
LOWui/public/embed/dograh-widget.js991 function handlePeerConnectionStateChange() {CODE
LOWui/public/embed/dograh-widget.js1950 function notifyNewAssistantMessages() {CODE
LOWui/public/embed/dograh-widget.js2277 function updateChatEndConfirmationState() {CODE
LOWui/src/types/workflow-configurations.ts163export function resolveWorkflowConfigurations(CODE
LOWui/src/context/TelephonyConfigWarningsContext.tsx26export function TelephonyConfigWarningsProvider({ children }: { children: ReactNode }) {CODE
LOWui/src/context/TelephonyConfigWarningsContext.tsx72export function useTelephonyConfigWarnings() {CODE
LOWui/src/app/tools/config.tsx37export function createContextDestinationRouteRow(CODE
LOWui/src/app/tools/config.tsx47export function createContextDestinationRuleRow(CODE
LOWui/src/app/tools/config.tsx70export function ruleRowsToContextMappingRules(CODE
LOWui/src/app/tools/config.tsx257export function createTransferCallDefinition(config: TransferCallConfig): TransferCallToolDefinition {CODE
LOWui/src/app/tools/config.tsx276export function createCalculatorDefinition(): CalculatorToolDefinition {CODE
LOW…/tools/[toolUuid]/components/http-tool-test/helpers.ts77export function buildHttpToolTestSnapshot(fields: HttpToolTestSnapshotFields): string {CODE
LOWui/src/app/telephony-configurations/page.tsx56export default function TelephonyConfigurationsPage() {CODE
LOWui/src/app/telephony-configurations/[configId]/page.tsx75export default function TelephonyConfigurationDetailPage() {CODE
LOWui/src/app/workflow/[workflowId]/settings/page.tsx1375function withoutModelConfigurationOverrides(configurations: WorkflowConfigurations): WorkflowConfigurations {CODE
LOWui/src/app/workflow/[workflowId]/settings/page.tsx1382function WorkflowModelOverridesSection({CODE
LOWui/src/app/api/config/version/route.ts15function getHealthcheckFailureMessage(error: unknown, backendUrl: string) {CODE
LOWui/src/components/OrganizationPreferencesSection.tsx93export function OrganizationPreferencesSection() {CODE
LOWui/src/components/AIModelConfigurationV2Editor.tsx140function effectiveConfigToLegacyShape(config: Record<string, unknown> | null): Record<string, unknown> | null {CODE
LOWui/src/components/layout/SidebarTeamSwitcher.tsx37function SidebarTeamSwitcherContent({ user }: { user: CurrentUser }) {CODE
LOWui/src/components/http/url-input.tsx24function extractUrlSegmentParameters(segment: string): string[] {CODE
LOWui/src/components/http/url-input.tsx29export function extractUrlHostnameParameters(url: string): string[] {CODE
LOWui/src/components/workflow/TemplateCard.tsx19export function DuplicateWorkflowTemplate({ id, title, description, serverAccessToken }: DuplicateWorkflowTemplateProps)CODE
LOWui/src/components/workflow/conversation/utils.ts17export function countConversationMessages(items: ConversationItem[]) {CODE
LOW…workflow/conversation/adapters/fromRealtimeFeedback.ts101export function conversationItemsFromLiveFeedback(messages: RealtimeFeedbackMessage[]) {CODE
LOW…workflow/conversation/adapters/fromRealtimeFeedback.ts128export function conversationItemsFromRealtimeFeedbackEvents(events: RealtimeFeedbackEvent[]) {CODE
LOW…ts/workflow/conversation/adapters/fromTextChatTurns.ts31function conversationItemsFromTextChatEvents(CODE
LOW…ts/workflow/conversation/adapters/fromTextChatTurns.ts131export function conversationItemsFromTextChatTurns(turns: TextChatTurnLike[]) {CODE
LOWui/src/components/flow/nodes/GenericNode.tsx107function resolveIntegrationEnabled(CODE
LOWui/src/components/flow/nodes/GenericNode.tsx119function resolveIntegrationSummary(CODE
LOWui/src/lib/modelConfigurationPricing.ts5export async function fetchModelConfigurationPricing(): Promise<ModelConfigurationPricingResponse | null> {CODE
LOWui/src/lib/filterAttributes.ts167export function withDispositionCodeOptions(CODE
LOWui/src/lib/metaPixel.ts36export function trackMetaCompleteRegistration(params?: MetaEventParams): void {CODE
LOWui/src/lib/metaPixel.ts44export function trackMetaInitiateCheckout(params?: MetaEventParams): void {CODE
LOWsdk/python/src/dograh_sdk/codegen.py143def _render_nested_row_dataclass(STRING
LOWapi/conftest.py267 def reopen_nested_transaction(session_sync, transaction: SessionTransaction):CODE
LOWapi/app.py104async def handle_mps_unavailable_error(CODE
LOWapi/app.py146def _add_public_embed_cors_middleware() -> None:CODE
LOWapi/tasks/webhook_delivery.py56def _normalize_webhook_field_name(key: Any) -> str:CODE
LOWapi/tasks/webhook_delivery.py214async def _handle_transient_failure(CODE
LOWapi/tasks/workflow_completion.py10async def process_workflow_completion(CODE
LOWapi/tasks/text_chat_inactivity.py28async def sweep_inactive_text_chat_sessions(_ctx) -> None:CODE
LOWapi/tasks/text_chat_inactivity.py89async def _enqueue_inactive_text_chat_completion(CODE
LOWapi/tasks/text_chat_inactivity.py107async def complete_inactive_text_chat_session(CODE
LOWapi/tasks/text_chat_inactivity.py146def _text_chat_inactivity_timeout_seconds(CODE
LOWapi/tasks/text_chat_inactivity.py172def _text_chat_inactivity_deadline(CODE
LOWapi/tasks/run_integrations.py133async def _update_usage_info_with_qa_tokens(CODE
LOWapi/tasks/run_integrations.py174async def run_integrations_post_workflow_run(_ctx, workflow_run_id: int):CODE
LOWapi/tasks/run_integrations.py467def _looks_like_secret_header(key: str) -> bool:CODE
LOWapi/tasks/run_integrations.py495async def _enqueue_webhook_delivery(CODE
LOWapi/tasks/knowledge_base_processing.py39async def process_knowledge_base_document(CODE
LOWapi/tests/test_organization_usage_billing.py10async def test_get_billing_credits_oss_aggregates_by_created_by(monkeypatch):CODE
LOWapi/tests/test_organization_usage_billing.py37async def test_get_billing_credits_pages_hosted_ledger(monkeypatch):CODE
LOWapi/tests/test_xai_tts_service_factory.py16def test_xai_tts_configuration_defaults():CODE
LOWapi/tests/test_xai_tts_service_factory.py27def test_create_xai_tts_service_uses_websocket_streaming():CODE
LOWapi/tests/test_xai_tts_service_factory.py54def test_create_xai_tts_service_converts_language():CODE
LOWapi/tests/test_xai_tts_service_factory.py76def test_create_xai_tts_service_falls_back_to_english_for_unknown_language():CODE
LOWapi/tests/test_xai_tts_service_factory.py98def test_create_xai_tts_service_preserves_auto_language():CODE
LOWapi/tests/test_xai_tts_service_factory.py120def test_xai_is_registered_for_key_validation():CODE
LOWapi/tests/test_xai_tts_service_factory.py125def test_xai_key_validation_accepts_valid_key():CODE
2195 more matches not shown…
Decorative Section Separators371 hits · 1342 pts
SeverityFileLineSnippetContext
MEDIUMui/src/components/flow/renderer/PropertyInput.tsx131// ─── Layout helpers ──────────────────────────────────────────────────────COMMENT
MEDIUMui/src/components/flow/renderer/PropertyInput.tsx147// ─── Widgets ─────────────────────────────────────────────────────────────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx27// ─── Static per-spec UI maps ──────────────────────────────────────────────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx72// ─── Helpers ──────────────────────────────────────────────────────────────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx179// ─── Canvas preview dispatch ──────────────────────────────────────────────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx473// ─── GenericNode ──────────────────────────────────────────────────────────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx500 // ── Form state ─────────────────────────────────────────────────────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx521 // ── Trigger auto-UUID + canvas copy state ──────────────────────────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx544 // ── Stale tool/document cleanup (was duplicated in Start/Agent) ─────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx572 // ── Dirty / save / open handlers ────────────────────────────────────COMMENT
MEDIUMui/src/components/flow/nodes/GenericNode.tsx608 // ── Render ──────────────────────────────────────────────────────────COMMENT
MEDIUMdeploy/hostinger/docker-compose.yaml2# =================================================================COMMENT
MEDIUMdeploy/hostinger/docker-compose.yaml26# =================================================================COMMENT
MEDIUMdeploy/hostinger/docker-compose.traefik.yaml2# =================================================================COMMENT
MEDIUMdeploy/hostinger/docker-compose.traefik.yaml18# =================================================================COMMENT
MEDIUMdeploy/helm/dograh/values.yaml11# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml13# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml31# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml47# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml101# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml104# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml126# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml130# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml174# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml176# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml261# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml263# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml292# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml299# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml325# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml331# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml357# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml359# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml413# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml415# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml478# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml480# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml498# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml523# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml573# -----------------------------------------------------------------------------COMMENT
MEDIUMdeploy/helm/dograh/values.yaml582# -----------------------------------------------------------------------------COMMENT
MEDIUMsdk/python/src/dograh_sdk/client.py84 # ── spec discovery overrides (generated methods + caching) ────────COMMENT
MEDIUMsdk/python/src/dograh_sdk/client.py106 # ── ergonomic workflow wrappers ───────────────────────────────────COMMENT
MEDIUMsdk/python/src/dograh_sdk/client.py131 # ── low-level ──────────────────────────────────────────────────COMMENT
MEDIUMsdk/python/src/dograh_sdk/workflow.py71 # ── node construction ──────────────────────────────────────────COMMENT
MEDIUMsdk/python/src/dograh_sdk/workflow.py122 # ── edge construction ──────────────────────────────────────────COMMENT
MEDIUMsdk/python/src/dograh_sdk/workflow.py163 # ── serialization ──────────────────────────────────────────────COMMENT
MEDIUMsdk/python/src/dograh_sdk/codegen.py28# ── property type → Python type annotation ────────────────────────────────COMMENT
MEDIUMsdk/python/src/dograh_sdk/codegen.py125# ── source rendering ─────────────────────────────────────────────────────COMMENT
MEDIUMsdk/python/src/dograh_sdk/codegen.py262# ── public entry points ──────────────────────────────────────────────────COMMENT
MEDIUMsdk/typescript/src/client.ts86 // ── spec discovery overrides (generated methods + caching) ────────COMMENT
MEDIUMsdk/typescript/src/client.ts112 // ── ergonomic workflow wrappers ───────────────────────────────────COMMENT
MEDIUMsdk/typescript/src/client.ts138 // ── low-level (overrides `_GeneratedClient.request`) ──────────────COMMENT
MEDIUMsdk/codegen/client_codegen.py169# ── Python emitter ─────────────────────────────────────────────────────COMMENT
MEDIUMsdk/codegen/client_codegen.py245# ── TypeScript emitter ─────────────────────────────────────────────────STRING
MEDIUMsdk/codegen/client_codegen.py332# ── CLI ────────────────────────────────────────────────────────────────STRING
MEDIUMscripts/generate_sdk.sh42# ── 1. Node-spec typed dataclasses ────────────────────────────────────COMMENT
MEDIUMscripts/generate_sdk.sh57# ── 2. SDK-scoped OpenAPI spec ────────────────────────────────────────COMMENT
MEDIUMscripts/generate_sdk.sh79# ── 3. Request/response models (off-the-shelf) ────────────────────────COMMENT
MEDIUMscripts/generate_sdk.sh105# ── 4. Client method mixins ──────────────────────────────────────────COMMENT
311 more matches not shown…
Excessive Try-Catch Wrapping461 hits · 464 pts
SeverityFileLineSnippetContext
LOWevals/stt/benchmark.py66 except Exception as e:CODE
MEDIUMevals/stt/benchmark.py67 print(f"Error with {provider.name}: {e}")CODE
MEDIUMevals/stt/benchmark.py207 print(f"Error: Audio file not found: {audio_path}")STRING
LOWevals/stt/benchmark.py232 except Exception as e:STRING
MEDIUMevals/stt/event_capture.py239 print(f"Error: Audio file not found: {audio_path}")STRING
LOWevals/stt/event_capture.py281 except Exception as e:STRING
LOWevals/stt/providers/local_smart_turn_provider.py83 except Exception:CODE
LOWevals/stt/providers/local_smart_turn_provider.py88 except Exception:CODE
LOWevals/stt/providers/deepgram_provider.py189 except Exception as e:CODE
LOWscripts/fix_broken_langfuse_trace_urls.py72 except Exception:CODE
LOWapi/constants.py160 except Exception:CODE
LOWapi/tasks/webhook_delivery.py349 except Exception as e:CODE
LOWapi/tasks/webhook_delivery.py377 except Exception as e:CODE
LOWapi/tasks/workflow_completion.py32 except Exception as e:CODE
LOWapi/tasks/workflow_completion.py38 except Exception as e:CODE
LOWapi/tasks/text_chat_inactivity.py68 except Exception as e: # noqa: BLE001 - retry on the next sweepCODE
LOWapi/tasks/run_integrations.py126 except Exception as e:CODE
LOWapi/tasks/run_integrations.py170 except Exception as e:CODE
LOWapi/tasks/run_integrations.py345 except Exception as e:CODE
LOWapi/tasks/run_integrations.py358 except Exception as e:CODE
LOWapi/tasks/campaign_tasks.py79 except Exception as e:CODE
LOWapi/tasks/campaign_tasks.py231 except Exception as e:CODE
LOWapi/tasks/knowledge_base_processing.py284 except Exception as e:CODE
LOWapi/tasks/knowledge_base_processing.py298 except Exception as e:CODE
LOWapi/tests/test_loop_exception_routing.py40 except Exception as exc: # noqa: BLE001 - the exception is the fixtureCODE
MEDIUMapi/tests/test_failure_classification.py486def reporting_layer():CODE
LOWapi/tests/test_failure_classification.py489 except Exception as e:CODE
LOW…/tests/integrations/test_run_pipeline_text_greeting.py280 except Exception:CODE
LOWapi/tests/support/mcp_mock_server.py86 except Exception:CODE
LOWapi/utils/telephony_helper.py149 except Exception:CODE
LOWapi/utils/telephony_helper.py153 except Exception as e:CODE
MEDIUMapi/utils/audio_converter.py26 print(f"Error: Input file '{input_path}' not found")CODE
LOWapi/utils/tunnel.py31 except Exception as e:CODE
LOWapi/utils/tunnel.py93 except Exception as e:CODE
LOWapi/utils/common.py177 except Exception as e:CODE
LOWapi/utils/common.py199 except Exception as e:CODE
LOWapi/utils/template_renderer.py142 except Exception:CODE
LOWapi/utils/template_renderer.py154 except Exception:CODE
LOWapi/db/campaign_client.py60 except Exception as e:CODE
LOWapi/db/campaign_client.py136 except Exception as e:CODE
LOWapi/db/campaign_client.py310 except Exception as e:CODE
LOWapi/db/campaign_client.py414 except Exception as e:CODE
LOWapi/db/campaign_client.py458 except Exception:CODE
LOWapi/db/campaign_client.py490 except Exception:CODE
LOWapi/db/campaign_client.py515 except Exception:CODE
LOWapi/db/campaign_client.py527 except Exception as e:CODE
LOWapi/db/campaign_client.py548 except Exception as e:CODE
LOWapi/db/campaign_client.py578 except Exception:CODE
LOWapi/db/campaign_client.py716 except Exception as e:CODE
LOWapi/db/campaign_client.py844 except Exception as e:CODE
LOWapi/db/organization_usage_client.py358 except Exception:CODE
LOWapi/db/workflow_run_text_session_client.py58 except Exception as e:CODE
LOWapi/db/workflow_run_text_session_client.py179 except Exception as e:CODE
LOWapi/db/workflow_run_text_session_client.py252 except Exception:CODE
LOWapi/db/workflow_template_client.py49 except Exception as e:CODE
LOWapi/db/workflow_template_client.py79 except Exception as e:CODE
LOWapi/db/workflow_template_client.py97 except Exception as e:CODE
LOWapi/db/integration_client.py44 except Exception as e:CODE
LOWapi/db/integration_client.py65 except Exception as e:CODE
LOWapi/db/integration_client.py86 except Exception as e:CODE
401 more matches not shown…
Unused Imports347 hits · 330 pts
SeverityFileLineSnippetContext
LOWevals/stt/event_capture.py16CODE
LOWevals/stt/providers/local_smart_turn_provider.py7CODE
LOWevals/stt/providers/__init__.py1CODE
LOWevals/stt/providers/__init__.py1CODE
LOWevals/stt/providers/__init__.py1CODE
LOWevals/stt/providers/__init__.py1CODE
LOWevals/stt/providers/__init__.py2CODE
LOWevals/stt/providers/__init__.py3CODE
LOWevals/stt/providers/__init__.py4CODE
LOWevals/stt/providers/__init__.py5CODE
LOW…skills/review-agents-md/scripts/inventory_agents_md.py12CODE
LOWsdk/python/src/dograh_sdk/_generated_models.py5CODE
LOWsdk/python/src/dograh_sdk/_generated_client.py10CODE
LOWsdk/python/src/dograh_sdk/client.py13CODE
LOWsdk/python/src/dograh_sdk/__init__.py21CODE
LOWsdk/python/src/dograh_sdk/__init__.py22CODE
LOWsdk/python/src/dograh_sdk/__init__.py22CODE
LOWsdk/python/src/dograh_sdk/__init__.py22CODE
LOWsdk/python/src/dograh_sdk/__init__.py22CODE
LOWsdk/python/src/dograh_sdk/__init__.py23CODE
LOWsdk/python/src/dograh_sdk/__init__.py24CODE
LOWsdk/python/src/dograh_sdk/__init__.py24CODE
LOWsdk/python/src/dograh_sdk/_validation.py10CODE
LOWsdk/python/src/dograh_sdk/workflow.py13CODE
LOWsdk/python/src/dograh_sdk/workflow.py15CODE
LOWsdk/python/src/dograh_sdk/workflow.py23CODE
LOWsdk/python/src/dograh_sdk/codegen.py18CODE
LOWsdk/python/src/dograh_sdk/typed/_base.py14CODE
LOWsdk/python/src/dograh_sdk/typed/agent_node.py8CODE
LOWsdk/python/src/dograh_sdk/typed/agent_node.py11CODE
LOWsdk/python/src/dograh_sdk/typed/paygent.py8CODE
LOWsdk/python/src/dograh_sdk/typed/paygent.py10CODE
LOWsdk/python/src/dograh_sdk/typed/paygent.py11CODE
LOWsdk/python/src/dograh_sdk/typed/paygent.py11CODE
LOWsdk/python/src/dograh_sdk/typed/paygent.py11CODE
LOWsdk/python/src/dograh_sdk/typed/global_node.py8CODE
LOWsdk/python/src/dograh_sdk/typed/global_node.py10CODE
LOWsdk/python/src/dograh_sdk/typed/global_node.py11CODE
LOWsdk/python/src/dograh_sdk/typed/global_node.py11CODE
LOWsdk/python/src/dograh_sdk/typed/global_node.py11CODE
LOWsdk/python/src/dograh_sdk/typed/end_call.py8CODE
LOWsdk/python/src/dograh_sdk/typed/end_call.py11CODE
LOWsdk/python/src/dograh_sdk/typed/webhook.py8CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py7CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py8CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py9CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py10CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py11CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py12CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py13CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py14CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py15CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py16CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py17CODE
LOWsdk/python/src/dograh_sdk/typed/start_call.py8CODE
LOWsdk/python/src/dograh_sdk/typed/start_call.py11CODE
LOWsdk/python/src/dograh_sdk/typed/tuner.py8CODE
LOWsdk/python/src/dograh_sdk/typed/tuner.py10CODE
LOWsdk/python/src/dograh_sdk/typed/tuner.py11CODE
LOWsdk/python/src/dograh_sdk/typed/tuner.py11CODE
287 more matches not shown…
Self-Referential Comments40 hits · 119 pts
SeverityFileLineSnippetContext
MEDIUMscripts/rolling_update.sh301 # Create a new timestamped log dir for this deployCOMMENT
MEDIUMapi/conftest.py336 # Create a custom userSTRING
MEDIUMapi/conftest.py339 # Create a test client for this userSTRING
MEDIUMapi/tests/test_pipecat_engine_variable_extraction.py134 # Create the pipelineCOMMENT
MEDIUMapi/tests/test_mcp_tool_route.py273 # Create a user and an organization, then link them so the route'sCOMMENT
MEDIUMapi/tests/test_custom_tools.py1430 # Create a mock engineCOMMENT
MEDIUMapi/tests/test_custom_tools.py1501 # Create a mock engine with a mock LLMCOMMENT
MEDIUMapi/tests/test_pipecat_engine_end_call.py213 # Create the pipeline with transport input -> user aggregator -> LLM -> TTS -> transport output -> assistant aggregaCOMMENT
MEDIUMapi/tests/test_pipecat_engine_end_call.py563 # Create a simple text responseCOMMENT
MEDIUMapi/tests/test_pipecat_engine_end_call.py650 # Create a simple text responseCOMMENT
MEDIUMapi/tests/test_pipecat_engine_end_call.py837 # Create a simple text responseCOMMENT
MEDIUMapi/tests/test_pipecat_engine_end_call.py847 # Create a custom extraction mock that signals when calledCOMMENT
MEDIUMapi/tests/test_pipecat_engine_end_call.py918 # Create a simple text responseCOMMENT
MEDIUMapi/tests/test_pipecat_engine_end_call.py924 # Create a workflow where start node has NO extractionCOMMENT
MEDIUMapi/tests/test_pipecat_engine_context_update.py108 # Create the pipelineCOMMENT
MEDIUMapi/tests/test_workflow_versioning.py446 # Create a draftCOMMENT
MEDIUMapi/tests/test_workflow_versioning.py636 # Create a draft (unpublished)COMMENT
MEDIUMapi/tests/test_workflow_versioning.py645 # Create a run (simulating campaign dispatch)COMMENT
MEDIUMapi/tests/test_workflow_versioning.py668 # Create a test runCOMMENT
MEDIUMapi/tests/test_pipecat_engine_tool_calls.py98 # Create the pipeline with the mock LLM and TTSCOMMENT
MEDIUMapi/tests/test_pipecat_engine_tool_calls.py109 # Create a real pipeline taskCOMMENT
MEDIUMapi/tests/test_tts_endframe_with_audio_write_failure.py143 # Create the pipelineCOMMENT
MEDIUM…ts/test_pipecat_engine_node_switch_with_user_speech.py194 # Create the pipeline:COMMENT
MEDIUMapi/db/organization_client.py94 # Create a default API key for the new organizationCOMMENT
MEDIUMapi/db/workflow_client.py42 # Create the first definition as V1 publishedCOMMENT
MEDIUM…/b79f19f68157_add_call_type_column_to_workflow_runs.py23 # Create the workflow_call_type enumCOMMENT
MEDIUM…sions/49a8fe6841e6_add_state_field_to_workflow_runs.py21 # Create the workflow_run_state enum typeCOMMENT
MEDIUMapi/routes/webrtc_signaling.py932 # Create a minimal user object for compatibility with signaling managerCOMMENT
MEDIUMapi/routes/workflow.py579 # Create the workflow in our databaseCOMMENT
MEDIUMapi/routes/workflow.py1657 # Create a new workflow from the templateCOMMENT
MEDIUMapi/mcp_server/instructions.py39### Creating a reusable tool and using it in workflowCOMMENT
MEDIUMapi/mcp_server/instructions.py57### Creating a new workflowCOMMENT
MEDIUMapi/services/mps_service_key_client.py995# Create a singleton instanceCOMMENT
MEDIUMapi/services/storage.py86# Create a single storage instance at module load time.COMMENT
MEDIUMapi/services/filesystem/local.py70 # Create a temporary directory for symlinksCOMMENT
MEDIUMapi/services/pipecat/run_pipeline.py990 # Create a separate LLM instance for the voicemail sub-pipelineCOMMENT
MEDIUMapi/services/workflow/workflow_graph.py250 # Create the edge with properties from dtoCOMMENT
MEDIUMapi/services/workflow/qa/tracing.py112 # Create a root span (new trace) for this node summary generationCOMMENT
MEDIUMapi/services/workflow/qa/node_summary.py164 # Create a Langfuse trace for this summary generationCOMMENT
MEDIUMapi/services/campaign/campaign_orchestrator.py667 # Create a shutdown event for clean coordinationCOMMENT
Cross-File Repetition22 hits · 110 pts
SeverityFileLineSnippetContext
HIGHsdk/python/src/dograh_sdk/typed/agent_node.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/paygent.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/global_node.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/end_call.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/webhook.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/start_call.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/tuner.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/noveum.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/qa.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/trigger.py0generated — do not edit by hand. regenerate with `python -m dograh_sdk.codegen` against the target dograh backend. sourcSTRING
HIGHsdk/python/src/dograh_sdk/typed/agent_node.py0when true and a global node exists, prepends the global prompt to this node's prompt at runtime.STRING
HIGHsdk/python/src/dograh_sdk/typed/end_call.py0when true and a global node exists, prepends the global prompt to this node's prompt at runtime.STRING
HIGHsdk/python/src/dograh_sdk/typed/start_call.py0when true and a global node exists, prepends the global prompt to this node's prompt at runtime.STRING
HIGHapi/services/telephony/providers/telnyx/routes.py0twilio telephony routes (webhooks, status callbacks, answer urls). mounted under ``/api/v1/telephony`` by ``api.routes.tSTRING
HIGHapi/services/telephony/providers/vonage/routes.py0twilio telephony routes (webhooks, status callbacks, answer urls). mounted under ``/api/v1/telephony`` by ``api.routes.tSTRING
HIGHapi/services/telephony/providers/plivo/routes.py0twilio telephony routes (webhooks, status callbacks, answer urls). mounted under ``/api/v1/telephony`` by ``api.routes.tSTRING
HIGHapi/services/telephony/providers/cloudonix/routes.py0twilio telephony routes (webhooks, status callbacks, answer urls). mounted under ``/api/v1/telephony`` by ``api.routes.tSTRING
HIGHapi/services/telephony/providers/vobiz/routes.py0twilio telephony routes (webhooks, status callbacks, answer urls). mounted under ``/api/v1/telephony`` by ``api.routes.tSTRING
HIGHapi/services/telephony/providers/twilio/routes.py0twilio telephony routes (webhooks, status callbacks, answer urls). mounted under ``/api/v1/telephony`` by ``api.routes.tSTRING
HIGHapi/services/pipecat/realtime/azure_realtime.py0run ordinary tools immediately and defer workflow-control calls.STRING
HIGHapi/services/pipecat/realtime/grok_realtime.py0run ordinary tools immediately and defer workflow-control calls.STRING
HIGHapi/services/pipecat/realtime/openai_realtime.py0run ordinary tools immediately and defer workflow-control calls.STRING
Deep Nesting100 hits · 94 pts
SeverityFileLineSnippetContext
LOWevals/stt/providers/speechmatics_provider.py44CODE
LOWevals/stt/providers/speechmatics_provider.py204CODE
LOWevals/stt/providers/speechmatics_provider.py152CODE
LOWevals/stt/providers/deepgram_flux_provider.py53CODE
LOWevals/stt/providers/deepgram_flux_provider.py141CODE
LOWevals/stt/providers/local_smart_turn_provider.py68CODE
LOWevals/stt/providers/deepgram_provider.py48CODE
LOWevals/stt/providers/deepgram_provider.py142CODE
LOWsdk/codegen/client_codegen.py96CODE
LOWapi/tasks/run_integrations.py133CODE
LOWapi/tasks/run_integrations.py174CODE
LOWapi/tests/test_user_muting_during_bot_speech.py82CODE
LOWapi/tests/test_dograh_sdk_typed.py58CODE
LOWapi/tests/test_tts_endframe_with_audio_write_failure.py167CODE
LOWapi/tests/test_tts_endframe_with_audio_write_failure.py282CODE
LOWapi/tests/test_db_layer_boundary.py40CODE
LOW…/tests/integrations/test_run_pipeline_text_greeting.py147CODE
LOWapi/utils/credential_auth.py15CODE
LOWapi/utils/credential_auth.py57CODE
LOWapi/utils/common.py134CODE
LOWapi/utils/telephony_address.py73CODE
LOWapi/db/filters.py61CODE
LOWapi/alembic/env.py64CODE
LOW…/b41f7c9d2e05_migrate_gemini_2_5_flash_to_3_5_flash.py76CODE
LOW…f3a1c47b9e02_migrate_pre_call_fetch_enabled_to_mode.py94CODE
LOWapi/errors/failure.py532CODE
LOWapi/routes/superuser.py66CODE
LOWapi/routes/telephony.py622CODE
LOWapi/routes/telephony.py1178CODE
LOWapi/routes/public_download.py24CODE
LOWapi/routes/credentials.py51CODE
LOWapi/routes/organization.py714CODE
LOWapi/routes/organization.py1733CODE
LOWapi/routes/campaign.py362CODE
LOWapi/routes/webrtc_signaling.py416CODE
LOWapi/routes/webrtc_signaling.py515CODE
LOWapi/routes/workflow.py1060CODE
LOWapi/routes/public_embed.py224CODE
LOWapi/routes/public_embed.py253CODE
LOWapi/mcp_server/tools/docs_search.py405CODE
LOWapi/mcp_server/tools/docs_search.py474CODE
LOWapi/mcp_server/tools/docs_search.py496CODE
LOWapi/services/configuration/resolve.py37CODE
LOWapi/services/configuration/masking.py147CODE
LOWapi/services/gen_ai/json_parser.py69CODE
LOWapi/services/gen_ai/json_parser.py113CODE
LOWapi/services/gender/build_model.py34CODE
LOWapi/services/filesystem/s3.py80CODE
LOWapi/services/integrations/paygent/completion.py64CODE
LOWapi/services/integrations/paygent/collector.py435CODE
LOWapi/services/integrations/paygent/collector.py116CODE
LOWapi/services/integrations/paygent/collector.py579CODE
LOWapi/services/integrations/noveum/completion.py129CODE
LOWapi/services/telephony/ari_manager.py461CODE
LOWapi/services/telephony/factory.py98CODE
LOWapi/services/telephony/call_transfer_manager.py152CODE
LOWapi/services/telephony/providers/telnyx/strategies.py148CODE
LOWapi/services/telephony/providers/ari/strategies.py257CODE
LOWapi/services/telephony/providers/cloudonix/__init__.py116CODE
LOWapi/services/telephony/providers/vobiz/provider.py497CODE
40 more matches not shown…
Docstring Block Structure16 hits · 80 pts
SeverityFileLineSnippetContext
HIGHapi/utils/template_renderer.py20 Get a nested value from a dictionary using dot notation. Args: obj: The object to traverse (dict or anSTRING
HIGHapi/db/workflow_client.py618 Update an existing workflow in the database. Name changes are applied directly to the workflow. STRING
HIGHapi/db/workflow_client.py727 Update the status of a workflow. Args: workflow_id: The ID of the workflow to update STRING
HIGHapi/routes/public_download.py31Download a workflow recording or transcript via public access token. This endpoint: 1. Validates the public accSTRING
HIGHapi/routes/s3_signed_url.py96Validate the S3 key format and extract workflow_run_id if present. Args: key: S3 object key allow_sSTRING
HIGHapi/routes/s3_signed_url.py131Authorize access to workflow run and retrieve it. Args: run_id: Workflow run ID (can be None for special paSTRING
HIGHapi/routes/workflow.py541 Create a new workflow from a natural language template request. This endpoint: 1. Uses mps_service_key_cliSTRING
HIGHapi/routes/workflow.py1065 Update an existing workflow. Args: workflow_id: The ID of the workflow to update request: The STRING
HIGHapi/routes/turn_credentials.py59Generate time-limited TURN credentials using HMAC-SHA1. Args: user_id: Unique identifier for the user (for STRING
HIGHapi/services/mps_service_key_client.py306 Check the usage and quota of a service key. Args: service_key: The service key to check usSTRING
HIGHapi/services/mps_service_key_client.py708 Transcribe an audio file via MPS STT API. Args: audio_data: Raw audio bytes fiSTRING
HIGHapi/services/mps_service_key_client.py819 Get available voices for a TTS provider from MPS. Args: provider: TTS provider name (eleveSTRING
HIGHapi/services/mps_service_key_client.py952 Call the MPS workflow creation API using secret key authentication. For OSS mode: Pass created_by in hSTRING
HIGHapi/services/telephony/base.py549 Initiate a call transfer to a destination number. Args: destination: The destination phoneSTRING
HIGHapi/services/telephony/providers/twilio/provider.py641 Initiate a call transfer via Twilio. Uses inline TwiML to put the destination into a conference when tSTRING
HIGHapi/services/workflow/duplicate.py47Duplicate a workflow including its definition, config, and triggers. Recordings are org-scoped and shared, so they STRING
Verbosity Indicators37 hits · 69 pts
SeverityFileLineSnippetContext
LOW…/workflow/[workflowId]/components/RecordingsDialog.tsx273 // Step 1: Get presigned URLs for all filesCOMMENT
LOW…/workflow/[workflowId]/components/RecordingsDialog.tsx291 // Step 2: Upload all files to storage in parallelCOMMENT
LOW…/workflow/[workflowId]/components/RecordingsDialog.tsx308 // Step 3: Create all recording recordsCOMMENT
LOW…low/[workflowId]/run/[runId]/hooks/useWebSocketRTC.tsx446 // Step 1: Finalize the last bot message (user started speaking)COMMENT
LOW…low/[workflowId]/run/[runId]/hooks/useWebSocketRTC.tsx455 // Step 2: Remove any previous interim transcriptionCOMMENT
LOW…low/[workflowId]/run/[runId]/hooks/useWebSocketRTC.tsx460 // Step 3: Add new transcription (interim or final)COMMENT
LOWui/src/app/files/DocumentUpload.tsx181 // Step 2: File selected — show retrieval mode choiceCOMMENT
LOWui/src/app/campaigns/CsvUploadSelector.tsx43 // Step 1: Request presigned upload URLCOMMENT
LOWui/src/app/campaigns/CsvUploadSelector.tsx59 // Step 2: Upload file directly to S3/MinIOCOMMENT
LOWui/src/app/campaigns/CsvUploadSelector.tsx75 // Step 3: Notify parent with file_keyCOMMENT
LOWapi/tasks/run_integrations.py218 # Step 2: Get workflow definition from the run's pinned versionCOMMENT
LOWapi/tasks/run_integrations.py226 # Step 3: Extract integration nodesCOMMENT
LOWapi/tasks/run_integrations.py232 # Step 4: Generate a public access token for any run that needs post-call work.COMMENT
LOWapi/tasks/run_integrations.py303 # Step 7: Execute webhooksCOMMENT
LOWapi/tasks/run_integrations.py310 # Step 8: Build render context (includes annotations from QA and integrations)COMMENT
LOWapi/tasks/run_integrations.py313 # Step 9: Execute each webhook nodeCOMMENT
LOWapi/tasks/run_integrations.py188 # Step 1: Get workflow run with full contextCOMMENT
LOWapi/tasks/run_integrations.py245 # Step 5: Run QA analysis before webhooksCOMMENT
LOWapi/tasks/run_integrations.py283 # Step 6: Run registered third-party integrations after uploads are completeCOMMENT
LOWapi/tests/test_user_idle_handler.py228 # Step 0: Short greeting on Start nodeCOMMENT
LOWapi/tests/test_user_idle_handler.py230 # Step 1: Longer response (TTS 400ms > idle timeout 200ms)COMMENT
LOWapi/tests/test_user_idle_handler.py235 # Step 2: Transition from Start → Agent nodeCOMMENT
LOWapi/tests/test_user_idle_handler.py241 # Step 3: Transition from Agent → End node (ends call)COMMENT
LOWapi/tests/test_pipecat_engine_end_call.py735 # Step 0: Text responseCOMMENT
LOWapi/tests/test_pipecat_engine_end_call.py738 # Step 1: call end_call toolCOMMENT
LOWapi/tests/test_pipecat_engine_end_call.py408 # Step 0: call end_call toolCOMMENT
LOWapi/tests/test_pipecat_engine_end_call.py482 # Step 0: call end_call toolCOMMENT
LOWapi/tests/test_pipecat_engine_context_update.py259 # Step 0: Start node - should have start promptCOMMENT
LOWapi/tests/test_pipecat_engine_context_update.py262 # Step 1: Agent node - should have agent promptCOMMENT
LOWapi/tests/test_pipecat_engine_context_update.py265 # Step 2: End node - should have end promptCOMMENT
LOW…688d0da1123_backfill_workflow_definition_versioning.py30 # Step 1: For each workflow's is_current=True definition, copy configs fromCOMMENT
LOW…688d0da1123_backfill_workflow_definition_versioning.py47 # Step 2: Mark all pre-versioning non-current definitions as legacy.STRING
LOW…688d0da1123_backfill_workflow_definition_versioning.py56 # Step 3: Set released_definition_id on workflows to their published definition.STRING
LOWapi/services/gender/gender_service.py134 # Step 1: Check local modelCOMMENT
LOWapi/services/gender/gender_service.py152 # Step 2: Check Redis cache for previous API responsesCOMMENT
LOWapi/services/gender/gender_service.py167 # Step 3: Fallback to GenderAPICOMMENT
LOWapi/services/gender/gender_service.py189 # Step 4: Return best guess from model or unknownCOMMENT
Structural Annotation Overuse37 hits · 69 pts
SeverityFileLineSnippetContext
LOW…/workflow/[workflowId]/components/RecordingsDialog.tsx273 // Step 1: Get presigned URLs for all filesCOMMENT
LOW…/workflow/[workflowId]/components/RecordingsDialog.tsx291 // Step 2: Upload all files to storage in parallelCOMMENT
LOW…/workflow/[workflowId]/components/RecordingsDialog.tsx308 // Step 3: Create all recording recordsCOMMENT
LOW…low/[workflowId]/run/[runId]/hooks/useWebSocketRTC.tsx446 // Step 1: Finalize the last bot message (user started speaking)COMMENT
LOW…low/[workflowId]/run/[runId]/hooks/useWebSocketRTC.tsx455 // Step 2: Remove any previous interim transcriptionCOMMENT
LOW…low/[workflowId]/run/[runId]/hooks/useWebSocketRTC.tsx460 // Step 3: Add new transcription (interim or final)COMMENT
LOWui/src/app/files/DocumentUpload.tsx181 // Step 2: File selected — show retrieval mode choiceCOMMENT
LOWui/src/app/campaigns/CsvUploadSelector.tsx43 // Step 1: Request presigned upload URLCOMMENT
LOWui/src/app/campaigns/CsvUploadSelector.tsx59 // Step 2: Upload file directly to S3/MinIOCOMMENT
LOWui/src/app/campaigns/CsvUploadSelector.tsx75 // Step 3: Notify parent with file_keyCOMMENT
LOWapi/tasks/run_integrations.py218 # Step 2: Get workflow definition from the run's pinned versionCOMMENT
LOWapi/tasks/run_integrations.py226 # Step 3: Extract integration nodesCOMMENT
LOWapi/tasks/run_integrations.py232 # Step 4: Generate a public access token for any run that needs post-call work.COMMENT
LOWapi/tasks/run_integrations.py303 # Step 7: Execute webhooksCOMMENT
LOWapi/tasks/run_integrations.py310 # Step 8: Build render context (includes annotations from QA and integrations)COMMENT
LOWapi/tasks/run_integrations.py313 # Step 9: Execute each webhook nodeCOMMENT
LOWapi/tasks/run_integrations.py188 # Step 1: Get workflow run with full contextCOMMENT
LOWapi/tasks/run_integrations.py245 # Step 5: Run QA analysis before webhooksCOMMENT
LOWapi/tasks/run_integrations.py283 # Step 6: Run registered third-party integrations after uploads are completeCOMMENT
LOWapi/tests/test_user_idle_handler.py228 # Step 0: Short greeting on Start nodeCOMMENT
LOWapi/tests/test_user_idle_handler.py230 # Step 1: Longer response (TTS 400ms > idle timeout 200ms)COMMENT
LOWapi/tests/test_user_idle_handler.py235 # Step 2: Transition from Start → Agent nodeCOMMENT
LOWapi/tests/test_user_idle_handler.py241 # Step 3: Transition from Agent → End node (ends call)COMMENT
LOWapi/tests/test_pipecat_engine_end_call.py735 # Step 0: Text responseCOMMENT
LOWapi/tests/test_pipecat_engine_end_call.py738 # Step 1: call end_call toolCOMMENT
LOWapi/tests/test_pipecat_engine_end_call.py408 # Step 0: call end_call toolCOMMENT
LOWapi/tests/test_pipecat_engine_end_call.py482 # Step 0: call end_call toolCOMMENT
LOWapi/tests/test_pipecat_engine_context_update.py259 # Step 0: Start node - should have start promptCOMMENT
LOWapi/tests/test_pipecat_engine_context_update.py262 # Step 1: Agent node - should have agent promptCOMMENT
LOWapi/tests/test_pipecat_engine_context_update.py265 # Step 2: End node - should have end promptCOMMENT
LOW…688d0da1123_backfill_workflow_definition_versioning.py30 # Step 1: For each workflow's is_current=True definition, copy configs fromCOMMENT
LOW…688d0da1123_backfill_workflow_definition_versioning.py47 # Step 2: Mark all pre-versioning non-current definitions as legacy.STRING
LOW…688d0da1123_backfill_workflow_definition_versioning.py56 # Step 3: Set released_definition_id on workflows to their published definition.STRING
LOWapi/services/gender/gender_service.py134 # Step 1: Check local modelCOMMENT
LOWapi/services/gender/gender_service.py152 # Step 2: Check Redis cache for previous API responsesCOMMENT
LOWapi/services/gender/gender_service.py167 # Step 3: Fallback to GenderAPICOMMENT
LOWapi/services/gender/gender_service.py189 # Step 4: Return best guess from model or unknownCOMMENT
Redundant / Tautological Comments42 hits · 64 pts
SeverityFileLineSnippetContext
LOWevals/stt/providers/deepgram_provider.py165 # Check if finalCOMMENT
LOWscripts/migrate.sh5# Set PYTHONPATH to the parent directory of the script's locationCOMMENT
LOWscripts/migrate.sh14# Check if environment file existsCOMMENT
LOWscripts/stop_services.sh71# Check if any PID files existCOMMENT
LOWscripts/stop_services.sh95 # Check if parent or any descendants are still aliveCOMMENT
LOWscripts/makemigrate.sh5# Set PYTHONPATH to the parent directory of the script's locationCOMMENT
LOWscripts/makemigrate.sh14# Check if environment file existsCOMMENT
LOWscripts/makemigrate.sh26# Check if the migration name is empty or less than 5 charactersCOMMENT
LOW.github/workflows/slack-announcements.yml14 # Check if the discussion is in the announcements categoryCOMMENT
LOWapi/conftest.py133 # Check if database existsCOMMENT
LOWapi/logging_config.py141 # Set level to INFO to avoid debug logs from librariesCOMMENT
LOWapi/tasks/arq.py20# Check if we're using TLS (rediss://)COMMENT
LOWapi/tests/test_campaign_call_dispatcher.py855 # Set campaign to pausedCOMMENT
LOWapi/utils/common.py124 # Check if port is numericCOMMENT
LOWapi/db/organization_client.py76 # Check if we actually inserted (rowcount > 0) or if there was a conflict (rowcount == 0)COMMENT
LOWapi/routes/auth.py28 # Check if email is already takenCOMMENT
LOWapi/routes/workflow_embed.py82 # Check if an embed token already exists for this workflowCOMMENT
LOWapi/routes/webrtc_signaling.py250 # Check if TURN is configured. ENABLE_COTURN is the deployment's declaredCOMMENT
LOWapi/routes/webrtc_signaling.py893 # Check if session is expiredCOMMENT
LOWapi/routes/public_embed.py295 # Check if token is activeCOMMENT
LOWapi/routes/public_embed.py474 # Check if token is activeCOMMENT
LOWapi/routes/public_embed.py544 # Check if TURN is configured. Both conditions matter: ENABLE_COTURN is whatCOMMENT
LOWapi/services/auth/depends.py38 # Check if API key is provided (takes precedence)COMMENT
LOWapi/services/auth/depends.py44 # Check if we're using local (email/password) authCOMMENT
LOWapi/services/auth/depends.py116 # Check if user's selected organization differs from the current organizationCOMMENT
LOWapi/services/gender/test_service.py96 # Check if API key is availableCOMMENT
LOWapi/services/telephony/ari_manager.py520 # Check if this is a transfer destination channel (app_args starts with "transfer")COMMENT
LOWapi/services/telephony/ari_manager.py583 # Check if this is a transfer destination that failedCOMMENT
LOWapi/services/telephony/ari_manager.py1110 # Check if this is a call transfer scenario external channel. Skip full teardown ifCOMMENT
LOWapi/services/telephony/call_transfer_manager.py184 # Check if this is a completion eventCOMMENT
LOWapi/services/telephony/providers/cloudonix/provider.py850 # Check if AccountSid is a Cloudonix domainCOMMENT
LOWapi/services/pipecat/realtime_feedback_observer.py231 # Check if this MetricsFrame contains TTFB data from an LLM processorCOMMENT
LOWapi/services/pipecat/pipeline_builder.py208 # Check if turn logging is enabledCOMMENT
LOWapi/services/pipecat/run_pipeline.py831 # Check if the workflow has any active recordings so the engine canCOMMENT
LOWapi/services/call_concurrency/rate_limiter.py324 # Set expiry to match stale timeoutSTRING
LOWapi/services/workflow/pipecat_engine.py667 # Check if delayed start is enabledCOMMENT
LOWapi/services/workflow/pipecat_engine_custom_tools.py586 # Check if this is a WebRTC call - transfers are not supportedCOMMENT
LOWapi/services/campaign/campaign_orchestrator.py199 # Check if this reason should be retriedCOMMENT
LOWapi/services/campaign/campaign_orchestrator.py481 # Check if batch is stuck (initiated > 5 minutes ago but no completion)COMMENT
LOWapi/services/campaign/campaign_orchestrator.py495 # Check if there's work to be doneCOMMENT
LOWapi/services/campaign/campaign_orchestrator.py521 # Check if campaign should be marked completeCOMMENT
LOWapi/services/campaign/campaign_call_dispatcher.py84 # Check if campaign is in running stateCOMMENT
Modern Structural Boilerplate54 hits · 58 pts
SeverityFileLineSnippetContext
LOWevals/stt/providers/__init__.py7__all__ = [CODE
LOWsdk/python/src/dograh_sdk/__init__.py26__all__ = [CODE
LOWsdk/python/src/dograh_sdk/typed/__init__.py19__all__ = [CODE
LOWapi/tests/integrations/_run_pipeline_helpers.py247__all__ = [CODE
LOWapi/schemas/telephony_config.py178__all__ = [CODE
LOWapi/db/user_client.py143 async def update_user_configuration_last_validated_at(self, user_id: int) -> None:CODE
LOWapi/db/user_client.py180 async def update_user_email(self, user_id: int, email: str) -> None:CODE
LOWapi/routes/organization.py648def _set_nested_field(value: dict, dotted_path: str, field_value) -> None:CODE
LOWapi/routes/tool.py50__all__ = [CODE
LOWapi/mcp_server/__init__.py3__all__ = ["mcp"]CODE
LOWapi/services/posthog_client.py88def set_person_properties(distinct_id: str, properties: dict[str, Any]) -> None:CODE
LOWapi/services/configuration/defaults.py34__all__ = [CODE
LOWapi/services/configuration/options/__init__.py59__all__ = [CODE
LOWapi/services/gen_ai/__init__.py15__all__ = [CODE
LOWapi/services/gen_ai/embedding/__init__.py12__all__ = [CODE
LOWapi/services/filesystem/__init__.py6__all__ = [CODE
LOWapi/services/integrations/__init__.py22__all__ = [CODE
LOWapi/services/integrations/paygent/collector.py545 def set_call_disposition(self, disposition: str | None) -> None:CODE
LOWapi/services/integrations/paygent/__init__.py32__all__ = ["PACKAGE"]CODE
LOWapi/services/integrations/tuner/collector.py162 def set_disconnection_reason(self, reason: str | None) -> None:CODE
LOWapi/services/integrations/tuner/__init__.py19__all__ = ["PACKAGE"]CODE
LOWapi/services/integrations/noveum/__init__.py19__all__ = ["PACKAGE"]CODE
LOWapi/services/telephony/outbound_readiness.py137__all__ = [CODE
LOWapi/services/telephony/providers/telnyx/serializers.py5__all__ = ["TelnyxFrameSerializer"]CODE
LOWapi/services/telephony/providers/telnyx/__init__.py169__all__ = [CODE
LOWapi/services/telephony/providers/ari/serializers.py5__all__ = ["AsteriskFrameSerializer"]CODE
LOWapi/services/telephony/providers/ari/__init__.py239__all__ = [CODE
LOW…vices/telephony/providers/ari/external_pbx/__init__.py9__all__ = [CODE
LOWapi/services/telephony/providers/vonage/serializers.py5__all__ = ["VonageFrameSerializer"]CODE
LOWapi/services/telephony/providers/vonage/__init__.py85__all__ = [CODE
LOWapi/services/telephony/providers/plivo/serializers.py5__all__ = ["PlivoFrameSerializer"]CODE
LOWapi/services/telephony/providers/plivo/__init__.py150__all__ = [CODE
LOW…/services/telephony/providers/cloudonix/serializers.py5__all__ = ["CloudonixFrameSerializer"]CODE
LOWapi/services/telephony/providers/cloudonix/__init__.py790__all__ = [CODE
LOWapi/services/telephony/providers/cloudonix/setup.py125__all__ = ["resolve_setup_checklist"]CODE
LOW…services/telephony/providers/cloudonix/provisioning.py126__all__ = [CODE
LOWapi/services/telephony/providers/vobiz/serializers.py5__all__ = ["VobizFrameSerializer"]CODE
LOWapi/services/telephony/providers/vobiz/__init__.py160__all__ = [CODE
LOWapi/services/telephony/providers/twilio/serializers.py10__all__ = ["TwilioFrameSerializer"]CODE
LOWapi/services/telephony/providers/twilio/__init__.py79__all__ = [CODE
LOWapi/services/pipecat/in_memory_buffers.py127 def set_current_turn(self, turn: int) -> None:CODE
LOWapi/services/call_concurrency/__init__.py17__all__ = [CODE
LOWapi/services/workflow/pipecat_engine.py1004 def set_context(self, context: LLMContext) -> None:CODE
LOWapi/services/workflow/pipecat_engine.py1012 def set_task(self, task: PipelineWorker) -> None:CODE
LOWapi/services/workflow/pipecat_engine.py1020 def set_audio_config(self, audio_config) -> None:CODE
LOWapi/services/workflow/pipecat_engine.py1024 def set_transport_output(self, transport_output) -> None:CODE
LOWapi/services/workflow/pipecat_engine.py1032 def set_fetch_recording_audio(self, fetch_fn) -> None:CODE
LOWapi/services/workflow/pipecat_engine.py1036 def set_mute_pipeline(self, mute: bool) -> None:CODE
LOWapi/services/workflow/pipecat_engine.py571 async def _setup_llm_context(self, node: Node) -> None:CODE
LOWapi/services/workflow/text_chat_session_service.py516__all__ = [CODE
LOWapi/services/workflow/qa/__init__.py12__all__ = ["run_per_node_qa_analysis"]CODE
LOWapi/services/workflow/node_specs/__init__.py63__all__ = [CODE
LOWapi/services/voice_prompting_guide/__init__.py22__all__ = [CODE
LOWapi/services/reports/__init__.py9__all__ = [CODE
Over-Commented Block59 hits · 54 pts
SeverityFileLineSnippetContext
LOWdocker-compose.yaml1# Dograh deployment stack — driven by the helper scripts, not by a bareCOMMENT
LOWdocker-compose.yaml201 MINIO_SECRET_KEY: "${MINIO_ROOT_PASSWORD:-minioadmin}"COMMENT
LOWdocker-compose.yaml221 # 127.0.0.1 by default — so without this it ignores the header, request.urlCOMMENT
LOWdocker-compose.yaml321 # usable public IP (behind NAT or a firewall). Gated behind the "tunnel" profileCOMMENT
LOW…Id]/components/workflow-tester/EmbeddedVoiceTester.tsx61COMMENT
LOWui/src/components/lead-forms/onboardingServiceClient.ts1// Thin client for the SEPARATE user_onboarding service (its own base URL).COMMENT
LOWui/src/components/lead-forms/detectCountry.ts1// Best-effort country detection for lead provenance — no permission prompt, noCOMMENT
LOWui/src/lib/utils.ts181 targetWindow?.close();COMMENT
LOWdeploy/hostinger/docker-compose.yaml1# Dograh — Hostinger VPS Docker Manager deploymentCOMMENT
LOWdeploy/hostinger/docker-compose.yaml161 MINIO_SECRET_KEY: "${MINIO_ROOT_PASSWORD:-minioadmin}"COMMENT
LOWdeploy/hostinger/docker-compose.traefik.yaml1# Standalone Traefik + Let's Encrypt — STANDS IN FOR Hostinger's managed Traefik.COMMENT
LOWdeploy/helm/dograh/values.yaml1# Dograh Helm chart — default values.COMMENT
LOWdeploy/helm/dograh/values.yaml21# - name: regcredCOMMENT
LOWdeploy/helm/dograh/values.yaml41# internalMinio — bundled MinIO manifest (see `minio` below)COMMENT
LOWdeploy/helm/dograh/values.yaml121 # Reject media WebSocket connections whose capability token is missing orCOMMENT
LOWdeploy/helm/dograh/values.yaml181 # Peers uvicorn trusts X-Forwarded-Proto / X-Forwarded-For from (exportedCOMMENT
LOWdeploy/helm/dograh/values.yaml201 # this only stretches termination when a long call is genuinely still live.COMMENT
LOWdeploy/helm/dograh/values.yaml501# All tiers default to `enabled: false`; opt in per tier. RequiresCOMMENT
LOWdeploy/helm/dograh/values.yaml541 # test before trusting it.COMMENT
LOWdeploy/helm/dograh/values.yaml561 targetMemoryUtilizationPercentage: nullCOMMENT
LOWdeploy/helm/dograh/examples/values-aws.yaml1# AWS EKS — uses ALB (via AWS Gateway API controller) for HTTP and NLBCOMMENT
LOWsdk/typescript/src/index.ts61// Typed SDK — generated per-node interfaces + factories. Importable asCOMMENT
LOWexamples/typescript/fetch_workflow_and_call.ts1// Fetch a workflow by ID and place a test phone call using the TypeScript SDK.COMMENT
LOWexamples/typescript/load_and_edit_workflow.ts1// Load an existing workflow, edit a node prompt, and save it as a draft.COMMENT
LOWexamples/typescript/create_workflow.ts1// Create a new workflow using the TypeScript SDK.COMMENT
LOWexamples/typescript/build_workflow_with_sdk.ts1// Build a multi-node voice agent using the Workflow SDK and save it as a draft.COMMENT
LOWscripts/generate_sdk.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/worktree-sync-env.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/worktree-sync-env.sh21# hard-code a UI origin, so they have to follow this worktree's UI port. UnderCOMMENT
LOWscripts/setup-worktree.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/rolling_update.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/drain_web.sh1#!/bin/shCOMMENT
LOWscripts/release_sdks.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/lib/setup_common.sh401 [[ "$rendered_secret" == "$TURN_SECRET" ]] || dograh_fail "TURN_SECRET in .env does not match turnserver.conf"COMMENT
LOWapi/alembic.ini1# A generic, single database configuration.COMMENT
LOWapi/alembic.ini21# The default rendered in new alembic.ini files is "os", which uses os.pathsepCOMMENT
LOWapi/alembic.ini41# a source .py file to be detected as revisions in theCOMMENT
LOWapi/alembic.ini61# Use os.pathsep. Default configuration used for new projects.COMMENT
LOWapi/alembic.ini81# detail and examplesCOMMENT
LOWapi/constants.py41PUBLIC_HOST = os.getenv("PUBLIC_HOST") or NoneCOMMENT
LOWapi/constants.py121ENABLE_ARI_STASIS = os.getenv("ENABLE_ARI_STASIS", "false").lower() == "true"COMMENT
LOWapi/app.py161COMMENT
LOW…/b41f7c9d2e05_migrate_gemini_2_5_flash_to_3_5_flash.py21# Google no longer grants new users access to the Gemini 2.5 Flash family, soCOMMENT
LOW…ns/00b0201ad918_backfill_org_model_configuration_v2.py21# Organizations created before MODEL_CONFIGURATION_V2 only have per-user legacyCOMMENT
LOW…f3a1c47b9e02_migrate_pre_call_fetch_enabled_to_mode.py21# The Start node's `pre_call_fetch_enabled` boolean was replaced by theCOMMENT
LOWapi/routes/webrtc_signaling.py241 List of RTCIceServer configurations for WebRTC peer connection.COMMENT
LOWapi/mcp_server/ts_validator/src/parse.ts1// TypeScript → workflow JSON.COMMENT
LOWapi/services/auth/stack_auth.py121 # ------------------------------------------------------------------COMMENT
LOWapi/services/auth/stack_auth.py141 # "Content-Type": "application/json",COMMENT
LOWapi/services/auth/stack_auth.py161 # raise ValueError("Access token required to update user")COMMENT
LOWapi/services/telephony/ari_manager.py61# Auto-deactivation policy.COMMENT
LOWapi/services/telephony/registry.py201# config dict that the provider class accepts in its constructor.COMMENT
LOWapi/services/telephony/registry.py301 provider_cls: Type["TelephonyProvider"]COMMENT
LOWapi/services/telephony/registry.py321 # and must return the dict to write. Raise HTTPException to abort save.COMMENT
LOWapi/services/pipecat/realtime/gemini_live.py61 def __init__(self, **kwargs):COMMENT
LOWapi/services/workflow/workflow_graph.py321COMMENT
LOWapi/services/workflow/mcp_tool_session.py121 raiseCOMMENT
LOW.vscode/launch.json1// Debug configurations for Dograh contributors.COMMENT
LOW.vscode/tasks.json1{COMMENT
Hallucination Indicators3 hits · 30 pts
SeverityFileLineSnippetContext
CRITICALapi/tests/test_custom_tools.py2596 mock_client.return_value.__aenter__.return_value.request.assert_called_once_with(CODE
CRITICALapi/tests/test_custom_tools.py2628 mock_client.return_value.__aenter__.return_value.request.assert_called_once_with(CODE
CRITICALapi/tests/test_custom_tools.py2726 mock_client.return_value.__aenter__.return_value.request.assert_called_once_with(CODE
Fake / Example Data27 hits · 28 pts
SeverityFileLineSnippetContext
LOWui/src/app/superadmin/page.tsx149 placeholder="user@example.com"CODE
LOWdocs/api-reference/openapi.json1{"openapi":"3.1.0","info":{"title":"Dograh API","description":"API for the Dograh app","version":"1.0.0"},"servers":[{"uCODE
LOWapi/tests/conftest.py134 engine._call_context_vars = {"customer_name": "John Doe"}CODE
LOWapi/tests/test_user_email_case_insensitive.py13 assert user.email == "user@example.com"CODE
LOWapi/tests/test_user_email_case_insensitive.py19 assert fetched.email == "user@example.com"CODE
LOWapi/tests/test_pipecat_engine_variable_extraction.py165 return_value={"user_name": "John Doe"},CODE
LOWapi/tests/test_custom_tools.py1326 arguments={"customer_name": "John Doe", "date": "2024-01-15"},CODE
LOWapi/tests/test_custom_tools.py1371 assert received_arguments == {"customer_name": "John Doe", "date": "2024-01-15"}CODE
LOWapi/tests/test_node_specs.py454 "placeholder",CODE
LOWapi/tests/test_workflow_versioning.py70TEMPLATE_VARS_V2 = {"company_name": "Acme Inc"}CODE
LOWapi/tests/test_auth_depends.py316 email="user@example.com",CODE
LOWapi/tests/test_auth_depends.py355 "email": "user@example.com",CODE
LOWapi/tests/test_auth_routes.py25 "email": "user@example.com",CODE
LOWapi/tests/test_auth_routes.py33 "email": "user@example.com",CODE
LOWapi/tests/test_auth_routes.py51 "email": "user@example.com",CODE
LOWapi/tests/test_auth_routes.py66 email="user@example.com",CODE
LOWapi/tests/test_auth_routes.py77 "email": "user@example.com",CODE
LOWapi/db/user_client.py198 log in as "user@example.com". Compare on lower(email) so lookups areSTRING
LOWapi/services/workflow/dto.py241 "placeholder": "Greet the caller warmly and ask how you can help today.",CODE
LOWapi/services/workflow/dto.py262 "placeholder": "Hi {{first_name}}, this is Sarah from Acme.",CODE
LOWapi/services/workflow/dto.py323 "placeholder": "https://api.example.com/customer-lookup",CODE
LOWapi/services/workflow/dto.py452 "placeholder": "Ask the caller about their budget and timeline.",CODE
LOWapi/services/workflow/dto.py521 "placeholder": "Thank the caller and confirm next steps before ending the call.",CODE
LOWapi/services/workflow/dto.py607 "placeholder": (CODE
LOWapi/services/workflow/dto.py757 "placeholder": "https://api.example.com/webhook",CODE
LOWapi/services/workflow/node_specs/model_spec.py70 "placeholder": placeholder,CODE
LOWapi/services/workflow/node_specs/model_spec.py204 placeholder=meta.get("placeholder"),CODE
Cross-Language Confusion6 hits · 28 pts
SeverityFileLineSnippetContext
HIGHsdk/codegen/client_codegen.py42 # optional string often shown as anyOf:[{type:string}, {type:null}]COMMENT
HIGHscripts/fix_broken_langfuse_trace_urls.py23 source venv/bin/activate && set -a && source api/.env && set +a \STRING
HIGHapi/tests/telephony/cloudonix/test_routes.py167 request = _json_request(b'{"domain": "acme.cloudonix.io", "session": null}')CODE
HIGHapi/db/campaign_client.py446 "SET logs = (logs::jsonb || CAST(:entry AS jsonb))::json, "CODE
HIGHapi/routes/workflow.py1017 """Move a workflow into a folder, or to "Uncategorized" (folder_id=null).STRING
HIGHapi/mcp_server/instructions.py79Data-position values must be plain literals (strings, numbers, booleans, null, arrays/objects of same). A single `new WoCODE
Magic Placeholder Names4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHui/src/components/http/create-credential-dialog.tsx46 { key: "api_key", label: "API Key", placeholder: "your-api-key", isSecret: true },CODE
HIGHui/src/components/flow/nodes/GenericNode.tsx344 -H "X-API-Key: YOUR_API_KEY" \\CODE
HIGHapi/services/gender/README.md95 gender_api_key="your-api-key", # Default: from GENDER_API_KEY envCODE
HIGHapi/services/gender/README.md166export GENDERAPI_API_KEY=your-api-key-hereCODE
AI Structural Patterns15 hits · 14 pts
SeverityFileLineSnippetContext
LOWevals/stt/providers/speechmatics_provider.py44CODE
LOWevals/stt/providers/deepgram_flux_provider.py53CODE
LOWevals/stt/providers/deepgram_provider.py48CODE
LOWapi/tests/test_public_embed_chat.py145CODE
LOWapi/db/telephony_phone_number_client.py314CODE
LOWapi/db/workflow_run_client.py24CODE
LOWapi/db/workflow_run_client.py339CODE
LOWapi/routes/organization_usage.py354CODE
LOWapi/services/mps_service_key_client.py879CODE
LOWapi/services/integrations/paygent/collector.py508CODE
LOWapi/services/telephony/transfer_event_protocol.py57CODE
LOWapi/services/pipecat/service_factory.py936CODE
LOWapi/services/workflow/pipecat_engine.py66CODE
LOWapi/services/workflow/tools/knowledge_base.py21CODE
LOWapi/services/workflow/node_specs/model_spec.py44CODE
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…/tests/integrations/test_run_pipeline_text_greeting.py91# pytest worker alive indefinitely (the harness has no pytest-timeout plugin).COMMENT
MEDIUMapi/services/integrations/paygent/collector.py121 # Extremely robust extractionCOMMENT
Modern AI Meta-Vocabulary2 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUMdocs/api-reference/openapi.json1{"openapi":"3.1.0","info":{"title":"Dograh API","description":"API for the Dograh app","version":"1.0.0"},"servers":[{"uCODE
MEDIUMsdk/python/src/dograh_sdk/_validation.py120 # Unknown field names — the most common LLM hallucination.COMMENT
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/setup_requirements.sh5# Usage:COMMENT
LOWscripts/rolling_update.sh4# Usage:COMMENT
LOWscripts/release_sdks.sh6# Usage:COMMENT
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMapi/tests/test_json_parser.py144Let me know if you need anything else!"""CODE