-
Notifications
You must be signed in to change notification settings - Fork 181
Open
9 / 129 of 12 issues completedMilestone
Description
Bridge generators are code generator tools embedded in the CLI for our supported languages, taking an agent type and generating client code for the given language for invoking these agents from outside of Golem.
Targets:
- Rust crate using reqwest
- NPM package using fetch
The bridge generator can be auto-run by enabling it in the manifest, or explicitly using a dedicated CLI command.
Reactions are currently unavailable