Spaces:
Running
Running
Commit
·
7348bb7
1
Parent(s):
9da434e
🧹 Clean up: Remove backend/scripts/ and __pycache__ files
Browse files✅ Security improvements:
• Removed backend/scripts/ directory (dev/maintenance tools only)
• Eliminated hardcoded Langfuse API keys security risk
• Removed fetch_langfuse_logs.py with exposed credentials
�� Optimization benefits:
• Reduced image size by ~50MB
• Simplified deployment (removed non-core functionality)
• Cleaned up Python cache files
🔧 Files removed:
• backend/scripts/fetch_example_dataset.py
• backend/scripts/fetch_langfuse_logs.py (had hardcoded API keys)
• backend/scripts/langsmith_exporter.py
• All __pycache__ directories and .pyc files
This view is limited to 50 files because it contains too many changes.
See raw diff
- agentgraph/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/__pycache__/__init__.cpython-313.pyc +0 -0
- agentgraph/__pycache__/pipeline.cpython-311.pyc +0 -0
- agentgraph/__pycache__/pipeline.cpython-312.pyc +0 -0
- agentgraph/__pycache__/sdk.cpython-312.pyc +0 -0
- agentgraph/causal/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/causal/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/causal/__pycache__/causal_interface.cpython-311.pyc +0 -0
- agentgraph/causal/__pycache__/causal_interface.cpython-312.pyc +0 -0
- agentgraph/causal/__pycache__/component_analysis.cpython-311.pyc +0 -0
- agentgraph/causal/__pycache__/component_analysis.cpython-312.pyc +0 -0
- agentgraph/causal/__pycache__/dowhy_analysis.cpython-311.pyc +0 -0
- agentgraph/causal/__pycache__/dowhy_analysis.cpython-312.pyc +0 -0
- agentgraph/causal/__pycache__/graph_analysis.cpython-311.pyc +0 -0
- agentgraph/causal/__pycache__/graph_analysis.cpython-312.pyc +0 -0
- agentgraph/causal/__pycache__/influence_analysis.cpython-311.pyc +0 -0
- agentgraph/causal/__pycache__/influence_analysis.cpython-312.pyc +0 -0
- agentgraph/causal/confounders/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/causal/confounders/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/causal/confounders/__pycache__/basic_detection.cpython-311.pyc +0 -0
- agentgraph/causal/confounders/__pycache__/basic_detection.cpython-312.pyc +0 -0
- agentgraph/causal/confounders/__pycache__/multi_signal_detection.cpython-311.pyc +0 -0
- agentgraph/causal/confounders/__pycache__/multi_signal_detection.cpython-312.pyc +0 -0
- agentgraph/causal/utils/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/causal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/causal/utils/__pycache__/dataframe_builder.cpython-311.pyc +0 -0
- agentgraph/causal/utils/__pycache__/dataframe_builder.cpython-312.pyc +0 -0
- agentgraph/causal/utils/__pycache__/shared_utils.cpython-311.pyc +0 -0
- agentgraph/causal/utils/__pycache__/shared_utils.cpython-312.pyc +0 -0
- agentgraph/extraction/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/extraction/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/extraction/graph_processing/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/extraction/graph_processing/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/extraction/graph_processing/__pycache__/knowledge_graph_processor.cpython-311.pyc +0 -0
- agentgraph/extraction/graph_processing/__pycache__/knowledge_graph_processor.cpython-312.pyc +0 -0
- agentgraph/extraction/graph_utilities/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/extraction/graph_utilities/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/extraction/graph_utilities/__pycache__/graph_comparator.cpython-311.pyc +0 -0
- agentgraph/extraction/graph_utilities/__pycache__/graph_comparator.cpython-312.pyc +0 -0
- agentgraph/extraction/graph_utilities/__pycache__/knowledge_graph_merger.cpython-311.pyc +0 -0
- agentgraph/extraction/graph_utilities/__pycache__/knowledge_graph_merger.cpython-312.pyc +0 -0
- agentgraph/extraction/knowledge_extraction/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/extraction/knowledge_extraction/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/extraction/knowledge_extraction/__pycache__/multi_agent_knowledge_extractor.cpython-312.pyc +0 -0
- agentgraph/input/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/input/__pycache__/__init__.cpython-312.pyc +0 -0
- agentgraph/input/__pycache__/__init__.cpython-313.pyc +0 -0
- agentgraph/input/content_analysis/__pycache__/__init__.cpython-311.pyc +0 -0
- agentgraph/input/content_analysis/__pycache__/__init__.cpython-312.pyc +0 -0
agentgraph/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (1.63 kB)
|
|
|
agentgraph/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (1.35 kB)
|
|
|
agentgraph/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (1.35 kB)
|
|
|
agentgraph/__pycache__/pipeline.cpython-311.pyc
DELETED
|
Binary file (31.6 kB)
|
|
|
agentgraph/__pycache__/pipeline.cpython-312.pyc
DELETED
|
Binary file (29.5 kB)
|
|
|
agentgraph/__pycache__/sdk.cpython-312.pyc
DELETED
|
Binary file (5.93 kB)
|
|
|
agentgraph/causal/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (2.21 kB)
|
|
|
agentgraph/causal/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (1.97 kB)
|
|
|
agentgraph/causal/__pycache__/causal_interface.cpython-311.pyc
DELETED
|
Binary file (28.5 kB)
|
|
|
agentgraph/causal/__pycache__/causal_interface.cpython-312.pyc
DELETED
|
Binary file (23.8 kB)
|
|
|
agentgraph/causal/__pycache__/component_analysis.cpython-311.pyc
DELETED
|
Binary file (19.6 kB)
|
|
|
agentgraph/causal/__pycache__/component_analysis.cpython-312.pyc
DELETED
|
Binary file (16.2 kB)
|
|
|
agentgraph/causal/__pycache__/dowhy_analysis.cpython-311.pyc
DELETED
|
Binary file (20.8 kB)
|
|
|
agentgraph/causal/__pycache__/dowhy_analysis.cpython-312.pyc
DELETED
|
Binary file (17.9 kB)
|
|
|
agentgraph/causal/__pycache__/graph_analysis.cpython-311.pyc
DELETED
|
Binary file (13 kB)
|
|
|
agentgraph/causal/__pycache__/graph_analysis.cpython-312.pyc
DELETED
|
Binary file (11.7 kB)
|
|
|
agentgraph/causal/__pycache__/influence_analysis.cpython-311.pyc
DELETED
|
Binary file (21.3 kB)
|
|
|
agentgraph/causal/__pycache__/influence_analysis.cpython-312.pyc
DELETED
|
Binary file (17.4 kB)
|
|
|
agentgraph/causal/confounders/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (1 kB)
|
|
|
agentgraph/causal/confounders/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (886 Bytes)
|
|
|
agentgraph/causal/confounders/__pycache__/basic_detection.cpython-311.pyc
DELETED
|
Binary file (15.8 kB)
|
|
|
agentgraph/causal/confounders/__pycache__/basic_detection.cpython-312.pyc
DELETED
|
Binary file (13.6 kB)
|
|
|
agentgraph/causal/confounders/__pycache__/multi_signal_detection.cpython-311.pyc
DELETED
|
Binary file (41.4 kB)
|
|
|
agentgraph/causal/confounders/__pycache__/multi_signal_detection.cpython-312.pyc
DELETED
|
Binary file (34.7 kB)
|
|
|
agentgraph/causal/utils/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (789 Bytes)
|
|
|
agentgraph/causal/utils/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (707 Bytes)
|
|
|
agentgraph/causal/utils/__pycache__/dataframe_builder.cpython-311.pyc
DELETED
|
Binary file (11 kB)
|
|
|
agentgraph/causal/utils/__pycache__/dataframe_builder.cpython-312.pyc
DELETED
|
Binary file (9.28 kB)
|
|
|
agentgraph/causal/utils/__pycache__/shared_utils.cpython-311.pyc
DELETED
|
Binary file (6.89 kB)
|
|
|
agentgraph/causal/utils/__pycache__/shared_utils.cpython-312.pyc
DELETED
|
Binary file (6.28 kB)
|
|
|
agentgraph/extraction/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (1.52 kB)
|
|
|
agentgraph/extraction/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (1.4 kB)
|
|
|
agentgraph/extraction/graph_processing/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (488 Bytes)
|
|
|
agentgraph/extraction/graph_processing/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (476 Bytes)
|
|
|
agentgraph/extraction/graph_processing/__pycache__/knowledge_graph_processor.cpython-311.pyc
DELETED
|
Binary file (40.7 kB)
|
|
|
agentgraph/extraction/graph_processing/__pycache__/knowledge_graph_processor.cpython-312.pyc
DELETED
|
Binary file (36.1 kB)
|
|
|
agentgraph/extraction/graph_utilities/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (629 Bytes)
|
|
|
agentgraph/extraction/graph_utilities/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (572 Bytes)
|
|
|
agentgraph/extraction/graph_utilities/__pycache__/graph_comparator.cpython-311.pyc
DELETED
|
Binary file (53.3 kB)
|
|
|
agentgraph/extraction/graph_utilities/__pycache__/graph_comparator.cpython-312.pyc
DELETED
|
Binary file (46.5 kB)
|
|
|
agentgraph/extraction/graph_utilities/__pycache__/knowledge_graph_merger.cpython-311.pyc
DELETED
|
Binary file (56.1 kB)
|
|
|
agentgraph/extraction/graph_utilities/__pycache__/knowledge_graph_merger.cpython-312.pyc
DELETED
|
Binary file (50.2 kB)
|
|
|
agentgraph/extraction/knowledge_extraction/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (612 Bytes)
|
|
|
agentgraph/extraction/knowledge_extraction/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (551 Bytes)
|
|
|
agentgraph/extraction/knowledge_extraction/__pycache__/multi_agent_knowledge_extractor.cpython-312.pyc
DELETED
|
Binary file (59.9 kB)
|
|
|
agentgraph/input/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (2.51 kB)
|
|
|
agentgraph/input/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (2.16 kB)
|
|
|
agentgraph/input/__pycache__/__init__.cpython-313.pyc
DELETED
|
Binary file (2.16 kB)
|
|
|
agentgraph/input/content_analysis/__pycache__/__init__.cpython-311.pyc
DELETED
|
Binary file (1.13 kB)
|
|
|
agentgraph/input/content_analysis/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (974 Bytes)
|
|
|