ctxgraph 0.2.1__tar.gz → 0.2.2__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.
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/PKG-INFO +2 -2
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/README.md +1 -1
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/pyproject.toml +1 -1
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph.egg-info/PKG-INFO +2 -2
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/setup.cfg +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/analyzers/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/analyzers/python/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/analyzers/python/importer.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/analyzers/python/semantic.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/analyzers/python/symbols.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/capsule/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/capsule/renderer.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/cli/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/cli/main.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/clients/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/clients/models.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/config/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/config/providers.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/config/settings.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/exclude/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/exclude/patterns.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/graph/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/graph/builder.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/graph/models.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/graph/query.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/graph/storage.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/mcp/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/mcp/server.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/view/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/view/visualizer.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/wrapper/__init__.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph/wrapper/claude.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph.egg-info/SOURCES.txt +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph.egg-info/dependency_links.txt +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph.egg-info/entry_points.txt +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph.egg-info/requires.txt +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/src/ctxgraph.egg-info/top_level.txt +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_analyzers.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_benchmark.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_capsule.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_config.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_integration.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_model_mode.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_models.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_query.py +0 -0
- {ctxgraph-0.2.1 → ctxgraph-0.2.2}/tests/test_storage.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ctxgraph
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: AI context engine for Python — cuts LLM tokens 97% via code knowledge graphs. Build, query, and generate compact context capsules for Claude, OpenAI, Ollama.
|
|
5
5
|
Author: ctxgraph contributors
|
|
6
6
|
License: MIT
|
|
@@ -40,7 +40,7 @@ ccg "fix the login redirect bug" # Launch Claude with context pre-loaded
|
|
|
40
40
|
ctx view # Interactive D3.js visualization (or --svg for static)
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
<img src="docs/graph.svg" alt="ctxgraph knowledge graph visualization" width="100%">
|
|
43
|
+
<img src="https://raw.githubusercontent.com/shashi3070/ctxgraph/master/docs/graph.svg" alt="ctxgraph knowledge graph visualization" width="100%">
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
@@ -11,7 +11,7 @@ ccg "fix the login redirect bug" # Launch Claude with context pre-loaded
|
|
|
11
11
|
ctx view # Interactive D3.js visualization (or --svg for static)
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
<img src="docs/graph.svg" alt="ctxgraph knowledge graph visualization" width="100%">
|
|
14
|
+
<img src="https://raw.githubusercontent.com/shashi3070/ctxgraph/master/docs/graph.svg" alt="ctxgraph knowledge graph visualization" width="100%">
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ctxgraph"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "AI context engine for Python — cuts LLM tokens 97% via code knowledge graphs. Build, query, and generate compact context capsules for Claude, OpenAI, Ollama."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ctxgraph
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: AI context engine for Python — cuts LLM tokens 97% via code knowledge graphs. Build, query, and generate compact context capsules for Claude, OpenAI, Ollama.
|
|
5
5
|
Author: ctxgraph contributors
|
|
6
6
|
License: MIT
|
|
@@ -40,7 +40,7 @@ ccg "fix the login redirect bug" # Launch Claude with context pre-loaded
|
|
|
40
40
|
ctx view # Interactive D3.js visualization (or --svg for static)
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
<img src="docs/graph.svg" alt="ctxgraph knowledge graph visualization" width="100%">
|
|
43
|
+
<img src="https://raw.githubusercontent.com/shashi3070/ctxgraph/master/docs/graph.svg" alt="ctxgraph knowledge graph visualization" width="100%">
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|