Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lobehub/chat-plugin-clock-time
𧩠/ π ClockTime - This plugin allows the agent to retrieve the current time and date information, and it can also render a clock component in the output.
https://github.com/lobehub/chat-plugin-clock-time
ai chatgpt function-calling lobe-chat lobe-chat-plugin openai
Last synced: about 2 months ago
JSON representation
𧩠/ π ClockTime - This plugin allows the agent to retrieve the current time and date information, and it can also render a clock component in the output.
- Host: GitHub
- URL: https://github.com/lobehub/chat-plugin-clock-time
- Owner: lobehub
- License: mit
- Created: 2023-11-01T14:21:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:23:52.000Z (about 1 year ago)
- Last Synced: 2024-10-30T05:43:07.839Z (about 2 months ago)
- Topics: ai, chatgpt, function-calling, lobe-chat, lobe-chat-plugin, openai
- Language: TypeScript
- Homepage: https://chat-plugin-clock-time.vercel.app
- Size: 422 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- lobe-chat-plugins - @LobeHub - 11-01**</sup> (πΆ Awesome Plugins / [Clock Time](https://lobechat.com/discover/plugin/clock-time))
README
Clock Time
LobeChat PluginThis plugin allows the agent to retrieve the current time and date information, and it can also render a clock component in the output.
[![][π€―-π§©-lobehub-shield]][π€―-π§©-lobehub-link]
[![][github-release-shield]][github-release-link]
[![][github-releasedate-shield]][github-releasedate-link]
[![][github-action-test-shield]][github-action-test-link]
[![][github-action-release-shield]][github-action-release-link]
[![][github-contributors-shield]][github-contributors-link]
[![][github-forks-shield]][github-forks-link]
[![][github-stars-shield]][github-stars-link]
[![][github-issues-shield]][github-issues-link]
[![][github-license-shield]][github-license-link][Changelog](./CHANGELOG.md) Β· [Report Bug][github-issues-link] Β· [Request Feature][github-issues-link]
![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
Table of contents
#### TOC
- [π€― Usage](#-usage)
- [β¨οΈ Local Development](#οΈ-local-development)
- [π€ Contributing](#-contributing)####
## π€― Usage
https://github.com/lobehub/lobe-chat/assets/28616219/206b4c94-4674-4007-ac4f-450b9778d7f6
This is a function calling plugin for [Lobe Chat](https://github.com/lobehub/lobe-chat), you can install it in plugin setting page.
[![][back-to-top]](#readme-top)
## π¦ Plugin Ecosystem
Plugins provide a means to extend the Function Calling capabilities of LobeChat. They can be used to introduce new function calls and even new ways to render message results. If you are interested in plugin development, please refer to our [π Plugin Development Guide](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development) in the Wiki.
- [lobe-chat-plugins][lobe-chat-plugins]: This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for LobeChat to the user.
- [chat-plugin-template][chat-plugin-template]: This is the plugin template for LobeChat plugin development.
- [@lobehub/chat-plugin-sdk][chat-plugin-sdk]: The LobeChat Plugin SDK assists you in creating exceptional chat plugins for Lobe Chat.
- [@lobehub/chat-plugins-gateway][chat-plugins-gateway]: The LobeChat Plugins Gateway is a backend service that provides a gateway for LobeChat plugins. We deploy this service using Vercel. The primary API POST /api/v1/runner is deployed as an Edge Function.[![][back-to-top]](#readme-top)
## β¨οΈ Local Development
You can use Github Codespaces for online development:
[![][github-codespace-shield]][github-codespace-link]
Or clone it for local development:
[![][bun-shield]][bun-link]
```bash
$ git clone https://github.com/lobehub/chat-plugin-clock-time.git
$ cd chat-plugin-clock-time
$ bun install
$ bun dev
```[![][back-to-top]](#readme-top)
## π€ Contributing
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues][github-issues-link] to get stuck in to show us what youβre made of.
[![][pr-welcome-shield]][pr-welcome-link]
[![][github-contrib-shield]][github-contrib-link]
[![][back-to-top]](#readme-top)
## π Links
- **[π€ Lobe Chat](https://github.com/lobehub/lobe-chat)** - An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
- **[𧩠/ πͺ Plugin Index](https://github.com/lobehub/lobe-chat-plugins)** - This is the plugin index for LobeChat. It accesses index.json from this repository to display a list of available plugins for Function Calling to the user.[![][back-to-top]](#readme-top)
---
#### π License
Copyright Β© 2023 [LobeHub][profile-link].
This project is [MIT](./LICENSE) licensed.[π€―-π§©-lobehub-link]: https://github.com/lobehub/lobe-chat-plugins
[π€―-π§©-lobehub-shield]: https://img.shields.io/badge/%F0%9F%A4%AF%20%26%20%F0%9F%A7%A9%20LobeHub-Plugin-95f3d9?labelColor=black&style=flat-square
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square
[bun-link]: https://bun.sh
[bun-shield]: https://img.shields.io/badge/-speedup%20with%20bun-black?logo=bun&style=for-the-badge
[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk
[chat-plugin-template]: https://github.com/lobehub/chat-plugin-
[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway
[github-action-release-link]: https://github.com/lobehub/chat-plugin-clock-time/actions/workflows/release.yml
[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/chat-plugin-clock-time/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-action-test-link]: https://github.com/lobehub/chat-plugin-clock-time/actions/workflows/test.yml
[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/chat-plugin-clock-time/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-codespace-link]: https://codespaces.new/lobehub/chat-plugin-clock-time
[github-codespace-shield]: https://github.com/codespaces/badge.svg
[github-contrib-link]: https://github.com/lobehub/chat-plugin-clock-time/graphs/contributors
[github-contrib-shield]: https://contrib.rocks/image?repo=lobehub%2Fchat-plugin-clock-time
[github-contributors-link]: https://github.com/lobehub/chat-plugin-clock-time/graphs/contributors
[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/chat-plugin-clock-time?color=c4f042&labelColor=black&style=flat-square
[github-forks-link]: https://github.com/lobehub/chat-plugin-clock-time/network/members
[github-forks-shield]: https://img.shields.io/github/forks/lobehub/chat-plugin-clock-time?color=8ae8ff&labelColor=black&style=flat-square
[github-issues-link]: https://github.com/lobehub/chat-plugin-clock-time/issues
[github-issues-shield]: https://img.shields.io/github/issues/lobehub/chat-plugin-clock-time?color=ff80eb&labelColor=black&style=flat-square
[github-license-link]: https://github.com/lobehub/chat-plugin-clock-time/blob/main/LICENSE
[github-license-shield]: https://img.shields.io/github/license/lobehub/chat-plugin-clock-time?color=white&labelColor=black&style=flat-square
[github-release-link]: https://github.com/lobehub/chat-plugin-clock-time/releases
[github-release-shield]: https://img.shields.io/github/v/release/lobehub/chat-plugin-clock-time?color=369eff&labelColor=black&logo=github&style=flat-square
[github-releasedate-link]: https://github.com/lobehub/chat-plugin-clock-time/releases
[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/chat-plugin-clock-time?labelColor=black&style=flat-square
[github-stars-link]: https://github.com/lobehub/chat-plugin-clock-time/network/stargazers
[github-stars-shield]: https://img.shields.io/github/stars/lobehub/chat-plugin-clock-time?color=ffcb47&labelColor=black&style=flat-square
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
[pr-welcome-link]: https://github.com/lobehub/chat-plugin-clock-time/pulls
[pr-welcome-shield]: https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
[profile-link]: https://github.com/lobehub