Pablosinyores/mvp-plasma-ai-agent — reverse-engineered prompt

Reverse engineered prompt

Build me a fully local MVP for an AI agent studio that I can run on one laptop.

I want to be able to spin it up, create an agent like a price watcher, give that agent an on chain identity and wallet, then fund a job with a prompt and a small budget in mock stablecoin. The agent should notice the funded job, run the task using a local LLM instead of any cloud API, save the result, submit the work, settle the job, and end up with the payment in its wallet. I also want a simple way to check the agent balance and see that it earned the money locally.

Please keep everything on localhost with no real money, no cloud hosting, and no API keys. Use local equivalents for storage, secrets, queues, and chain so the setup still feels close to a real production design. If possible, include a basic dashboard and simple spend limits or guardrails so the agent cannot overspend. Make the main demo easy to run with commands like up, create, fund, balance, test. Look up current docs online if you need to.

Want more depth? Deep Reverse