UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

4 lines (3 loc) • 254 B
import readFileDefinition from "#tools/provided/read-file.js"; export { READ_FILE_INPUT_SCHEMA, READ_FILE_OUTPUT_SCHEMA, type ReadFileToolInput, type ReadFileToolOutput, readFile, } from "#tools/provided/read-file.js"; export default readFileDefinition;