Skip to content

Releases: xraph/cortex

v1.5.2

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

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:16

Changes

  • Create wire_vectordims_test.go (b6913d5)
  • fix(lint): clear golangci-lint findings in integrations/fabriq (937de74)
  • merge: learning-loop host wiring + E2E (feat/fabriq-brain-learning-loop) (c3b568e)
  • fix(fabriqbrain): skip empty-content writes, extract opCreate const, clarify WithMemoryEntity in docs (a67438e)
  • test(fabriqbrain): E2E learning loop write→vectorize→recall (integration-gated) (1d62369)
  • docs(fabriqbrain): turnkey learning-loop host wiring (MemorySpec/MemoryWritePolicy) (5fb2f50)
  • feat(fabriqbrain): memory entity helper + {content,meta} plugin payload (a093035)
  • docs(fabriq-brain): learning-loop host-wiring + E2E plan (tasks 10-12) (9857321)
  • merge: cortex↔fabriq plug-n-play brain (feat/fabriq-brain) (3a62e6a)
  • fix(fabriqbrain): logger field, OnRunFailed hook, and testable engineOptions helper (6d477ef)
  • docs(fabriqbrain): package doc + integration guide (0a3aec5)
  • feat(fabriqbrain): vessel-based EngineOption/EngineOptions wiring (fbd00b6)
  • feat(fabriqbrain): learning-loop plugin writes run activity to the fabric (cbcaded)
  • feat(fabriqbrain): adapt fabriq tool catalog to cortex tools (96b8543)
  • feat(fabriqbrain): knowledge.Provider ListCollections (782239e)
  • feat(fabriqbrain): knowledge.Provider Retrieve over fabriq recall (ec2fd12)
  • feat(fabriqbrain): add fabriq dependency + bridge config (597c156)
  • feat(engine): pluggable tool registry (WithTool) (3e34540)
  • docs(fabriq-brain): implementation plan (phases 0-4, 9 tasks) (fb3ab5a)
  • docs(fabriq-brain): design spec for cortex↔fabriq plug-n-play brain (89e8a1e)
  • chore: bump forge version (9150b39)
  • chore: bump forge to v1.7.2 and grove to v1.5.6 (cca3d37)

Installation

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

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 18 May 19:04

Changes

  • chore: update dependencies in go.mod and go.sum to latest versions (a526a80)
  • chore: update dependencies in go.mod and go.sum to latest versions (b9f1bb4)
  • chore: update dependencies in go.mod and go.sum to latest versions (bc1d951)

Installation

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

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 23:04

Changes

  • feat: update API route groups to include versioning in agent, behavior, checkpoint, config, memory, persona, run, skill, tool, and trait handlers (f7d6a04)
  • chore: update grove, nexus, sentinel, and shield dependencies to v1.3.1 and weave to v1.3.2 (e7617da)
  • chore: update dependencies in go.mod and go.sum to latest versions (a09cc70)

Installation

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

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 20:05

Changes

  • feat: add search functionality and count methods for various entities (ac2311b)
  • feat(id): implement TypeID-based identity types and constructors for Cortex entities (7528950)

Installation

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

Full Changelog: v0.1.0...v1.3.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 05:46

Changes

  • chore: update dependencies in go.mod and go.sum for grove drivers and mongo driver (1e9de11)
  • Refactor observability and registry tool completion methods to use shorthand parameter syntax (d704d74)
  • feat(sqlite): implement CRUD operations for personas, runs, skills, and traits (b11e2b5)
  • chore: add .golangci.yml configuration for linting and formatting (920030a)

Installation

go get github.com/xraph/warden@v0.1.0

Full Changelog: v0.0.1...v0.1.0

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 00:48

Changes

  • refactor: improve code formatting and alignment for better readability in multiple components (2efac9d)
  • Merge branch 'main' of github.com:xraph/cortex (c487e12)
  • refactor: standardize formatting and alignment in multiple files for improved readability (6bec440)
  • Merge pull request #6 from xraph/dependabot/npm_and_yarn/docs/minor-and-patch-8db44b5f5b (51eba59)
  • Merge pull request #5 from xraph/dependabot/go_modules/minor-and-patch-52fc24ea4e (57cb491)
  • Merge pull request #4 from xraph/dependabot/github_actions/actions/upload-artifact-6 (45b8a4a)
  • Merge pull request #3 from xraph/dependabot/github_actions/golangci/golangci-lint-action-9 (a81593a)
  • Merge pull request #2 from xraph/dependabot/github_actions/actions/setup-go-6 (d15feaf)
  • Merge pull request #1 from xraph/dependabot/github_actions/actions/setup-node-6 (8b8bd9c)
  • build(deps): bump the minor-and-patch group in /docs with 4 updates (4320aa0)
  • build(deps): bump github.com/xraph/forge in the minor-and-patch group (3e63a6c)
  • build(deps): bump actions/upload-artifact from 4 to 6 (013aea3)
  • build(deps): bump golangci/golangci-lint-action from 6 to 9 (b85d84e)
  • build(deps): bump actions/setup-go from 5 to 6 (33705b9)
  • build(deps): bump actions/setup-node from 4 to 6 (d3433ca)
  • feat(ci): add CI workflow for Go build, test, lint, and format checks feat(docs): create workflow for deploying documentation to GitHub Pages feat(release): implement release workflow with tagging and release notes generation feat(dependabot): configure Dependabot for Go modules, npm, and GitHub Actions (e045fba)
  • feat(docs): update documentation and examples to reflect Cortex framework changes, including agent orchestration and lifecycle events (98d0eda)
  • Add README and documentation updates for Cortex framework (ad6d2b0)
  • feat(docs): add guide for creating custom Cortex plugins with lifecycle event hooks (089fdf8)
  • feat(docs): update guides for Cortex integration and usage, including custom store implementation, Forge extension setup, and full example of building a customer-support agent (49cca4a)
  • Add documentation for human model components and infrastructure (4dfc5f9)
  • feat(store/postgres): implement PostgreSQL store for Cortex with personas, runs, skills, and traits (cbecbb7)

Installation

go get github.com/xraph/warden@v0.0.1

What's Changed

  • build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #1
  • build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #2
  • build(deps): bump golangci/golangci-lint-action from 6 to 9 by @dependabot[bot] in #3
  • build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #4
  • build(deps): bump github.com/xraph/forge from 0.9.10 to 0.9.12 in the minor-and-patch group by @dependabot[bot] in #5
  • build(deps): bump the minor-and-patch group in /docs with 4 updates by @dependabot[bot] in #6

New Contributors

Full Changelog: https://github.com/xraph/cortex/commits/v0.0.1