Releases: xraph/cortex
Releases · xraph/cortex
v0.0.1
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.1What'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
- @dependabot[bot] made their first contribution in #1
Full Changelog: https://github.com/xraph/cortex/commits/v0.0.1