Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours ago
JSON representation
A function calling tool can be deployed to Cloudflare Workers with openapi schema
- Host: GitHub
- URL: https://github.com/crazywoola/dify-tools-worker
- Owner: crazywoola
- License: mit
- Created: 2024-01-23T01:47:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T02:48:14.000Z (4 months ago)
- Last Synced: 2024-11-07T16:45:08.410Z (8 days ago)
- Topics: cloudflare, dify, openai, openapi, workers
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 61
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)