Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jun 21:18
837b8a1

What's Changed

  • Bump version to v1.3.0 (837b8a1)
  • fix(packaging): add Loom icon and pin Chocolatey iconUrl via jsDelivr (124830a)
  • fix(shuttle): isolate web_search tests from ambient API keys (64f431c)
  • docs(architecture): skills system and weaver end-to-end documentation (#178) (dd362d3)
  • feat: local-Ollama profile + tool-surface refactor + per-role LLM wiring (#193) (f1fa1b2)

Installation

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

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

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

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

Build from source

git clone https://github.com/teradata-labs/loom.git
cd loom
git checkout v1.3.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