letsbe-sysadmin/app
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
..
clients feat: add tenant_id support to agent registration 2025-12-05 20:10:43 +01:00
executors Add NEXTCLOUD_SET_DOMAIN executor for domain configuration 2025-12-04 14:01:41 +01:00
utils Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
__init__.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
agent.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
config.py feat: add tenant_id support to agent registration 2025-12-05 20:10:43 +01:00
main.py Fix docker volume mounts for host directory access 2025-12-03 15:20:07 +01:00
task_manager.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00