Agent-Zoey/Zoey ? reverse-engineered prompt
Reverse engineered prompt
Build me a privacy first, local first AI agent framework in Rust that I can run on my own hardware without sending my data to the cloud by default. I want it to work offline, feel lightweight, and be usable on a home server or even smaller devices. Start with a solid core runtime for agents, a simple plugin system, memory and search, and support for multi step workflows and scheduled tasks.
Make the default experience work with local models like Ollama or llama.cpp, and keep cloud models optional for people who want them later. Add simple storage with SQLite, plus an in memory option for testing. I’d also like a basic way to interact with agents from the terminal and a small web UI or API if that’s already reasonable. Voice support is a nice bonus if it fits the project.
Please include one runnable example agent, sensible config files, and clear setup docs so someone can clone it, build it, and try it right away. If you need details, check current docs online.
Have a live product UI? Try website reverse