feat: add Dolphin MCP integration and update project documentation

This commit is contained in:
2025-03-25 18:06:43 +00:00
parent f8dec1951f
commit 4bdda5dd76
4 changed files with 357 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ version = "0.1.0"
dependencies = [
"streamlit",
"python-dotenv",
"openai"
"openai",
"dolphin-mcp"
]
[tool.hatch.build.targets.wheel]