Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod agent; 2mod native_agent_server; 3mod prompts; 4mod templates; 5mod thread; 6mod tools; 7 8#[cfg(test)] 9mod tests; 10 11pub use agent::*; 12pub use native_agent_server::NativeAgentServer; 13pub use thread::*;