agentforge-core 0.1.10

Shared types, data models, and error types for AgentForge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "agentforge-core"
description = "Shared types, data models, and error types for AgentForge"
version = "0.1.10"
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
keywords = ["ai-agent", "llm", "evaluation", "optimization"]
categories = ["development-tools", "development-tools::testing"]

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }