@agentier/tools
v1.0.1
Published
Built-in tools for agentier — readFile, writeFile, fetch, shell
Readme
@agentier/tools
Built-in tools for agentier — readFile, writeFile, fetch, and shell.
Install
npm install @agentier/tools @agentier/coreUsage
import { createAgent } from '@agentier/core'
import { readFile, writeFile, fetchUrl, shell } from '@agentier/tools'
const agent = createAgent({
provider: myProvider,
tools: [readFile(), writeFile(), fetchUrl(), shell()],
})Documentation
Full docs and examples: github.com/itIsMaku/agentier
License
MIT
