agentscript

Crates.ioagentscript
lib.rsagentscript
version0.1.2
sourcesrc
created_at2024-02-24 23:13:40.693766
updated_at2024-02-25 00:11:15.586134
descriptionA programming language for AI agents
homepage
repository
max_upload_size
id1151986
size5,771
Patrick Barker (pbarker)

documentation

README

Agentscript.rs

A Rust based interpreter for the Agentscript language.

Syntax

Invoke

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"}} />

Python API

The Python API is available in agentscript.pyo3

Commit count: 0

cargo fmt