Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 15:02
· 35 commits to main since this release
02ba6bb

What's Changed

Installation

Download the appropriate binary for your platform below, or use:

# Install loom CLI
go install github.com/teradata-labs/loom/cmd/loom@v1.4.0

# Install looms server
go install github.com/teradata-labs/loom/cmd/looms@v1.4.0

# Install loom-standalone
go install github.com/teradata-labs/loom/cmd/loom-standalone@v1.4.0

Build from source

git clone https://github.com/teradata-labs/loom.git
cd loom
git checkout v1.4.0
buf generate
go build -tags fts5 -o ./bin/looms ./cmd/looms
go build -tags fts5 -o ./bin/loom ./cmd/loom
go build -tags fts5,standalone -o ./bin/loom-standalone ./cmd/loom-standalone

Note: Binaries are built without optional dependencies (Hawk). To build with all features, use -tags "fts5,hawk" instead.

Features

  • Agent Framework: Complete LLM agent runtime with tool system
  • Orchestration: 5 patterns (debate, fork-join, pipeline, parallel, conditional)
  • Agent Templates: Reusable configurations with inheritance
  • Workflow Management: YAML-based workflow orchestration
  • Observability: Complete tracing and metrics integration