empathy-framework 5.0.3__py3-none-any.whl → 5.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.
- {empathy_framework-5.0.3.dist-info → empathy_framework-5.1.1.dist-info}/METADATA +259 -142
- {empathy_framework-5.0.3.dist-info → empathy_framework-5.1.1.dist-info}/RECORD +58 -28
- empathy_framework-5.1.1.dist-info/licenses/LICENSE +201 -0
- empathy_framework-5.1.1.dist-info/licenses/LICENSE_CHANGE_ANNOUNCEMENT.md +101 -0
- empathy_os/__init__.py +1 -1
- empathy_os/cli/commands/batch.py +5 -5
- empathy_os/cli/commands/routing.py +1 -1
- empathy_os/cli/commands/workflow.py +2 -1
- empathy_os/cli/parsers/cache 2.py +65 -0
- empathy_os/cli_minimal.py +3 -3
- empathy_os/cli_router 2.py +416 -0
- empathy_os/cli_router.py +12 -0
- empathy_os/dashboard/__init__.py +1 -2
- empathy_os/dashboard/app 2.py +512 -0
- empathy_os/dashboard/app.py +1 -1
- empathy_os/dashboard/simple_server 2.py +403 -0
- empathy_os/dashboard/standalone_server 2.py +536 -0
- empathy_os/memory/types 2.py +441 -0
- empathy_os/meta_workflows/intent_detector.py +71 -0
- empathy_os/models/__init__.py +19 -0
- empathy_os/models/adaptive_routing 2.py +437 -0
- empathy_os/models/auth_cli.py +444 -0
- empathy_os/models/auth_strategy.py +450 -0
- empathy_os/project_index/scanner_parallel 2.py +291 -0
- empathy_os/telemetry/agent_coordination 2.py +478 -0
- empathy_os/telemetry/agent_coordination.py +3 -3
- empathy_os/telemetry/agent_tracking 2.py +350 -0
- empathy_os/telemetry/agent_tracking.py +1 -2
- empathy_os/telemetry/approval_gates 2.py +563 -0
- empathy_os/telemetry/event_streaming 2.py +405 -0
- empathy_os/telemetry/event_streaming.py +3 -3
- empathy_os/telemetry/feedback_loop 2.py +557 -0
- empathy_os/telemetry/feedback_loop.py +1 -1
- empathy_os/vscode_bridge 2.py +173 -0
- empathy_os/workflows/__init__.py +8 -0
- empathy_os/workflows/autonomous_test_gen.py +569 -0
- empathy_os/workflows/bug_predict.py +45 -0
- empathy_os/workflows/code_review.py +92 -22
- empathy_os/workflows/document_gen.py +594 -62
- empathy_os/workflows/llm_base.py +363 -0
- empathy_os/workflows/perf_audit.py +69 -0
- empathy_os/workflows/progressive/README 2.md +454 -0
- empathy_os/workflows/progressive/__init__ 2.py +92 -0
- empathy_os/workflows/progressive/cli 2.py +242 -0
- empathy_os/workflows/progressive/core 2.py +488 -0
- empathy_os/workflows/progressive/orchestrator 2.py +701 -0
- empathy_os/workflows/progressive/reports 2.py +528 -0
- empathy_os/workflows/progressive/telemetry 2.py +280 -0
- empathy_os/workflows/progressive/test_gen 2.py +514 -0
- empathy_os/workflows/progressive/workflow 2.py +628 -0
- empathy_os/workflows/release_prep.py +54 -0
- empathy_os/workflows/security_audit.py +154 -79
- empathy_os/workflows/test_gen.py +60 -0
- empathy_os/workflows/test_gen_behavioral.py +477 -0
- empathy_os/workflows/test_gen_parallel.py +341 -0
- empathy_framework-5.0.3.dist-info/licenses/LICENSE +0 -139
- {empathy_framework-5.0.3.dist-info → empathy_framework-5.1.1.dist-info}/WHEEL +0 -0
- {empathy_framework-5.0.3.dist-info → empathy_framework-5.1.1.dist-info}/entry_points.txt +0 -0
- {empathy_framework-5.0.3.dist-info → empathy_framework-5.1.1.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
empathy_framework-5.
|
|
1
|
+
empathy_framework-5.1.1.dist-info/licenses/LICENSE,sha256=kqe3EeGatNB79lUTHxjLnxDe7VJr0iYetThOr4_Fx7A,11348
|
|
2
|
+
empathy_framework-5.1.1.dist-info/licenses/LICENSE_CHANGE_ANNOUNCEMENT.md,sha256=Grc_xHyZL62DTvEQ-fPH2sgX8mdkgjws4yeDFWTJRV0,3868
|
|
2
3
|
empathy_healthcare_plugin/__init__.py,sha256=4NioL1_86UXzkd-QNkQZUSZ8rKTQGSP0TC9VXP32kQs,295
|
|
3
4
|
empathy_healthcare_plugin/monitors/__init__.py,sha256=Udp8qfZR504QAq5_eQjvtIaE7v06Yguc7nuF40KllQc,196
|
|
4
5
|
empathy_healthcare_plugin/monitors/clinical_protocol_monitor.py,sha256=MWE5t8tW9HWZn_SNo-inx8-0nhdTNGhbcB8ZeDWyXa0,11648
|
|
@@ -94,13 +95,14 @@ empathy_llm_toolkit/security/secure_memdocs.py,sha256=x6won-u3tiBkv5ZPVRpSJKTs1m
|
|
|
94
95
|
empathy_llm_toolkit/security/secure_memdocs_example.py,sha256=4UwbaM5X-c93p4_3pz6LKaeNYzfxptzbsYY_-ZuG0A0,8359
|
|
95
96
|
empathy_llm_toolkit/utils/__init__.py,sha256=b2Juy_nuMJ7Ax9tck725V7i3s5shaMSfqZZbiJ2-rOc,187
|
|
96
97
|
empathy_llm_toolkit/utils/tokens.py,sha256=vu5aggQYmoESIG1dkFahfX6hs6QiyPPF0gMTEp9mGak,11220
|
|
97
|
-
empathy_os/__init__.py,sha256=
|
|
98
|
+
empathy_os/__init__.py,sha256=mSKSAXKqkjmV2HP5TqwE_3HTPE0ijeUpB04VDkgLMZM,12061
|
|
98
99
|
empathy_os/agent_monitoring.py,sha256=s4seLC_J4AtQ3PYWrRPO8YHM-Fbm0Q36kPEdlTHf2HI,13375
|
|
99
100
|
empathy_os/cache_monitor.py,sha256=lcBqODhYY9iPaH35PWkOSgyMavdvXneHv9F57dPmjnc,11190
|
|
100
101
|
empathy_os/cache_stats.py,sha256=rWJPBNFEfhuLwKYKy89D_Qa9GPIyVso2jdCKp_cdJhI,10232
|
|
101
102
|
empathy_os/cli_legacy.py,sha256=x5z48dIfBcUHdhkMLT2q99iVZ2o7UFXyk46P4bgfj0s,140265
|
|
102
|
-
empathy_os/cli_minimal.py,sha256=
|
|
103
|
-
empathy_os/cli_router.py,sha256=86gc917B1hfmnv1nEfNLQU7_uyDbuu9ORSH5eofcIXE,14616
|
|
103
|
+
empathy_os/cli_minimal.py,sha256=Tp47-M7ptrBAAsdkwFXrE2IK7SJPj3_EjHZP1DtpWVM,41188
|
|
104
|
+
empathy_os/cli_router 2.py,sha256=86gc917B1hfmnv1nEfNLQU7_uyDbuu9ORSH5eofcIXE,14616
|
|
105
|
+
empathy_os/cli_router.py,sha256=eOB8x2C40kcSXulb1bqh6Wgh2cO__u_kWGTl7nZmy5U,15474
|
|
104
106
|
empathy_os/cli_unified.py,sha256=w80cyED93QFu3puC4qiIrrLtTmsfTi2stPsHGqroUfI,25387
|
|
105
107
|
empathy_os/config.py,sha256=jsFQuXpZP_jt6UrZtfLlkBZwPUSNbnW5VVtMS5JIhbA,16276
|
|
106
108
|
empathy_os/coordination.py,sha256=E2HvHxKk1xbYswtgxhnVKB6DRxfXUV5pCt-XWHOvNKM,28509
|
|
@@ -122,6 +124,7 @@ empathy_os/redis_memory.py,sha256=MYhW_M41AoWhxxh8YggWUHxZaUoQZ7XxqeBB2qDqyww,23
|
|
|
122
124
|
empathy_os/templates.py,sha256=B5fzlc6wU3lwdaKK4ZUdytqOYrM6TEnFteZ0nCSp_EI,17220
|
|
123
125
|
empathy_os/tier_recommender.py,sha256=oYOKhnrTG2sqYsDvojQyaKuyC4ac_weSz4Xv0j0TuP8,14305
|
|
124
126
|
empathy_os/trust_building.py,sha256=z2ZsQWK5QjX6d7pxFWrFD54J1keUguTog6YztZJVPKI,19180
|
|
127
|
+
empathy_os/vscode_bridge 2.py,sha256=SgFmWFCoAoPww-g2hsRC2VeqAMTqUmXXxJ3hglykxP4,4967
|
|
125
128
|
empathy_os/vscode_bridge.py,sha256=SgFmWFCoAoPww-g2hsRC2VeqAMTqUmXXxJ3hglykxP4,4967
|
|
126
129
|
empathy_os/workflow_commands.py,sha256=tps6norBiw7Q2hV0qdqwdX4B7Kedt_FwYBQWhc2oEYg,25482
|
|
127
130
|
empathy_os/adaptive/__init__.py,sha256=07m_Gsdxmm9mDBjJRFz7a8wZK-Tdd2QFRQOUw6yCc1w,342
|
|
@@ -136,7 +139,7 @@ empathy_os/cli/__init__.py,sha256=7PFURX1O4_sX14kWvNrnAV1Ndeixrx_nI8IN8eLQpQs,49
|
|
|
136
139
|
empathy_os/cli/__main__.py,sha256=md0GsFpiTgifmJ0MJQ_E6Daq9JCxyCUgOUJRdJ69Ews,215
|
|
137
140
|
empathy_os/cli/core.py,sha256=USK7MwpSqxKcMP0rxtf9qqTgQ1GMmcPpXBw9uadQ3sM,883
|
|
138
141
|
empathy_os/cli/commands/__init__.py,sha256=GYdoNv80KS2p7bCThuoRbhiLmIZW6ddPqPEFEx567nQ,35
|
|
139
|
-
empathy_os/cli/commands/batch.py,sha256=
|
|
142
|
+
empathy_os/cli/commands/batch.py,sha256=1I_xW_zufwhlapnHL4UaOQJbWAKAcZkFU7kp8xQu49c,7946
|
|
140
143
|
empathy_os/cli/commands/cache.py,sha256=1KSX_4dv1ZfwtfGxhb5kop-8mSPBCkFFFAI9BCfh9Wk,8188
|
|
141
144
|
empathy_os/cli/commands/help.py,sha256=AerAgAl0zW8YCCQIkxxc9p9K_wAskDGNhq211elPY_k,10082
|
|
142
145
|
empathy_os/cli/commands/info.py,sha256=SFwOAhHjIoHRguqbMEPT0lG7bbt72Zv5AFpZjJPfHm8,4794
|
|
@@ -148,15 +151,16 @@ empathy_os/cli/commands/orchestrate.py,sha256=ifqEGUGaz8aF1mW3muGrbaJRqqJodcBXIy
|
|
|
148
151
|
empathy_os/cli/commands/patterns.py,sha256=EVLX4akwGdkZOvJEQZDUojIAa5yK_50rE-TTFzEs-9w,7938
|
|
149
152
|
empathy_os/cli/commands/profiling.py,sha256=n_1cyLwwguSHJUj6NKDr5gBuP1gSBLnkQ_ccxUmAkNY,5706
|
|
150
153
|
empathy_os/cli/commands/provider.py,sha256=Mg8SjNsWKfhhdEZ0RvyfEaR3yiYcGj5L6OE5YFZRRFw,3095
|
|
151
|
-
empathy_os/cli/commands/routing.py,sha256=
|
|
154
|
+
empathy_os/cli/commands/routing.py,sha256=5pcDRiSqCHZRJt1m1nU2upEZrvNCM2O84NAzPCA06_c,9904
|
|
152
155
|
empathy_os/cli/commands/setup.py,sha256=cF_3u7lrxfoyTr-ucu4D4Gc01EqtAQSxrwwU32tDsA0,3456
|
|
153
156
|
empathy_os/cli/commands/status.py,sha256=ZIJx4Y0iMVFW_NDnoio1R6NBcXXS543QD9MwdaPA5B0,8309
|
|
154
157
|
empathy_os/cli/commands/sync.py,sha256=5ABcmJ--puRXEH10yXBMOnqaue1miEPCzYhIbov5pq8,5094
|
|
155
158
|
empathy_os/cli/commands/tier.py,sha256=3l3j7m83lcaKUFClTb2iU5vkH06zC8-eLGrt-KHdz0M,3745
|
|
156
159
|
empathy_os/cli/commands/utilities.py,sha256=e4izGTS_uOy4YJDPwPbQnQ20p9M2v3JUyqAQEPwitMc,3737
|
|
157
|
-
empathy_os/cli/commands/workflow.py,sha256=
|
|
160
|
+
empathy_os/cli/commands/workflow.py,sha256=OdQAWivZwB7KDleSovXPuFtPYRv__E9UIGzBvtZy278,23215
|
|
158
161
|
empathy_os/cli/parsers/__init__.py,sha256=Oihx1jb5wN_4GS3RxZiEYhQhglI44idOOlFJs9a6e5g,1677
|
|
159
162
|
empathy_os/cli/parsers/batch.py,sha256=wSutRqerJZxUNVNIotU9qtI8EGP6IzVihEZUViCItCQ,3236
|
|
163
|
+
empathy_os/cli/parsers/cache 2.py,sha256=_SpFE48JM1xfAvb_ndqYNR0bP4EyMb_T_PlmIsIHf5o,1797
|
|
160
164
|
empathy_os/cli/parsers/cache.py,sha256=_SpFE48JM1xfAvb_ndqYNR0bP4EyMb_T_PlmIsIHf5o,1797
|
|
161
165
|
empathy_os/cli/parsers/help.py,sha256=I3QFDVABxZpYDCJ52GNWwfQlKEdV72Yr9A8spPHqUqU,1642
|
|
162
166
|
empathy_os/cli/parsers/info.py,sha256=525oPlxKkOJk8tra_a2ga9DKm6VtejQUBWzBCDQK1v4,989
|
|
@@ -176,9 +180,12 @@ empathy_os/cli/utils/data.py,sha256=gu2ZhF3b3rjQK1Te8UIJ0PqZkaIHiQsuO4VtPThqDUg,
|
|
|
176
180
|
empathy_os/cli/utils/helpers.py,sha256=jbGhpkIlgaviZ_7DNaEUnu3ZgkXrOh0KrUPVa2sxWUg,2220
|
|
177
181
|
empathy_os/config/__init__.py,sha256=veciTnRf0kNm9L8wxF95-FBnNjXdxucNnbnLlERpO2Y,1695
|
|
178
182
|
empathy_os/config/xml_config.py,sha256=iXFJvGPlSoxRdARlxx-7YIdxb8eRiFHVRWM6-HwOWBc,8899
|
|
179
|
-
empathy_os/dashboard/__init__.py,sha256=
|
|
180
|
-
empathy_os/dashboard/app.py,sha256=taCHkhSAsnna_joClhLTai5ayevYbh67nJDpOYOU-EA,16147
|
|
183
|
+
empathy_os/dashboard/__init__.py,sha256=gJXfr0R0uA3nHJnay2oYJlWYcGfZIZykr0O_hCUPfLQ,1412
|
|
184
|
+
empathy_os/dashboard/app 2.py,sha256=taCHkhSAsnna_joClhLTai5ayevYbh67nJDpOYOU-EA,16147
|
|
185
|
+
empathy_os/dashboard/app.py,sha256=J1OSKQRDxv6uYTI30fEycpktpDzTn6J5pEO3NhLMkEE,16147
|
|
186
|
+
empathy_os/dashboard/simple_server 2.py,sha256=L2uSgCJtiHS7TZSu-iEXpImNTAW4w3zNVg8YNsj5vPs,14667
|
|
181
187
|
empathy_os/dashboard/simple_server.py,sha256=L2uSgCJtiHS7TZSu-iEXpImNTAW4w3zNVg8YNsj5vPs,14667
|
|
188
|
+
empathy_os/dashboard/standalone_server 2.py,sha256=c6csNtVFTeQNgaCTYC7EhC9A5AyQab8wbFPHy07rZdE,20331
|
|
182
189
|
empathy_os/dashboard/standalone_server.py,sha256=rsJdlHZii3UUbA4Yi3H8KDmc77RGqBbyZUHIOKvFE2M,20862
|
|
183
190
|
empathy_os/hot_reload/README.md,sha256=FnQWSX-dfTIJvXHjjiWRWBjMK2DR-eyOfDHJlGIzm0o,10406
|
|
184
191
|
empathy_os/hot_reload/__init__.py,sha256=Aos2tLSKRzOLr5zRomLyzrz6qDRd1_PlinI3vrJcCTo,1642
|
|
@@ -200,6 +207,7 @@ empathy_os/memory/nodes.py,sha256=h71kV3x2ALzuTOdrB7LQswZWai71HzGHKlFBzf7TwrI,47
|
|
|
200
207
|
empathy_os/memory/redis_bootstrap.py,sha256=G71loEE2LTcn0BCp_mN96Bk37ygFz1ImORiLoEmg9jA,16508
|
|
201
208
|
empathy_os/memory/short_term.py,sha256=MF1HqY5r9_2ffpcxstSx3s4ql-kKRP5xmOgVXU_PySg,70029
|
|
202
209
|
empathy_os/memory/summary_index.py,sha256=7m_m2xH3KMBJWRJFvk3hAws_tgPD4VCfFBxwAbV9fCo,20777
|
|
210
|
+
empathy_os/memory/types 2.py,sha256=ISzAhjWxqtTZiMdhc5DAziHxgtVlEP6mm79Y9HzNru4,14286
|
|
203
211
|
empathy_os/memory/types.py,sha256=ISzAhjWxqtTZiMdhc5DAziHxgtVlEP6mm79Y9HzNru4,14286
|
|
204
212
|
empathy_os/memory/unified.py,sha256=xLUr7LHvFs7hNBvrsUdJRvGYkNbp6j_bPuL1A7IhrjY,47173
|
|
205
213
|
empathy_os/memory/security/__init__.py,sha256=f_t-pFO1aHOE8uFJ0icGaCt2xCvWx-bFxBcv9U3Cu3Q,868
|
|
@@ -212,7 +220,7 @@ empathy_os/meta_workflows/agent_creator.py,sha256=EdeAIovAaeE4PPwOfkk9khSL-rItP9
|
|
|
212
220
|
empathy_os/meta_workflows/builtin_templates.py,sha256=5yL7hEKi7hu20jQK3PxJkGfwppyqdEokJiJMnTzTiXk,20722
|
|
213
221
|
empathy_os/meta_workflows/cli_meta_workflows.py,sha256=BEzSAp5VEqAXBQvXrLJLCewph38kGLzxQ2PFU3uXn3A,65311
|
|
214
222
|
empathy_os/meta_workflows/form_engine.py,sha256=8vjT3FpNe9SiUoJcY7Ejsu_CAhLV5x_s0onZ4lRfb9I,10777
|
|
215
|
-
empathy_os/meta_workflows/intent_detector.py,sha256=
|
|
223
|
+
empathy_os/meta_workflows/intent_detector.py,sha256=d2wdSZ3NwAGjjr9Z8mWlfS4gKgtBQiidsZCZvBnE1_Q,12947
|
|
216
224
|
empathy_os/meta_workflows/models.py,sha256=v0Fcw4HMqhV5bl25H-EMhROWKfym_c9tIyc5nr1Ch38,18923
|
|
217
225
|
empathy_os/meta_workflows/pattern_learner.py,sha256=e0T30ZF_hW3MTCzgDcT8AS70DCNqY491BxfY2n3V1_g,26389
|
|
218
226
|
empathy_os/meta_workflows/plan_generator.py,sha256=GZRivSyH1u_alWTWR50nsJLVDD86iFa6fesqc9iRHiA,11244
|
|
@@ -222,9 +230,12 @@ empathy_os/meta_workflows/workflow.py,sha256=cKzaIWcVuRMRk2YoXJCMnl_4y5XUpD6b-uV
|
|
|
222
230
|
empathy_os/metrics/__init__.py,sha256=b0lkly5Fz89AvvGqV6lLYx8hWlmttL1ZCPuWlHjwXxY,369
|
|
223
231
|
empathy_os/metrics/collector.py,sha256=WBrUklvZ9T80a5iz1XyRPvmteMOpftqBYHdBb4DpZao,766
|
|
224
232
|
empathy_os/metrics/prompt_metrics.py,sha256=C9N8uIynTP8XiGcwUeOoJRU48vLiS3uK0SKFmVefalo,6518
|
|
225
|
-
empathy_os/models/__init__.py,sha256=
|
|
233
|
+
empathy_os/models/__init__.py,sha256=_-s1n1EBdyAdhJE6vd48DQjk3QRQ3ZL-8aW6ccgJLxM,3936
|
|
226
234
|
empathy_os/models/__main__.py,sha256=V7uZJ_XT__ROZsmnEI4-U7hNsOH1oqzfnWb2o6xJ0g4,296
|
|
235
|
+
empathy_os/models/adaptive_routing 2.py,sha256=lbUIb9axWwCyjYN6NpMcnSu-eccxT09xfo3guwndFr4,15224
|
|
227
236
|
empathy_os/models/adaptive_routing.py,sha256=lbUIb9axWwCyjYN6NpMcnSu-eccxT09xfo3guwndFr4,15224
|
|
237
|
+
empathy_os/models/auth_cli.py,sha256=gNtugIkCpBloN-xM1jjc7f8mF0OyXDhQo_LXNWUg90s,15754
|
|
238
|
+
empathy_os/models/auth_strategy.py,sha256=RCWxZYXtViVY6_TKXfP3-67Cn9P0LFMkEKf51QUfG6M,15461
|
|
228
239
|
empathy_os/models/cli.py,sha256=kT8itN865VPeq-mKkhyclNdVXOB3hdGkMB_bv1I3gOE,22216
|
|
229
240
|
empathy_os/models/empathy_executor.py,sha256=8SBygcB1NlLI89DYjAJqbumcscIwK_noArm7_yjwQ2U,12709
|
|
230
241
|
empathy_os/models/executor.py,sha256=nUWPOyhLOpxOQmc2FxBwGyD2aMiuW957BqiiMHb8bDE,7479
|
|
@@ -261,6 +272,7 @@ empathy_os/project_index/index.py,sha256=ZQ53xtPYO2U3E2FyUJF3gQU-8LX_wf5uqr2sj7r
|
|
|
261
272
|
empathy_os/project_index/models.py,sha256=_m12jDd4qAzsf5aVVYTwrL36GDor04i4QJobEYLqAMw,17626
|
|
262
273
|
empathy_os/project_index/reports.py,sha256=MTs2JbMx-mDR6RCUF-KRLkdf5wZOw7AsntdHTH2tcFk,17043
|
|
263
274
|
empathy_os/project_index/scanner.py,sha256=E1ochUusLcPwOCPezSoEip22qKjTzcPHAnM6-ag1yGQ,31339
|
|
275
|
+
empathy_os/project_index/scanner_parallel 2.py,sha256=Dq3f957Yxwu3Dp4c6flVrO9TyRw9O-GWH33jIBMcgBE,10019
|
|
264
276
|
empathy_os/project_index/scanner_parallel.py,sha256=Dq3f957Yxwu3Dp4c6flVrO9TyRw9O-GWH33jIBMcgBE,10019
|
|
265
277
|
empathy_os/prompts/__init__.py,sha256=8sbL94w0h6P6kZcZbrXZnGlPqYTz3Fw1VUfCaMLrzlM,1554
|
|
266
278
|
empathy_os/prompts/config.py,sha256=aV_NbUKwtHJJkggvGSykHApor_EaMJSkAGM5IFzd3NM,3009
|
|
@@ -303,12 +315,17 @@ empathy_os/socratic/success.py,sha256=wZoHBkfkzmZwwbEMNdUj8cWw4nLCyKFtGNcWHJDoV9
|
|
|
303
315
|
empathy_os/socratic/visual_editor.py,sha256=Nk2vJaTKtcwhHH04KTzRnAVyae6AeA03je2-y74d1kk,27912
|
|
304
316
|
empathy_os/socratic/web_ui.py,sha256=Sg7pSS1043ecVt_yYpSLnv_6pvGnt6aM742fXq6uJ7M,25375
|
|
305
317
|
empathy_os/telemetry/__init__.py,sha256=DpNi4Eglyj7mAA4XT3GFpidnvvbVNC7Qo1Te9Q5wQ44,1295
|
|
306
|
-
empathy_os/telemetry/agent_coordination.py,sha256=
|
|
307
|
-
empathy_os/telemetry/
|
|
318
|
+
empathy_os/telemetry/agent_coordination 2.py,sha256=ZqtXFq-GR5vdNO18taJYwW78jdzXeWJBMumxiPvTvHo,16072
|
|
319
|
+
empathy_os/telemetry/agent_coordination.py,sha256=HD1trP3jZRneuCUhwZ_b3vhzS9gGxL4MTythGQEs_gM,15890
|
|
320
|
+
empathy_os/telemetry/agent_tracking 2.py,sha256=o49YUXcVnwfMBFUDKPh2Cw2FfbhL5oIFhk5HecKHVNQ,11655
|
|
321
|
+
empathy_os/telemetry/agent_tracking.py,sha256=sdGQN2NGk2F9BUYxAt37ENw8-wpYs4qUWkB6LbpJ228,11659
|
|
322
|
+
empathy_os/telemetry/approval_gates 2.py,sha256=WwYolC-3LKR8ippu5qna1GUtiAmZfuHFwMt9vcnxyvo,19933
|
|
308
323
|
empathy_os/telemetry/approval_gates.py,sha256=1h3vZyD3rBdVQ2og3kTsXtDFm52sf6w5j1XU4lPEYoM,19300
|
|
309
324
|
empathy_os/telemetry/cli.py,sha256=vuWuAgq8VyZBogqnD0DHI76MCg8WLVsjyTDKM1uh1sY,69474
|
|
310
|
-
empathy_os/telemetry/event_streaming.py,sha256
|
|
311
|
-
empathy_os/telemetry/
|
|
325
|
+
empathy_os/telemetry/event_streaming 2.py,sha256=-tMNmI3eeDTDUMoE13nH9Gm6_3JVAft0Ic2kk7zl8qU,13096
|
|
326
|
+
empathy_os/telemetry/event_streaming.py,sha256=JyOH_ugpf9T8oshzv7--1hWI-zKf8BX4opVbYEOWuEw,13231
|
|
327
|
+
empathy_os/telemetry/feedback_loop 2.py,sha256=PLfR4EJuXlyVhJMxKcgNwXrLy7nP8cxiLX_21WRI4Aw,19423
|
|
328
|
+
empathy_os/telemetry/feedback_loop.py,sha256=yu4oo6eANJsDnEG13C4LnsTrlOMY4YcJFqnhv6QC39k,19303
|
|
312
329
|
empathy_os/telemetry/usage_tracker.py,sha256=Be409JSeweps3GEN3k66u_0I1594KTWoH_bRzelih9U,21184
|
|
313
330
|
empathy_os/test_generator/__init__.py,sha256=lSck9qlC32AO8qoQldk3UjjTRDPdAUgIOHGa-WvzCqI,919
|
|
314
331
|
empathy_os/test_generator/__main__.py,sha256=YY_HE1xg4zKZkHHAd6sSzWvJCvLFOtmpawCrNlGjWAc,345
|
|
@@ -325,22 +342,24 @@ empathy_os/workflow_patterns/core.py,sha256=H52xnB4IqMdzJpOoySk5s7XcuKNTsqAt1RKp
|
|
|
325
342
|
empathy_os/workflow_patterns/output.py,sha256=EyioUYeXGQWllZdJXHXv2mLwl7fMwihrEb8D1SG6MxE,3090
|
|
326
343
|
empathy_os/workflow_patterns/registry.py,sha256=0U_XT0hdQ5fLHuEJlrvzjaCBUyeWDA675_hEyvHxT0o,7461
|
|
327
344
|
empathy_os/workflow_patterns/structural.py,sha256=v1wbBU0pCQQKdNhPXM_fuPO8ptQCbEC_8X-OKgfhrk8,9432
|
|
328
|
-
empathy_os/workflows/__init__.py,sha256=
|
|
345
|
+
empathy_os/workflows/__init__.py,sha256=Ey1wot9RhAP-VjN6jPNPUbTK6pXHPOaxt_72byPqPt8,20128
|
|
346
|
+
empathy_os/workflows/autonomous_test_gen.py,sha256=94aHireoZehu7b8PAYXc-jj8Q9HYM-t-w01mGjtthoM,20152
|
|
329
347
|
empathy_os/workflows/base.py,sha256=5pKLwkg6qULFhT2QFY5nMuxUnYLq__ZGL5ogNQcmDNA,99363
|
|
330
348
|
empathy_os/workflows/batch_processing.py,sha256=hMODlPHV74iorBz9_405LqKYhk-3twIgmUyMRwATqGQ,11600
|
|
331
|
-
empathy_os/workflows/bug_predict.py,sha256=
|
|
349
|
+
empathy_os/workflows/bug_predict.py,sha256=R7z8rGNV1Lk8M-gNqFRM8OjkI6igPssUvO8FMID-3Hc,40472
|
|
332
350
|
empathy_os/workflows/builder.py,sha256=rRXevtS8v1FAGG91yhpSq6_dx5rvK_sZrF9ekdW40fE,8655
|
|
333
351
|
empathy_os/workflows/caching.py,sha256=y6Ws0KKCQ_R6D6PTbpc8dQRjb3tG4U2-KcwJvxFi07g,8134
|
|
334
|
-
empathy_os/workflows/code_review.py,sha256=
|
|
352
|
+
empathy_os/workflows/code_review.py,sha256=7J-yFQMcBjes4wv2q5ahyF57jD-zEYxCIe2HYO47c1k,39345
|
|
335
353
|
empathy_os/workflows/code_review_adapters.py,sha256=2AKLnOQKIoZi4-SFYFfmSSQPrrT8WEEQMvor_-__OK0,11175
|
|
336
354
|
empathy_os/workflows/code_review_pipeline.py,sha256=m-LWxE8MHzn0HxpHmL0ntssWTcDRxscVbAIB1OTwL3g,24460
|
|
337
355
|
empathy_os/workflows/config.py,sha256=qahi2OOs-5ahaZd4LWkH2uX0N8YV9KxY-o6popeS4Io,22865
|
|
338
356
|
empathy_os/workflows/dependency_check.py,sha256=zWwSCAWThnAUkOqEUx2GTl5Vgf2fW9P5HRqwWhYZXlc,23452
|
|
339
|
-
empathy_os/workflows/document_gen.py,sha256=
|
|
357
|
+
empathy_os/workflows/document_gen.py,sha256=DID7SMd_82avKmFNPVhZucYC-fNU9ZsAxJzv0-ZPbVs,62593
|
|
340
358
|
empathy_os/workflows/document_manager.py,sha256=mP6YFO9eKbKRLc5EuJdYYxL2tIylkNswpm3Npf1T0UM,7385
|
|
341
359
|
empathy_os/workflows/document_manager_README.md,sha256=aKegxvNXTHpxQsShpSp9cdhF6rT2rhdLB5CsfsdA7YI,2157
|
|
342
360
|
empathy_os/workflows/documentation_orchestrator.py,sha256=sSzTsLJPkSlHcE_o-pfM-27DVAVpwPcmxPZT71GYfeo,43013
|
|
343
361
|
empathy_os/workflows/history.py,sha256=ZkGJBTQlgOj4VCSeehaq5C3hmJQ7L7X7sturjxNkQ2A,16469
|
|
362
|
+
empathy_os/workflows/llm_base.py,sha256=Xf6s3HPb00leoobMTM1U2GxBpked-6nikC42Rg5Ap6o,10781
|
|
344
363
|
empathy_os/workflows/manage_docs.py,sha256=lSdQCG1y2R_9C9PLFS3dgFunRkLrRuwYskIRfGWwlcE,2127
|
|
345
364
|
empathy_os/workflows/manage_docs_README.md,sha256=0v-DOpTdfXQ5qIFzVCtV2IY-QBNw5s_Yvp3YCFOnxaQ,1907
|
|
346
365
|
empathy_os/workflows/manage_documentation.py,sha256=FUb4U2_OEjvzJ2mfRHkadZ6SohPWQVWXeKJCJbAz-Ac,30080
|
|
@@ -349,25 +368,27 @@ empathy_os/workflows/new_sample_workflow1_README.md,sha256=bzLyqukgaKilG1OnCdLsc
|
|
|
349
368
|
empathy_os/workflows/orchestrated_health_check.py,sha256=sKmdvKrDhDe3bRSFVhPt7XeiexC-TKy0EK6TbVXLxQw,30492
|
|
350
369
|
empathy_os/workflows/orchestrated_release_prep.py,sha256=Erp2rw-EBNOfIwyT0nJhGqpYPg2v-YL_h06aMtaALlA,20224
|
|
351
370
|
empathy_os/workflows/output.py,sha256=oXYQBHa0zKUbN32Bki3es0H23LBKZ4xbsBkSbHwNxjs,12743
|
|
352
|
-
empathy_os/workflows/perf_audit.py,sha256=
|
|
371
|
+
empathy_os/workflows/perf_audit.py,sha256=vuIrCkxrWVwY0dS3SYsnINch2Je_7BUne0HqwSqV6K0,32068
|
|
353
372
|
empathy_os/workflows/pr_review.py,sha256=lR7TxvGjBj1fIMxYgBtgxuSvWFTGqQHTsVpL5zKLUB8,26796
|
|
354
373
|
empathy_os/workflows/progress.py,sha256=DZll6H7aVWeyljnYL4m2fRiB6NPGH2tMQtAPuuC-XeM,26418
|
|
355
374
|
empathy_os/workflows/progress_server.py,sha256=aLDrcBuxqN9_mfJRcRLJypuB4uRMFq9u4C_li9HioOM,10233
|
|
356
375
|
empathy_os/workflows/refactor_plan.py,sha256=JmW0bMuQDHwCL77ZHC76pVFpp_UY9vke9phVVJfHyDw,25600
|
|
357
|
-
empathy_os/workflows/release_prep.py,sha256=
|
|
376
|
+
empathy_os/workflows/release_prep.py,sha256=5TjAXzMiHBG9v0xJnakqMYxsoufmWZ6HFB_0HbVV6fU,31082
|
|
358
377
|
empathy_os/workflows/release_prep_crew.py,sha256=kKZyJmvxhdovzF6Gm7b_flP88vdqiEHG-wuNzNr8Kbo,33900
|
|
359
378
|
empathy_os/workflows/research_synthesis.py,sha256=7KozOOlFJADiVR1Y9LP3-DwwNG6JhRRnOLgCDGkdvSM,13967
|
|
360
379
|
empathy_os/workflows/routing.py,sha256=sgAmqhzaQjafH5ao4bRk5jN87pK8KUHmxLH8o8mj4wo,5022
|
|
361
380
|
empathy_os/workflows/secure_release.py,sha256=cMhTT-iF_pTu9oS08QpWJBg15-Azx7AVA_ucRH_6bDY,21263
|
|
362
381
|
empathy_os/workflows/security_adapters.py,sha256=UX4vRQwuSmA_V8t5sh5BGzT4RRkCk6lt6jy_VkhqJ1s,10945
|
|
363
|
-
empathy_os/workflows/security_audit.py,sha256=
|
|
382
|
+
empathy_os/workflows/security_audit.py,sha256=rB0kNBOaK9IJ-5XbusQXep3_Z5EzqlcQk_G48IeXFrU,52419
|
|
364
383
|
empathy_os/workflows/security_audit_phase3.py,sha256=pEoOWsUBy5PHykYhc8_xXiYyVYzbf21DPm2zTtsoNV0,11321
|
|
365
384
|
empathy_os/workflows/step_config.py,sha256=CdRNAQ1SiPsuAl10s58ioyk5w8XCArecSS9AjyHWQJM,7213
|
|
366
385
|
empathy_os/workflows/telemetry_mixin.py,sha256=RB-zpllkILtBqjChU_LcDIo9nAdxky-Z7LI3SquI_Ok,10091
|
|
367
386
|
empathy_os/workflows/test5.py,sha256=6o_sFk4dAIyOIVY9nDilgQWaJIGjl551wzphbcnXwTI,3767
|
|
368
387
|
empathy_os/workflows/test5_README.md,sha256=bnYhbwyNVGN0dbIcnAUhEJbwSf4cE-UAkD09p_gvThc,2406
|
|
369
388
|
empathy_os/workflows/test_coverage_boost_crew.py,sha256=nwW_3fhcQObCdiE5Pi9iidUdQm-G6ldCPWdzKlt6dk0,31053
|
|
370
|
-
empathy_os/workflows/test_gen.py,sha256=
|
|
389
|
+
empathy_os/workflows/test_gen.py,sha256=F8SpUdrSJVbM0oiTL1S4YXttIXjHFz-uxb__nufGQD8,73129
|
|
390
|
+
empathy_os/workflows/test_gen_behavioral.py,sha256=DqcjIIseNbJX3drd0zs0lFBOuPseQulsbD1VLTolLp0,15767
|
|
391
|
+
empathy_os/workflows/test_gen_parallel.py,sha256=DmpaJoRaOD94tMT0_IShBui62cBS0OJvyafR_2wSzUk,12134
|
|
371
392
|
empathy_os/workflows/test_lifecycle.py,sha256=c6UDSd6kOQdCHmaJviwAnUVceVQuSdLNQ9eKbVooiMY,16890
|
|
372
393
|
empathy_os/workflows/test_maintenance.py,sha256=qaIUmjPjF3KLO2X8exCR0MvaaU6kHJIO-ifnTX5GfCk,22966
|
|
373
394
|
empathy_os/workflows/test_maintenance_cli.py,sha256=U8t-1uK9iqEg9RoVXbS27KbhqvbXm30anQH4GbCvKBM,17879
|
|
@@ -381,14 +402,23 @@ empathy_os/workflows/keyboard_shortcuts/parsers.py,sha256=aws4HSjqBOrl-DQEOV9WeJ
|
|
|
381
402
|
empathy_os/workflows/keyboard_shortcuts/prompts.py,sha256=gcV2F2bAMjZUrbB13lOI4ixXzXm2TNWEZ4VbPhC7ITw,9164
|
|
382
403
|
empathy_os/workflows/keyboard_shortcuts/schema.py,sha256=MwvM63J9WTO6nqtwes5A04HH1dTa9XhJlD0SbFhsS5E,5806
|
|
383
404
|
empathy_os/workflows/keyboard_shortcuts/workflow.py,sha256=FOEQwc8IR0PEYim05zjR-uIlw6oPZHW9jQZ8skxXp0c,17678
|
|
405
|
+
empathy_os/workflows/progressive/README 2.md,sha256=ngn3ZC48LW-ON5Vow90dW4UvEWeOKuU7V-W4JdudqJo,13793
|
|
384
406
|
empathy_os/workflows/progressive/README.md,sha256=ngn3ZC48LW-ON5Vow90dW4UvEWeOKuU7V-W4JdudqJo,13793
|
|
407
|
+
empathy_os/workflows/progressive/__init__ 2.py,sha256=l18JX30ONk8H08Wm210k1W3AKat2tVzI840JqlzTBpU,2203
|
|
385
408
|
empathy_os/workflows/progressive/__init__.py,sha256=qkPVjO_MtHjxVcHMr5jbU9NMZTxVCGHXVD3EkngyCso,2179
|
|
409
|
+
empathy_os/workflows/progressive/cli 2.py,sha256=WIFxTBUsCL2hvKKoPFxYUgfhRFjMm-HVUjRp3Y-pvXA,6305
|
|
386
410
|
empathy_os/workflows/progressive/cli.py,sha256=jbl5jSk3wlbjGc00Ao06OO7aU53AZuVZVKJpJJAajX4,6122
|
|
411
|
+
empathy_os/workflows/progressive/core 2.py,sha256=891OttvWkFokBRVzvqVUxwpcNlgc7edlVYqGUCkn0vs,16101
|
|
387
412
|
empathy_os/workflows/progressive/core.py,sha256=2FzIsy0xKyP91-aMTGfERbX5Mow5CSlfR9RUmHU4GeM,16070
|
|
413
|
+
empathy_os/workflows/progressive/orchestrator 2.py,sha256=FsLcoRC8jujRcOV87PyN-0jzlLvStIQQqMFisxWWg0I,26786
|
|
388
414
|
empathy_os/workflows/progressive/orchestrator.py,sha256=LssTqdy4ufqhgpgS3QNZEdpeSkdg-MgpFyhW5zCJmAY,27733
|
|
415
|
+
empathy_os/workflows/progressive/reports 2.py,sha256=F2p3HyInGH8fT9-e_BsOVcgeQBtOugYsSyBn49yhhmc,17588
|
|
389
416
|
empathy_os/workflows/progressive/reports.py,sha256=VgymV6v7owodELf_QLQTwqGOEZjaFKclKxeQ0-vow0k,17631
|
|
417
|
+
empathy_os/workflows/progressive/telemetry 2.py,sha256=5ZjCmeGjtfESejocWdtvnm5iCTAQv5_3NRTYmuoIbVs,9427
|
|
390
418
|
empathy_os/workflows/progressive/telemetry.py,sha256=DiDTrkeKDjsWJnA57UrNfhbSG6qv9LaTP2wqHPcRscA,9398
|
|
419
|
+
empathy_os/workflows/progressive/test_gen 2.py,sha256=rNjjrQ8AFoXRe99X1Yk020gX6tcTxLh5pGMXXho8XRs,15802
|
|
391
420
|
empathy_os/workflows/progressive/test_gen.py,sha256=wdpjx-Tlz-dWqOwHwoblbgEABr7EjTRV2faXMTad1M0,15759
|
|
421
|
+
empathy_os/workflows/progressive/workflow 2.py,sha256=bGXKmB9UFLfDw5c9MsW6Zw4GSbknCP-9HnaIEX36nhY,21597
|
|
392
422
|
empathy_os/workflows/progressive/workflow.py,sha256=FD3MzRSMV1n_c1S8jSlLLIrcewcus6Niyml6-EMdk_E,21146
|
|
393
423
|
empathy_software_plugin/SOFTWARE_PLUGIN_README.md,sha256=XjvK2TXoI5nsgEZqh4RQIAxBiGVpvbXihIu7zF8KNYk,1399
|
|
394
424
|
empathy_software_plugin/__init__.py,sha256=OceDhLoQrjD0jTPlI4418608l97OT48u4SCL5yEDPQc,309
|
|
@@ -400,8 +430,8 @@ workflow_scaffolding/__init__.py,sha256=UpX5vjjjPjIaAKyIV1D4GxJzLUZy5DzdzgSkePYM
|
|
|
400
430
|
workflow_scaffolding/__main__.py,sha256=0qspuNoadTDqyskXTlT8Sahqau-XIxN35NHTSGVW6z4,236
|
|
401
431
|
workflow_scaffolding/cli.py,sha256=yLgvMsPbqI-LHt7UKXMuj-Dc0-44EqWiChldysrw1YQ,6763
|
|
402
432
|
workflow_scaffolding/generator.py,sha256=9eEmm324kVzf8BCtXEML090pyke06o0U7aGATzZIaPM,8869
|
|
403
|
-
empathy_framework-5.
|
|
404
|
-
empathy_framework-5.
|
|
405
|
-
empathy_framework-5.
|
|
406
|
-
empathy_framework-5.
|
|
407
|
-
empathy_framework-5.
|
|
433
|
+
empathy_framework-5.1.1.dist-info/METADATA,sha256=zj7sYfkQo6iPMGw5B8TQ8QjeIKwUh2hDuoiVhOkcieg,41888
|
|
434
|
+
empathy_framework-5.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
435
|
+
empathy_framework-5.1.1.dist-info/entry_points.txt,sha256=Ox9iu_2Fx66x5fyZ5L1NJrrFFekD-BZJIudHNzKwYPs,1565
|
|
436
|
+
empathy_framework-5.1.1.dist-info/top_level.txt,sha256=YJNBYFE2u5f2XnveFqYO-rZDcHR_aMOHAiIIf9tl72c,102
|
|
437
|
+
empathy_framework-5.1.1.dist-info/RECORD,,
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2025 Deep Study AI, LLC
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# Empathy Framework is Now Fully Open Source (Apache 2.0)
|
|
2
|
+
|
|
3
|
+
**Date:** January 28, 2026
|
|
4
|
+
|
|
5
|
+
We're excited to announce that **Empathy Framework is now fully open source** under the Apache License 2.0!
|
|
6
|
+
|
|
7
|
+
## What Changed?
|
|
8
|
+
|
|
9
|
+
- **Before:** Fair Source License 0.9 (free for small teams, paid for larger organizations)
|
|
10
|
+
- **After:** Apache License 2.0 (free and open source for everyone)
|
|
11
|
+
|
|
12
|
+
## Why Apache 2.0?
|
|
13
|
+
|
|
14
|
+
Empathy Framework helps developers save 70-85% on LLM costs through:
|
|
15
|
+
- Progressive tier escalation (cheap models for simple tasks)
|
|
16
|
+
- Intelligent caching (85% hit rates)
|
|
17
|
+
- Batch processing (50% cost reduction)
|
|
18
|
+
- Multi-agent orchestration
|
|
19
|
+
|
|
20
|
+
**But we realized the license was limiting adoption**, the restrictions made developers hesitant to try the framework.
|
|
21
|
+
|
|
22
|
+
**Open source first. Revenue later.** The path to sustainable business is:
|
|
23
|
+
1. **Adoption** - Get the framework into developers' hands
|
|
24
|
+
2. **Community** - Build contributors and advocates
|
|
25
|
+
3. **Value Creation** - Prove the technology works at scale
|
|
26
|
+
4. **Monetization** - Offer hosted services, enterprise features, support
|
|
27
|
+
|
|
28
|
+
We were trying to skip to step 4. That doesn't work.
|
|
29
|
+
|
|
30
|
+
## What This Means for You
|
|
31
|
+
|
|
32
|
+
### If you're a developer:
|
|
33
|
+
- ✅ **Use it freely** - Personal projects, commercial products, anything
|
|
34
|
+
- ✅ **Fork and modify** - Build on top of it however you want
|
|
35
|
+
- ✅ **Contribute** - PRs welcome, no CLA required
|
|
36
|
+
- ✅ **No restrictions** - No employee limits, no usage limits
|
|
37
|
+
|
|
38
|
+
### If you're a company:
|
|
39
|
+
- ✅ **No commercial license needed** - Use in production freely
|
|
40
|
+
- ✅ **Enterprise-friendly** - Apache 2.0 is approved by most legal teams
|
|
41
|
+
- ✅ **Patent protection** - Apache 2.0 includes patent grants
|
|
42
|
+
- ✅ **Clear terms** - Well-understood OSI-approved license
|
|
43
|
+
|
|
44
|
+
## What Hasn't Changed
|
|
45
|
+
|
|
46
|
+
- **Same great features** - All the cost optimization, caching, orchestration
|
|
47
|
+
- **Same innovation** - We're still building the best AI framework
|
|
48
|
+
- **Same commitment** - Active development, responsive maintainers
|
|
49
|
+
- **Same quality** - 7,168 tests passing (99.9%)
|
|
50
|
+
|
|
51
|
+
## Our Commitment Going Forward
|
|
52
|
+
|
|
53
|
+
We're doubling down on making Empathy Framework the best AI orchestration tool:
|
|
54
|
+
|
|
55
|
+
1. **Claude-native focus** - Leveraging prompt caching, 200K context, extended thinking
|
|
56
|
+
2. **Performance** - 18x faster than v4.8 (already shipped in v4.9)
|
|
57
|
+
3. **Cost optimization** - Batch API, caching, adaptive routing (shipped in v5.0.2)
|
|
58
|
+
4. **Developer experience** - Better docs, more examples, easier onboarding
|
|
59
|
+
|
|
60
|
+
## How You Can Help
|
|
61
|
+
|
|
62
|
+
Now that we're fully open source, we need **adoption and feedback**:
|
|
63
|
+
|
|
64
|
+
- ⭐ **Star the repo** - https://github.com/Smart-AI-Memory/empathy-framework
|
|
65
|
+
- 🐛 **Report bugs** - Help us improve quality
|
|
66
|
+
- 💡 **Share ideas** - Feature requests welcome
|
|
67
|
+
- 📝 **Write tutorials** - Show others how to use it
|
|
68
|
+
- 🤝 **Contribute code** - PRs appreciated
|
|
69
|
+
|
|
70
|
+
## Future Monetization
|
|
71
|
+
|
|
72
|
+
Going open source doesn't mean we won't build a business. We plan to offer:
|
|
73
|
+
|
|
74
|
+
- **Empathy Cloud** - Hosted/managed version (like Vercel for Next.js)
|
|
75
|
+
- **Enterprise Edition** - Advanced features (SSO, audit logs, team management)
|
|
76
|
+
- **Support Contracts** - SLAs, dedicated help, custom integrations
|
|
77
|
+
- **Consulting** - Help teams implement AI orchestration
|
|
78
|
+
|
|
79
|
+
But **first, we need adoption**. And that means being fully open source.
|
|
80
|
+
|
|
81
|
+
## Get Started
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
pip install empathy-framework[developer]
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Read the docs: https://smartaimemory.com/framework-docs/
|
|
88
|
+
|
|
89
|
+
Join the community: https://github.com/Smart-AI-Memory/empathy-framework/discussions
|
|
90
|
+
|
|
91
|
+
## Thank You
|
|
92
|
+
|
|
93
|
+
To everyone who believed in Empathy Framework under Fair Source - thank you. This change makes the project accessible to everyone, not just a select few.
|
|
94
|
+
|
|
95
|
+
Let's build the future of AI orchestration together.
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
**Questions?** Open an issue or discussion on GitHub.
|
|
100
|
+
|
|
101
|
+
**Built by [Deep Study AI, LLC](https://smartaimemory.com)** · Licensed under [Apache 2.0](LICENSE)
|
empathy_os/__init__.py
CHANGED
empathy_os/cli/commands/batch.py
CHANGED
|
@@ -70,7 +70,7 @@ def cmd_batch_submit(args):
|
|
|
70
70
|
]
|
|
71
71
|
)
|
|
72
72
|
|
|
73
|
-
print(
|
|
73
|
+
print("\n✅ Batch submitted successfully!")
|
|
74
74
|
print(f" Batch ID: {batch_id}")
|
|
75
75
|
print(f"\nMonitor status with: empathy batch status {batch_id}")
|
|
76
76
|
print(f"Retrieve results with: empathy batch results {batch_id} output.json")
|
|
@@ -105,7 +105,7 @@ def cmd_batch_status(args):
|
|
|
105
105
|
workflow = BatchProcessingWorkflow(api_key=api_key)
|
|
106
106
|
status = workflow.batch_provider.get_batch_status(batch_id)
|
|
107
107
|
|
|
108
|
-
print(
|
|
108
|
+
print("\n📊 Batch Status:")
|
|
109
109
|
print(f" ID: {status.id}")
|
|
110
110
|
print(f" Processing Status: {status.processing_status}")
|
|
111
111
|
print(f" Created: {status.created_at}")
|
|
@@ -113,7 +113,7 @@ def cmd_batch_status(args):
|
|
|
113
113
|
if hasattr(status, "ended_at") and status.ended_at:
|
|
114
114
|
print(f" Ended: {status.ended_at}")
|
|
115
115
|
|
|
116
|
-
print(
|
|
116
|
+
print("\n📈 Request Counts:")
|
|
117
117
|
counts = status.request_counts
|
|
118
118
|
print(f" Processing: {counts.processing}")
|
|
119
119
|
print(f" Succeeded: {counts.succeeded}")
|
|
@@ -122,10 +122,10 @@ def cmd_batch_status(args):
|
|
|
122
122
|
print(f" Expired: {counts.expired}")
|
|
123
123
|
|
|
124
124
|
if status.processing_status == "ended":
|
|
125
|
-
print(
|
|
125
|
+
print("\n✅ Batch processing completed!")
|
|
126
126
|
print(f" Retrieve results with: empathy batch results {batch_id} output.json")
|
|
127
127
|
else:
|
|
128
|
-
print(
|
|
128
|
+
print("\n⏳ Batch still processing...")
|
|
129
129
|
|
|
130
130
|
# Output JSON if requested
|
|
131
131
|
if args.json:
|
|
@@ -97,7 +97,7 @@ def cmd_routing_stats(args: Any) -> int:
|
|
|
97
97
|
|
|
98
98
|
if cheapest[0] != most_expensive[0]:
|
|
99
99
|
savings_per_call = most_expensive[1]["avg_cost"] - cheapest[1]["avg_cost"]
|
|
100
|
-
print(
|
|
100
|
+
print("\n 💰 Potential savings:")
|
|
101
101
|
print(f" Using {cheapest[0]} instead of {most_expensive[0]}")
|
|
102
102
|
print(f" ${savings_per_call:.4f} per call")
|
|
103
103
|
if stats["total_calls"] > 0:
|
|
@@ -11,7 +11,8 @@ from pathlib import Path
|
|
|
11
11
|
|
|
12
12
|
from empathy_os.config import _validate_file_path
|
|
13
13
|
from empathy_os.logging_config import get_logger
|
|
14
|
-
from empathy_os.workflows import get_workflow
|
|
14
|
+
from empathy_os.workflows import get_workflow
|
|
15
|
+
from empathy_os.workflows import list_workflows as get_workflow_list
|
|
15
16
|
from empathy_os.workflows.config import WorkflowConfig, create_example_config
|
|
16
17
|
|
|
17
18
|
logger = get_logger(__name__)
|