Skip to content

Commit c9e80bd

Browse files
NINA DOINJASHVILIclaude
authored andcommitted
pyproject: v0.2.0, repo URLs, sharper description
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent cad82e9 commit c9e80bd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agent-memory-engine"
7-
version = "0.1.0"
8-
description = "Semantic memory and handoffs for AI coding agents, with an MCP server and an evaluation harness."
7+
version = "0.2.0"
8+
description = "One shared memory for coding agents (Claude Code, Codex, Cursor) over MCP, with token-budgeted recall and an evaluation harness."
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = { text = "MIT" }
@@ -20,6 +20,10 @@ real = ["sentence-transformers>=2.2", "tiktoken>=0.5"]
2020
mcp = ["mcp>=1.0"]
2121
dev = ["pytest>=7.0"]
2222

23+
[project.urls]
24+
Repository = "https://github.com/Ninadnj/ai-agent-memory-scaffold"
25+
Issues = "https://github.com/Ninadnj/ai-agent-memory-scaffold/issues"
26+
2327
[project.scripts]
2428
agent-memory = "agent_memory.cli:main"
2529
agent-memory-mcp = "agent_memory.mcp_server:main"

0 commit comments

Comments
 (0)