File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : hindsight
33description : A Helm chart for Hindsight - temporal-semantic-entity memory system for AI agents
44type : application
5- version : 0.0.20
6- appVersion : " 0.0.20 "
5+ version : 0.0.21
6+ appVersion : " 0.0.21 "
77keywords :
88 - ai
99 - memory
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " hindsight-api"
7- version = " 0.0.20 "
7+ version = " 0.0.21 "
88description = " Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
99readme = " README.md"
1010requires-python = " >=3.11"
Original file line number Diff line number Diff line change 11[package ]
22name = " hindsight-cli"
3- version = " 0.0.20 "
3+ version = " 0.0.21 "
44edition = " 2021"
55authors = [" Hindsight Team" ]
66description = " A beautiful CLI for Hindsight - semantic memory system"
Original file line number Diff line number Diff line change 11[project ]
22name = " hindsight-client"
3- version = " 0.0.20 "
3+ version = " 0.0.21 "
44description = " Python client for Hindsight - Semantic memory system with personality-driven thinking"
55authors = [
66 {name = " Hindsight Team" }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vectorize-io/hindsight-client" ,
3- "version" : " 0.0.20 " ,
3+ "version" : " 0.0.21 " ,
44 "description" : " TypeScript client for Hindsight - Semantic memory system with personality-driven thinking" ,
55 "main" : " ./dist/src/index.js" ,
66 "types" : " ./dist/src/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " hindsight-control-plane" ,
3- "version" : " 0.0.20 " ,
3+ "version" : " 0.0.21 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " hindsight-dev"
7- version = " 0.0.20 "
7+ version = " 0.0.21 "
88description = " Development utilities for Hindsight"
99requires-python = " >=3.11"
1010dependencies = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " hindsight-all"
7- version = " 0.0.20 "
7+ version = " 0.0.21 "
88description = " All-in-one package for Hindsight - Semantic memory system with personality-driven thinking"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments