agentforge 0.1.0

A Rust crate for building multi-agentic applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "agentforge"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/kinghuynh/agentforge.git"
authors = ["Kingston Huynh <139024820+kinghuynh@users.noreply.github.com>"]
description = "A Rust crate for building multi-agentic applications."
keywords = ["llm", "AI", "prompts", "langchain", "agents"]
categories = [
    "development-tools",
    "template-engine",
    "text-processing",
]

[dependencies]
messageforge = "0.1"
promptforge = "0.1"