letsbe-orchestrator/app/routes
Matt 0975d208ef feat: add tenant_id to agent registration and task filtering
- Add tenant_id field to AgentRegisterRequest schema
- Validate tenant exists during agent registration (returns 404 if not found)
- Update /tasks/next to filter tasks by agent's tenant_id
- Tenant-specific agents only see their tenant's tasks
- Shared agents (no tenant_id) can still claim any task
- Add ROADMAP.md tracking project progress

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 20:09:58 +01:00
..
__init__.py Add ENV and FILE management APIs with tests 2025-12-04 00:30:37 +01:00
agents.py feat: add tenant_id to agent registration and task filtering 2025-12-05 20:09:58 +01:00
env.py Add ENV and FILE management APIs with tests 2025-12-04 00:30:37 +01:00
files.py Add ENV and FILE management APIs with tests 2025-12-04 00:30:37 +01:00
health.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
playbooks.py feat: add Nextcloud set-domain playbook v2 2025-12-04 14:04:21 +01:00
tasks.py feat: add tenant_id to agent registration and task filtering 2025-12-05 20:09:58 +01:00
tenants.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00