## Overview Enable agentic-fleet to be invoked and managed through qlaw-cli. ## Tasks - [ ] Research qlaw-cli integration patterns - [ ] Design integration approach (CLI wrapper vs HTTP API vs embedded) - [ ] Implement qlaw-cli adapter/plugin - [ ] Update CLI entrypoints in `src/agentic_fleet/cli/` - [ ] Add qlaw-specific configuration options - [ ] Update documentation with qlaw-cli usage examples - [ ] Add integration tests ## Questions - Should we wrap existing CLI commands, expose HTTP endpoints, or embed qlaw commands? - What authentication/authorization is needed?
Overview
Enable agentic-fleet to be invoked and managed through qlaw-cli.
Tasks
src/agentic_fleet/cli/Questions