Release v0.1.16
- Update version to 0.1.16 in all components - Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-litellm, hindsight-embed - 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
f14f277692
commit
786b1ecbbd
10 changed files with 11 additions and 11 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.15
|
version: 0.1.16
|
||||||
appVersion: "0.1.15"
|
appVersion: "0.1.16"
|
||||||
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.15"
|
version = "0.1.16"
|
||||||
description = "Hindsight: Agent Memory That Works Like Human Memory"
|
description = "Hindsight: Agent Memory That Works Like Human Memory"
|
||||||
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.15"
|
version = "0.1.16"
|
||||||
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.15"
|
version = "0.1.16"
|
||||||
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.15",
|
"version": "0.1.16",
|
||||||
"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": "@vectorize-io/hindsight-control-plane",
|
"name": "@vectorize-io/hindsight-control-plane",
|
||||||
"version": "0.1.15",
|
"version": "0.1.16",
|
||||||
"description": "Control plane for Hindsight - Semantic memory system",
|
"description": "Control plane for Hindsight - Semantic memory system",
|
||||||
"bin": {
|
"bin": {
|
||||||
"hindsight-control-plane": "./bin/cli.js"
|
"hindsight-control-plane": "./bin/cli.js"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-dev"
|
name = "hindsight-dev"
|
||||||
version = "0.1.15"
|
version = "0.1.16"
|
||||||
description = "Development utilities for Hindsight"
|
description = "Development utilities for Hindsight"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-embed"
|
name = "hindsight-embed"
|
||||||
version = "0.1.0"
|
version = "0.1.16"
|
||||||
description = "Hindsight embedded CLI - local memory operations without a server"
|
description = "Hindsight embedded CLI - local memory operations without a server"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-litellm"
|
name = "hindsight-litellm"
|
||||||
version = "0.1.15"
|
version = "0.1.16"
|
||||||
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.15"
|
version = "0.1.16"
|
||||||
description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle"
|
description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue