21 lines
691 B
Desktop File
21 lines
691 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Agents Orchestrator
|
|
Comment=Multi-project AI agent dashboard with terminals, SSH, and multi-agent orchestration
|
|
Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh start
|
|
Icon=agents-orchestrator
|
|
Terminal=false
|
|
Categories=Development;IDE;Utility;
|
|
Keywords=AI;Agent;Claude;Codex;Ollama;Terminal;SSH;
|
|
StartupWMClass=dev.agor.orchestrator
|
|
StartupNotify=true
|
|
MimeType=
|
|
Actions=stop;clean-start;
|
|
|
|
[Desktop Action stop]
|
|
Name=Stop All Instances
|
|
Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh stop
|
|
|
|
[Desktop Action clean-start]
|
|
Name=Clean Start (rebuild)
|
|
Exec=/home/hibryda/code/ai/agent-orchestrator/scripts/launch.sh start --clean
|