wu981526092 commited on
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
Files changed (50) hide show
  1. agentgraph/__pycache__/__init__.cpython-311.pyc +0 -0
  2. agentgraph/__pycache__/__init__.cpython-312.pyc +0 -0
  3. agentgraph/__pycache__/__init__.cpython-313.pyc +0 -0
  4. agentgraph/__pycache__/pipeline.cpython-311.pyc +0 -0
  5. agentgraph/__pycache__/pipeline.cpython-312.pyc +0 -0
  6. agentgraph/__pycache__/sdk.cpython-312.pyc +0 -0
  7. agentgraph/causal/__pycache__/__init__.cpython-311.pyc +0 -0
  8. agentgraph/causal/__pycache__/__init__.cpython-312.pyc +0 -0
  9. agentgraph/causal/__pycache__/causal_interface.cpython-311.pyc +0 -0
  10. agentgraph/causal/__pycache__/causal_interface.cpython-312.pyc +0 -0
  11. agentgraph/causal/__pycache__/component_analysis.cpython-311.pyc +0 -0
  12. agentgraph/causal/__pycache__/component_analysis.cpython-312.pyc +0 -0
  13. agentgraph/causal/__pycache__/dowhy_analysis.cpython-311.pyc +0 -0
  14. agentgraph/causal/__pycache__/dowhy_analysis.cpython-312.pyc +0 -0
  15. agentgraph/causal/__pycache__/graph_analysis.cpython-311.pyc +0 -0
  16. agentgraph/causal/__pycache__/graph_analysis.cpython-312.pyc +0 -0
  17. agentgraph/causal/__pycache__/influence_analysis.cpython-311.pyc +0 -0
  18. agentgraph/causal/__pycache__/influence_analysis.cpython-312.pyc +0 -0
  19. agentgraph/causal/confounders/__pycache__/__init__.cpython-311.pyc +0 -0
  20. agentgraph/causal/confounders/__pycache__/__init__.cpython-312.pyc +0 -0
  21. agentgraph/causal/confounders/__pycache__/basic_detection.cpython-311.pyc +0 -0
  22. agentgraph/causal/confounders/__pycache__/basic_detection.cpython-312.pyc +0 -0
  23. agentgraph/causal/confounders/__pycache__/multi_signal_detection.cpython-311.pyc +0 -0
  24. agentgraph/causal/confounders/__pycache__/multi_signal_detection.cpython-312.pyc +0 -0
  25. agentgraph/causal/utils/__pycache__/__init__.cpython-311.pyc +0 -0
  26. agentgraph/causal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  27. agentgraph/causal/utils/__pycache__/dataframe_builder.cpython-311.pyc +0 -0
  28. agentgraph/causal/utils/__pycache__/dataframe_builder.cpython-312.pyc +0 -0
  29. agentgraph/causal/utils/__pycache__/shared_utils.cpython-311.pyc +0 -0
  30. agentgraph/causal/utils/__pycache__/shared_utils.cpython-312.pyc +0 -0
  31. agentgraph/extraction/__pycache__/__init__.cpython-311.pyc +0 -0
  32. agentgraph/extraction/__pycache__/__init__.cpython-312.pyc +0 -0
  33. agentgraph/extraction/graph_processing/__pycache__/__init__.cpython-311.pyc +0 -0
  34. agentgraph/extraction/graph_processing/__pycache__/__init__.cpython-312.pyc +0 -0
  35. agentgraph/extraction/graph_processing/__pycache__/knowledge_graph_processor.cpython-311.pyc +0 -0
  36. agentgraph/extraction/graph_processing/__pycache__/knowledge_graph_processor.cpython-312.pyc +0 -0
  37. agentgraph/extraction/graph_utilities/__pycache__/__init__.cpython-311.pyc +0 -0
  38. agentgraph/extraction/graph_utilities/__pycache__/__init__.cpython-312.pyc +0 -0
  39. agentgraph/extraction/graph_utilities/__pycache__/graph_comparator.cpython-311.pyc +0 -0
  40. agentgraph/extraction/graph_utilities/__pycache__/graph_comparator.cpython-312.pyc +0 -0
  41. agentgraph/extraction/graph_utilities/__pycache__/knowledge_graph_merger.cpython-311.pyc +0 -0
  42. agentgraph/extraction/graph_utilities/__pycache__/knowledge_graph_merger.cpython-312.pyc +0 -0
  43. agentgraph/extraction/knowledge_extraction/__pycache__/__init__.cpython-311.pyc +0 -0
  44. agentgraph/extraction/knowledge_extraction/__pycache__/__init__.cpython-312.pyc +0 -0
  45. agentgraph/extraction/knowledge_extraction/__pycache__/multi_agent_knowledge_extractor.cpython-312.pyc +0 -0
  46. agentgraph/input/__pycache__/__init__.cpython-311.pyc +0 -0
  47. agentgraph/input/__pycache__/__init__.cpython-312.pyc +0 -0
  48. agentgraph/input/__pycache__/__init__.cpython-313.pyc +0 -0
  49. agentgraph/input/content_analysis/__pycache__/__init__.cpython-311.pyc +0 -0
  50. 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)