cortex-sdk 1.2.0

SDK for developing Cortex plugins — tools, skills, and extensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cortex-sdk"
version = "1.2.0"
edition = "2024"
license = "MIT"
description = "SDK for developing Cortex plugins — tools, skills, and extensions"
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", "ai", "agent"]
categories = ["development-tools"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"