-
Notifications
You must be signed in to change notification settings - Fork 0
13 Development
Raja Jeevan Kumar Maduri edited this page Aug 4, 2026
·
1 revision
-
Python Standards: Python 3.11+ with Pydantic v2 schemas and explicit type hints. Use
datetime.timezone.utcfor UTC timestamps. -
Package Conventions: Use snake_case directory names under
backend/services/(knowledge_engine,document_service,agent_orchestrator,workflow_engine,ingestion,connectors). -
Commit Messages: Follow Conventional Commits format (
feat(...),fix(...),docs(...),refactor(...)).