letsbe-orchestrator/app/routes
Matt 7ecc0496f5 feat: add GET endpoints for listing and retrieving agents
- GET /api/v1/agents/ - list all agents (with optional tenant_id filter)
- GET /api/v1/agents/{agent_id} - get specific agent

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 12:57:39 +01:00
..
__init__.py feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
agents.py feat: add GET endpoints for listing and retrieving agents 2025-12-07 12:57:39 +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
registration_tokens.py feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
tasks.py feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
tenants.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00