nobody 0.0.1__tar.gz
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.
- nobody-0.0.1/PKG-INFO +20 -0
- nobody-0.0.1/README.md +10 -0
- nobody-0.0.1/pyproject.toml +16 -0
- nobody-0.0.1/setup.cfg +4 -0
- nobody-0.0.1/src/nobody/__init__.py +6 -0
- nobody-0.0.1/src/nobody.egg-info/PKG-INFO +20 -0
- nobody-0.0.1/src/nobody.egg-info/SOURCES.txt +7 -0
- nobody-0.0.1/src/nobody.egg-info/dependency_links.txt +1 -0
- nobody-0.0.1/src/nobody.egg-info/top_level.txt +1 -0
nobody-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: nobody
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: NOBODY — the filesystem-native semantic layer that makes any agent punch above its weight. Name reserved; first public release imminent (July 2026).
|
|
5
|
+
Author: NOBODY contributors
|
|
6
|
+
License: MIT
|
|
7
|
+
Keywords: agents,semantic-layer,context-engineering,memory,llm
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# NOBODY
|
|
12
|
+
|
|
13
|
+
This name is reserved for **NOBODY** — the filesystem-native semantic layer that
|
|
14
|
+
makes any agent punch above its weight. No server. No database. No frontier.
|
|
15
|
+
Just meaning, measured.
|
|
16
|
+
|
|
17
|
+
First public release: July 2026. Four primitives: concept, name, link, wall —
|
|
18
|
+
plus orchestration mined from humanity's longest-running multi-agent systems.
|
|
19
|
+
|
|
20
|
+
Οὖτις.
|
nobody-0.0.1/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# NOBODY
|
|
2
|
+
|
|
3
|
+
This name is reserved for **NOBODY** — the filesystem-native semantic layer that
|
|
4
|
+
makes any agent punch above its weight. No server. No database. No frontier.
|
|
5
|
+
Just meaning, measured.
|
|
6
|
+
|
|
7
|
+
First public release: July 2026. Four primitives: concept, name, link, wall —
|
|
8
|
+
plus orchestration mined from humanity's longest-running multi-agent systems.
|
|
9
|
+
|
|
10
|
+
Οὖτις.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "nobody"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "NOBODY — the filesystem-native semantic layer that makes any agent punch above its weight. Name reserved; first public release imminent (July 2026)."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.9"
|
|
11
|
+
license = { text = "MIT" }
|
|
12
|
+
authors = [{ name = "NOBODY contributors" }]
|
|
13
|
+
keywords = ["agents", "semantic-layer", "context-engineering", "memory", "llm"]
|
|
14
|
+
|
|
15
|
+
[tool.setuptools.packages.find]
|
|
16
|
+
where = ["src"]
|
nobody-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: nobody
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: NOBODY — the filesystem-native semantic layer that makes any agent punch above its weight. Name reserved; first public release imminent (July 2026).
|
|
5
|
+
Author: NOBODY contributors
|
|
6
|
+
License: MIT
|
|
7
|
+
Keywords: agents,semantic-layer,context-engineering,memory,llm
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# NOBODY
|
|
12
|
+
|
|
13
|
+
This name is reserved for **NOBODY** — the filesystem-native semantic layer that
|
|
14
|
+
makes any agent punch above its weight. No server. No database. No frontier.
|
|
15
|
+
Just meaning, measured.
|
|
16
|
+
|
|
17
|
+
First public release: July 2026. Four primitives: concept, name, link, wall —
|
|
18
|
+
plus orchestration mined from humanity's longest-running multi-agent systems.
|
|
19
|
+
|
|
20
|
+
Οὖτις.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
nobody
|