Skip to main content

Crate modular_agent_macros

Crate modular_agent_macros 

Source
Expand description

Procedural macros for modular-agent-core.

Provides the #[modular_agent] attribute macro to declare agent metadata alongside the agent type and generate the registration boilerplate.

Attribute Macrosยง

modular_agent
Declare agent metadata and generate agent_definition / register helpers.