graphiti/graphiti_core/llm_client
Luan Santos ab56691385
feat: Complete VS Code models integration package
- Add VSCodeClient with native VS Code LLM integration
- Add VSCodeEmbedder with 1024-dim embeddings and fallbacks
- Create graphiti-core[vscodemodels] optional dependency
- Add comprehensive documentation and examples
- Update README with VS Code models section
- Add MCP server VS Code configuration
- Include validation tests and troubleshooting guides
- Zero external dependencies - works entirely within VS Code

Package ready for: pip install 'graphiti-core[vscodemodels]'
2025-09-16 21:14:39 -03:00
..
__init__.py feat: Complete VS Code models integration package 2025-09-16 21:14:39 -03:00
anthropic_client.py Refactor imports (#675) 2025-07-05 08:57:07 -07:00
azure_openai_client.py Azure OpenAI improvements and fixes; Improve Graphiti Azure OpenAI config (#620) 2025-06-25 14:48:12 -04:00
client.py save edge update (#721) 2025-07-14 11:15:38 -04:00
config.py Gpt 5 default (#849) 2025-08-21 12:10:57 -04:00
errors.py Anthropic client (#361) 2025-04-16 12:35:07 -07:00
gemini_client.py save edge update (#721) 2025-07-14 11:15:38 -04:00
groq_client.py Refactor imports (#675) 2025-07-05 08:57:07 -07:00
openai_base_client.py Gpt 5 default (#849) 2025-08-21 12:10:57 -04:00
openai_client.py Gpt 5 default (#849) 2025-08-21 12:10:57 -04:00
openai_generic_client.py small model fix (#432) 2025-05-02 10:08:25 -04:00
utils.py update new names with input_data (#204) 2024-10-29 11:03:31 -04:00
vscode_client.py feat: Complete VS Code models integration package 2025-09-16 21:14:39 -03:00