genbox-agent 1.0.123 → 1.0.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * Unified Genbox Agent Daemon
4
+ *
5
+ * WebSocket client that runs on each genbox VM and supports multiple AI CLI tools:
6
+ * - Claude Code
7
+ * - Gemini CLI
8
+ * - OpenAI Codex CLI
9
+ *
10
+ * Features:
11
+ * 1. Connects to the backend monitoring service
12
+ * 2. Receives remote commands (send_prompt, send_keystroke, create_session)
13
+ * 3. Manages dtach sessions for all supported AI CLIs
14
+ * 4. Streams terminal output back to the dashboard
15
+ * 5. Auto-detects installed AI CLIs
16
+ */
17
+ export {};
18
+ //# sourceMappingURL=genbox-agent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"genbox-agent.d.ts","sourceRoot":"","sources":["../src/genbox-agent.ts"],"names":[],"mappings":";AACA;;;;;;;;;;;;;;GAcG"}