Hacker News new | ask | show | jobs
Show HN: AI Agent Host – Dev Environment with QuestDB, Grafana, and Code-Server (github.com)
1 points by quantiota 316 days ago
I’ve been working on AI Agent Host, a Docker-based environment where an AI agent (Claude Code) can directly:

Execute code in VS Code (via Code-Server)

Query/write time-series data in QuestDB

Update and interact with Grafana dashboards

Orchestrate workflows without middleware like LangChain

Nginx and Certbot handle secure routing/SSL, and the architecture is fully containerized for reproducibility.

GitHub repo: [https://github.com/quantiota/AI-Agent-Host]