What's Changed
- Bump version to v1.4.0 (02ba6bb)
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.0Build 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-standaloneNote: 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