manabrew-agent-interface 0.3.2

Prompt protocol between the manabrew engine and agents (UI, AI, network)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "manabrew-agent-interface"
version = "0.3.2"
edition = "2021"
license.workspace = true
description = "Prompt protocol between the manabrew engine and agents (UI, AI, network)"

[dependencies]
manabrew-protocol = { path = "../manabrew-protocol", version = "1.0.1" }
manabrew-engine = { path = "../manabrew-engine", version = "0.2.3" }
forge-foundation = { path = "../forge-foundation", version = "0.3.1" }
serde = { workspace = true }
serde_json = { workspace = true }
rand = "0.8"
tracing = "0.1"
strum = "0.28"
strum_macros = "0.28.0"