-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog.txt
More file actions
347 lines (347 loc) · 57.3 KB
/
log.txt
File metadata and controls
347 lines (347 loc) · 57.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
---------------- REMOTE BUILD OUTPUT -----------------
starting build "52441b5c-f7d6-445e-ba33-8b0138c0c308"
FETCHSOURCE
Fetching storage object: gs://run-sources-firstproject-c5ac2-us-central1/services/math-mentor/1771678640.015863-37f794ad432d4d7fb6507da6ee472c7e.zip#1771678645476667
Copying gs://run-sources-firstproject-c5ac2-us-central1/services/math-mentor/1771678640.015863-37f794ad432d4d7fb6507da6ee472c7e.zip#1771678645476667...
/ [0 files][ 0.0 B/ 4.3 MiB]
/ [1 files][ 4.3 MiB/ 4.3 MiB]
Operation completed over 1 objects/4.3 MiB.
Archive: /tmp/source-archive.zip
creating: /workspace/.streamlit/
creating: /workspace/backend/
creating: /workspace/frontend/
creating: /workspace/tests/
creating: /workspace/backend/agents/
creating: /workspace/backend/data/
creating: /workspace/backend/deck_generator/
creating: /workspace/backend/input/
creating: /workspace/backend/kb_builder/
creating: /workspace/backend/knowledge/
creating: /workspace/backend/memory_index/
creating: /workspace/backend/prompts/
creating: /workspace/backend/utils/
creating: /workspace/backend/data/jeebench_repo/
creating: /workspace/backend/data/jee_mains_repo/
creating: /workspace/backend/data/pyqs/
creating: /workspace/backend/deck_generator/templates/
creating: /workspace/backend/kb_builder/sources/
creating: /workspace/backend/knowledge/base/
creating: /workspace/backend/knowledge/base/patterns/
inflating: /workspace/$env
inflating: /workspace/.dockerignore
inflating: /workspace/.env.example
inflating: /workspace/DEPLOY.md
inflating: /workspace/deploy.ps1
inflating: /workspace/Dockerfile
inflating: /workspace/pyproject.toml
inflating: /workspace/README.md
inflating: /workspace/requirements.txt
inflating: /workspace/uv.lock
inflating: /workspace/.streamlit/secrets.toml.example
inflating: /workspace/backend/config.py
inflating: /workspace/backend/episodic_memory.py
inflating: /workspace/backend/executor.py
inflating: /workspace/backend/logging_config.py
inflating: /workspace/backend/memory.py
inflating: /workspace/backend/ocr.py
inflating: /workspace/backend/orchestrator.py
inflating: /workspace/backend/schemas.py
inflating: /workspace/backend/__init__.py
inflating: /workspace/backend/agents/base.py
inflating: /workspace/backend/agents/executor.py
inflating: /workspace/backend/agents/explainer.py
inflating: /workspace/backend/agents/parser.py
inflating: /workspace/backend/agents/router.py
inflating: /workspace/backend/agents/solver.py
inflating: /workspace/backend/agents/verifier.py
inflating: /workspace/backend/agents/__init__.py
inflating: /workspace/backend/data/pyqs/jee_mains_math.json
inflating: /workspace/backend/data/pyqs/jee_mains_math_sample.json
inflating: /workspace/backend/data/pyqs/jee_math_all.json
inflating: /workspace/backend/data/pyqs/jee_math_complete.json
inflating: /workspace/backend/data/pyqs/jee_math_sample.json
inflating: /workspace/backend/data/pyqs/sample_pyqs.json
inflating: /workspace/backend/deck_generator/diagrams.py
inflating: /workspace/backend/deck_generator/exporter.py
inflating: /workspace/backend/deck_generator/generator.py
inflating: /workspace/backend/deck_generator/models.py
inflating: /workspace/backend/deck_generator/test_deck.py
inflating: /workspace/backend/deck_generator/test_output_diagram.html
inflating: /workspace/backend/deck_generator/test_output_parsed.html
inflating: /workspace/backend/deck_generator/test_output_structured.html
inflating: /workspace/backend/deck_generator/themes.py
inflating: /workspace/backend/deck_generator/__init__.py
inflating: /workspace/backend/deck_generator/templates/context_deck.html
inflating: /workspace/backend/deck_generator/templates/deck.html
inflating: /workspace/backend/input/asr.py
inflating: /workspace/backend/input/normalizer.py
inflating: /workspace/backend/input/ocr.py
inflating: /workspace/backend/input/__init__.py
inflating: /workspace/backend/kb_builder/aggregator.py
inflating: /workspace/backend/kb_builder/classifier.py
inflating: /workspace/backend/kb_builder/combine_datasets.py
inflating: /workspace/backend/kb_builder/doc_generator.py
inflating: /workspace/backend/kb_builder/embedder.py
inflating: /workspace/backend/kb_builder/extract_jee_mains.py
inflating: /workspace/backend/kb_builder/extract_math.py
inflating: /workspace/backend/kb_builder/pipeline.py
inflating: /workspace/backend/kb_builder/pipeline_v2.py
inflating: /workspace/backend/kb_builder/__init__.py
inflating: /workspace/backend/kb_builder/sources/json_loader.py
inflating: /workspace/backend/kb_builder/sources/__init__.py
inflating: /workspace/backend/knowledge/rag.py
inflating: /workspace/backend/knowledge/__init__.py
inflating: /workspace/backend/knowledge/base/patterns/.gitkeep
inflating: /workspace/backend/knowledge/base/patterns/3d-geometry_direction-cosines-and-direction-ratios-of-a-line.md
inflating: /workspace/backend/knowledge/base/patterns/3d-geometry_lines-and-plane.md
inflating: /workspace/backend/knowledge/base/patterns/3d-geometry_lines-in-space.md
inflating: /workspace/backend/knowledge/base/patterns/3d-geometry_plane-in-space.md
inflating: /workspace/backend/knowledge/base/patterns/application-of-derivatives_maxima-and-minima.md
inflating: /workspace/backend/knowledge/base/patterns/application-of-derivatives_mean-value-theorem.md
inflating: /workspace/backend/knowledge/base/patterns/application-of-derivatives_monotonicity.md
inflating: /workspace/backend/knowledge/base/patterns/application-of-derivatives_nature-of-roots.md
inflating: /workspace/backend/knowledge/base/patterns/application-of-derivatives_rate-of-change-of-quantity.md
inflating: /workspace/backend/knowledge/base/patterns/application-of-derivatives_tangent-and-normal.md
inflating: /workspace/backend/knowledge/base/patterns/area-under-the-curves_area-bounded-between-the-curves.md
inflating: /workspace/backend/knowledge/base/patterns/area-under-the-curves_area-under-simple-curves-in-standard-forms.md
inflating: /workspace/backend/knowledge/base/patterns/binomial-theorem_binomial-theorem-for-any-index.md
inflating: /workspace/backend/knowledge/base/patterns/binomial-theorem_divisibility-concept-and-remainder-concept.md
inflating: /workspace/backend/knowledge/base/patterns/binomial-theorem_general-term.md
inflating: /workspace/backend/knowledge/base/patterns/binomial-theorem_integral-and-fractional-part-of-a-number.md
inflating: /workspace/backend/knowledge/base/patterns/binomial-theorem_middle-term.md
inflating: /workspace/backend/knowledge/base/patterns/binomial-theorem_multinomial-theorem.md
inflating: /workspace/backend/knowledge/base/patterns/binomial-theorem_negative-and-fractional-index.md
inflating: /workspace/backend/knowledge/base/patterns/binomial-theorem_problems-based-on-binomial-co-efficient-and-collection-of-binomial-co-efficient.md
inflating: /workspace/backend/knowledge/base/patterns/circle_basic-theorems-of-a-circle.md
inflating: /workspace/backend/knowledge/base/patterns/circle_chord-of-contact.md
inflating: /workspace/backend/knowledge/base/patterns/circle_chord-with-a-given-middle-point.md
inflating: /workspace/backend/knowledge/base/patterns/circle_director-circle.md
inflating: /workspace/backend/knowledge/base/patterns/circle_family-of-circle.md
inflating: /workspace/backend/knowledge/base/patterns/circle_intercepts-of-a-circle.md
inflating: /workspace/backend/knowledge/base/patterns/circle_number-of-common-tangents-and-position-of-two-circle.md
inflating: /workspace/backend/knowledge/base/patterns/circle_orthogonality-of-two-circles.md
inflating: /workspace/backend/knowledge/base/patterns/circle_pair-of-tangents.md
inflating: /workspace/backend/knowledge/base/patterns/circle_parametric-form-of-a-circle.md
inflating: /workspace/backend/knowledge/base/patterns/circle_position-of-a-point-with-respect-to-circle.md
inflating: /workspace/backend/knowledge/base/patterns/circle_radical-axis.md
inflating: /workspace/backend/knowledge/base/patterns/circle_tangent-and-normal.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_algebra-of-complex-numbers.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_applications-of-complex-numbers-in-coordinate-geometry.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_argument-of-complex-numbers.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_conjugate-of-complex-numbers.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_cube-roots-of-unity.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_de-moivres-theorem.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_modulus-of-complex-numbers.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_nth-roots-of-unity.md
inflating: /workspace/backend/knowledge/base/patterns/complex-numbers_square-root-of-a-complex-number.md
inflating: /workspace/backend/knowledge/base/patterns/definite-integration_definite-integral-as-a-limit-of-sum.md
inflating: /workspace/backend/knowledge/base/patterns/definite-integration_limits-of-algebric-function.md
inflating: /workspace/backend/knowledge/base/patterns/definite-integration_newton-lebnitz-rule-of-differentiation.md
inflating: /workspace/backend/knowledge/base/patterns/definite-integration_properties-of-definite-integration.md
inflating: /workspace/backend/knowledge/base/patterns/differential-equations_formation-of-differential-equations.md
inflating: /workspace/backend/knowledge/base/patterns/differential-equations_linear-differential-equations.md
inflating: /workspace/backend/knowledge/base/patterns/differential-equations_order-and-degree.md
inflating: /workspace/backend/knowledge/base/patterns/differential-equations_solution-of-differential-equations-by-method-of-separation-variables-and-homogeneous.md
inflating: /workspace/backend/knowledge/base/patterns/differentiation_differentiation-of-a-function-with-respect-to-another-function.md
inflating: /workspace/backend/knowledge/base/patterns/differentiation_differentiation-of-composite-function.md
inflating: /workspace/backend/knowledge/base/patterns/differentiation_differentiation-of-implicit-function.md
inflating: /workspace/backend/knowledge/base/patterns/differentiation_differentiation-of-inverse-trigonometric-function.md
inflating: /workspace/backend/knowledge/base/patterns/differentiation_differentiation-of-logarithmic-function.md
inflating: /workspace/backend/knowledge/base/patterns/differentiation_differentiation-of-parametric-function.md
inflating: /workspace/backend/knowledge/base/patterns/differentiation_methods-of-differentiation.md
inflating: /workspace/backend/knowledge/base/patterns/differentiation_successive-differentiation.md
inflating: /workspace/backend/knowledge/base/patterns/ellipse_chord-of-ellipse.md
inflating: /workspace/backend/knowledge/base/patterns/ellipse_common-tangent.md
inflating: /workspace/backend/knowledge/base/patterns/ellipse_locus.md
inflating: /workspace/backend/knowledge/base/patterns/ellipse_normal-to-ellipse.md
inflating: /workspace/backend/knowledge/base/patterns/ellipse_position-of-point-and-chord-joining-of-two-points.md
inflating: /workspace/backend/knowledge/base/patterns/ellipse_question-based-on-basic-definition-and-parametric-representation.md
inflating: /workspace/backend/knowledge/base/patterns/ellipse_tangent-to-ellipse.md
inflating: /workspace/backend/knowledge/base/patterns/functions_classification-of-functions.md
inflating: /workspace/backend/knowledge/base/patterns/functions_composite-functions.md
inflating: /workspace/backend/knowledge/base/patterns/functions_domain.md
inflating: /workspace/backend/knowledge/base/patterns/functions_even-and-odd-functions.md
inflating: /workspace/backend/knowledge/base/patterns/functions_functional-equations.md
inflating: /workspace/backend/knowledge/base/patterns/functions_inverse-functions.md
inflating: /workspace/backend/knowledge/base/patterns/functions_periodic-functions.md
inflating: /workspace/backend/knowledge/base/patterns/functions_range.md
inflating: /workspace/backend/knowledge/base/patterns/height-and-distance_height-and-distance.md
inflating: /workspace/backend/knowledge/base/patterns/hyperbola_common-tangent.md
inflating: /workspace/backend/knowledge/base/patterns/hyperbola_locus.md
inflating: /workspace/backend/knowledge/base/patterns/hyperbola_normal-to-hyperbola.md
inflating: /workspace/backend/knowledge/base/patterns/hyperbola_position-of-point-and-chord-joining-of-two-points.md
inflating: /workspace/backend/knowledge/base/patterns/hyperbola_question-based-on-basic-definition-and-parametric-representation.md
inflating: /workspace/backend/knowledge/base/patterns/hyperbola_tangent-to-hyperbola.md
inflating: /workspace/backend/knowledge/base/patterns/indefinite-integrals_integration-by-partial-fraction.md
inflating: /workspace/backend/knowledge/base/patterns/indefinite-integrals_integration-by-parts.md
inflating: /workspace/backend/knowledge/base/patterns/indefinite-integrals_integration-by-substitution.md
inflating: /workspace/backend/knowledge/base/patterns/indefinite-integrals_standard-integral.md
inflating: /workspace/backend/knowledge/base/patterns/inverse-trigonometric-functions_domain-and-range-of-inverse-trigonometric-functions.md
inflating: /workspace/backend/knowledge/base/patterns/inverse-trigonometric-functions_principal-value-of-inverse-trigonometric-functions.md
inflating: /workspace/backend/knowledge/base/patterns/inverse-trigonometric-functions_properties-of-inverse-trigonometric-functions.md
inflating: /workspace/backend/knowledge/base/patterns/inverse-trigonometric-functions_sum-upto-n-terms-and-infinite-terms-of-inverse-series.md
inflating: /workspace/backend/knowledge/base/patterns/limits-continuity-and-differentiability_continuity.md
inflating: /workspace/backend/knowledge/base/patterns/limits-continuity-and-differentiability_differentiability.md
inflating: /workspace/backend/knowledge/base/patterns/limits-continuity-and-differentiability_existance-of-limits.md
inflating: /workspace/backend/knowledge/base/patterns/limits-continuity-and-differentiability_limits-of-algebric-function.md
inflating: /workspace/backend/knowledge/base/patterns/limits-continuity-and-differentiability_limits-of-exponential-functions.md
inflating: /workspace/backend/knowledge/base/patterns/limits-continuity-and-differentiability_limits-of-logarithmic-functions.md
inflating: /workspace/backend/knowledge/base/patterns/limits-continuity-and-differentiability_limits-of-trigonometric-functions.md
inflating: /workspace/backend/knowledge/base/patterns/logarithm_logarithm-inequalities.md
inflating: /workspace/backend/knowledge/base/patterns/logarithm_logarithmic-equations.md
inflating: /workspace/backend/knowledge/base/patterns/mathematical-induction_mathematical-induction.md
inflating: /workspace/backend/knowledge/base/patterns/mathematical-reasoning_logical-connectives.md
inflating: /workspace/backend/knowledge/base/patterns/mathematical-reasoning_logical-statement.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_adjoint-of-a-matrix.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_basic-of-matrix.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_expansion-of-determinant.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_inverse-of-a-matrix.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_multiplication-of-matrices.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_operations-on-matrices.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_properties-of-determinants.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_solutions-of-system-of-linear-equations-in-two-or-three-variables-using-determinants-and-matrices.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_symmetric-and-skew-symmetric-matrices.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_trace-of-a-matrix.md
inflating: /workspace/backend/knowledge/base/patterns/matrices-and-determinants_transpose-of-a-matrix.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_chord-of-contact.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_chord-of-parabola.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_common-tangent.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_locus.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_normal-to-parabola.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_pair-of-tangents.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_position-of-point-and-chord-joining-of-two-points.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_question-based-on-basic-definition-and-parametric-representation.md
inflating: /workspace/backend/knowledge/base/patterns/parabola_tangent-to-parabola.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_application-of-permutations-and-combination-in-geometry.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_circular-permutations.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_conditional-combinations.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_conditional-permutations.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_dearrangement.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_divisibility-of-numbers.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_factorial.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_number-of-combinations.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_number-of-permutations.md
inflating: /workspace/backend/knowledge/base/patterns/permutations-and-combinations_sum-of-numbers.md
inflating: /workspace/backend/knowledge/base/patterns/probability_bayes-theorem.md
inflating: /workspace/backend/knowledge/base/patterns/probability_binomial-distribution.md
inflating: /workspace/backend/knowledge/base/patterns/probability_classical-defininition-of-probability.md
inflating: /workspace/backend/knowledge/base/patterns/probability_conditional-probability-and-multiplication-theorem.md
inflating: /workspace/backend/knowledge/base/patterns/probability_permutation-and-combination-based-problem.md
inflating: /workspace/backend/knowledge/base/patterns/probability_probability-distribution-of-a-random-variable.md
inflating: /workspace/backend/knowledge/base/patterns/probability_total-probability-theorem.md
inflating: /workspace/backend/knowledge/base/patterns/probability_venn-diagram-and-set-theory.md
inflating: /workspace/backend/knowledge/base/patterns/properties-of-triangle_area-of-triangle.md
inflating: /workspace/backend/knowledge/base/patterns/properties-of-triangle_circumcenter-incenter-and-orthocenter.md
inflating: /workspace/backend/knowledge/base/patterns/properties-of-triangle_cosine-rule.md
inflating: /workspace/backend/knowledge/base/patterns/properties-of-triangle_ex-circle.md
inflating: /workspace/backend/knowledge/base/patterns/properties-of-triangle_half-angle-formulae.md
inflating: /workspace/backend/knowledge/base/patterns/properties-of-triangle_mediun-and-angle-bisector.md
inflating: /workspace/backend/knowledge/base/patterns/properties-of-triangle_sine-rule.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_algebraic-equations-of-higher-degree.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_common-roots.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_graph-and-sign-of-quadratic-expression.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_greatest-integer-and-fractional-part-functions.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_inequalities.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_location-of-roots.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_modulus-function.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_nature-of-roots.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_range-of-quadratic-expression.md
inflating: /workspace/backend/knowledge/base/patterns/quadratic-equation-and-inequalities_relation-between-roots-and-coefficients.md
inflating: /workspace/backend/knowledge/base/patterns/sequences-and-series_am-gm-and-hm.md
inflating: /workspace/backend/knowledge/base/patterns/sequences-and-series_arithmetic-progression.md
inflating: /workspace/backend/knowledge/base/patterns/sequences-and-series_arithmetico-geometric-progression.md
inflating: /workspace/backend/knowledge/base/patterns/sequences-and-series_geometric-progression.md
inflating: /workspace/backend/knowledge/base/patterns/sequences-and-series_harmonic-progression.md
inflating: /workspace/backend/knowledge/base/patterns/sequences-and-series_summation-of-series.md
inflating: /workspace/backend/knowledge/base/patterns/sets-and-relations_number-of-sets-and-relations.md
inflating: /workspace/backend/knowledge/base/patterns/sets-and-relations_symmetric-transitive-and-reflexive-properties.md
inflating: /workspace/backend/knowledge/base/patterns/sets-and-relations_venn-diagram.md
inflating: /workspace/backend/knowledge/base/patterns/statistics_calculation-of-mean-median-and-mode-of-grouped-and-ungrouped-data.md
inflating: /workspace/backend/knowledge/base/patterns/statistics_calculation-of-standard-deviation-variance-and-mean-deviation-of-grouped-and-ungrouped-data.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_angle-between-two-lines.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_angle-bisector.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_area-of-triangle-and-condition-of-collinearity.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_centers-of-triangle.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_condition-of-concurrency.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_distance-formula.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_distance-of-a-point-from-a-line.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_family-of-straight-line.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_locus.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_pair-of-straight-lines.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_position-of-a-point-with-respect-to-a-line.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_section-formula.md
inflating: /workspace/backend/knowledge/base/patterns/straight-lines-and-pair-of-straight-lines_various-forms-of-straight-line.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-functions-and-equations_general-solution-and-principal-solution-of-the-equation.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-functions-and-equations_solving-trigonometric-equations.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_addition-and-subtraction-formula.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_basic-definition-of-trigonometric-function.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_fundamental-identities.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_multiple-and-sub-multiple-angle-formula.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_range-of-trigonometric-functions.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_reduction-formula.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_summation-series-problems.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_transformation-formula.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_trigonometric-ratio-of-standard-angles.md
inflating: /workspace/backend/knowledge/base/patterns/trigonometric-ratio-and-identites_trigonometric-series.md
inflating: /workspace/backend/knowledge/base/patterns/unknown_general.md
inflating: /workspace/backend/knowledge/base/patterns/_index.md
inflating: /workspace/backend/memory_index/jee_math.index
inflating: /workspace/backend/memory_index/metadata.json
inflating: /workspace/backend/prompts/explainer_prompt.md
inflating: /workspace/backend/prompts/solver_basic.md
inflating: /workspace/backend/prompts/solver_contextual.md
inflating: /workspace/backend/prompts/__init__.py
inflating: /workspace/backend/utils/text_utils.py
inflating: /workspace/backend/utils/__init__.py
inflating: /workspace/frontend/app.py
inflating: /workspace/frontend/helper_inputs.py
inflating: /workspace/tests/test_explainer.py
inflating: /workspace/tests/test_orchestrator.py
inflating: /workspace/tests/test_rag_solver.py
inflating: /workspace/tests/test_router.py
inflating: /workspace/tests/test_solver.py
inflating: /workspace/tests/test_verifier.py
inflating: /workspace/tests/verify_phase3.py
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon 20.2MB
Step 1/12 : FROM python:3.11-slim
3.11-slim: Pulling from library/python
0c8d55a45c0d: Already exists
64faa99400e1: Pulling fs layer
8cbc47ff628d: Pulling fs layer
d85099f0969e: Pulling fs layer
d85099f0969e: Verifying Checksum
d85099f0969e: Download complete
64faa99400e1: Verifying Checksum
64faa99400e1: Download complete
8cbc47ff628d: Verifying Checksum
8cbc47ff628d: Download complete
64faa99400e1: Pull complete
8cbc47ff628d: Pull complete
d85099f0969e: Pull complete
Digest: sha256:0b23cfb7425d065008b778022a17b1551c82f8b4866ee5a7a200084b7e2eafbf
Status: Downloaded newer image for python:3.11-slim
---> 466c0182639b
Step 2/12 : RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 portaudio19-dev python3-dev gcc curl && rm -rf /var/lib/apt/lists/*
---> Running in d19e509a71e9
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
Get:5 http://deb.debian.org/debian trixie-updates/main amd64 Packages [5412 B]
Get:6 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [112 kB]
Fetched 9879 kB in 1s (7115 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Package libgl1-mesa-glx is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
[91mE: Package 'libgl1-mesa-glx' has no installation candidate
The command '/bin/sh -c apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 portaudio19-dev python3-dev gcc curl && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 100
[0m
------------------------------------------------------