Skip to content

Commit bbb4637

Browse files
committed
Release 0.8.3: PyPI metadata and discoverability
1 parent f1d7402 commit bbb4637

2 files changed

Lines changed: 37 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.8.3
4+
5+
- Rewrote the PyPI description and expanded the keyword list so the project is
6+
discoverable as knowledge-graph memory for LLMs and AI agents.
7+
- Moved the development status to Beta and added Information Technology,
8+
End Users, English, Python Modules, and Utilities classifiers.
9+
- Added Documentation and Changelog project URLs and corrected the author email.
10+
311
## 0.8.2
412

513
- Removed the ecosystem cross-link header so the README opens on the project

pyproject.toml

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,52 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "knowledge-worker"
7-
version = "0.8.2"
8-
description = "Provenance-backed personal knowledge graph for local AI workflows"
7+
version = "0.8.3"
8+
description = "Local-first knowledge graph memory for LLMs and AI agents: MCP server, RAG context, provenance"
99
readme = "README.md"
1010
license = "MIT"
1111
requires-python = ">=3.10"
12-
authors = [{ name = "Rahul Rangarao", email = "rahulmranga@gmail.com" }]
12+
authors = [{ name = "Rahul Rangarao", email = "rahulmohanrangarao@gmail.com" }]
1313
keywords = [
1414
"knowledge-graph",
1515
"ai-memory",
1616
"llm-memory",
17+
"agent-memory",
1718
"memory",
1819
"context-management",
20+
"context-engineering",
1921
"local-first",
2022
"provenance",
2123
"personal-knowledge-management",
24+
"note-taking",
25+
"obsidian",
26+
"markdown",
2227
"rag",
28+
"graphrag",
29+
"retrieval-augmented-generation",
2330
"mcp",
31+
"mcp-server",
32+
"model-context-protocol",
33+
"llm",
34+
"llm-tools",
2435
"ai",
36+
"agents",
2537
"claude",
38+
"anthropic",
39+
"openai",
40+
"ollama",
41+
"json-ld",
42+
"rdf",
43+
"sparql",
2644
]
2745
classifiers = [
28-
"Development Status :: 3 - Alpha",
46+
"Development Status :: 4 - Beta",
2947
"Intended Audience :: Developers",
3048
"Intended Audience :: Science/Research",
49+
"Intended Audience :: Information Technology",
50+
"Intended Audience :: End Users/Desktop",
3151
"Environment :: Console",
52+
"Natural Language :: English",
3253
"Operating System :: OS Independent",
3354
"Programming Language :: Python :: 3",
3455
"Programming Language :: Python :: 3 :: Only",
@@ -37,9 +58,11 @@ classifiers = [
3758
"Programming Language :: Python :: 3.12",
3859
"Programming Language :: Python :: 3.13",
3960
"Topic :: Database",
61+
"Topic :: Software Development :: Libraries :: Python Modules",
4062
"Topic :: Scientific/Engineering :: Artificial Intelligence",
4163
"Topic :: Scientific/Engineering :: Information Analysis",
4264
"Topic :: Text Processing :: Markup :: Markdown",
65+
"Topic :: Utilities",
4366
]
4467

4568
# Core graph (seed/summary/query/viz/export_context) — stdlib only, no deps.
@@ -61,7 +84,9 @@ mygraph = "mygraph.mygraph:cli"
6184

6285
[project.urls]
6386
Homepage = "https://github.com/rahulmranga/knowledge-worker"
87+
Documentation = "https://github.com/rahulmranga/knowledge-worker#readme"
6488
Repository = "https://github.com/rahulmranga/knowledge-worker"
89+
Changelog = "https://github.com/rahulmranga/knowledge-worker/blob/main/CHANGELOG.md"
6590
Issues = "https://github.com/rahulmranga/knowledge-worker/issues"
6691

6792
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)