Spaces:
Running
Running
| [project] | |
| name = "digital-cv" | |
| version = "0.1.0" | |
| description = "An AI-powered digital CV that allows visitors to chat with Daniel Halwell through an intelligent conversational interface" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| authors = [ | |
| {name = "Daniel Halwell", email = "[email protected]"}, | |
| ] | |
| classifiers = [ | |
| "Development Status :: 4 - Beta", | |
| "Intended Audience :: Developers", | |
| "License :: Other/Proprietary License", | |
| "Programming Language :: Python :: 3", | |
| "Programming Language :: Python :: 3.11", | |
| "Programming Language :: Python :: 3.12", | |
| ] | |
| dependencies = [ | |
| "anthropic>=0.49.0", | |
| "autogen-agentchat>=0.4.9.2", | |
| "autogen-ext[grpc,mcp,ollama,openai]>=0.4.9.2", | |
| "bs4>=0.0.2", | |
| "chroma>=0.2.0", | |
| "chromadb>=1.1.0", | |
| "gradio>=5.22.0", | |
| "httpx>=0.28.1", | |
| "ipywidgets>=8.1.5", | |
| "langchain>=1.0.0a9", | |
| "langchain-community>=0.3.30", | |
| "langchain-openai>=0.3.33", | |
| "lxml>=5.3.1", | |
| "mcp-server-fetch>=2025.1.17", | |
| "mcp[cli]>=1.5.0", | |
| "openai>=1.68.2", | |
| "openai-agents>=0.0.15", | |
| "playwright>=1.51.0", | |
| "plotly>=6.0.1", | |
| "polygon-api-client>=1.14.5", | |
| "psutil>=7.0.0", | |
| "pypdf>=5.4.0", | |
| "pypdf2>=3.0.1", | |
| "python-dotenv>=1.0.1", | |
| "requests>=2.32.3", | |
| "semantic-kernel>=1.25.0", | |
| "sendgrid>=6.11.0", | |
| "setuptools>=78.1.0", | |
| "smithery>=0.1.0", | |
| "speedtest-cli>=2.1.3", | |
| "wikipedia>=1.4.0", | |
| "watchfiles>=0.24.0", | |
| "huggingface-hub[cli]>=0.35.1", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "ipykernel>=6.29.5", | |
| ] | |