Find
Search dashboard pages and product views.
Repositories
Evidence Refs
Run Artifacts
Trace Refs
Replay Entry
Search dashboard pages and product views.
These are repository signals used to attribute this repo to the product. They are not code written by the agent; they are matched package, middleware, environment, API, or UI locations found in the repository.
| Repository Signal | Matched Source | Matched Code Location | Preview |
|---|---|---|---|
source | kb_context assembled from KbRetrievalService.retrieve(...); if kb_context: system_content += background; else: system_content += '[No relevant information found in the knowledge base ...]' | backend/api/v1/endpoints.pyline 865 | Preview |
source | KbRetrievalService: validate agent/kb/tenantembed queryQdrant search + threshold filter. | backend/services/kb_retrieval_service.pyline 1 | Preview |
config | # Jina Embedding API\n jina_embedding_api_base: str = "https://api.jina.ai/v1/embeddings" | backend/config.pyline 116 | Preview |
source | async def process_site_crawl(...): from services.crawler import SiteCrawler ... | backend/services/url_service.pyline 262 | Preview |