Files
Odoo-Modules/fusion_accounting/fusion_accounting_ai/graphify-out/cache/209af756efd247e40b2a914ffbd1d109036e88fed302ef9a9ff0a7421536469c.json
gsinghpal 9ebf89bde2 changes
2026-05-16 13:18:52 -04:00

1 line
6.2 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_adapters_base_py", "label": "_base.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L1"}, {"id": "base_llmprovider", "label": "LLMProvider", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L9"}, {"id": "base_llmprovider_init", "label": ".__init__()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L18"}, {"id": "base_llmprovider_complete", "label": ".complete()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L21"}, {"id": "base_llmprovider_complete_with_tools", "label": ".complete_with_tools()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L28"}, {"id": "base_llmprovider_embed", "label": ".embed()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L37"}, {"id": "base_rationale_1", "label": "LLMProvider contract - every adapter must conform. Phase 1 generalisation: make", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L1"}, {"id": "base_rationale_10", "label": "Contract every LLM backend must satisfy. Adapters declare capabilities as cl", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L10"}, {"id": "base_rationale_22", "label": "Plain text completion. Required for ALL providers. Returns: {'content':", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L22"}, {"id": "base_rationale_29", "label": "Tool-calling completion. Optional - caller checks supports_tool_calling first.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L29"}, {"id": "base_rationale_38", "label": "Embeddings. Optional - caller checks supports_embeddings first. Returns", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L38"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_adapters_base_py", "target": "base_llmprovider", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L9", "weight": 1.0}, {"source": "base_llmprovider", "target": "base_llmprovider_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L18", "weight": 1.0}, {"source": "base_llmprovider", "target": "base_llmprovider_complete", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L21", "weight": 1.0}, {"source": "base_llmprovider", "target": "base_llmprovider_complete_with_tools", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L28", "weight": 1.0}, {"source": "base_llmprovider", "target": "base_llmprovider_embed", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L37", "weight": 1.0}, {"source": "base_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_adapters_base_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L1", "weight": 1.0}, {"source": "base_rationale_10", "target": "base_llmprovider", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L10", "weight": 1.0}, {"source": "base_rationale_22", "target": "base_llmprovider_complete", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L22", "weight": 1.0}, {"source": "base_rationale_29", "target": "base_llmprovider_complete_with_tools", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L29", "weight": 1.0}, {"source": "base_rationale_38", "target": "base_llmprovider_embed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L38", "weight": 1.0}], "raw_calls": [{"caller_nid": "base_llmprovider_complete_with_tools", "callee": "NotImplementedError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L33"}, {"caller_nid": "base_llmprovider_complete_with_tools", "callee": "type", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L34"}, {"caller_nid": "base_llmprovider_embed", "callee": "NotImplementedError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L42"}, {"caller_nid": "base_llmprovider_embed", "callee": "type", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/adapters/_base.py", "source_location": "L43"}]}