Crates.io | agentscript |
lib.rs | agentscript |
version | 0.1.2 |
source | src |
created_at | 2024-02-24 23:13:40.693766 |
updated_at | 2024-02-25 00:11:15.586134 |
description | A programming language for AI agents |
homepage | |
repository | |
max_upload_size | |
id | 1151986 |
size | 5,771 |
A Rust based interpreter for the Agentscript language.
Invoke a tool based on the ToolsV1 protocol.
An example of invoking the Translator
tool to translate text from English to Spanish
We need to do translation <Invoke tool="Translator" action="translate" parameters={"text": "Hello", "options": {"from": "en", "to": "es"}} />
The Python API is available in agentscript.pyo3