pocketflow 0.1.0

A minimalist LLM framework. Let Agents build Agents!
Documentation
1
2
3
4
5
6
7
8
9
10
format:
  taplo fmt
  cargo +nightly fmt --all
lint:
  taplo fmt --check
  cargo +nightly fmt --all -- --check
  cargo +nightly clippy --all -- -D warnings -A clippy::derive_partial_eq_without_eq -D clippy::unwrap_used -D clippy::uninlined_format_args
  cargo machete
test:
  cargo test