Nextcloud app agentconsole — part of cloud.jo-cor.com
  • PHP 74%
  • JavaScript 26%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
root b34e1efbeb README: keep connection details out of the public page
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-14 19:51:17 +02:00
appinfo Import agentconsole 1.0.0 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
js Import agentconsole 1.0.0 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
lib Import agentconsole 1.0.0 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
templates Import agentconsole 1.0.0 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
.gitignore Import agentconsole 1.0.0 exactly as live on cloud.jo-cor.com 2026-09-14 18:39:28 +02:00
README.md README: keep connection details out of the public page 2026-09-14 19:51:17 +02:00

Agent Bridge Console

See and control the AI agent bots bridged into your Talk rooms

Makes the AI-agent side of this Nextcloud observable and controllable from one page.

  • Bots — every bridge-created bot user, who owns it, and which Talk rooms it is authorised in
  • Bridge health — whether the Chamade bridge is paired, whether the Talk bot is registered and error-free, and the E2EE state including the addon fingerprint and paired agent devices
  • Voice readiness — whether a High-Performance Backend, TURN and STUN are configured, since agent voice depends on all three
  • Post as a bot — send a message into any Talk room as one of the bot users, for testing a room end to end without waiting on the gateway

Read-only apart from the explicit "post as bot" action, and that action is admin-only.

Also provides occ agentconsole:status for the same picture from the shell.

Nextcloud app id agentconsole
Version 1.0.0
Nextcloud 3034
Licence AGPL-3.0-or-later

See it running

It runs on cloud.jo-cor.com. Ask Jo for an account (or register at cloud.jo-cor.com/apps/registration and wait for approval).

Run it on your own Nextcloud

cd /path/to/nextcloud/custom_apps
git clone https://git.jo-cor.com/jocor/nextcloud-agentconsole.git agentconsole
sudo -u www-data php ../occ app:enable agentconsole

Contribute

  1. Sign in at git.jo-cor.com with Sign in with jo-cor-cloud (your cloud.jo-cor.com account).
  2. Fork this repository, make your change on a branch, and open a pull request.

Invited contributors can also push over SSH; the connection details come with the invite.

Changes reach cloud.jo-cor.com only after review: the live server deploys from git, never from hand edits.