jechearte/klisk — reverse-engineered prompt
Reverse engineered prompt
Build me a simple framework called Klisk that makes it easy to create and ship AI agents from the command line. I want someone to be able to install it, run one command to create a workspace or scaffold a new agent project, define an agent and a few tools in Python, then chat with it from the terminal or pass a prompt directly. It should also have a browser based Studio where I can see the agent and its tools, test it in live chat, inspect tool calls, edit instructions and model settings inline, and have changes reload automatically.
Please include support for choosing different model providers just by naming the model, some builtin tools like web search and code interpreter when supported, and a way to start a production server with a chat page, API, websocket chat, and an embeddable widget. I also want a deploy command for Cloud Run. Look up current docs online if you need to.
Want more depth? Deep Reverse