Spaces:
Running
Running
| [project] | |
| name = "eastsync-ai" | |
| version = "0.1.0" | |
| description = "SmolAgents-based HR skill-gap analysis and training planner app (EastSync)" | |
| authors = ["EastSync Team"] | |
| readme = "README.md" | |
| requires-python = ">=3.13.5" | |
| dependencies = [ | |
| "pydantic>=2.0.0", | |
| "gradio==6.0.0.dev1", | |
| "supabase>=2.0.0", | |
| "smolagents[mcp,openai]", # placeholder, update as needed | |
| "fastmcp>=2.13.1", | |
| "ddgs>=9.9.1", | |
| "repr>=0.3.1", | |
| "typer>=0.20.0", | |
| "pypdf>=4.0.0", | |
| "python-docx>=1.0.0", | |
| "pdfplumber>=0.11.0", | |
| "python-multipart>=0.0.6", | |
| "google-genai>=1.52.0", | |
| "elevenlabs>=2.24.0", | |
| "websocket-client>=1.9.0", | |
| ] | |
| [tool.uv] | |