context_weaver 0.1.0

A lorebook engine for LLM role-playing applications, built on weaver_lang
Documentation
[package]
name = "context_weaver"
authors = ["crux03"]
version = "0.1.0"
edition = "2024"
description = "A lorebook engine for LLM role-playing applications, built on weaver_lang"
license = "MIT"
repository = "https://github.com/crux-03/context_weaver"

[features]
default = ["stdlib"]
stdlib = []

[dependencies]
weaver_lang = { version="0.3.1", features = ["macros"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
regex = "1"
serde_json = "1.0.149"
tracing = "0.1.44"

[dev-dependencies]
tempfile = "3"