Example workflow that uses @loopstack/hitl's ConfirmUserWorkflow to present a markdown summary and branch on the user's confirm/deny decision
Example workflow that uses @loopstack/hitl's AskUserWorkflow to prompt the user for free-text input and echoes the answer back
Human-in-the-loop workflows for Loopstack — ask questions, present options, and request confirmations from users during workflow execution
GitHub integration workflows for Loopstack — connect workspaces to GitHub repositories with OAuth, push, pull, and sync
Inquirer confirm prompt
A complete workflow demonstrating how to create a workflow in loopstack based on a meeting notes summary use case.
A simple workflow demonstrating how to request and verify secrets using the SecretRequestDocument and GetSecretKeys tool.
Example workflow that launches @loopstack/agent's AgentWorkflow as a sub-workflow with custom tools
Example workflow demonstrating @loopstack/code-agent usage with codebase exploration tools
Example workflow demonstrating @loopstack/remote-file-explorer-module — lists a remote workspace tree and reads a file
Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands
A workflow demonstrating how tool validation errors and runtime errors are handled by DelegateToolCalls and fed back to the LLM.
Example workflow that orchestrates git-status → git-add → git-commit → git-log tools from @loopstack/git-module end-to-end
A workflow demonstrating error handling and manual retry transitions.
A simple workflow demonstrating how to render core UI documents (message, error, markdown, plain text) in the Loopstack Studio.
The cli module for Loopstack
A simple workflow showing how to integrate an LLM using a simple prompt pattern.
A complete example demonstrating how to implement and use a custom tool in a workflow
AI-powered code agent workflows for Loopstack — codebase exploration, analysis, and more
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
An example workflow demonstrating how to use Docker sandbox containers for secure filesystem operations
An example chat workflow to interact with an LLM.
Example workflow that connects a chat agent to Linear's hosted MCP server through @loopstack/mcp-module
Secrets management for Loopstack workflows — entity, service, tools, and REST API for securely storing and retrieving workspace secrets