Expand description
§lmm-derive
Proc-macro crates for the lmm agent framework.
§Derives
Auto- Generatesimpl Agent,impl Functions, and#[async_trait] impl AsyncFunctionsfor any struct that contains anagent: LmmAgentfield. The struct must alsoimpl Executor.
§Macros
See the agents! macro re-exported from lmm_agent.
§Attribution
The Auto derive is adapted from the autogpt crate’s auto-derive:
https://github.com/wiseaidotdev/autogpt/blob/main/auto-derive/src/lib.rs
Derive Macros§
- Auto
- Derives
Agent,Functions, andAsyncFunctionsfor a struct that: