Show HN: Pythond, Persistent Python daemon where state survives across calls
Category: devtools
Tags: python-daemon, persistent-state, ai-agent-tool, websocket, repl
Score: 7.5/10 (Innovation: 7, Technical: 8, Documentation: 8, Utility: 7)
Pythond is a persistent Python daemon that maintains state across calls via named sessions, using WebSocket for agent-to-Python communication and a human-attachable REPL. Its clever two-channel design (structured for agents, interactive for humans) and two-daemon proxy pattern enable AI agents to maintain long-lived Python workspaces without needing SSH, making it a novel tool for agentic workflows and remote development.
Target audience: backend devs, data engineers, ai engineers
Repository: https://pythond.sh/ · Python · MIT · 1 stars
View on Hacker News