Set up the foundational repository and project structure for Vellum. This involves creating necessary directories, configuration files, and initial documentation. Tasks:
Create GitHub repository (your-org/vellum).
Set up core project directories: src/vellum/, tests/, docs/.
Create pyproject.toml (or setup.py) with initial dependencies: pydantic, motor, pymongo.
Add README.md with the agreed-upon library description.
Include .gitignore and LICENSE (e.g., MIT).
Set up the foundational repository and project structure for Vellum. This involves creating necessary directories, configuration files, and initial documentation. Tasks:
Create GitHub repository (your-org/vellum).
Set up core project directories: src/vellum/, tests/, docs/.
Create pyproject.toml (or setup.py) with initial dependencies: pydantic, motor, pymongo.
Add README.md with the agreed-upon library description.
Include .gitignore and LICENSE (e.g., MIT).