data-science-agent-loop

Batch data, dispatch tool calls to Ollama Cloud, and collect JSONL audits.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/vvnu0/sysen5381 --skill data-science-agent-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-science-agent-loop
Source: https://github.com/vvnu0/sysen5381/tree/main/.cursor/skills/data-science-agent-loop
Command: npx skills add https://github.com/vvnu0/sysen5381 --skill data-science-agent-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data scientists often need short-lived, disposable loops that batch data, dispatch tool calls to a cloud LLM, and collect per-tool audit trails, without building full agents or servers.

Core Features & Use Cases

  • Single-folder runnable scripts with optional helpers for HTTP calls, batching, and optional parallelism.
  • Batch data rows, route tool outputs back to the main process, and emit JSONL audit logs for reproducibility.
  • Use cases include data cleaning, enrichment, geospatial routing, and dataset compilation with batched tool calls.

Quick Start

Run the main loop script in the folder, then supply an Ollama model and batch settings via .env and watch batches produce outputs and JSONL audits.

Frequently Asked Questions about data-science-agent-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an automated data cleaning loop using Ollama Cloud?

Building an automated data cleaning loop involves a single runnable script that batches data rows, dispatches tool calls to Ollama Cloud, and collects structured JSONL audit logs for reproducibility without needing a full agent server.

What is a short-lived agent loop for data science workflows?

A short-lived agent loop for data science is a disposable script that batches data, routes tool outputs back to the main process, and emits audit trails. It handles tasks like data enrichment and dataset compilation without building permanent agent servers.

Do I need to set environment variables to batch data with an Ollama model?

Yes, batching data with an Ollama model requires configuring specific environment settings. You must define OLLAMA_MODEL, ROWS_PER_BATCH, and MAX_OUTPUT_TOKENS to manage batch sizes, tool definitions, and ensure safe results.

Can I use parallel HTTP requests for geospatial routing tasks?

Yes, you can use optional parallel chunk HTTP requests for geospatial routing tasks. The script supports optional helpers for HTTP calls and parallelism to process batched tool calls efficiently.

Why do I need strict JSON tool schemas for LLM batching workflows?

You need strict JSON tool schemas for LLM batching workflows to safely manage batch sizes, define tool parameters, and ensure structured audits are collected correctly without unexpected formatting issues.