Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sublayerapp/sublayer_actions
A repository containing useful Sublayer Actions created by the Sublayer team and the community
https://github.com/sublayerapp/sublayer_actions
Last synced: about 2 months ago
JSON representation
A repository containing useful Sublayer Actions created by the Sublayer team and the community
- Host: GitHub
- URL: https://github.com/sublayerapp/sublayer_actions
- Owner: sublayerapp
- License: mit
- Created: 2024-09-29T19:01:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:43:51.000Z (3 months ago)
- Last Synced: 2024-10-25T08:02:10.844Z (3 months ago)
- Language: Ruby
- Size: 189 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sublayer Actions
Sublayer Actions are small, reusable components in the [Sublayer AI Framework](https://github.com/sublayerapp/sublayer).They are responsible for performing specific operations to either get inputs to send to an LLM inside a `Sublayer::Generator` or to
perform an action in a service in response to data returned from an LLM.`Sublayer::Actions` are designed to be generated by an LLM, and to that end, this repo has many automated workflows to grow capabilities over time.
So far we have:
* Every day, Gemini, GPT-4, and Claude make a PR with a suggestion for a new `Sublayer::Action`
* Any time a PR is merged, Gemini, GPT-4, and Claude make a new PR that's a riff off the thing that was merged
* Any time a PR is merged, a message is sent to [our Discord](https://discord.gg/gge62VGH6U) in the `#actions` channel describing the change and offering some ideas for how it could be used in AI applications.Many more ideas and integrations to come!