Domain-specific agents for language and framework support
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-domain-agents = "0.1"
```
```rust
use ricecoder_domain_agents::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-domain-agents).
MIT