Skip to content

Commit b5a700c

Browse files
authored
Merge pull request #271 from spacedriveapp/refactor/channel-split-metadata-keys
Split channel.rs and standardize adapter metadata keys
2 parents 8f87a94 + e338461 commit b5a700c

File tree

16 files changed

+2299
-2183
lines changed

16 files changed

+2299
-2183
lines changed

src/agent.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
pub mod branch;
44
pub mod channel;
5+
pub mod channel_attachments;
6+
pub mod channel_dispatch;
7+
pub mod channel_history;
8+
pub mod channel_prompt;
59
pub mod compactor;
610
pub mod cortex;
711
pub mod cortex_chat;

0 commit comments

Comments
 (0)