Skip to content

v1.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:46

Changes

  • feat: improved error handling (2cc40ed)
  • style: gofmt errors.go not-found var block alignment (f5a1bc6)
  • feat(api): add agent and persona clone endpoints (794cd9a)
  • feat(engine): add CloneAgent and ClonePersona with unique-name resolution (78a1834)
  • feat(persona): add ClonePersona deep-copy (4a03c69)
  • feat(agent): add CloneConfig deep-copy (2fe1d96)
  • docs(cloning): implementation plan for agent and persona cloning (dc5665f)
  • docs(cloning): design spec for agent and persona cloning (fcb2fac)
  • fix(orchestration): return run summary for failed orchestration runs (avoid misleading 404) (a3a173d)
  • fix(lint): gofmt id prefix const block alignment (febc01d)
  • docs: add orchestration page under Execution (f6eb68f)
  • feat(api): add orchestration CRUD and run endpoints (1d2940b)
  • feat(api): map orchestration not-found errors to 404 (1d565ac)
  • feat(api): add orchestration request and response structs (4a97175)
  • fix(lint): clear golangci-lint findings in orchestration (62edbf1)
  • feat(engine): add RunOrchestration with runner adapter and hook emission (538f0fc)
  • fix(orchestration): test Service failure path + preserve run error on persist failure (3a6f939)
  • feat(orchestration): add Service that runs, persists, and emits hooks (9472aae)
  • feat(orchestration): add strategy builder/factory (2fb4130)
  • feat(orchestration): add debate strategy with judge (cc1e2d4)
  • feat(orchestration): add hierarchical manager/worker strategy (8276626)
  • chore: gitignore _project_files (local design source) (cc1b456)
  • fix(orchestration): deterministic router rule matching (sorted keywords) (093508b)
  • feat(orchestration): add router strategy (rules or router-agent) (04b6e57)
  • feat(orchestration): add parallel strategy with optional aggregator (c579476)
  • fix(orchestration): sequential first agent sees roster snapshot (d46dbfc)
  • feat(orchestration): add sequential strategy (0c950f6)
  • feat(orchestration): add blackboard getter, strategy helpers, test fake (d900cb1)
  • docs(orchestration): rename entity types to Config/Run in spec and plans (d8886c3)
  • refactor(orchestration): rename entity types to Config/Run (lint stutter) (6235ee3)
  • feat(engine): add orchestration config and run CRUD pass-throughs (5c45c9f)
  • feat(store): require orchestration persistence in composite Store (d5c3ea0)
  • feat(store/mongo): persist orchestration configs and runs (ad74b79)
  • feat(store/postgres): persist orchestration configs and runs (cd1d231)
  • feat(store/sqlite): persist orchestration configs and runs (d7cbbdd)
  • feat(orchestration): add OrchestrationRun entity and RunStore (09dfe21)
  • feat(orchestration): add OrchestrationConfig entity and ConfigStore (5bc5e52)
  • feat(orchestration): add shared Blackboard with roster and handoffs (c514110)
  • feat(orchestration): add core strategy types and AgentRunner seam (5f792f7)
  • feat(id): add orchcfg prefix and orchestration error sentinels (a87df23)
  • docs(orchestration): add Plans 2 (strategies) & 3 (API), reconcile spec (a222b7c)
  • docs(orchestration): correct spec to real backends + add Plan 1 (foundation & persistence) (32eea69)
  • docs(orchestration): design spec for multi-agent orchestration layer (Phase 10) (31fbb82)

Installation

go get github.com/xraph/warden@v1.5.2

Full Changelog: v1.5.1...v1.5.2