Loop Engineering

Active
GitHub TypeScript MIT

Description

Practical patterns, starters, and CLI tools for loop engineering with AI agents.

Key Features

  • Loop patterns - optimized think-act-observe cycle patterns for agents
  • Starters - copyable agent project scaffolds
  • CLI tools - manage and debug agent loops
  • Eval framework - quantify agent iteration effectiveness
  • Best practices - distilled from production environments

Use Cases

💡 Optimize agent iteration loop efficiency
💡 Quickly start new agent projects
💡 Establish agent performance evaluation baselines

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (10.9k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Quick Start

# Clone templates
git clone https://github.com/cobusgreyling/loop-engineering

# Use CLI
npx loop-eng init

Related Projects

Awesome n8n Templates

25.1k · Unknown
Active A

A curated library of 280+ free ready-to-use n8n automation templates covering Gmail, Telegram, Slack, Discord, Notion and other SaaS platform workflow scenarios.

n8nworkflow-automationtemplates +2
  • · 280+ ready-made templates - covers automation scenarios across email, social, e-commerce, DevOps, AI and a dozen other domains
  • · Covers mainstream SaaS - Gmail, Slack, Telegram, Discord, Notion, Airtable, HubSpot, etc.
  • · Plug-and-play - each template is a complete importable JSON workflow, copy and use

Meshroom

12.9k · Python
Active A

AliceVision framework node-based 3D reconstruction visual programming toolbox for generating 3D models from images.

3d-reconstructionphotogrammetryvisual-programming +2
  • · Node-based workflow - Blender-like visual node editor for combining algorithm stages
  • · Complete photogrammetry pipeline - feature extraction, matching, sparse reconstruction, dense reconstruction, meshing, texturing
  • · Based on AliceVision - academically validated open-source photogrammetry library, stable quality

Ansible

70.6k · Python
Active A+

Ansible is an agentless automation platform that orchestrates servers, cloud and network using YAML playbooks; serves as the stable execution layer for agent tools.

automationconfiguration-managementagent +2
  • · Agentless — executes over SSH/WinRM, no agent required on target machines
  • · YAML playbooks — declarative YAML describes desired system state
  • · Idempotent — repeat runs produce the same state, ideal for agent toolchains