magic-coder-types 0.1.0

Shared protocol + tool schemas for Magic Coder.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
`magic-coder-types` is a small shared crate that contains:

- WebSocket protocol message types (`protocol::types`)
- Tool argument structs + JSON Schema helpers for tool definitions (`tools`)

### Features

- `schemars` (default): enables JSON Schema derivation + tool `parameters` generation

### License

Licensed under either of:

- Apache License, Version 2.0 (`LICENSE-APACHE`)
- MIT license (`LICENSE-MIT`)