A module for llm prompt execution and caching
Shared LLM provider contracts, registry, and helper services for the Loopstack automation framework. Provider modules (Claude, OpenAI, etc.) implement the LlmProviderInterface and register themselves at module init.
Demonstrates using multiple LLM providers (Claude + OpenAI) in the same workflow with @InjectTool defaults
A simple workflow showing how to integrate an LLM using a simple prompt pattern.
Example workflow that orchestrates git-status → git-add → git-commit → git-log tools from @loopstack/git-module end-to-end
Generic LLM agent workflow for Loopstack — configurable agent loop with tool calling, error handling, and cancel support
A simple workflow showing how to implement tool calling in an agentic loopstack workflow.
Display language model outputs in your React project.
[llm-ui](https://llm-ui.com) markdown block.
An example chat workflow to interact with an LLM.
This is the frontend for Loopstack AI. It is the main application where users can start and manage their workflows.
The cli module for Loopstack
Enforce real-time token budgets and spending limits for OpenAI, Anthropic Claude, and Google Gemini API calls in Node.js
A simple workflow showing how to work with structured LLM output in Loopstack.
Lightweight, zero-dependency LLM API cost & token usage tracker for OpenAI, Anthropic, Gemini, Mistral, Groq, and DeepSeek
Secure, controlled filesystem operations within Docker sandbox environments
Typescript bindings for langchain
Remote client and tools for Loopstack workflows — HTTP client for communicating with remote server processes, plus workflow tools for file operations, command execution, and environment management
Example workflow that uses @loopstack/hitl's AskUserWorkflow to prompt the user for free-text input and echoes the answer back
A collection of utils and interfaces shared between projects
Example workflow demonstrating @loopstack/code-agent usage with codebase exploration tools
Remote file browsing for Loopstack workspaces — proxies file tree and content requests to remote agents
GitHub integration workflows for Loopstack — connect workspaces to GitHub repositories with OAuth, push, pull, and sync
Example workflow demonstrating @loopstack/remote-file-explorer-module — lists a remote workspace tree and reads a file