updating crewAI package and adding some new field to DB schema

This commit is contained in:
Eng. Elias
2024-03-21 00:41:38 +04:00
parent 7f2315e4fd
commit 202483f47e
4 changed files with 107 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Agent" ADD COLUMN "memory" BOOLEAN NOT NULL DEFAULT false;