@@ -4,31 +4,52 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " 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 "
99readme = " README.md"
1010license = " MIT"
1111requires-python = " >=3.10"
12- authors = [{ name = " Rahul Rangarao" , email = " rahulmranga @gmail.com" }]
12+ authors = [{ name = " Rahul Rangarao" , email = " rahulmohanrangarao @gmail.com" }]
1313keywords = [
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]
2745classifiers = [
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 ]
6386Homepage = " https://github.com/rahulmranga/knowledge-worker"
87+ Documentation = " https://github.com/rahulmranga/knowledge-worker#readme"
6488Repository = " https://github.com/rahulmranga/knowledge-worker"
89+ Changelog = " https://github.com/rahulmranga/knowledge-worker/blob/main/CHANGELOG.md"
6590Issues = " https://github.com/rahulmranga/knowledge-worker/issues"
6691
6792[tool .setuptools .packages .find ]
0 commit comments