Nextcloud app agentconsole — part of cloud.jo-cor.com
- PHP 74%
- JavaScript 26%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| appinfo | ||
| js | ||
| lib | ||
| templates | ||
| .gitignore | ||
| README.md | ||
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 | 30–34 |
| 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
- Sign in at git.jo-cor.com with Sign in with jo-cor-cloud (your cloud.jo-cor.com account).
- 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.