[COVAL-4339] Complete CLI agent creation parity - #98
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
WalkthroughThe agent model adds seven agent types and optional creation fields for customer IDs, language, attributes, workflows, and tags. The CLI exposes these fields and parses JSON arguments with flag-specific errors. The README adds a LiveKit creation example. Tests cover supported agent types, help output, and LiveKit request serialization. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
coval agents create --typeValidation
cargo test --all-targets --all-features(111 tests passed)cargo clippy --all-targets --all-features -- -D warningscargo fmt --checkgit diff --checkTracking
COVAL-4339
Depends on coval-ai/backend#6355 for LiveKit and Pipecat create support.