SorrowSFR/Inbound-Agent — reverse-engineered prompt
Reverse engineered prompt
I want this repo turned into a working local voice call assistant that I can actually run and test end to end.
Please set up the backend so it can answer inbound voice calls, book appointments, store call logs and transcripts, show basic stats, support outbound call dispatch, and ingest knowledge from PDFs and websites for the agent to use in conversations. Use the existing env example and config example, get the database side ready with the Supabase setup SQL, and make sure the health and setup status endpoints come back ok.
If this repo really is backend only, then also use the prompt in docs/ui-agent-prompt.md to generate the separate frontend app so I have a simple dashboard to use locally. Point it at the local backend and make the whole thing runnable on the ports mentioned in the README.
Please wire up whatever is missing, install dependencies, fix errors, and leave me with clear run steps. If you need to, check the current docs online for anything that has changed.
Want more depth? Deep Reverse