Files
app/requirements.txt
Albert f60d61a78f feat: implement data layer with comprehensive test infrastructure
- Define SQLModel schemas for Session, Note, and Link entities
  - Add API request/response models for RPC endpoints
  - Create LLM structured output models for Zettel extraction
  - Set up async database initialization with SQLModel and aiosqlite
  - Implement repository pattern for CRUD operations
  - Add complete test suite with pytest configuration
  - Create validation test runner for development workflow
  - Add .gitignore for Python/FastAPI project security
2025-08-17 01:25:16 +00:00

13 lines
161 B
Plaintext

fastapi
uvicorn[standard]
pydantic-settings
sqlmodel
aiosqlite
langchain
langchain-google-genai
langchain-community
chromadb
tiktoken
pytest
pytest-asyncio
httpx