Add Agent Preview trait (#29760)
Like the title says Release Notes: - N/A
This commit is contained in:
parent
93cc4946d8
commit
672a1dd553
11 changed files with 595 additions and 20 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue