Skip to content

Releases: xraph/cortex

v1.4.0

28 Mar 23:04

Choose a tag to compare

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

13 Mar 20:05

Choose a tag to compare

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

25 Feb 05:46

Choose a tag to compare

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

21 Feb 00:48

Choose a tag to compare

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