allexgraph-tools
v0.1.0-alpha
Published
Tool system for AllexGraph runtime
Readme
AllexGraph Tools
Tool system package for the AllexGraph AI runtime framework.
Features
- Terminal Tool
- Filesystem Tool
- Tool Registry
- Safe Sandbox Execution
Installation
npm install allexgraph-toolsExample
import {
getTool
} from "allexgraph-tools"
const terminal =
getTool(
"terminal"
)