Release v0.1.6
- Update version to 0.1.6 in all components - Python packages: hindsight-api, hindsight-dev, hindsight-dev/benchmarks, hindsight-all, hindsight-litellm - Python client: hindsight-clients/python - TypeScript client: hindsight-clients/typescript - Rust CLI: hindsight-cli - Control Plane: hindsight-control-plane - Helm chart
This commit is contained in:
parent
11ac9cd9a5
commit
b36807ad3b
9 changed files with 10 additions and 10 deletions
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
||||||
name: hindsight
|
name: hindsight
|
||||||
description: Hindsight helm chart
|
description: Hindsight helm chart
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
appVersion: "0.1.5"
|
appVersion: "0.1.6"
|
||||||
keywords:
|
keywords:
|
||||||
- ai
|
- ai
|
||||||
- memory
|
- memory
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-api"
|
name = "hindsight-api"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
|
description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hindsight-cli"
|
name = "hindsight-cli"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Hindsight Team"]
|
authors = ["Hindsight Team"]
|
||||||
description = "A beautiful CLI for Hindsight - semantic memory system"
|
description = "A beautiful CLI for Hindsight - semantic memory system"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-client"
|
name = "hindsight-client"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
description = "Python client for Hindsight - Semantic memory system with personality-driven thinking"
|
description = "Python client for Hindsight - Semantic memory system with personality-driven thinking"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Hindsight Team"}
|
{name = "Hindsight Team"}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vectorize-io/hindsight-client",
|
"name": "@vectorize-io/hindsight-client",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking",
|
"description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking",
|
||||||
"main": "./dist/src/index.js",
|
"main": "./dist/src/index.js",
|
||||||
"types": "./dist/src/index.d.ts",
|
"types": "./dist/src/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hindsight-control-plane",
|
"name": "hindsight-control-plane",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-dev"
|
name = "hindsight-dev"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
description = "Development utilities for Hindsight"
|
description = "Development utilities for Hindsight"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-litellm"
|
name = "hindsight-litellm"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
description = "Universal LLM memory integration via LiteLLM - works with 100+ providers"
|
description = "Universal LLM memory integration via LiteLLM - works with 100+ providers"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-all"
|
name = "hindsight-all"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
description = "All-in-one package for Hindsight - Semantic memory system with personality-driven thinking"
|
description = "All-in-one package for Hindsight - Semantic memory system with personality-driven thinking"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue