Rename assistant2
to agent
(#27887)
This PR renames the `assistant2` crate to `agent`. Release Notes: - N/A
This commit is contained in:
parent
8e0f70f3c7
commit
dc83f1ad38
44 changed files with 97 additions and 100 deletions
5
crates/agent/src/ui.rs
Normal file
5
crates/agent/src/ui.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod agent_notification;
|
||||
mod context_pill;
|
||||
|
||||
pub use agent_notification::*;
|
||||
pub use context_pill::*;
|
Loading…
Add table
Add a link
Reference in a new issue