• Vũ Hoàng Anh's avatar
    Refactor: Implement singleton lazy loading pattern for DB & Langfuse clients · 87361fe6
    Vũ Hoàng Anh authored
    - StarRocksConnection: Use StarRocksConnectionManager singleton with lazy loading
    - Langfuse: Implement LangfuseClientManager singleton with lazy loading
    - EmbeddingService: Already using singleton pattern
    - Remove context managers (Langfuse auto-traces LangChain)
    - Fix imports across agent/tools and server
    - Clean up unnecessary comments and fix code organization
    87361fe6
Name
Last commit
Last update
..
nodes Loading commit data...
tools Loading commit data...
__init__.py Loading commit data...
controller.py Loading commit data...
graph.py Loading commit data...
mock_controller.py Loading commit data...
mock_graph.py Loading commit data...
models.py Loading commit data...
prompt.py Loading commit data...