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 : memora
33description : A Helm chart for Memora - temporal-semantic-entity memory system for AI agents
44type : application
5- version : 0.0.5
6- appVersion : " 0.0.5 "
5+ version : 0.0.7
6+ appVersion : " 0.0.7 "
77keywords :
88 - ai
99 - memory
Original file line number Diff line number Diff line change 11[package ]
22name = " memora-cli-rust"
3- version = " 0.0.5 "
3+ version = " 0.0.7 "
44edition = " 2021"
55authors = [" Memora Team" ]
66description = " A beautiful CLI for Memora - semantic memory system"
Original file line number Diff line number Diff line change 11[project ]
22name = " memora-client"
3- version = " 0.0.1 "
3+ version = " 0.0.7 "
44description = " Python client for Memora - Semantic memory system with personality-driven thinking"
55authors = [
66 {name = " Memora Team" }
Original file line number Diff line number Diff line change 11{
22 "name" : " @memora/client" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " TypeScript client for Memora - Semantic memory system with personality-driven thinking" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " control-plane" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.7 " ,
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 = " benchmarks"
7- version = " 0.0.5 "
7+ version = " 0.0.7 "
88description = " Benchmarks for Memora memory system"
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 = " memora-dev"
7- version = " 0.0.5 "
7+ version = " 0.0.7 "
88description = " Development utilities for Memora"
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 = " memora"
7- version = " 0.0.5 "
7+ version = " 0.0.7 "
88description = " Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments