Spaces:
Sleeping
Sleeping
chore: Add .gitignore, example environment file, and pyproject.toml; update requirements and README
e73707f
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [project] | |
| name = "hoz_gradio_agents_mcp" | |
| version = "0.1.0" | |
| authors = [ | |
| { name = "Habib Adoum", email = "[email protected]" }, | |
| ] | |
| description = "A multi-agent system for managing Gmail and bookmarks" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "gradio", | |
| "google-api-python-client", | |
| "google-auth-httplib2", | |
| "google-auth-oauthlib", | |
| "python-dotenv", | |
| "smolagents", | |
| "smolagents[openai]", | |
| ] | |
| [project.scripts] | |
| hoz-gradio = "src.main:main" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src"] |