A collection of tools for performing AI actions using the Anthropic Claude API directly via the official SDK
A simple workflow demonstrating how to request and verify secrets using the SecretRequestDocument and GetSecretKeys tool.
A workflow demonstrating how tool validation errors and runtime errors are handled by DelegateToolCalls and fed back to the LLM.
The cli module for Loopstack
Example workflow demonstrating @loopstack/code-agent usage with codebase exploration tools
AI-powered code agent workflows for Loopstack — codebase exploration, analysis, and more
Opt-in quota tracking and enforcement for Loopstack workflows
A collection of utils and interfaces shared between projects
GitHub integration workflows for Loopstack — connect workspaces to GitHub repositories with OAuth, push, pull, and sync
Secure, controlled filesystem operations within Docker sandbox environments
Secrets management for Loopstack workflows — entity, service, tools, and REST API for securely storing and retrieving workspace secrets
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
Remote file browsing for Loopstack workspaces — proxies file tree and content requests to remote agents
SDK for building AI agents with Claude Code's capabilities. Programmatically interact with Claude to build autonomous agents that can understand codebases, edit files, and execute workflows.
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.
A provider-agnostic OAuth 2.0 module for the Loopstack automation framework. Provides a generic OAuth workflow, token storage, and a provider registry so any OAuth provider (Google, Microsoft, GitHub, etc.) can be plugged in.
A complete example demonstrating how to implement and use a custom tool in a workflow
Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.
Git version control tools and API for Loopstack workspaces — commit, push, pull, branch, and more
Example workflow that launches @loopstack/agent's AgentWorkflow as a sub-workflow with custom tools
Example workflow demonstrating @loopstack/remote-file-explorer-module — lists a remote workspace tree and reads a file
Native binary for Claude Code on linux-x64
Human-in-the-loop workflows for Loopstack — ask questions, present options, and request confirmations from users during workflow execution
Example workflow that orchestrates git-status → git-add → git-commit → git-log tools from @loopstack/git-module end-to-end