agno-agi/scout — reverse-engineered prompt
Reverse engineered prompt
Build me an open source “company brain” assistant like Scout.
I want it to run locally with Docker, connect to an AI model using my API key, and let me chat with it through a web UI. The assistant should answer questions by looking things up live instead of just relying on uploaded files. It should be able to use the web, its own workspace, a small CRM database, and a markdown wiki as memory.
As it learns useful things, it should save them into the right place, like contacts, projects, notes, follow ups, runbooks, and general knowledge pages. It should also have an optional Slack connection so I can ask it questions from Slack, and optional Google Drive read access for company docs.
Please include clear setup with an example env file, Docker compose, local startup instructions, and basic eval or smoke tests so I can tell it’s wired correctly. Keep the first version simple but real, with safe defaults for company data and deployment notes for running it later on a cloud host.
Want more depth? Deep Reverse