Project Setup
pythonsetup
Establishing the foundation for Indexatron.
Changes
- README with project overview and architecture
- Python dependencies (ollama, pydantic, pillow, rich)
- Modern pyproject.toml packaging
- Directory structure for src/indexatron/
Results
- Project structure ready for development
- Dependencies specified for local LLM integration
- Documentation in place