Multi-session support with persistence, sharing, and background agents for RiceCoder
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-sessions = "0.1"
```
```rust
use ricecoder_sessions::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-sessions).
MIT