* Introduce project_personas table with foreign keys to projects and agent_personas * Add project_skills table with foreign key to projects and agent_skills * Include override boolean field in agent_persona_skills and project_skills * Update schema and migration files to reflect new tables and fields * Enhance CORS handling to reflect request origin
This commit is contained in:
@@ -3,7 +3,7 @@ module git.warky.dev/wdevs/amcs
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
github.com/bitechdev/ResolveSpec v1.1.15
|
||||
github.com/bitechdev/ResolveSpec v1.1.24
|
||||
github.com/google/jsonschema-go v0.4.3
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/jackc/pgx/v5 v5.9.2
|
||||
@@ -11,7 +11,7 @@ require (
|
||||
github.com/pgvector/pgvector-go v0.3.0
|
||||
github.com/spf13/cobra v1.10.2
|
||||
github.com/uptrace/bun v1.2.18
|
||||
github.com/uptrace/bun/dialect/pgdialect v1.2.16
|
||||
github.com/uptrace/bun/dialect/pgdialect v1.2.18
|
||||
github.com/uptrace/bun/driver/pgdriver v1.1.12
|
||||
github.com/uptrace/bunrouter v1.0.23
|
||||
golang.org/x/sync v0.20.0
|
||||
@@ -62,8 +62,8 @@ require (
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
||||
github.com/uptrace/bun/dialect/mssqldialect v1.2.16 // indirect
|
||||
github.com/uptrace/bun/dialect/sqlitedialect v1.2.16 // indirect
|
||||
github.com/uptrace/bun/dialect/mssqldialect v1.2.18 // indirect
|
||||
github.com/uptrace/bun/dialect/sqlitedialect v1.2.18 // indirect
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
github.com/x448/float16 v0.8.4 // indirect
|
||||
|
||||
Reference in New Issue
Block a user