locode-protocol 0.1.17

Conversation model, tool call/result types, and the report envelope of the locode coding agent - pure types, no I/O
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "locode-protocol"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
description = "Conversation model, tool call/result types, and the report envelope of the locode coding agent - pure types, no I/O"
license.workspace = true
repository.workspace = true
readme.workspace = true

[lints]
workspace = true

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }