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 | find_matching_doctors() queries db.doctors and returns at most 10 self-registered records. | backend/server.pyline 327 | Preview |
source | POST /connect-with-doctor analyzes symptoms then calls find_matching_doctors with the derived specialty. | backend/server.pyline 88 | Preview |
source | @tool check_doctor_availability(...) returns a hard-coded { available_doctors: [] }. | backend/langchain_agents.pyline 40 | Preview |
manifest | Backend dependency manifest: FastAPI + Mongo + LangChain/Cerebras/OpenAI + auth only. | backend/requirements.txtline 1 | Preview |
config | Documented environment exposes only LLM (Cerebras/Groq)emailJWT+1 | backend/.env.exampleline 1 | Preview |