dcyfr agent runRun a workspace agent on a given task. Streams output to stdout and writes a structured run record to ~/.dcyfr/runs/.
Usage
dcyfr agent run <agentId> --intent <intent> [--input <json>] [--timeout <ms>]Flags
--intent-irequired--input--timeout-t--no-streamExamples
dcyfr agent run documentation-expert --intent 'Generate API reference for ./src/auth'dcyfr agent run security-engineer --intent 'Audit for OWASP Top 10' --input '{"path":"./src"}'dcyfr agent run test-engineer --intent 'Add unit tests for PaymentService' --timeout 120000