sage-agent-internal 0.1.1__py3-none-any.whl

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,5 @@
1
+ {
2
+ "packageManager": "python",
3
+ "packageName": "signalpilot_ai_internal",
4
+ "uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package signalpilot_ai_internal"
5
+ }
@@ -0,0 +1,207 @@
1
+ Metadata-Version: 2.4
2
+ Name: sage_agent_internal
3
+ Version: 0.1.1
4
+ Summary: Sage Agent - Your Jupyter Notebook Assistant
5
+ Project-URL: Homepage, https://sagebook.ai/
6
+ Author-email: Daniel Schaffield <danielschaffield@gmail.com>
7
+ License: BSD 3-Clause License
8
+
9
+ Copyright (c) 2025, Daniel Schaffield
10
+ All rights reserved.
11
+
12
+ Redistribution and use in source and binary forms, with or without
13
+ modification, are permitted provided that the following conditions are met:
14
+
15
+ 1. Redistributions of source code must retain the above copyright notice, this
16
+ list of conditions and the following disclaimer.
17
+
18
+ 2. Redistributions in binary form must reproduce the above copyright notice,
19
+ this list of conditions and the following disclaimer in the documentation
20
+ and/or other materials provided with the distribution.
21
+
22
+ 3. Neither the name of the copyright holder nor the names of its
23
+ contributors may be used to endorse or promote products derived from
24
+ this software without specific prior written permission.
25
+
26
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
27
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
30
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
32
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
33
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
34
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
+ License-File: LICENSE
37
+ Keywords: jupyter,jupyterlab,jupyterlab-extension
38
+ Classifier: Framework :: Jupyter
39
+ Classifier: Framework :: Jupyter :: JupyterLab
40
+ Classifier: Framework :: Jupyter :: JupyterLab :: 4
41
+ Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
42
+ Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
43
+ Classifier: License :: OSI Approved :: BSD License
44
+ Classifier: Programming Language :: Python
45
+ Classifier: Programming Language :: Python :: 3
46
+ Classifier: Programming Language :: Python :: 3.6
47
+ Classifier: Programming Language :: Python :: 3.9
48
+ Classifier: Programming Language :: Python :: 3.10
49
+ Classifier: Programming Language :: Python :: 3.11
50
+ Classifier: Programming Language :: Python :: 3.12
51
+ Classifier: Programming Language :: Python :: 3.13
52
+ Requires-Python: >=3.6
53
+ Description-Content-Type: text/markdown
54
+
55
+ # **Sage Agent — The AI-Powered Assistant for Jupyter Notebooks**
56
+
57
+ ![Logo](https://i.imgur.com/JdA8ilQ.png)
58
+
59
+ ---
60
+
61
+ ## **What is Sage Agent?**
62
+
63
+ **Sage is an AI-native notebook assistant that supercharges your existing Jupyter workflows.**
64
+
65
+ Built by leading AI and quant researchers from YC, Harvard, MIT, and Goldman Sachs, Sage brings real-time, context-aware assistance directly into JupyterLab.
66
+
67
+ Use natural language to clean data, write analysis code, debug errors, explore dataframes, and build models—faster and with fewer mistakes.
68
+
69
+ **No hallucinated code. No context switching. Just faster insights.**
70
+
71
+ ---
72
+
73
+ ## **Why Use Sage Agent in Jupyter?**
74
+
75
+ Whether you’re a quant, data scientist, or analyst living in notebooks, Sage helps you:
76
+
77
+ ✅ Clean and transform messy data in seconds
78
+
79
+ ✅ Visualize trends, rollups, and anomalies from a prompt
80
+
81
+ ✅ Connect your custom databases in one click and easily explore from notebooks
82
+
83
+ ✅ Generate *runnable* Python or SQL that fits your current cell + variable context
84
+
85
+ ✅ Auto-detect schema changes and debug downstream errors
86
+
87
+ ✅ Stay private: run entirely *local-first* or in your own secure VPC
88
+
89
+ ✅ Extend JupyterLab without changing how you work
90
+
91
+ ---
92
+
93
+ ## **Perfect For:**
94
+
95
+ - Data scientists cleaning huge CSVs
96
+ - Quant researchers testing ML pipelines
97
+ - Product and analytics teams tired of building dashboards and flaky notebooks
98
+ - Anyone tired of LLM tools that break their code
99
+
100
+ ---
101
+
102
+ ## **Installation**
103
+
104
+ ### **📦 Requirements**
105
+
106
+ - JupyterLab >= 4.0.0
107
+ - NodeJS (for development)
108
+
109
+ ### **🧠 Install Sage Agent:**
110
+
111
+ ```
112
+ pip install jupyterlab signalpilot_ai_internal
113
+ ```
114
+
115
+ ### **❌ Uninstall:**
116
+
117
+ ```
118
+ pip uninstall signalpilot_ai_internal
119
+ ```
120
+
121
+ ---
122
+
123
+ ## **How to Get Started**
124
+
125
+ To unlock full functionality, you’ll need Sage API credentials.
126
+
127
+ 👉 [**Request your API key**](https://sagebook.ai/#contact) or email us at [contact@sagebook.ai](mailto:contact@sagebook.ai)
128
+
129
+ ---
130
+
131
+ ## **Why Sage**
132
+
133
+ - ✅ Context-aware code gen: understands variables, dataframes, imports, and prior cells
134
+ - ✅ AI that *fixes* schema issues and silent join bugs
135
+ - ✅ Inline review + diffs before you run any code
136
+ - ✅ Visualizations via natural language (matplotlib, plotly, seaborn supported)
137
+ - ✅ BYO LLM: Anthropic, OpenAI, vLLM, Ollama, or HF endpoints
138
+ - ✅ Built to run in air-gapped / enterprise environments
139
+
140
+ ---
141
+
142
+ ## **Local Development Instructions**
143
+
144
+ To contribute or develop locally:
145
+
146
+ ```
147
+ # Clone the repo and enter the directory
148
+ git clone https://github.com/sagebook/signalpilot_ai_internal.git
149
+ cd signalpilot_ai_internal
150
+
151
+ # Install in editable mode
152
+ pip install -e "."
153
+
154
+ # Link extension to JupyterLab
155
+ jupyter labextension develop . --overwrite
156
+
157
+ # Rebuild on changes
158
+ jlpm build
159
+ ```
160
+
161
+ For auto-rebuild while editing:
162
+
163
+ ```
164
+ # Watch source
165
+ jlpm watch
166
+
167
+ # Run JupyterLab in parallel
168
+ jupyter lab
169
+ ```
170
+
171
+ ---
172
+
173
+ ## **Uninstall in Dev Mode**
174
+
175
+ ```
176
+ pip uninstall signalpilot_ai_internal
177
+ # Then manually remove labextension symlink from JupyterLab extensions dir.
178
+ ```
179
+
180
+ ---
181
+
182
+ ## **Want to See Sage in Action?**
183
+
184
+ 🎥 Try the demo notebook or explore at [https://sagebook.ai](https://sagebook.ai/)
185
+
186
+ ---
187
+
188
+ **Built for teams working with sensitive data:**
189
+
190
+ - Zero data retention by default
191
+ - Optional BYO keys for Claude, OpenAI, or local models
192
+ - Notebook-specific controls for what the model can “see”
193
+ - Fine-grained telemetry settings
194
+
195
+ ---
196
+
197
+ ## **Contact**
198
+
199
+ Questions? Ideas?
200
+
201
+ Email: [fahim@sagebook.ai](mailto:fahim@sagebook.ai)
202
+
203
+ Website: [https://sagebook.ai](https://sagebook.ai/)
204
+
205
+ ---
206
+
207
+ AI Jupyter Notebook, JupyterLab Extension, Jupyter Assistant, Data Science Assistant, Jupyter LLM, AI code generation, dataframe cleaning, Jupyter AI, Sagebook, Sage Agent, AI for dataframes, Jupyter SQL assistant, notebook extension
@@ -0,0 +1,6 @@
1
+ signalpilot_ai_internal/_version.py,sha256=lFB9nR4WN0iXcp5UpfmTfw1Z2jWBDmClLEWF046NHmc,171
2
+ sage_agent_internal-0.1.1.data/data/share/jupyter/labextensions/signalpilot-ai-internal/install.json,sha256=1DKTkJKm4YOQuWf1XSacVBARn6I7_GyI8HE7ITXCM2s,207
3
+ sage_agent_internal-0.1.1.dist-info/METADATA,sha256=ukXRqiFgOkfUNqJqK49R-BRewgMcHsXA-t05vBvRiiY,6590
4
+ sage_agent_internal-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ sage_agent_internal-0.1.1.dist-info/licenses/LICENSE,sha256=zsSUFnbKwCesfRSafkOcXkQGrMFo6zQ8LHlOt-MYHDY,1525
6
+ sage_agent_internal-0.1.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,29 @@
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2025, Daniel Schaffield
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ 3. Neither the name of the copyright holder nor the names of its
17
+ contributors may be used to endorse or promote products derived from
18
+ this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,4 @@
1
+ # This file is auto-generated by Hatchling. As such, do not:
2
+ # - modify
3
+ # - track in version control e.g. be sure to add to .gitignore
4
+ __version__ = VERSION = '0.1.1'