Add Agent Preview trait (#29760)

Like the title says

Release Notes:

- N/A
This commit is contained in:
Nate Butler 2025-05-01 23:03:06 -04:00 committed by GitHub
parent 93cc4946d8
commit 672a1dd553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 595 additions and 20 deletions

3
Cargo.lock generated
View file

@ -3239,7 +3239,9 @@ dependencies = [
name = "component_preview"
version = "0.1.0"
dependencies = [
"agent",
"anyhow",
"assistant_tool",
"client",
"collections",
"component",
@ -3249,6 +3251,7 @@ dependencies = [
"log",
"notifications",
"project",
"prompt_store",
"serde",
"ui",
"ui_input",