oghma 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oghma/__init__.py +3 -0
- oghma-0.0.1.dist-info/METADATA +33 -0
- oghma-0.0.1.dist-info/RECORD +4 -0
- oghma-0.0.1.dist-info/WHEEL +4 -0
oghma/__init__.py
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: oghma
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Unified AI memory layer — aggregate context across coding tools
|
|
5
|
+
Project-URL: Homepage, https://github.com/terry-li-hm/oghma
|
|
6
|
+
Project-URL: Repository, https://github.com/terry-li-hm/oghma
|
|
7
|
+
Author-email: Terry Li <terry.li.hm@gmail.com>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
Keywords: ai,claude,coding-assistant,context,llm,memory
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Environment :: Console
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# Oghma
|
|
20
|
+
|
|
21
|
+
Unified AI memory layer — aggregate context across coding tools.
|
|
22
|
+
|
|
23
|
+
🚧 **Coming soon** — package name reserved.
|
|
24
|
+
|
|
25
|
+
## Vision
|
|
26
|
+
|
|
27
|
+
AI memory should be user-owned and tool-agnostic, not locked into provider silos.
|
|
28
|
+
|
|
29
|
+
Oghma passively watches conversation transcripts from multiple AI coding tools (Claude Code, Codex, OpenClaw, OpenCode, Cursor) and extracts memories, so any tool can access your full context.
|
|
30
|
+
|
|
31
|
+
## Links
|
|
32
|
+
|
|
33
|
+
- [GitHub](https://github.com/terry-li-hm/oghma)
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
oghma/__init__.py,sha256=LAU5q2GOG4tWxcsHGqqw_KEnVIP_TGIQcdSIQ5wO26g,64
|
|
2
|
+
oghma-0.0.1.dist-info/METADATA,sha256=m0Fc5KvQxtqY4N_ZrH2jexRGNuJraRa1qELZmqfhab4,1191
|
|
3
|
+
oghma-0.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
4
|
+
oghma-0.0.1.dist-info/RECORD,,
|