Skip to content

Releases: zoobzio/cogito

cogito v0.0.4

22 Feb 17:17
e0adee5

Choose a tag to compare

cogito v0.0.4

LLM-powered reasoning chains with semantic memory for Go.

Installation

go get github.com/zoobzio/cogito@v0.0.4

Requirements

  • Go 1.21 or higher
  • PostgreSQL with pgvector (for Memory)

Changelog

♻️ Refactoring


Full Documentation: https://github.com/zoobzio/cogito/tree/v0.0.4/docs

Thanks to all contributors!

cogito v0.0.2

09 Feb 21:10
59cac5f

Choose a tag to compare

cogito v0.0.2

LLM-powered reasoning chains with semantic memory for Go.

Installation

go get github.com/zoobzio/cogito@v0.0.2

Requirements

  • Go 1.21 or higher
  • PostgreSQL with pgvector (for Memory)

Changelog

🐛 Bug Fixes


Full Documentation: https://github.com/zoobzio/cogito/tree/v0.0.2/docs

Thanks to all contributors!