3 pointsby amitay15994 hours ago2 comments
  • freedomben3 hours ago
    I don't mean to be negative, but I've been doing this already with zero extra tooling. Agents can easily use kubectl or any CLI tool (which nearly all cloud platforms offer), or use an MCP server to get running logs, and it doesn't require you to ship your production logs to a third party (which is a complete no-go for any compliance scenario btw).
  • amitay15994 hours ago
    debugy is a skill that lets your coding agent read & write logs to debug faster. during development, logs are saved locally to .debugy/session.ndjson, and the agent reads from there. for production, you can store logs in our db, and the agent can fetch them using a token.