letsbe-orchestrator/app
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
..
dependencies fix: use standard logging format to avoid reserved 'message' key 2025-12-07 11:59:18 +01:00
models feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
playbooks feat: add Nextcloud set-domain playbook v2 2025-12-04 14:04:21 +01:00
routes feat: add GET endpoints for listing and retrieving agents 2025-12-07 12:57:39 +01:00
schemas feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
__init__.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
config.py feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
db.py Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
main.py feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00