Skip to content

Commit 80c436c

Browse files
committed
Merge branch 'development'
2 parents 4632732 + 22d22a5 commit 80c436c

215 files changed

Lines changed: 29072 additions & 19544 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ next-env.d.ts
205205
!.vscode
206206
.vscode/*
207207
!.vscode/settings.json
208-
!.vscode/tasks.json
208+
!.vscode/agentic_operations.json
209209
!.vscode/launch.json
210210
!.vscode/extensions.json
211211
!.vscode/*.code-snippets
@@ -227,6 +227,9 @@ models
227227
input
228228
results
229229
checkpoints
230+
chroma_db
231+
uploads
232+
outputs
230233

231234
# Custom files
232235
.env*
@@ -237,4 +240,11 @@ checkpoints
237240
token.pickle
238241
chatsDb.json
239242
userProfileDb.json
243+
agentic_operations.json
244+
context.json
245+
memory_operations.json
246+
notificationsDb.json
240247
ruff_cache
248+
memory.db
249+
token.json
250+
.wav

.vscode/tasks.json

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)