dark-ps/DarkPs-Agent-CLI ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line AI agent that runs locally first and can also connect to online models when needed.
It should start up in the terminal, show a custom branded intro, read an identity file and a workspace instruction file, then let me pick a project folder or just use a default Projects folder. I want it to automatically find available tools and actions from the codebase, work with files, search code in the current workspace, run commands, and keep simple memory for the project and current session. It should support switching between different models from one place, including local GGUF models and cloud providers, and it should be easy to add new tools or model backends later without changing the core.
Also include support for MCP servers from a dedicated folder, and make the startup behavior configurable from the main file. If you need to look up current docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit