# Agentscript.rs A Rust based interpreter for the [Agentscript](https://github.com/agentsea/agentscript) language. ## Syntax ### Invoke Invoke a tool based on the [ToolsV1](https://github.com/agentsea/agent-tools) protocol. An example of invoking the `Translator` tool to translate text from English to Spanish ``` We need to do translation ``` ### Python API The Python API is available in [agentscript.pyo3](https://github.com/agentsea/agentscript.pyo3)