Cargo Features
smolagents-rs has no features set by default.
[dependencies]
smolagents-rs = { version = "0.1.2", features = ["all", "cli", "code-agent"] }
- all = cli, code-agent
- cli all?
-
Enables clap
Required by the binary
- code-agent all?
-
Enables pyo3 ^0.19 and rustpython-parser
Affects
agents::CodeAgent
,agents::parse_code_blobs
,smolagents-rs::local_python_interpreter
,tools::python_interpreter
…