The _configure_embeddings method was incorrectly trying to initialize graph components (conditional_logic, graph_setup, etc.) which caused an AttributeError because tool_nodes hadn't been created yet. This fix: - Moves component initialization back to __init__ method - Keeps only embedding configuration logic in _configure_embeddings - Maintains correct initialization order |
||
|---|---|---|
| .. | ||
| agents | ||
| dataflows | ||
| graph | ||
| default_config.py | ||