Go to file
Matt cea54183cc feat: add tenant_id support to agent registration
- Add tenant_id field to Settings (via TENANT_ID env var)
- Include tenant_id in registration payload when configured
- Add TENANT_ID to docker-compose.yml with documentation
- Add ROADMAP.md tracking project progress

Agents can now be associated with a specific tenant at startup.
Required in production, optional in development.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 20:10:43 +01:00
.claude Fix docker volume mounts for host directory access 2025-12-03 15:20:07 +01:00
app feat: add tenant_id support to agent registration 2025-12-05 20:10:43 +01:00
tests Add NEXTCLOUD_SET_DOMAIN executor for domain configuration 2025-12-04 14:01:41 +01:00
.gitignore Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
CLAUDE.md Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
Dockerfile Download Docker Compose plugin directly from GitHub 2025-12-03 16:35:51 +01:00
ROADMAP.md feat: add tenant_id support to agent registration 2025-12-05 20:10:43 +01:00
docker-compose.yml feat: add tenant_id support to agent registration 2025-12-05 20:10:43 +01:00
pytest.ini Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
requirements.txt Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00