add ai worker

This commit is contained in:
Ishaan Dey
2024-05-13 23:00:02 -07:00
parent 02c1a6790a
commit 6e67578bf4
15 changed files with 3534 additions and 44 deletions

12
backend/ai/.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space