cortex-sdk 1.5.1

SDK for Cortex production plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cortex-sdk"
version = "1.5.1"
edition = "2024"
license = "MIT"
description = "SDK for Cortex production plugins"
repository = "https://github.com/by-scott/cortex"
homepage = "https://github.com/by-scott/cortex"
documentation = "https://docs.rs/cortex-sdk"
readme = "README.md"
keywords = ["cortex", "plugin", "sdk", "agent"]
categories = ["development-tools"]

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