mirror of
https://github.com/getzep/graphiti.git
synced 2025-06-27 02:00:02 +00:00

* create wrappers for azure clients * rremove unused crossencoder client * format * chore: update graphiti-core to 0.12.0rc5 and pydantic to 2.11.5 * Update graphiti_core/llm_client/azure_openai_client.py Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --------- Co-authored-by: Preston Rasmussen <109292228+prasmussen15@users.noreply.github.com> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
13 lines
250 B
TOML
13 lines
250 B
TOML
[project]
|
|
name = "mcp-server"
|
|
version = "0.1.0"
|
|
description = "Graphiti MCP Server"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"mcp>=1.5.0",
|
|
"openai>=1.68.2",
|
|
"graphiti-core>=0.11.6",
|
|
"azure-identity>=1.21.0",
|
|
]
|