sarathi-cp 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.
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: sarathi-cp
3
+ Version: 0.0.1
4
+ Summary: Sārathi — vendor-neutral control plane for AI coding agent fleets (in active development; placeholder release)
5
+ Author: Avnish Bhardwaj
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/avbdev/sarathi
8
+ Classifier: Development Status :: 1 - Planning
9
+ Requires-Python: >=3.12
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Sārathi (sarathi-cp)
13
+
14
+ **The charioteer for your AI agent fleet.** A self-hosted, vendor-neutral control plane
15
+ for AI coding agents: route work from any tracker, run and supervise agent sessions on
16
+ your own hardware, one board / one timeline / one kill switch.
17
+
18
+ This is a **placeholder release** for a project in active development (repository opens
19
+ to the public at its v0.1 publish gate). The installed CLI will be `sarathi`.
20
+ Apache-2.0.
@@ -0,0 +1,9 @@
1
+ # Sārathi (sarathi-cp)
2
+
3
+ **The charioteer for your AI agent fleet.** A self-hosted, vendor-neutral control plane
4
+ for AI coding agents: route work from any tracker, run and supervise agent sessions on
5
+ your own hardware, one board / one timeline / one kill switch.
6
+
7
+ This is a **placeholder release** for a project in active development (repository opens
8
+ to the public at its v0.1 publish gate). The installed CLI will be `sarathi`.
9
+ Apache-2.0.
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "sarathi-cp"
7
+ version = "0.0.1"
8
+ description = "Sārathi — vendor-neutral control plane for AI coding agent fleets (in active development; placeholder release)"
9
+ readme = "README.md"
10
+ license = "Apache-2.0"
11
+ requires-python = ">=3.12"
12
+ authors = [{ name = "Avnish Bhardwaj" }]
13
+ classifiers = ["Development Status :: 1 - Planning"]
14
+
15
+ [project.urls]
16
+ Homepage = "https://github.com/avbdev/sarathi"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,2 @@
1
+ """Sarathi control plane - placeholder release; real implementation lands at v0.1."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: sarathi-cp
3
+ Version: 0.0.1
4
+ Summary: Sārathi — vendor-neutral control plane for AI coding agent fleets (in active development; placeholder release)
5
+ Author: Avnish Bhardwaj
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/avbdev/sarathi
8
+ Classifier: Development Status :: 1 - Planning
9
+ Requires-Python: >=3.12
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Sārathi (sarathi-cp)
13
+
14
+ **The charioteer for your AI agent fleet.** A self-hosted, vendor-neutral control plane
15
+ for AI coding agents: route work from any tracker, run and supervise agent sessions on
16
+ your own hardware, one board / one timeline / one kill switch.
17
+
18
+ This is a **placeholder release** for a project in active development (repository opens
19
+ to the public at its v0.1 publish gate). The installed CLI will be `sarathi`.
20
+ Apache-2.0.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/sarathi_cp/__init__.py
4
+ src/sarathi_cp.egg-info/PKG-INFO
5
+ src/sarathi_cp.egg-info/SOURCES.txt
6
+ src/sarathi_cp.egg-info/dependency_links.txt
7
+ src/sarathi_cp.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ sarathi_cp