Skip to main content

Data Pipeline Agent

TrustedSandbox optional
MITUnverifiedAgent

by AgentNode · published 4 months ago · agent

Build and run a data pipeline: load from CSV/JSON, clean and transform, then output to a target format.

Execute a data pipeline by loading data from source files, cleaning and transforming it according to rules, and writing the results to the target format or database. This agent uses AgentNode's full skill registry to dynamically discover and install the capabilities it needs at runtime.

generic

Quick Start

bash
agentnode install data-pipeline-agent

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Installs v2.1.2 (verified). Latest published is v2.0.0.

Usage

Generated template
python
from data_pipeline_agent.agent import run

result = run()
print(result)

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

AAgent Configuration

Goal

Execute a data pipeline by loading, cleaning, and transforming data to a target format.

Tool Access

Full Registry

Limits

Max Iterations

10

Max Tool Calls

50

Max Runtime

300s

Isolation

thread

Verification in progress...

This package is being verified. Install, import, and runtime checks are running.

Version History

Capabilities

data_pipelinedata_pipelinetool

Build and run a data pipeline: load from CSV/JSON, clean and transform, then output.

Input Schema

{
  "type": "object",
  "required": [
    "goal"
  ],
  "properties": {
    "goal": {
      "type": "string",
      "description": "The objective for the agent"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "done": {
      "type": "boolean"
    },
    "result": {
      "type": "object"
    }
  }
}

Permissions

Sandbox optionalFrom a trusted publisher — runs on the host by default. You can require isolation with sandbox.host_trust_policy.

Declared by the publisher. Checked before execution by the policy gate.

Networkrestricted
Filesystemworkspace_write
Code Executionnone
Data Accessinput_only
User Approvalnever

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install data-pipeline-agent

Files (4)

License

MIT

Stats

Downloads0
Installs0
Versionv2.0.0
Published4/22/2026
Channelstable
Typeagent
Entrypointdata_pipeline_agent.agent

Compatibility

Frameworks

generic

Runtime

python

Python Version

>=3.10

Trust & Security

PublisherTrusted
SignatureNone
ProvenanceNone
Security Issues3

Publisher

A

AgentNode

@agentnode