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.
- sarathi_cp-0.0.1/PKG-INFO +20 -0
- sarathi_cp-0.0.1/README.md +9 -0
- sarathi_cp-0.0.1/pyproject.toml +16 -0
- sarathi_cp-0.0.1/setup.cfg +4 -0
- sarathi_cp-0.0.1/src/sarathi_cp/__init__.py +2 -0
- sarathi_cp-0.0.1/src/sarathi_cp.egg-info/PKG-INFO +20 -0
- sarathi_cp-0.0.1/src/sarathi_cp.egg-info/SOURCES.txt +7 -0
- sarathi_cp-0.0.1/src/sarathi_cp.egg-info/dependency_links.txt +1 -0
- sarathi_cp-0.0.1/src/sarathi_cp.egg-info/top_level.txt +1 -0
|
@@ -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,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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sarathi_cp
|