agent-reflection 0.1.0

Self-evaluation and reflection loop for LLM agent outputs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "agent-reflection"
version = "0.1.0"
edition = "2021"
description = "Self-evaluation and reflection loop for LLM agent outputs"
license = "MIT"
repository = "https://github.com/MukundaKatta/agent-reflection-rs"
keywords = ["llm", "agent", "reflection", "eval", "self-critique"]
categories = ["development-tools"]
exclude = ["target/*", ".github/*", "*.log"]

[dependencies]