| ▲ | vitorbaptistaa 2 hours ago | |
Congratulations on the launch! Looks very neat. For people that don't have these neat observability tools (like me), I've been using https://shellshare.net (disclaimer: I made it). This is a single command to share a terminal live with e2e encryption. Originally it was for teaching classes or helping colleagues, but it's also very helpful for agents. I SSH into prod and run: > npx shellshare exec --json -- tail /var/log/my-app.log This generates a URL, then I can tell any agent: > monitor <URL>, instructions in https://shellshare.net/llms.txt They can see the output live. No need to install anything in the agent's machine. Next shellshare version it will be just "monitor <URL>" and the agent's instructions will be in the URL itself. Nothing even near what you've guys done, but it has been helpful for me. Best of luck in your startup! | ||