Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crazywoola/dify-tools-worker

A function calling tool can be deployed to Cloudflare Workers with openapi schema
https://github.com/crazywoola/dify-tools-worker

cloudflare dify openai openapi workers

Last synced: about 4 hours ago
JSON representation

A function calling tool can be deployed to Cloudflare Workers with openapi schema

Awesome Lists containing this project

README

        

# Dify Tools Worker

## Description

This is an example repository for a worker that can be used in the Dify Tools.

## Get Started

For **basic** usage, you can use the [Basic Template](./docs/basic.md).

```
git checkout v1.0
```

For more **advanced** usage, you can use the [Global Storage](./docs/global_store.md)