codeastra 1.1.0__tar.gz → 1.5.0__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.
- {codeastra-1.1.0 → codeastra-1.5.0}/PKG-INFO +1 -1
- {codeastra-1.1.0 → codeastra-1.5.0}/codeastra/__init__.py +1 -1
- codeastra-1.5.0/codeastra/client.py +903 -0
- {codeastra-1.1.0 → codeastra-1.5.0}/codeastra.egg-info/PKG-INFO +1 -1
- {codeastra-1.1.0 → codeastra-1.5.0}/pyproject.toml +1 -1
- codeastra-1.1.0/codeastra/client.py +0 -414
- {codeastra-1.1.0 → codeastra-1.5.0}/codeastra/middleware.py +0 -0
- {codeastra-1.1.0 → codeastra-1.5.0}/codeastra/wrappers.py +0 -0
- {codeastra-1.1.0 → codeastra-1.5.0}/codeastra.egg-info/SOURCES.txt +0 -0
- {codeastra-1.1.0 → codeastra-1.5.0}/codeastra.egg-info/dependency_links.txt +0 -0
- {codeastra-1.1.0 → codeastra-1.5.0}/codeastra.egg-info/requires.txt +0 -0
- {codeastra-1.1.0 → codeastra-1.5.0}/codeastra.egg-info/top_level.txt +0 -0
- {codeastra-1.1.0 → codeastra-1.5.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codeastra
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.0
|
|
4
4
|
Summary: Blind Agent SDK — drop-in middleware for LangChain, CrewAI, AutoGPT. Two lines makes any agent blind to real data.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://codeastra.dev
|