leviath-agent-client 0.2.0

Agent Client Protocol (JSON-RPC over stdio) wire types and Leviath mappings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# leviath-agent-client

Wire types and Leviath mappings for the Agent Client Protocol (JSON-RPC
over stdio), which lets editors host a Leviath agent as a session.

Part of [Leviath](https://github.com/GEMISIS/leviath), a structured
agent runtime for LLMs. Most applications should depend on the
[`leviath`](https://crates.io/crates/leviath) facade crate rather than this
one, and if you want the `lev` command-line tool, install
[`leviath-cli`](https://crates.io/crates/leviath-cli).

Docs live at [leviath.dev](https://leviath.dev). Licensed under the MIT
license.