[package]
name = "agentlib-core"
version = "0.1.0"
edition = "2021"
description = "Core runtime and foundational traits for the AgentLib framework"
license = "MIT"
repository = "https://github.com/sammwyy/agentlib-rs"
keywords = ["ai", "agent", "core", "runtime"]
categories = ["asynchronous"]
[dependencies]
async-trait = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
tokio = { version = "1.0", features = ["full"] }
uuid = { version = "1.0", features = ["v4"] }
agentlib-utils = { path = "../agentlib-utils", version = "0.1.0" }