agent-rules 0.1.0

Convention and validation for prescribed policy in AI agent instruction files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "agent-rules"
version = "0.1.0"
edition = "2024"
description = "Convention and validation for prescribed policy in AI agent instruction files"
license = "CC0-1.0"
repository = "https://github.com/btakita/agent-rules"

[dependencies]
agent-kit = "0.4"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
once_cell = "1"
regex = "1"

[dev-dependencies]
tempfile = "3"