ura-dev

AI Agent Control Portal

This is the operator front door for the full Hermes-based ura-dev environment. Use it to jump into the raw dashboard, browser chat, API, and the separate Discord bot workspace.

Portalhttps://ai.dcenhancements.com
Dashboardhttps://ura-dev.dcenhancements.com
Discord Bot Root/srv/ai/ura-dev/.hermes/discordbot
Hermes Home/srv/ai/ura-dev/.hermes

Dashboard

The full Hermes operator UI: sessions, logs, skills, analytics, cron jobs, and workflow visibility.

https://ura-dev.dcenhancements.com

API

The Hermes native API listener for integrations and tooling. Keep this restricted to trusted clients only.

http://ura-dev.dcenhancements.com:8642

Discord Gateway

Persistent Hermes chat control path once the Discord bot token and allowed user IDs are configured.

hermes-gateway.service

Discord Bot Workspace

A separate custom bot can live inside the Hermes folder while staying independent from the main Hermes gateway.

/srv/ai/ura-dev/.hermes/discordbot
  • Copy .env.example to .env
  • Replace bot.py with your real bot code
  • Start it later with systemctl --user start ura-discordbot.service

Safety

ura-dev is seeded with a hard safety rule that blocks destructive terminal actions until the native approval flow is used.

/approve required for destructive commands

Server Layout

Keep the raw AI workspace and custom bot code separate so upgrades stay predictable.

/srv/ai/ura-dev/.hermes = Hermes state
/srv/ai/ura-dev/.hermes/discordbot = your extra bot