Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow #58

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/kube-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Workflow As Kubernetes

on:
issue_comment:
types:
- created
pull_request_target:
types:
- labeled
- unlabeled
- synchronize

jobs:
call-workflow:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
10 changes: 10 additions & 0 deletions .github/workflows/kube-worklfow-init.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Workflow As Kubernetes Initialization

on:
workflow_dispatch:

jobs:
call-workflow:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@main
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
5 changes: 5 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
approvers:
- kerthcet

reviewers:
- kerthcet
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# llmlite

[![Latest Release](https://img.shields.io/github/v/release/inftyai/llmlite?include_prereleases)](https://github.com/inftyai/llmlite/releases/latest)

**🌵** llmlite is a library helps to communicate with all kinds of LLMs consistently.

## Features
Expand Down