KDeps Resource Types
KDeps currently supports the following resource types:
Exec
: Exec Resource Executes shell scripts and commands.Python
: Python Resource Executes Python scripts.Response
: Response Resource Handles API responses by generating JSON output to an API endpoint.Client
: HTTP Client Resource Performs HTTP client requests, facilitating communication with external APIs or services.LLM
: LLM Resource Provides interaction with language models (LLMs).