taskai-schema 0.1.0

Schema definitions for TaskAI - structured task representation for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "taskai-schema"
version = "0.1.0"
edition = "2021"
description = "Schema definitions for TaskAI - structured task representation for AI agents"
authors = ["Tristan Granier <graniet75@gmail.com>"]
license = "MIT"
repository = "https://github.com/graniet/taskai"
keywords = ["schema", "backlog", "task", "agent", "ai"]
categories = ["data-structures"]

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
schemars = { workspace = true }