54 packages
create-loopstack-app
A CLI tool to scaffold a new Loopstack (NestJS-based) application
@loopstack/accessing-tool-results-example-workflow
A simple workflow showing different methods of how to access tool results in a subsequent workflow step.
@loopstack/ai-module
A collection of useful tools for performing AI actions using model provider APIs such as OpenAI and Anthropic
@loopstack/api
The api module of the loopstack automation framework
@loopstack/api-client
OpenAPI client for @loopstack/api-client
@loopstack/app-bundle-template
@loopstack/app-template
@loopstack/auth
The auth module of the loopstack automation framework
@loopstack/chat-example-workflow
An example chat workflow to interact with an LLM.
@loopstack/claude-module
A collection of tools for performing AI actions using the Anthropic Claude API directly via the official SDK
@loopstack/cli
Global wrapper for Loopstack local commands
@loopstack/cli-module
The cli module for Loopstack
@loopstack/code
Loopstack coding tools, handlers and templates
@loopstack/common
A collection of utils and dtos shared between nestjs modules
@loopstack/contracts
A collection of types and schemas shared between projects
@loopstack/core
The core module of the loopstack automation framework
@loopstack/core-tools-module
A collection of core tools for basic workflow functionality
@loopstack/core-ui-module
A collection of tools for creating specific UI documents for interaction in the loopstack studio
@loopstack/create-chat-message-tool
A tool to create chat messages from in a workflow
@loopstack/create-value-tool
A simple tool that logs and returns a value of a loopstack workflow. This is useful for debugging or initializing workflow context variables.
@loopstack/custom-tool-example-module
A complete example demonstrating how to implement and use a custom tool in a workflow
@loopstack/dynamic-routing-example-workflow
A workflow demonstrating how to create dynamic routing an a workflow
@loopstack/github-module
GitHub integration for the Loopstack automation framework. Provides a GitHub OAuth provider and tools for GitHub services such as repositories, issues, pull requests, actions, and more.
@loopstack/github-oauth-example
An example module demonstrating how to list GitHub repositories and issues with OAuth authentication using the Loopstack automation framework. Shows the sub-workflow pattern for handling OAuth flows.
@loopstack/google-oauth-calendar-example
An example module demonstrating how to fetch Google Calendar events with OAuth authentication using the Loopstack automation framework. Shows the sub-workflow pattern for handling OAuth flows.