NewJsExpander creates a new Expander with the given environment provider.
(env environment.Provider)
| 28 | |
| 29 | // NewJsExpander creates a new Expander with the given environment provider. |
| 30 | func NewJsExpander(env environment.Provider) *Expander { |
| 31 | return &Expander{env: env} |
| 32 | } |
| 33 | |
| 34 | // NewEvaluator creates a new Expander with the given tools (for command evaluation). |
| 35 | func NewEvaluator(agentTools []tools.Tool) *Expander { |
no outgoing calls